﻿2025-08-20T22:50:16.3400619Z Current runner version: '2.328.0'
2025-08-20T22:50:16.3429407Z ##[group]Runner Image Provisioner
2025-08-20T22:50:16.3430297Z Hosted Compute Agent
2025-08-20T22:50:16.3430987Z Version: 20250818.377
2025-08-20T22:50:16.3431612Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:50:16.3432297Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:50:16.3432967Z ##[endgroup]
2025-08-20T22:50:16.3433482Z ##[group]VM Image
2025-08-20T22:50:16.3434028Z - OS: Linux (arm64)
2025-08-20T22:50:16.3434624Z - Source: Partner
2025-08-20T22:50:16.3435173Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:50:16.3435878Z - Version: 20250728.24.1
2025-08-20T22:50:16.3436849Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:50:16.3438650Z ##[endgroup]
2025-08-20T22:50:16.3440066Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:50:16.3443032Z Attestations: write
2025-08-20T22:50:16.3443813Z Contents: write
2025-08-20T22:50:16.3444532Z Metadata: read
2025-08-20T22:50:16.3445244Z Packages: write
2025-08-20T22:50:16.3445822Z ##[endgroup]
2025-08-20T22:50:16.3448826Z Secret source: Actions
2025-08-20T22:50:16.3449676Z Prepare workflow directory
2025-08-20T22:50:16.3821961Z Prepare all required actions
2025-08-20T22:50:16.3863695Z Getting action download info
2025-08-20T22:50:16.6917545Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:50:17.3523023Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:50:17.6851685Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:50:17.8526303Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:50:18.2265775Z Getting action download info
2025-08-20T22:50:18.3585168Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:50:18.5800037Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:50:18.8309580Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/tlrc/official)
2025-08-20T22:50:18.8933326Z ##[group]Run ##Presets
2025-08-20T22:50:18.8933835Z [36;1m##Presets[0m
2025-08-20T22:50:18.8934214Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:18.8934483Z [36;1m#-------------#[0m
2025-08-20T22:50:18.8934883Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:50:18.8935441Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:50:18.8935853Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.8936233Z [36;1m  fi[0m
2025-08-20T22:50:18.8936589Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:50:18.8937328Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:18.8937850Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.8938193Z [36;1m  fi[0m
2025-08-20T22:50:18.8938490Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:50:18.8939043Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:50:18.8939468Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.8939870Z [36;1m  fi[0m
2025-08-20T22:50:18.8940170Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:50:18.8940618Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:50:18.8941004Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:50:18.8941377Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:18.8941805Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.8942488Z [36;1m     else[0m
2025-08-20T22:50:18.8942806Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.8943231Z [36;1m     fi[0m
2025-08-20T22:50:18.8943455Z [36;1m  fi[0m
2025-08-20T22:50:18.8943704Z [36;1mfi[0m
2025-08-20T22:50:18.8974692Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:18.8975968Z env:
2025-08-20T22:50:18.8976642Z   GH_TOKEN: ***
2025-08-20T22:50:18.8976906Z ##[endgroup]
2025-08-20T22:50:18.9196847Z ##[group]Run ##Presets
2025-08-20T22:50:18.9197462Z [36;1m##Presets[0m
2025-08-20T22:50:18.9197928Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:18.9198302Z [36;1m#-------------#[0m
2025-08-20T22:50:18.9198619Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:50:18.9199180Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:50:18.9199766Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:50:18.9200212Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:50:18.9200701Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:50:18.9201190Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:50:18.9201594Z [36;1m  exit 1[0m
2025-08-20T22:50:18.9201886Z [36;1mfi[0m
2025-08-20T22:50:18.9223752Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:18.9224110Z env:
2025-08-20T22:50:18.9224634Z   RO_GHTOKEN: ***
2025-08-20T22:50:18.9225029Z   RO_GLTOKEN: ***
2025-08-20T22:50:18.9226246Z   MINISIGN_KEY: ***
2025-08-20T22:50:18.9226627Z ##[endgroup]
2025-08-20T22:50:18.9352549Z ##[group]Run ##Presets
2025-08-20T22:50:18.9353028Z [36;1m##Presets[0m
2025-08-20T22:50:18.9353397Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:18.9353657Z [36;1m#-------------#[0m
2025-08-20T22:50:18.9353964Z [36;1m##Host Triplet[0m
2025-08-20T22:50:18.9354393Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:18.9354786Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:50:18.9355151Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:18.9355571Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:50:18.9355955Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:50:18.9356395Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:50:18.9356792Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:50:18.9357402Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:50:18.9357797Z [36;1m   fi[0m
2025-08-20T22:50:18.9358213Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:18.9358660Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:50:18.9359017Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:18.9359378Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:50:18.9359811Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:50:18.9360076Z [36;1m fi[0m
2025-08-20T22:50:18.9360386Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9360862Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9361267Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9361682Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9362017Z [36;1m##Debug[0m
2025-08-20T22:50:18.9362261Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:50:18.9362616Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:50:18.9362887Z [36;1m else[0m
2025-08-20T22:50:18.9363113Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:50:18.9363448Z [36;1m fi[0m
2025-08-20T22:50:18.9363706Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9364065Z [36;1m##Docker Platform[0m
2025-08-20T22:50:18.9364646Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:50:18.9365010Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:50:18.9365466Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:50:18.9365855Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:50:18.9366210Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:50:18.9366633Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:50:18.9367204Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:50:18.9367677Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:50:18.9367993Z [36;1m fi[0m
2025-08-20T22:50:18.9368309Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9368807Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9369174Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:50:18.9369659Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tlrc/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:18.9370259Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:50:18.9370593Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9370928Z [36;1m##Logs[0m
2025-08-20T22:50:18.9371359Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:50:18.9371661Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:50:18.9372053Z [36;1m else[0m
2025-08-20T22:50:18.9372340Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:50:18.9372660Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:50:18.9373024Z [36;1m fi[0m
2025-08-20T22:50:18.9373561Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9374048Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9374522Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:18.9374924Z [36;1m PKG_FAMILY_LOCAL="$(echo "tlrc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:18.9375410Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:18.9375822Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9376222Z [36;1m##Rebuild[0m
2025-08-20T22:50:18.9376571Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:50:18.9376934Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:50:18.9377439Z [36;1m else[0m
2025-08-20T22:50:18.9377774Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:50:18.9378122Z [36;1m fi[0m
2025-08-20T22:50:18.9378468Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9378849Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:50:18.9379307Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:50:18.9379937Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:50:18.9380815Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:50:18.9381572Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:50:18.9382038Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:50:18.9382515Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:50:18.9383014Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:50:18.9383463Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9383771Z [36;1m    exit 1[0m
2025-08-20T22:50:18.9384063Z [36;1m   else[0m
2025-08-20T22:50:18.9384354Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:50:18.9384745Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9385167Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:50:18.9385829Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:50:18.9386205Z [36;1m      #check if supported[0m
2025-08-20T22:50:18.9386710Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:50:18.9387557Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:50:18.9388095Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:50:18.9388519Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9388852Z [36;1m         exit 1[0m
2025-08-20T22:50:18.9389162Z [36;1m       fi[0m
2025-08-20T22:50:18.9389432Z [36;1m      #get build system[0m
2025-08-20T22:50:18.9389844Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:50:18.9390357Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:50:18.9390714Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9391163Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:50:18.9391567Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9391938Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9392416Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:50:18.9392825Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9393191Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:18.9393583Z [36;1m       fi[0m
2025-08-20T22:50:18.9394030Z [36;1m     fi[0m
2025-08-20T22:50:18.9394400Z [36;1m   fi[0m
2025-08-20T22:50:18.9394684Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:50:18.9417366Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:18.9417748Z ##[endgroup]
2025-08-20T22:50:19.3721536Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:50:19.3722319Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:50:19.3722560Z 
2025-08-20T22:50:19.4335277Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:19.4336004Z 100  5452  100  5452    0     0  86704      0 --:--:-- --:--:-- --:--:-- 87935
2025-08-20T22:50:19.4345873Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:19.4539025Z ##[group]Run ##Presets
2025-08-20T22:50:19.4539534Z [36;1m##Presets[0m
2025-08-20T22:50:19.4539812Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:19.4540108Z [36;1m#-------------#[0m
2025-08-20T22:50:19.4540414Z [36;1m##Debug?[0m
2025-08-20T22:50:19.4540702Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:50:19.4541045Z [36;1m  set -x[0m
2025-08-20T22:50:19.4541348Z [36;1mfi[0m
2025-08-20T22:50:19.4541605Z [36;1m#-------------#[0m
2025-08-20T22:50:19.4541927Z [36;1m##CoreUtils[0m
2025-08-20T22:50:19.4542192Z [36;1msudo apt update -y[0m
2025-08-20T22:50:19.4542566Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:50:19.4543639Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:50:19.4544643Z [36;1m##tmp[0m
2025-08-20T22:50:19.4545004Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:50:19.4545383Z [36;1m#GH ENV[0m
2025-08-20T22:50:19.4545646Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:19.4546060Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:19.4546415Z [36;1m#-------------#[0m
2025-08-20T22:50:19.4546679Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:50:19.4547530Z [36;1msudo apt update -y[0m
2025-08-20T22:50:19.4547830Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:50:19.4548185Z [36;1m##Setup Minisign[0m
2025-08-20T22:50:19.4548507Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:50:19.4549058Z [36;1mecho "***[0m
2025-08-20T22:50:19.4550471Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:50:19.4550814Z [36;1m##User-Agent[0m
2025-08-20T22:50:19.4551586Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:50:19.4552547Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:19.4579855Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:19.4580200Z env:
2025-08-20T22:50:19.4580439Z   CROSS_COMPILING: NO
2025-08-20T22:50:19.4580804Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:50:19.4581096Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:50:19.4581356Z   ON_QEMU: NO
2025-08-20T22:50:19.4581689Z   DEBUG: 0
2025-08-20T22:50:19.4581935Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:50:19.4582294Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:50:19.4582640Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:50:19.4582983Z   KEEP_LOGS: YES
2025-08-20T22:50:19.4583267Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:50:19.4583526Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:50:19.4583778Z   SBUILD_REBUILD: false
2025-08-20T22:50:19.4584459Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:19.4585077Z   BUILD_SYS: docker://rust
2025-08-20T22:50:19.4585398Z   BUILD_ON_HOST: FALSE
2025-08-20T22:50:19.4585658Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:50:19.4585887Z ##[endgroup]
2025-08-20T22:50:19.4909953Z 
2025-08-20T22:50:19.4910698Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:19.4911276Z 
2025-08-20T22:50:19.6608707Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:50:19.6835824Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:50:19.7774487Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:50:19.8132921Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:50:19.8153561Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:50:19.8176480Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:50:19.8204287Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:50:19.9563721Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:50:20.0403603Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:50:20.3997200Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:50:20.5444444Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:50:20.6848020Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:50:21.0848329Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:50:21.2531991Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:50:21.3436525Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:50:21.6127505Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:50:21.7819779Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:50:22.3569353Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:50:22.8937420Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:50:23.4079874Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:50:23.4923695Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:50:23.5794614Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:50:23.6641673Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:50:23.7485180Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:50:23.8379172Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:50:23.9231212Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:50:24.0074219Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:50:24.0953114Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:50:24.1814764Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:50:24.3675227Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:50:24.4518112Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:50:24.5361221Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:50:25.1586451Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:50:25.3265219Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:50:25.4111039Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:50:25.6803356Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:50:25.8485788Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:50:25.9347357Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:50:26.4393310Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:50:26.6112112Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:50:26.7798722Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:50:26.9475955Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:50:27.0395913Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:50:34.7179622Z Fetched 11.9 MB in 7s (1603 kB/s)
2025-08-20T22:50:35.4227723Z Reading package lists...
2025-08-20T22:50:35.5978417Z Building dependency tree...
2025-08-20T22:50:35.5995962Z Reading state information...
2025-08-20T22:50:35.6186117Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:50:35.6275805Z 
2025-08-20T22:50:35.6276603Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:35.6277067Z 
2025-08-20T22:50:35.6393221Z Reading package lists...
2025-08-20T22:50:35.8232014Z Building dependency tree...
2025-08-20T22:50:35.8240940Z Reading state information...
2025-08-20T22:50:36.0465043Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:50:36.0465607Z bc set to manually installed.
2025-08-20T22:50:36.0465993Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:50:36.0466363Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:50:36.0466758Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:50:36.1040125Z The following NEW packages will be installed:
2025-08-20T22:50:36.1045940Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:50:36.1047835Z   moreutils
2025-08-20T22:50:36.1053001Z The following packages will be upgraded:
2025-08-20T22:50:36.1061064Z   jq libjq1
2025-08-20T22:50:36.1231760Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:50:36.2645910Z Need to get 936 kB of archives.
2025-08-20T22:50:36.2647249Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:50:36.2647854Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:50:36.3124151Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:50:36.3449052Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:50:36.3775103Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:50:36.3944671Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:50:36.4138893Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:50:36.4303488Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:50:36.4484426Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:50:36.7513428Z Fetched 936 kB in 0s (2799 kB/s)
2025-08-20T22:50:36.8192061Z Selecting previously unselected package fdupes.
2025-08-20T22:50:36.9365476Z (Reading database ... 
2025-08-20T22:50:36.9365784Z (Reading database ... 5%
2025-08-20T22:50:36.9366217Z (Reading database ... 10%
2025-08-20T22:50:36.9366508Z (Reading database ... 15%
2025-08-20T22:50:36.9366760Z (Reading database ... 20%
2025-08-20T22:50:36.9367317Z (Reading database ... 25%
2025-08-20T22:50:36.9367583Z (Reading database ... 30%
2025-08-20T22:50:36.9367826Z (Reading database ... 35%
2025-08-20T22:50:36.9368143Z (Reading database ... 40%
2025-08-20T22:50:36.9368384Z (Reading database ... 45%
2025-08-20T22:50:36.9368615Z (Reading database ... 50%
2025-08-20T22:50:37.2435029Z (Reading database ... 55%
2025-08-20T22:50:37.8032630Z (Reading database ... 60%
2025-08-20T22:50:38.3635745Z (Reading database ... 65%
2025-08-20T22:50:38.8569368Z (Reading database ... 70%
2025-08-20T22:50:39.3349809Z (Reading database ... 75%
2025-08-20T22:50:39.9228408Z (Reading database ... 80%
2025-08-20T22:50:40.5162275Z (Reading database ... 85%
2025-08-20T22:50:41.1269765Z (Reading database ... 90%
2025-08-20T22:50:41.7243202Z (Reading database ... 95%
2025-08-20T22:50:41.7243567Z (Reading database ... 100%
2025-08-20T22:50:41.7244143Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:50:41.7281882Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:50:41.7432553Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:41.8416044Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:50:41.8621133Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:50:41.9731088Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:50:42.0126080Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:50:42.0841141Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:50:42.1019697Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:50:42.1089001Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:50:42.2102597Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:50:42.2268024Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:50:42.2349788Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:50:42.3173696Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:50:42.3338655Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:50:42.3432422Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:42.4093338Z Selecting previously unselected package moreutils.
2025-08-20T22:50:42.4267339Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:50:42.4357163Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:50:42.5617384Z Selecting previously unselected package dos2unix.
2025-08-20T22:50:42.5799579Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:50:42.5944625Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:50:42.9076335Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:50:42.9351423Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:50:42.9554785Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:42.9765894Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:50:42.9941681Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:43.0132241Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:50:43.0331668Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:50:43.0515466Z Setting up moreutils (0.69-1) ...
2025-08-20T22:50:43.0713940Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:07.3667065Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:51:08.5012671Z Reading package lists...
2025-08-20T22:51:08.6943422Z Building dependency tree...
2025-08-20T22:51:08.6951363Z Reading state information...
2025-08-20T22:51:08.9294426Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:51:08.9294911Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:51:08.9295270Z apt-utils set to manually installed.
2025-08-20T22:51:08.9295805Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:08.9296181Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:51:08.9297245Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:08.9297661Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:51:08.9298012Z moreutils is already the newest version (0.69-1).
2025-08-20T22:51:08.9298475Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:51:08.9298860Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:51:08.9299272Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:51:08.9299993Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:51:08.9300313Z tmux set to manually installed.
2025-08-20T22:51:08.9300640Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:51:08.9300990Z The following additional packages will be installed:
2025-08-20T22:51:08.9301446Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:51:08.9301965Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:51:08.9303715Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:51:08.9304235Z   uuid-runtime
2025-08-20T22:51:08.9310106Z Suggested packages:
2025-08-20T22:51:08.9310505Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:51:08.9311035Z   util-linux-extra util-linux-locales
2025-08-20T22:51:08.9311340Z Recommended packages:
2025-08-20T22:51:08.9311602Z   unattended-upgrades
2025-08-20T22:51:08.9822092Z The following NEW packages will be installed:
2025-08-20T22:51:08.9822514Z   rename
2025-08-20T22:51:08.9826625Z The following packages will be upgraded:
2025-08-20T22:51:08.9827422Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:51:08.9828713Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:51:08.9835732Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:51:08.9836266Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:51:09.0014440Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:09.1473899Z Need to get 4390 kB of archives.
2025-08-20T22:51:09.1474606Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:51:09.1475216Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:51:09.2132289Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:51:09.2920207Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:51:09.3089061Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:51:09.3254324Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:51:09.3418980Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:51:09.3582851Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:51:09.3752876Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:51:09.3925738Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:51:09.4091128Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:51:09.4281747Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:51:09.4449527Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:51:09.4632610Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:51:09.4810510Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:51:09.5027199Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:51:09.5195201Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:51:09.5391647Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:51:09.5558472Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:51:09.5732130Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:51:09.6462250Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:51:09.6634957Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:51:09.6803411Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:51:09.6975057Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:51:09.7140608Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:51:09.7303696Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:51:09.7467908Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:51:09.7631364Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:51:10.0086783Z Fetched 4390 kB in 1s (5860 kB/s)
2025-08-20T22:51:10.1953881Z (Reading database ... 
2025-08-20T22:51:10.1954464Z (Reading database ... 5%
2025-08-20T22:51:10.1954771Z (Reading database ... 10%
2025-08-20T22:51:10.1955031Z (Reading database ... 15%
2025-08-20T22:51:10.1955318Z (Reading database ... 20%
2025-08-20T22:51:10.1955596Z (Reading database ... 25%
2025-08-20T22:51:10.1955829Z (Reading database ... 30%
2025-08-20T22:51:10.1956111Z (Reading database ... 35%
2025-08-20T22:51:10.1956353Z (Reading database ... 40%
2025-08-20T22:51:10.1956653Z (Reading database ... 45%
2025-08-20T22:51:10.1956889Z (Reading database ... 50%
2025-08-20T22:51:10.1978444Z (Reading database ... 55%
2025-08-20T22:51:10.2064111Z (Reading database ... 60%
2025-08-20T22:51:10.2103404Z (Reading database ... 65%
2025-08-20T22:51:10.2118483Z (Reading database ... 70%
2025-08-20T22:51:10.2137716Z (Reading database ... 75%
2025-08-20T22:51:10.2169815Z (Reading database ... 80%
2025-08-20T22:51:10.2336917Z (Reading database ... 85%
2025-08-20T22:51:10.2354490Z (Reading database ... 90%
2025-08-20T22:51:10.2444626Z (Reading database ... 95%
2025-08-20T22:51:10.2444997Z (Reading database ... 100%
2025-08-20T22:51:10.2445379Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:10.2472566Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:10.2694773Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:10.3887055Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:10.4662675Z (Reading database ... 
2025-08-20T22:51:10.4663630Z (Reading database ... 5%
2025-08-20T22:51:10.4664168Z (Reading database ... 10%
2025-08-20T22:51:10.4664430Z (Reading database ... 15%
2025-08-20T22:51:10.4664666Z (Reading database ... 20%
2025-08-20T22:51:10.4664976Z (Reading database ... 25%
2025-08-20T22:51:10.4665255Z (Reading database ... 30%
2025-08-20T22:51:10.4665530Z (Reading database ... 35%
2025-08-20T22:51:10.4665780Z (Reading database ... 40%
2025-08-20T22:51:10.4666063Z (Reading database ... 45%
2025-08-20T22:51:10.4666339Z (Reading database ... 50%
2025-08-20T22:51:10.4684086Z (Reading database ... 55%
2025-08-20T22:51:10.4766754Z (Reading database ... 60%
2025-08-20T22:51:10.4804631Z (Reading database ... 65%
2025-08-20T22:51:10.4818733Z (Reading database ... 70%
2025-08-20T22:51:10.4837269Z (Reading database ... 75%
2025-08-20T22:51:10.4868151Z (Reading database ... 80%
2025-08-20T22:51:10.5030945Z (Reading database ... 85%
2025-08-20T22:51:10.5048443Z (Reading database ... 90%
2025-08-20T22:51:10.5135409Z (Reading database ... 95%
2025-08-20T22:51:10.5135769Z (Reading database ... 100%
2025-08-20T22:51:10.5136242Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:10.5161777Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:10.5411763Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:10.6717915Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:11.2856846Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:51:11.3434504Z (Reading database ... 
2025-08-20T22:51:11.3434897Z (Reading database ... 5%
2025-08-20T22:51:11.3435155Z (Reading database ... 10%
2025-08-20T22:51:11.3435515Z (Reading database ... 15%
2025-08-20T22:51:11.3435757Z (Reading database ... 20%
2025-08-20T22:51:11.3435989Z (Reading database ... 25%
2025-08-20T22:51:11.3436270Z (Reading database ... 30%
2025-08-20T22:51:11.3436519Z (Reading database ... 35%
2025-08-20T22:51:11.3436812Z (Reading database ... 40%
2025-08-20T22:51:11.3437295Z (Reading database ... 45%
2025-08-20T22:51:11.3437535Z (Reading database ... 50%
2025-08-20T22:51:11.3457485Z (Reading database ... 55%
2025-08-20T22:51:11.3537973Z (Reading database ... 60%
2025-08-20T22:51:11.3576049Z (Reading database ... 65%
2025-08-20T22:51:11.3589871Z (Reading database ... 70%
2025-08-20T22:51:11.3608634Z (Reading database ... 75%
2025-08-20T22:51:11.3639202Z (Reading database ... 80%
2025-08-20T22:51:11.3799985Z (Reading database ... 85%
2025-08-20T22:51:11.3816739Z (Reading database ... 90%
2025-08-20T22:51:11.3904948Z (Reading database ... 95%
2025-08-20T22:51:11.3905235Z (Reading database ... 100%
2025-08-20T22:51:11.3905572Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:11.3932667Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:11.4135070Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:11.5002193Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:11.5279738Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:11.6088743Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:11.6840448Z (Reading database ... 
2025-08-20T22:51:11.6840793Z (Reading database ... 5%
2025-08-20T22:51:11.6841195Z (Reading database ... 10%
2025-08-20T22:51:11.6841445Z (Reading database ... 15%
2025-08-20T22:51:11.6841759Z (Reading database ... 20%
2025-08-20T22:51:11.6842105Z (Reading database ... 25%
2025-08-20T22:51:11.6842349Z (Reading database ... 30%
2025-08-20T22:51:11.6842622Z (Reading database ... 35%
2025-08-20T22:51:11.6842864Z (Reading database ... 40%
2025-08-20T22:51:11.6843108Z (Reading database ... 45%
2025-08-20T22:51:11.6843425Z (Reading database ... 50%
2025-08-20T22:51:11.6863148Z (Reading database ... 55%
2025-08-20T22:51:11.6946123Z (Reading database ... 60%
2025-08-20T22:51:11.6984647Z (Reading database ... 65%
2025-08-20T22:51:11.6998284Z (Reading database ... 70%
2025-08-20T22:51:11.7017234Z (Reading database ... 75%
2025-08-20T22:51:11.7048636Z (Reading database ... 80%
2025-08-20T22:51:11.7211818Z (Reading database ... 85%
2025-08-20T22:51:11.7229460Z (Reading database ... 90%
2025-08-20T22:51:11.7317649Z (Reading database ... 95%
2025-08-20T22:51:11.7317953Z (Reading database ... 100%
2025-08-20T22:51:11.7318491Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:11.7344213Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:11.7683801Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:11.8517390Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:11.9371220Z (Reading database ... 
2025-08-20T22:51:11.9371551Z (Reading database ... 5%
2025-08-20T22:51:11.9371816Z (Reading database ... 10%
2025-08-20T22:51:11.9372219Z (Reading database ... 15%
2025-08-20T22:51:11.9372753Z (Reading database ... 20%
2025-08-20T22:51:11.9373118Z (Reading database ... 25%
2025-08-20T22:51:11.9374212Z (Reading database ... 30%
2025-08-20T22:51:11.9374512Z (Reading database ... 35%
2025-08-20T22:51:11.9374865Z (Reading database ... 40%
2025-08-20T22:51:11.9375149Z (Reading database ... 45%
2025-08-20T22:51:11.9375365Z (Reading database ... 50%
2025-08-20T22:51:11.9392783Z (Reading database ... 55%
2025-08-20T22:51:11.9473650Z (Reading database ... 60%
2025-08-20T22:51:11.9510877Z (Reading database ... 65%
2025-08-20T22:51:11.9523954Z (Reading database ... 70%
2025-08-20T22:51:11.9542841Z (Reading database ... 75%
2025-08-20T22:51:11.9574247Z (Reading database ... 80%
2025-08-20T22:51:11.9732869Z (Reading database ... 85%
2025-08-20T22:51:11.9755124Z (Reading database ... 90%
2025-08-20T22:51:11.9838734Z (Reading database ... 95%
2025-08-20T22:51:11.9839022Z (Reading database ... 100%
2025-08-20T22:51:11.9839364Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:11.9866572Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:12.0132069Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:12.1100173Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:12.1331398Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:12.2161903Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:12.3076213Z (Reading database ... 
2025-08-20T22:51:12.3077317Z (Reading database ... 5%
2025-08-20T22:51:12.3077645Z (Reading database ... 10%
2025-08-20T22:51:12.3077895Z (Reading database ... 15%
2025-08-20T22:51:12.3078177Z (Reading database ... 20%
2025-08-20T22:51:12.3078462Z (Reading database ... 25%
2025-08-20T22:51:12.3078708Z (Reading database ... 30%
2025-08-20T22:51:12.3078989Z (Reading database ... 35%
2025-08-20T22:51:12.3079231Z (Reading database ... 40%
2025-08-20T22:51:12.3079447Z (Reading database ... 45%
2025-08-20T22:51:12.3079771Z (Reading database ... 50%
2025-08-20T22:51:12.3098996Z (Reading database ... 55%
2025-08-20T22:51:12.3181657Z (Reading database ... 60%
2025-08-20T22:51:12.3219065Z (Reading database ... 65%
2025-08-20T22:51:12.3232041Z (Reading database ... 70%
2025-08-20T22:51:12.3251262Z (Reading database ... 75%
2025-08-20T22:51:12.3283241Z (Reading database ... 80%
2025-08-20T22:51:12.3443122Z (Reading database ... 85%
2025-08-20T22:51:12.3465285Z (Reading database ... 90%
2025-08-20T22:51:12.3548260Z (Reading database ... 95%
2025-08-20T22:51:12.3548645Z (Reading database ... 100%
2025-08-20T22:51:12.3548994Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:12.3575980Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:12.3839729Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:12.4745838Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:12.5471186Z (Reading database ... 
2025-08-20T22:51:12.5471566Z (Reading database ... 5%
2025-08-20T22:51:12.5471820Z (Reading database ... 10%
2025-08-20T22:51:12.5472263Z (Reading database ... 15%
2025-08-20T22:51:12.5472510Z (Reading database ... 20%
2025-08-20T22:51:12.5472819Z (Reading database ... 25%
2025-08-20T22:51:12.5473065Z (Reading database ... 30%
2025-08-20T22:51:12.5473311Z (Reading database ... 35%
2025-08-20T22:51:12.5473588Z (Reading database ... 40%
2025-08-20T22:51:12.5473832Z (Reading database ... 45%
2025-08-20T22:51:12.5474073Z (Reading database ... 50%
2025-08-20T22:51:12.5492120Z (Reading database ... 55%
2025-08-20T22:51:12.5574497Z (Reading database ... 60%
2025-08-20T22:51:12.5612341Z (Reading database ... 65%
2025-08-20T22:51:12.5625565Z (Reading database ... 70%
2025-08-20T22:51:12.5645313Z (Reading database ... 75%
2025-08-20T22:51:12.5678169Z (Reading database ... 80%
2025-08-20T22:51:12.5839909Z (Reading database ... 85%
2025-08-20T22:51:12.5862628Z (Reading database ... 90%
2025-08-20T22:51:12.5946529Z (Reading database ... 95%
2025-08-20T22:51:12.5947222Z (Reading database ... 100%
2025-08-20T22:51:12.5947604Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:12.5973495Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:12.6176805Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:12.7193449Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:12.7674168Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:12.8698337Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:12.9017993Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:12.9865215Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.0056891Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.0936375Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.1124075Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.2026701Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.2297782Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.3776024Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.3971432Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.4767861Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:13.4990205Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.5963972Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.6169272Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.7025593Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:13.7266613Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:13.8150655Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:13.8822074Z (Reading database ... 
2025-08-20T22:51:13.8822408Z (Reading database ... 5%
2025-08-20T22:51:13.8822653Z (Reading database ... 10%
2025-08-20T22:51:13.8823068Z (Reading database ... 15%
2025-08-20T22:51:13.8824064Z (Reading database ... 20%
2025-08-20T22:51:13.8824490Z (Reading database ... 25%
2025-08-20T22:51:13.8824762Z (Reading database ... 30%
2025-08-20T22:51:13.8825035Z (Reading database ... 35%
2025-08-20T22:51:13.8825321Z (Reading database ... 40%
2025-08-20T22:51:13.8825581Z (Reading database ... 45%
2025-08-20T22:51:13.8825821Z (Reading database ... 50%
2025-08-20T22:51:13.8846081Z (Reading database ... 55%
2025-08-20T22:51:13.8928924Z (Reading database ... 60%
2025-08-20T22:51:13.8966119Z (Reading database ... 65%
2025-08-20T22:51:13.8980193Z (Reading database ... 70%
2025-08-20T22:51:13.8998373Z (Reading database ... 75%
2025-08-20T22:51:13.9120359Z (Reading database ... 80%
2025-08-20T22:51:13.9188246Z (Reading database ... 85%
2025-08-20T22:51:13.9210971Z (Reading database ... 90%
2025-08-20T22:51:13.9296131Z (Reading database ... 95%
2025-08-20T22:51:13.9296431Z (Reading database ... 100%
2025-08-20T22:51:13.9296912Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:13.9322372Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:13.9534601Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:14.0451779Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:14.0701132Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:14.1570394Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:14.1801204Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:14.2688893Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:14.2886337Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:14.3810694Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:14.4027444Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:14.5079018Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:51:14.6309578Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:51:14.7398312Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:51:14.8185988Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:51:14.8883988Z Selecting previously unselected package rename.
2025-08-20T22:51:14.9046572Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:51:14.9143313Z Unpacking rename (2.02-1) ...
2025-08-20T22:51:14.9855009Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:15.0106585Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:15.0995614Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:15.1236059Z Setting up rename (2.02-1) ...
2025-08-20T22:51:15.1383515Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:51:15.1513906Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:15.1735289Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:15.1947643Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:15.2150443Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:15.2353006Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:15.8383369Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:51:15.8585585Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:15.8815534Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:15.9016619Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:15.9240341Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.2685748Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.2873512Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:16.3073288Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.4199749Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:51:16.5568690Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.6529166Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.6744330Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.6928752Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:16.7095379Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:51:16.8283842Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:51:17.0887373Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:51:17.1320537Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:18.6739782Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:51:19.8351151Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:19.8352118Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:20.0133753Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:20.0292513Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:20.0453003Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:20.0612893Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:20.9773002Z Reading package lists...
2025-08-20T22:51:21.1477510Z Building dependency tree...
2025-08-20T22:51:21.1483213Z Reading state information...
2025-08-20T22:51:21.1689853Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:51:21.1814178Z 
2025-08-20T22:51:21.1815275Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:51:21.1815687Z 
2025-08-20T22:51:21.2613792Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:21.2614936Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:21.4820073Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:21.5659001Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:21.6496779Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:21.7333693Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:22.5844304Z Reading package lists...
2025-08-20T22:51:22.7553157Z Building dependency tree...
2025-08-20T22:51:22.7558475Z Reading state information...
2025-08-20T22:51:22.7767992Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:51:22.7858532Z 
2025-08-20T22:51:22.7859250Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:51:22.7859612Z 
2025-08-20T22:51:22.7970465Z Reading package lists...
2025-08-20T22:51:22.9894866Z Building dependency tree...
2025-08-20T22:51:22.9903444Z Reading state information...
2025-08-20T22:51:23.2285234Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:23.2689634Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:23.2967459Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:51:23.3441591Z ##[group]Run ##Presets
2025-08-20T22:51:23.3442067Z [36;1m##Presets[0m
2025-08-20T22:51:23.3442307Z [36;1mset +x ; set +e[0m
2025-08-20T22:51:23.3442595Z [36;1m#-------------#[0m
2025-08-20T22:51:23.3442834Z [36;1m##Debug?[0m
2025-08-20T22:51:23.3443099Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:51:23.3443470Z [36;1m  set -x[0m
2025-08-20T22:51:23.3443671Z [36;1mfi[0m
2025-08-20T22:51:23.3443859Z [36;1m#-------------#[0m
2025-08-20T22:51:23.3444341Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:51:23.3444941Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:51:23.3445347Z [36;1msudo service procps restart[0m
2025-08-20T22:51:23.3445668Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:51:23.3472094Z shell: /usr/bin/bash -e {0}
2025-08-20T22:51:23.3472366Z env:
2025-08-20T22:51:23.3472744Z   CROSS_COMPILING: NO
2025-08-20T22:51:23.3473003Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:51:23.3473251Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:51:23.3473527Z   ON_QEMU: NO
2025-08-20T22:51:23.3473722Z   DEBUG: 0
2025-08-20T22:51:23.3473897Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:51:23.3474209Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:51:23.3474510Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:51:23.3474836Z   KEEP_LOGS: YES
2025-08-20T22:51:23.3475051Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:51:23.3475284Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:51:23.3475595Z   SBUILD_REBUILD: false
2025-08-20T22:51:23.3476127Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:51:23.3476687Z   BUILD_SYS: docker://rust
2025-08-20T22:51:23.3477178Z   BUILD_ON_HOST: FALSE
2025-08-20T22:51:23.3477417Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:51:23.3477692Z   SYSTMP: /tmp
2025-08-20T22:51:23.3477910Z   GHA_MODE: MATRIX
2025-08-20T22:51:23.3478354Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:51:23.3478864Z ##[endgroup]
2025-08-20T22:51:23.3572906Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:51:23.3628925Z 0
2025-08-20T22:51:23.3934623Z vm.max_map_count = 262144
2025-08-20T22:51:23.3935108Z fs.inotify.max_user_watches = 655360
2025-08-20T22:51:23.3935416Z fs.inotify.max_user_instances = 1280
2025-08-20T22:51:23.3935717Z vm.mmap_rnd_bits = 28
2025-08-20T22:51:23.4026341Z ##[group]Run ##Presets
2025-08-20T22:51:23.4026855Z [36;1m##Presets[0m
2025-08-20T22:51:23.4027346Z [36;1mset +x ; set +e[0m
2025-08-20T22:51:23.4027696Z [36;1m#-------------#[0m
2025-08-20T22:51:23.4027923Z [36;1m##Debug?[0m
2025-08-20T22:51:23.4028179Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:51:23.4028539Z [36;1m  set -x[0m
2025-08-20T22:51:23.4028744Z [36;1mfi[0m
2025-08-20T22:51:23.4028987Z [36;1m#-------------#[0m
2025-08-20T22:51:23.4029243Z [36;1m##Main[0m
2025-08-20T22:51:23.4029473Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:51:23.4030145Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:51:23.4030866Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:51:23.4031244Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:51:23.4031630Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:51:23.4031897Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:51:23.4032281Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:51:23.4032616Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:51:23.4032938Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:51:23.4033333Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:51:23.4033912Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:51:23.4034277Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:51:23.4034674Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:51:23.4035002Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:51:23.4035308Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:51:23.4035609Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:51:23.4035911Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:51:23.4036256Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:51:23.4036587Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:51:23.4036913Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:51:23.4037429Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:51:23.4037756Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:51:23.4038122Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:51:23.4038465Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:51:23.4038806Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:51:23.4039158Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:51:23.4039447Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:51:23.4039827Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:51:23.4040301Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:51:23.4040814Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:51:23.4041323Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:51:23.4041693Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:51:23.4042051Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:51:23.4042727Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:51:23.4043545Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:51:23.4044100Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:51:23.4044394Z [36;1m else[0m
2025-08-20T22:51:23.4044949Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:51:23.4045401Z [36;1m fi[0m
2025-08-20T22:51:23.4045696Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:51:23.4046076Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:51:23.4046531Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4046935Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4047619Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4048101Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4048527Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4048969Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4049420Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:23.4049857Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:51:23.4050235Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:51:23.4074914Z shell: /usr/bin/bash -e {0}
2025-08-20T22:51:23.4075222Z env:
2025-08-20T22:51:23.4075426Z   CROSS_COMPILING: NO
2025-08-20T22:51:23.4075752Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:51:23.4076019Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:51:23.4076459Z   ON_QEMU: NO
2025-08-20T22:51:23.4076707Z   DEBUG: 0
2025-08-20T22:51:23.4076913Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:51:23.4077384Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:51:23.4077786Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:51:23.4078096Z   KEEP_LOGS: YES
2025-08-20T22:51:23.4078340Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:51:23.4078582Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:51:23.4078812Z   SBUILD_REBUILD: false
2025-08-20T22:51:23.4079413Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:51:23.4079984Z   BUILD_SYS: docker://rust
2025-08-20T22:51:23.4080213Z   BUILD_ON_HOST: FALSE
2025-08-20T22:51:23.4080465Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:51:23.4080681Z   SYSTMP: /tmp
2025-08-20T22:51:23.4080925Z   GHA_MODE: MATRIX
2025-08-20T22:51:23.4081373Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:51:23.4082087Z   GHCR_TOKEN: ***
2025-08-20T22:51:23.4082466Z   GITHUB_TOKEN: ***
2025-08-20T22:51:23.4082753Z   GITLAB_TOKEN: ***
2025-08-20T22:51:23.4083927Z   MINISIGN_KEY: ***
2025-08-20T22:51:23.4084358Z ##[endgroup]
2025-08-20T22:51:23.4641372Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:51:23.5406445Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:51:23.5407365Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:51:23.5407624Z 
2025-08-20T22:51:23.5859838Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:51:23.5860271Z 100  5452  100  5452    0     0   117k      0 --:--:-- --:--:-- --:--:--  118k
2025-08-20T22:51:23.5871376Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:51:23.5945482Z 
2025-08-20T22:51:23.5946145Z [+] Building [/tmp/tmp.PQnAS4vndh/SBUILD_INPUT] Locally
2025-08-20T22:51:23.5946483Z 
2025-08-20T22:51:23.5956174Z '/tmp/tmp.PQnAS4vndh/SBUILD_INPUT' -> '/tmp/pkgforge/0iOSQttXH_build.yaml'
2025-08-20T22:51:23.6632481Z 
2025-08-20T22:51:23.6633146Z [+] Passwordless sudo is Configured
2025-08-20T22:51:23.7287178Z 
2025-08-20T22:51:23.7297810Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:51:23.7298102Z 
2025-08-20T22:51:23.7645515Z 
2025-08-20T22:51:23.7646804Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:51:23.7648217Z 
2025-08-20T22:51:23.7648228Z 
2025-08-20T22:51:23.7648516Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:51:23.7648819Z 
2025-08-20T22:51:23.7685596Z [+] Installing: 7z -> 7z
2025-08-20T22:51:23.9112663Z [+] Installing: actionlint -> actionlint
2025-08-20T22:51:24.0606351Z [+] Installing: anew -> anew
2025-08-20T22:51:24.4736572Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:51:24.6019270Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:51:24.7023809Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:51:24.8053263Z [+] Installing: archey -> archey
2025-08-20T22:51:24.9498897Z [+] Installing: aria2 -> aria2c
2025-08-20T22:51:25.3045068Z [+] Installing: askalono -> askalono
2025-08-20T22:51:25.4405887Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:51:25.7969327Z [+] Installing: b3sum -> b3sum
2025-08-20T22:51:25.9262587Z [+] Installing: bita -> bita
2025-08-20T22:51:26.0702716Z [+] Installing: btop -> btop
2025-08-20T22:51:26.4010909Z [+] Installing: chafa -> chafa
2025-08-20T22:51:27.0223610Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:51:27.2348325Z [+] Installing: croc -> croc
2025-08-20T22:51:27.3797204Z [+] Installing: csvtk -> csvtk
2025-08-20T22:51:27.7685073Z [+] Installing: cutlines -> cutlines
2025-08-20T22:51:28.0868059Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:28.0899500Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:51:28.0900300Z [+] Installing: dbin -> dbin
2025-08-20T22:51:28.9697477Z [+] Installing: dasel -> dasel
2025-08-20T22:51:29.1163026Z [+] Installing: delta -> delta
2025-08-20T22:51:29.2549575Z [+] Installing: ds -> ds
2025-08-20T22:51:29.3747397Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:29.3781925Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:51:29.3782713Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:51:29.7165083Z [+] Installing: duf -> duf
2025-08-20T22:51:29.8493948Z [+] Installing: duplicut -> duplicut
2025-08-20T22:51:29.9714779Z [+] Installing: dust -> dust
2025-08-20T22:51:30.1037429Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:51:30.4697412Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:51:30.6249954Z [+] Installing: dysk -> dysk
2025-08-20T22:51:30.7479422Z [+] Installing: eget -> eget
2025-08-20T22:51:31.0974155Z [+] Installing: epoch -> epoch
2025-08-20T22:51:31.2222555Z [+] Installing: faketty -> faketty
2025-08-20T22:51:31.5530667Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:51:31.6835278Z [+] Installing: freeze -> freeze
2025-08-20T22:51:31.8326055Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:51:32.1549330Z [+] Installing: gdu -> gdu
2025-08-20T22:51:32.3059357Z [+] Installing: gh -> gh
2025-08-20T22:51:32.5214658Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:51:32.6975193Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:51:32.9394948Z [+] Installing: glab -> glab
2025-08-20T22:51:33.1608591Z [+] Installing: glow -> glow
2025-08-20T22:51:33.3208475Z [+] Installing: httpx -> httpx
2025-08-20T22:51:33.7593300Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:51:33.9476380Z [+] Installing: husarnet -> husarnet
2025-08-20T22:51:34.2561216Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:34.2595359Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:51:34.2596018Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:51:34.3570880Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:34.3604503Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:51:34.3604881Z [+] Installing: imgcat -> imgcat
2025-08-20T22:51:34.6968564Z [+] Installing: jc -> jc
2025-08-20T22:51:35.0666663Z [+] Installing: jq -> jq
2025-08-20T22:51:35.1860237Z [+] Installing: logdy -> logdy
2025-08-20T22:51:35.3894327Z [+] Installing: micro -> micro
2025-08-20T22:51:35.7408467Z [+] Installing: miniserve -> miniserve
2025-08-20T22:51:36.0829560Z [+] Installing: minisign -> minisign
2025-08-20T22:51:36.1950873Z [+] Installing: ncdu -> ncdu
2025-08-20T22:51:36.3158745Z [+] Installing: notify -> notify
2025-08-20T22:51:36.6747154Z [+] Installing: ouch -> ouch
2025-08-20T22:51:36.8150480Z [+] Installing: oras -> oras
2025-08-20T22:51:37.1783248Z [+] Installing: pipetty -> pipetty
2025-08-20T22:51:37.2798565Z [+] Installing: pixterm -> pixterm
2025-08-20T22:51:37.4190145Z [+] Installing: qsv -> qsv
2025-08-20T22:51:37.5798906Z [+] Installing: rclone -> rclone
2025-08-20T22:51:38.0201506Z [+] Installing: ripgrep -> rg
2025-08-20T22:51:38.1551709Z [+] Installing: rga -> rga
2025-08-20T22:51:38.4894965Z [+] Installing: rsync -> rsync
2025-08-20T22:51:38.6294412Z [+] Installing: script -> script
2025-08-20T22:51:38.9493331Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:51:39.3799048Z [+] Installing: soar -> soar
2025-08-20T22:51:39.5201384Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:51:39.6592313Z [+] Installing: sstrip -> sstrip
2025-08-20T22:51:39.9634343Z [+] Installing: strace -> strace
2025-08-20T22:51:40.0874323Z [+] Installing: sttr -> sttr
2025-08-20T22:51:40.2240308Z [+] Installing: tailscale -> tailscale
2025-08-20T22:51:40.3789437Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:51:40.5596364Z [+] Installing: taplo -> taplo
2025-08-20T22:51:40.7000115Z [+] Installing: tldr -> tldr
2025-08-20T22:51:41.0140062Z [+] Installing: tldr -> tealdeer
2025-08-20T22:51:41.3663167Z [+] Installing: tmux -> tmux
2025-08-20T22:51:41.4956038Z [+] Installing: tok -> tok
2025-08-20T22:51:41.6228183Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:51:41.9985937Z [+] Installing: trurl -> trurl
2025-08-20T22:51:42.3461219Z [+] Installing: tss -> tss
2025-08-20T22:51:42.4648191Z [+] Installing: ulexec -> ulexec
2025-08-20T22:51:42.6032349Z [+] Installing: unfurl -> unfurl
2025-08-20T22:51:42.7394090Z [+] Installing: upx -> upx
2025-08-20T22:51:43.0594453Z [+] Installing: validtoml -> validtoml
2025-08-20T22:51:43.2067110Z [+] Installing: wget -> wget
2025-08-20T22:51:43.5553506Z [+] Installing: wget2 -> wget2
2025-08-20T22:51:43.6956257Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:51:43.8312442Z [+] Installing: xq -> xq
2025-08-20T22:51:44.1795026Z [+] Installing: xz -> xz
2025-08-20T22:51:44.9163077Z [+] Installing: unxz -> unxz
2025-08-20T22:51:45.2509960Z [+] Installing: yq -> yq
2025-08-20T22:51:45.6129622Z [+] Installing: yj -> yj
2025-08-20T22:51:45.7409723Z [+] Installing: zapper -> zapper
2025-08-20T22:51:46.0526146Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:51:46.1840334Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:51:46.3000235Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:46.3034722Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:51:46.3035423Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:51:46.6200910Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:46.6236221Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:51:46.6236801Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:51:46.9244972Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:46.9278316Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:51:46.9279135Z [+] Installing: zstd -> zstd
2025-08-20T22:51:47.0544773Z [+] Creating symlinks...
2025-08-20T22:51:47.0618494Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:51:47.0698745Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:51:47.0778373Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:51:47.0857249Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:51:47.0937585Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:51:47.1018921Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:51:47.1099018Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:51:47.1178832Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:51:47.1261947Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:51:47.1343287Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:51:47.1422483Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:51:47.1502886Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:51:47.1583879Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:51:47.1664909Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:51:47.1747390Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:51:47.1828590Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:51:47.1911816Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:51:47.1947354Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:51:47.2019281Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:51:47.2099797Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:51:47.2179839Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:51:47.2213380Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:51:47.2284161Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:51:47.2367288Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:51:47.2448022Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:51:47.2527245Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:51:47.2610105Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:51:47.2693407Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:51:47.2777175Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:51:47.2859550Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:51:47.2940300Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:51:47.3020109Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:51:47.3100354Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:51:47.3180789Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:51:47.3261389Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:51:47.3341821Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:51:47.3422143Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:51:47.3502532Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:51:47.3584150Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:51:47.3664266Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:51:47.3742536Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:51:47.3821961Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:51:47.3903255Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:51:47.3984217Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:51:47.4018771Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:51:47.4044526Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:51:47.4114426Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:51:47.4193982Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:51:47.4274942Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:51:47.4354227Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:51:47.4432309Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:51:47.4513924Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:51:47.4593670Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:51:47.4674232Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:51:47.4754234Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:51:47.4833524Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:51:47.4911758Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:51:47.4992151Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:51:47.5073818Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:51:47.5153810Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:51:47.5232774Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:51:47.5312117Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:51:47.5393837Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:51:47.5474420Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:51:47.5556332Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:51:47.5634689Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:51:47.5714401Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:51:47.5793434Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:51:47.5874262Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:51:47.5953872Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:51:47.6034495Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:51:47.6114520Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:51:47.6195015Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:51:47.6276058Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:51:47.6354793Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:51:47.6437470Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:51:47.6518416Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:51:47.6598906Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:51:47.6676772Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:51:47.6754647Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:51:47.6832912Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:51:47.6911029Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:51:47.6989591Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:51:47.7069152Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:51:47.7146428Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:51:47.7223647Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:51:47.7301755Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:51:47.7380272Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:51:47.7460356Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:51:47.7539668Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:51:47.7619256Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:51:47.7696147Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:51:47.7773293Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:51:47.7850949Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:51:47.7926818Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:51:47.7959760Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:51:47.7983148Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:51:47.8006314Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:51:47.8073240Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:51:47.8095666Z 
2025-08-20T22:51:47.8095972Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:51:47.8096324Z 
2025-08-20T22:51:47.8203560Z 
2025-08-20T22:51:47.8280420Z 
2025-08-20T22:51:47.8280857Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:51:47.8281075Z 
2025-08-20T22:51:47.8281154Z [+] Installation completed!
2025-08-20T22:51:47.8355109Z 
2025-08-20T22:51:47.8355340Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:51:48.0356016Z github.com
2025-08-20T22:51:48.0356667Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:51:48.0357123Z   - Active account: true
2025-08-20T22:51:48.0357338Z   - Git operations protocol: https
2025-08-20T22:51:48.0357621Z   - Token: ghp_************************************
2025-08-20T22:51:48.0358245Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:51:48.0358879Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:51:48.0359206Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:51:48.2263942Z Limit: 5000, Remaining: 3954, Reset: 2025-08-20 23:28:26 +0000 UTC (36m38s)
2025-08-20T22:51:48.2272493Z 
2025-08-20T22:51:48.2272613Z [+] GHCR_TOKEN is Exported
2025-08-20T22:51:48.2302586Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:51:48.3248041Z Login Succeeded
2025-08-20T22:51:48.3256892Z 
2025-08-20T22:51:48.3257235Z [+] GITLAB is Exported
2025-08-20T22:51:48.4815752Z [git remote -v]
2025-08-20T22:51:48.6912198Z gitlab.com
2025-08-20T22:51:48.6912833Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:51:48.6913359Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:51:48.6914295Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:51:48.6914710Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:51:48.6915066Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:51:48.6915569Z   ✓ Token found: **************************
2025-08-20T22:51:48.6915792Z 
2025-08-20T22:51:48.6916133Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:51:48.6916596Z [git remote -v]
2025-08-20T22:51:48.6931163Z 2025/08/20 22:51:48 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:51:48.6931668Z git: exit status 128]
2025-08-20T22:51:49.0032194Z 
2025-08-20T22:51:49.0032260Z 
2025-08-20T22:51:49.0033303Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:51:49 PM)
2025-08-20T22:51:49.0033705Z 
2025-08-20T22:51:49.0033709Z 
2025-08-20T22:51:49.0033780Z [+] USER = runner
2025-08-20T22:51:49.0033956Z [+] HOME = /home/runner
2025-08-20T22:51:49.0036076Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:51:49.0038272Z 
2025-08-20T22:51:49.0966523Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:49.0967630Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:49.1981984Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:49.2144128Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:49.2304963Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:49.2466295Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:50.1732767Z Reading package lists...
2025-08-20T22:51:50.2032510Z Reading package lists...
2025-08-20T22:51:50.3991591Z Building dependency tree...
2025-08-20T22:51:50.3999961Z Reading state information...
2025-08-20T22:51:50.6560912Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:51:50.6561288Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:51:50.6561596Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:50.6561955Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:51:50.6562272Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:51:50.6562576Z moreutils is already the newest version (0.69-1).
2025-08-20T22:51:50.6562930Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:51:50.6563315Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:51:50.6563664Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:50.7427744Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:50.7428650Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:50.8258453Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:50.8419002Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:50.8581327Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:50.8742420Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:51.7879331Z Reading package lists...
2025-08-20T22:51:51.8184993Z Reading package lists...
2025-08-20T22:51:51.9964530Z Building dependency tree...
2025-08-20T22:51:51.9974159Z Reading state information...
2025-08-20T22:51:52.2313253Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:51:52.2313642Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:51:52.2313987Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:51:52.2314298Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:51:52.2314628Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:52.2314947Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:51:52.2315246Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:52.2315533Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:51:52.2316229Z gawk set to manually installed.
2025-08-20T22:51:52.2316457Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:51:52.2316746Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:51:52.2317215Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:51:52.2317507Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:51:52.2317856Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:51:52.2318191Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:51:52.2318495Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:51:52.2318792Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:51:52.2319096Z The following additional packages will be installed:
2025-08-20T22:51:52.2319461Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:51:52.2319876Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:51:52.2320381Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:51:52.2320867Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:51:52.2321553Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:51:52.2322015Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:51:52.2330079Z Suggested packages:
2025-08-20T22:51:52.2330586Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:51:52.2331101Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:51:52.2331604Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:51:52.2332145Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:51:52.2332615Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:51:52.2333030Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:51:52.2333495Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:51:52.2550227Z The following NEW packages will be installed:
2025-08-20T22:51:52.2550697Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:51:52.2558252Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:51:52.2558808Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:51:52.2559402Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:51:52.2560153Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:51:52.2560668Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:51:52.2561184Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:51:52.5280573Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:52.5280974Z Need to get 27.2 MB of archives.
2025-08-20T22:51:52.5281328Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:51:52.5282065Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:51:53.2345222Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:51:53.6652695Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:51:53.8370805Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:51:53.9213499Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:51:54.0061405Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:51:54.2203997Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:51:54.3951092Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:51:54.6098046Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:51:54.6957829Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:51:55.5275432Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:51:55.6973176Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:51:56.2438604Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:51:56.3339289Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:51:56.4195793Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:51:56.5105357Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:51:56.5950937Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:51:57.0716680Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:51:57.1565079Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:51:57.2441097Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:51:57.3284176Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:51:57.4133020Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:51:57.6688633Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:51:57.9618326Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:51:58.2076358Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:51:58.2963776Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:51:58.6515138Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:51:58.7391177Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:51:58.8266368Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:51:58.9169867Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:51:59.0007731Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:51:59.0891395Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:51:59.1778518Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:51:59.6540433Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:52:00.1828916Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:52:00.4456518Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:52:00.6802977Z Preconfiguring packages ...
2025-08-20T22:52:00.7748748Z Fetched 27.2 MB in 8s (3323 kB/s)
2025-08-20T22:52:00.8374474Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:52:00.8405835Z (Reading database ... 
2025-08-20T22:52:00.8406081Z (Reading database ... 5%
2025-08-20T22:52:00.8406289Z (Reading database ... 10%
2025-08-20T22:52:00.8406490Z (Reading database ... 15%
2025-08-20T22:52:00.8406681Z (Reading database ... 20%
2025-08-20T22:52:00.8407702Z (Reading database ... 25%
2025-08-20T22:52:00.8407926Z (Reading database ... 30%
2025-08-20T22:52:00.8408164Z (Reading database ... 35%
2025-08-20T22:52:00.8408358Z (Reading database ... 40%
2025-08-20T22:52:00.8408553Z (Reading database ... 45%
2025-08-20T22:52:00.8408742Z (Reading database ... 50%
2025-08-20T22:52:00.8428325Z (Reading database ... 55%
2025-08-20T22:52:00.8511248Z (Reading database ... 60%
2025-08-20T22:52:00.8550948Z (Reading database ... 65%
2025-08-20T22:52:00.8564685Z (Reading database ... 70%
2025-08-20T22:52:00.8583958Z (Reading database ... 75%
2025-08-20T22:52:00.8705291Z (Reading database ... 80%
2025-08-20T22:52:00.8771542Z (Reading database ... 85%
2025-08-20T22:52:00.8794134Z (Reading database ... 90%
2025-08-20T22:52:00.8874491Z (Reading database ... 95%
2025-08-20T22:52:00.8874723Z (Reading database ... 100%
2025-08-20T22:52:00.8875007Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:52:00.8900243Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:52:00.9127888Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:52:01.0764004Z Selecting previously unselected package poppler-data.
2025-08-20T22:52:01.0922038Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:52:01.0992996Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:52:02.0512694Z Selecting previously unselected package b3sum.
2025-08-20T22:52:02.0685707Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:52:02.0762130Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:52:02.1384973Z Selecting previously unselected package build-essential.
2025-08-20T22:52:02.1553800Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:52:02.1631482Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:52:02.2276461Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:52:02.2442156Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:52:02.2593905Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:52:02.3303334Z Selecting previously unselected package ccache.
2025-08-20T22:52:02.3488392Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:52:02.3563550Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:52:02.4347103Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:52:02.4533302Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:52:02.4602025Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:52:02.5218024Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:52:02.5396531Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:52:02.5459604Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:52:02.6074316Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:52:02.6251060Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:52:02.6319121Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:52:02.7242507Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:52:02.7420859Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:52:02.7984148Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:52:02.9172474Z Selecting previously unselected package libgs-common.
2025-08-20T22:52:02.9355503Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:52:02.9431474Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:02.9961654Z Selecting previously unselected package libgs10-common.
2025-08-20T22:52:03.0140876Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:52:03.0207848Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:03.1061892Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:52:03.1237264Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:52:03.1303020Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:52:03.1898476Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:52:03.2070847Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:52:03.2137335Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:52:03.2885871Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:52:03.3054123Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:52:03.3124492Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:52:03.3849416Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:52:03.4009730Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:52:03.4081826Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:52:03.4705545Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:52:03.4888569Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:52:03.4968435Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:03.6780363Z Selecting previously unselected package ghostscript.
2025-08-20T22:52:03.6959634Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:52:03.7073225Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:03.7761643Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:52:03.7935053Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:03.8010914Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:03.9443626Z Selecting previously unselected package imagemagick.
2025-08-20T22:52:03.9608081Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:03.9684304Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:04.0200410Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:52:04.0358134Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:52:04.0445230Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:04.1282104Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:52:04.1470427Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:52:04.1531066Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:04.2300975Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:52:04.2484619Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:52:04.2755767Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:52:04.3493169Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:52:04.3673736Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:52:04.3741315Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:04.4298350Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:52:04.4461108Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:52:04.4546816Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:04.5144306Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:52:04.5307267Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:52:04.5373928Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:52:04.6123147Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:52:04.6294305Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:52:04.6355858Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:52:04.6935666Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:52:04.7123100Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:04.7249801Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:04.8013605Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:52:04.8187767Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:52:04.8262043Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:52:04.8866697Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:52:04.9039035Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:52:04.9125671Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:52:04.9612959Z Selecting previously unselected package libtool-bin.
2025-08-20T22:52:04.9781934Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:52:04.9842560Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:52:05.0421551Z Selecting previously unselected package lzip.
2025-08-20T22:52:05.0574428Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:52:05.0679161Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:52:05.1234078Z Selecting previously unselected package netpbm.
2025-08-20T22:52:05.1384094Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:52:05.1440006Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:52:05.3513325Z Selecting previously unselected package musl:arm64.
2025-08-20T22:52:05.3698520Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:52:05.3810117Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:52:05.4524370Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:52:05.4701257Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:52:05.4766755Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:52:05.5540123Z Selecting previously unselected package musl-tools.
2025-08-20T22:52:05.5717590Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:52:05.5778753Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:52:05.6506469Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:52:05.7893072Z 
2025-08-20T22:52:05.7893875Z Creating config file /etc/papersize with new version
2025-08-20T22:52:05.8768125Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:52:05.9003898Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:52:05.9293903Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:52:05.9497257Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:52:05.9683938Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:05.9861335Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:52:06.0130400Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:52:06.0384928Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:52:06.0936142Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:06.1100814Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:52:06.1289952Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:52:06.1448460Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:52:06.1518436Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:52:06.1582904Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:52:06.1694744Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:52:06.1874896Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:52:06.2117239Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:52:06.2300908Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:52:06.2506724Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:06.2687033Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:52:06.2753398Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:52:06.2834338Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:52:06.2900120Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:52:06.2982191Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:52:06.3050977Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:52:06.3127611Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:52:06.3207931Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:52:06.3297202Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:52:06.3368087Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:52:06.3454588Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:52:06.3529993Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:52:06.3609859Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:52:06.3675429Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:52:06.3752529Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:52:06.3828977Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:52:06.3909144Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:52:06.3980028Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:52:06.4061549Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:52:06.4135092Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:52:06.4216027Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:52:06.4283872Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:52:06.4421980Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:52:06.4619945Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:52:06.4939583Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:52:06.5146140Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:52:06.5617292Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:06.5806740Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:52:06.6024131Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:06.6209541Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:52:06.6359847Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:52:06.6495207Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:06.6761727Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:52:06.7168647Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:52:06.7365374Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:52:09.3681136Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:09.7430978Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:09.7661675Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:52:09.9761522Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:52:09.9940871Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:10.0132464Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:10.0313704Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:10.0534549Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:52:10.1398316Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:52:10.5043791Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:52:11.5237743Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:52:11.5552500Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:14.0824739Z Reading package lists...
2025-08-20T22:52:14.2826720Z Building dependency tree...
2025-08-20T22:52:14.2834493Z Reading state information...
2025-08-20T22:52:14.5259062Z autoconf is already the newest version (2.71-3).
2025-08-20T22:52:14.5259458Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:14.5259799Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:14.5260119Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:52:14.5260462Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:14.5260802Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:14.5261131Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:52:14.5261423Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:52:14.5261725Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:14.5262030Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:14.5262341Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:14.5262649Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:52:14.5263330Z patch set to manually installed.
2025-08-20T22:52:14.5263619Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:52:14.5263939Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:52:14.5264242Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:52:14.5264539Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:14.5264800Z Suggested packages:
2025-08-20T22:52:14.5264963Z   scons-doc
2025-08-20T22:52:14.5416796Z The following NEW packages will be installed:
2025-08-20T22:52:14.5425001Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:52:14.8144905Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:14.8145255Z Need to get 17.8 MB of archives.
2025-08-20T22:52:14.8145562Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:52:14.8146046Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:52:15.3430893Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:52:15.4281291Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:52:16.1589304Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:52:16.3291026Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:52:16.5778647Z Fetched 17.8 MB in 2s (10.0 MB/s)
2025-08-20T22:52:16.6040976Z Selecting previously unselected package autopoint.
2025-08-20T22:52:16.6072096Z (Reading database ... 
2025-08-20T22:52:16.6072323Z (Reading database ... 5%
2025-08-20T22:52:16.6072520Z (Reading database ... 10%
2025-08-20T22:52:16.6072727Z (Reading database ... 15%
2025-08-20T22:52:16.6072920Z (Reading database ... 20%
2025-08-20T22:52:16.6073113Z (Reading database ... 25%
2025-08-20T22:52:16.6073336Z (Reading database ... 30%
2025-08-20T22:52:16.6073524Z (Reading database ... 35%
2025-08-20T22:52:16.6073719Z (Reading database ... 40%
2025-08-20T22:52:16.6073910Z (Reading database ... 45%
2025-08-20T22:52:16.6074103Z (Reading database ... 50%
2025-08-20T22:52:16.6095002Z (Reading database ... 55%
2025-08-20T22:52:16.6176871Z (Reading database ... 60%
2025-08-20T22:52:16.6214054Z (Reading database ... 65%
2025-08-20T22:52:16.6227690Z (Reading database ... 70%
2025-08-20T22:52:16.6254054Z (Reading database ... 75%
2025-08-20T22:52:16.6375949Z (Reading database ... 80%
2025-08-20T22:52:16.6440841Z (Reading database ... 85%
2025-08-20T22:52:16.6465368Z (Reading database ... 90%
2025-08-20T22:52:16.6549564Z (Reading database ... 95%
2025-08-20T22:52:16.6549782Z (Reading database ... 100%
2025-08-20T22:52:16.6550074Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:52:16.6576548Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:52:16.6655608Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:52:16.7475833Z Selecting previously unselected package clang.
2025-08-20T22:52:16.7649245Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:52:16.7746906Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:52:16.8275785Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:52:16.8453063Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:52:16.8529938Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:52:17.8461486Z Selecting previously unselected package scons.
2025-08-20T22:52:17.8645859Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:52:17.8707929Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:52:17.9784401Z Selecting previously unselected package byacc.
2025-08-20T22:52:17.9965218Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:52:18.0036543Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:52:18.0907106Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:52:18.1218402Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:52:18.1494489Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:52:18.2110688Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:52:18.5865347Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:52:18.6096023Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:19.8490506Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:52:20.9667483Z Reading package lists...
2025-08-20T22:52:21.1534801Z Building dependency tree...
2025-08-20T22:52:21.1542484Z Reading state information...
2025-08-20T22:52:21.3823639Z The following additional packages will be installed:
2025-08-20T22:52:21.3824028Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:52:21.3824365Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:52:21.3824750Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:52:21.3825269Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:52:21.3825712Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:52:21.3826133Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:52:21.3826575Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:52:21.3827457Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:52:21.3831595Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:52:21.3840371Z Suggested packages:
2025-08-20T22:52:21.3840654Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:52:21.3841043Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:52:21.3841451Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:52:21.3841839Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:52:21.3842232Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:52:21.3842641Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:52:21.3843099Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:52:21.3843566Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:52:21.3843923Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:52:21.3844148Z Recommended packages:
2025-08-20T22:52:21.3844424Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:52:21.3844847Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:52:21.3845241Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:52:21.3845596Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:52:21.3845913Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:52:21.4026479Z The following NEW packages will be installed:
2025-08-20T22:52:21.4028034Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:52:21.4028417Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:52:21.4028910Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:52:21.4029384Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:52:21.4029826Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:52:21.4030259Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:52:21.4031445Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:52:21.4031864Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:52:21.4035293Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:52:21.6290654Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:21.6291417Z Need to get 2409 kB of archives.
2025-08-20T22:52:21.6291738Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:52:21.6292239Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:52:21.6452084Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:52:21.6649708Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:52:21.6974328Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:52:21.7141281Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:52:21.7321821Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:52:21.7523600Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:52:21.7693795Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:52:21.7867496Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:52:21.8043578Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:52:21.8226475Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:52:21.8407744Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:52:21.8577963Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:52:21.8759301Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:52:21.8944249Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:52:21.9172955Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:52:21.9346130Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:52:22.0377816Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:52:22.0543974Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:52:22.0707031Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:52:22.0868599Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:52:22.1189974Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:52:22.1377024Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:52:22.1540395Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:52:22.1701789Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:52:22.1864396Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:52:22.2026501Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:52:22.2203559Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:52:22.2369968Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:52:22.2534392Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:52:22.5251327Z Fetched 2409 kB in 1s (2803 kB/s)
2025-08-20T22:52:22.5591742Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:52:22.5623729Z (Reading database ... 
2025-08-20T22:52:22.5623975Z (Reading database ... 5%
2025-08-20T22:52:22.5624183Z (Reading database ... 10%
2025-08-20T22:52:22.5624381Z (Reading database ... 15%
2025-08-20T22:52:22.5624573Z (Reading database ... 20%
2025-08-20T22:52:22.5625375Z (Reading database ... 25%
2025-08-20T22:52:22.5625618Z (Reading database ... 30%
2025-08-20T22:52:22.5625822Z (Reading database ... 35%
2025-08-20T22:52:22.5626019Z (Reading database ... 40%
2025-08-20T22:52:22.5626212Z (Reading database ... 45%
2025-08-20T22:52:22.5626402Z (Reading database ... 50%
2025-08-20T22:52:22.5646199Z (Reading database ... 55%
2025-08-20T22:52:22.5727617Z (Reading database ... 60%
2025-08-20T22:52:22.5765252Z (Reading database ... 65%
2025-08-20T22:52:22.5779343Z (Reading database ... 70%
2025-08-20T22:52:22.5806868Z (Reading database ... 75%
2025-08-20T22:52:22.5926353Z (Reading database ... 80%
2025-08-20T22:52:22.5995529Z (Reading database ... 85%
2025-08-20T22:52:22.6019733Z (Reading database ... 90%
2025-08-20T22:52:22.6111833Z (Reading database ... 95%
2025-08-20T22:52:22.6112087Z (Reading database ... 100%
2025-08-20T22:52:22.6112383Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:52:22.6140668Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:52:22.6215408Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:52:22.6864438Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:52:22.7019223Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:52:22.7091062Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:52:22.7658415Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:52:22.7812755Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:52:22.7879522Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:52:22.8429307Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:52:22.8586329Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:52:22.8698826Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:52:22.9196605Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:52:22.9381737Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:52:22.9459865Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:52:22.9972006Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:52:23.0153958Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:52:23.0238593Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:52:23.0733769Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:52:23.0914807Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:52:23.0979309Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:52:23.1496592Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:52:23.1679137Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:52:23.1740531Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:52:23.2290028Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:52:23.2457169Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:52:23.2527324Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:52:23.3081614Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:52:23.3251885Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:52:23.3311636Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:52:23.3874731Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:52:23.4036304Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:52:23.4105379Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:52:23.4668676Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:52:23.4853293Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:52:23.4925835Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:52:23.5444789Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:52:23.5627796Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:52:23.5691149Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:52:23.6195677Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:52:23.6379405Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:52:23.6453043Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:52:23.6962200Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:52:23.7141880Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:52:23.7208455Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:52:23.7706481Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:52:23.7881898Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:52:23.7959508Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:52:23.8869758Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:52:23.9029526Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:52:23.9093172Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:52:23.9628273Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:52:23.9791417Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:52:23.9855329Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:52:24.0396152Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:52:24.0571423Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:52:24.0650041Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:52:24.1191237Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:52:24.1373164Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:52:24.1450416Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:52:24.2127797Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:52:24.2309984Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:52:24.2383961Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:52:24.3091702Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:52:24.3274599Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:52:24.3342547Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:52:24.4003988Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:52:24.4171893Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:52:24.4233828Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:52:24.4761337Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:52:24.4924579Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:52:24.4988440Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:52:24.5459590Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:52:24.5626409Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:52:24.5687985Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:52:24.6299422Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:52:24.6483277Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:52:24.6548510Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:52:24.7249703Z Selecting previously unselected package libwww-perl.
2025-08-20T22:52:24.7432219Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:52:24.7497785Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:52:24.8118477Z Selecting previously unselected package patchutils.
2025-08-20T22:52:24.8297738Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:52:24.8359312Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:52:24.8906755Z Selecting previously unselected package wdiff.
2025-08-20T22:52:24.9086042Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:52:24.9155698Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:52:24.9926384Z Selecting previously unselected package devscripts.
2025-08-20T22:52:25.0092302Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:52:25.0314138Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:52:25.1541289Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:52:25.3717827Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:52:25.3928215Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:52:25.4115512Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:52:25.4311256Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:52:25.4543859Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:52:25.4744165Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:52:25.5066069Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:52:25.5277035Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:52:25.5491832Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:52:25.5675873Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:52:25.5861005Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:52:25.6103779Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:52:25.6289026Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:52:25.6474730Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:52:25.6663529Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:52:25.6866542Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:52:25.7078411Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:52:25.7365641Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:52:25.7556007Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:52:25.7720503Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:52:25.7919666Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:52:25.8113001Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:52:25.8293055Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:52:25.8474930Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:52:25.8661551Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:52:25.8853207Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:52:25.9088652Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:52:25.9282316Z Setting up devscripts (2.23.7) ...
2025-08-20T22:52:26.0570063Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:52:26.0780046Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:27.5759146Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:52:28.7396196Z Reading package lists...
2025-08-20T22:52:28.9176915Z Building dependency tree...
2025-08-20T22:52:28.9185480Z Reading state information...
2025-08-20T22:52:29.1469821Z The following additional packages will be installed:
2025-08-20T22:52:29.1475154Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:52:29.1483170Z Suggested packages:
2025-08-20T22:52:29.1483381Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:52:29.1632196Z The following NEW packages will be installed:
2025-08-20T22:52:29.1640398Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:52:29.2142884Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:29.2143193Z Need to get 12.7 MB of archives.
2025-08-20T22:52:29.2143482Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:52:29.2143987Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:52:29.2734217Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:52:29.3100198Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:52:29.3910613Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:52:29.6947844Z Fetched 12.7 MB in 0s (45.9 MB/s)
2025-08-20T22:52:29.7335461Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:52:29.7367877Z (Reading database ... 
2025-08-20T22:52:29.7368152Z (Reading database ... 5%
2025-08-20T22:52:29.7368364Z (Reading database ... 10%
2025-08-20T22:52:29.7368563Z (Reading database ... 15%
2025-08-20T22:52:29.7368761Z (Reading database ... 20%
2025-08-20T22:52:29.7369664Z (Reading database ... 25%
2025-08-20T22:52:29.7369865Z (Reading database ... 30%
2025-08-20T22:52:29.7370058Z (Reading database ... 35%
2025-08-20T22:52:29.7370260Z (Reading database ... 40%
2025-08-20T22:52:29.7370453Z (Reading database ... 45%
2025-08-20T22:52:29.7371057Z (Reading database ... 50%
2025-08-20T22:52:29.7390303Z (Reading database ... 55%
2025-08-20T22:52:29.7473940Z (Reading database ... 60%
2025-08-20T22:52:29.7515280Z (Reading database ... 65%
2025-08-20T22:52:29.7529991Z (Reading database ... 70%
2025-08-20T22:52:29.7558722Z (Reading database ... 75%
2025-08-20T22:52:29.7684640Z (Reading database ... 80%
2025-08-20T22:52:29.7757780Z (Reading database ... 85%
2025-08-20T22:52:29.7782068Z (Reading database ... 90%
2025-08-20T22:52:29.7875234Z (Reading database ... 95%
2025-08-20T22:52:29.7875472Z (Reading database ... 100%
2025-08-20T22:52:29.7875767Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:52:29.7907256Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:52:29.8057782Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:52:29.8747475Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:52:29.8932980Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:52:29.9050065Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:52:29.9870168Z Selecting previously unselected package cmake-data.
2025-08-20T22:52:30.0046816Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:52:30.0157188Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:52:30.9837134Z Selecting previously unselected package cmake.
2025-08-20T22:52:31.0037227Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:52:31.0120204Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:52:31.2163062Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:52:31.2367356Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:52:31.2580551Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:52:31.2815320Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:52:31.2999284Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:32.6356271Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:52:33.7209795Z Reading package lists...
2025-08-20T22:52:33.8990446Z Building dependency tree...
2025-08-20T22:52:33.8997819Z Reading state information...
2025-08-20T22:52:34.1495402Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:52:34.1495795Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:34.1496109Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:52:34.1496417Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:34.1498326Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:52:34.1498729Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:34.1499076Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:34.1499381Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:52:34.1499678Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:52:34.1499977Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:52:34.1500283Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:52:34.1500564Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:52:34.1500902Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:52:34.1501255Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:52:34.1501558Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:34.1501862Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:34.1502180Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:34.1502483Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:52:34.1502755Z musl is already the newest version (1.2.4-2).
2025-08-20T22:52:34.1503025Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:52:34.1503309Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:52:34.1503640Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:52:34.1504205Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:52:34.1504507Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:52:34.1504804Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:34.1505128Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:34.1687110Z Reading package lists...
2025-08-20T22:52:34.3608715Z Building dependency tree...
2025-08-20T22:52:34.3615570Z Reading state information...
2025-08-20T22:52:34.6214241Z autoconf is already the newest version (2.71-3).
2025-08-20T22:52:34.6214625Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:34.6214975Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:52:34.6215300Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:34.6215628Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:52:34.6215968Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:34.6216318Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:52:34.6216637Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:34.6217110Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:52:34.6217422Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:52:34.6217713Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:52:34.6218013Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:34.6218326Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:34.6218636Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:34.6218947Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:52:34.6219279Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:52:34.6219605Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:52:34.6219966Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:52:34.6220321Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:52:34.6220609Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:52:34.6220908Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:34.6221241Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:34.6411594Z Reading package lists...
2025-08-20T22:52:34.8228467Z Building dependency tree...
2025-08-20T22:52:34.8237177Z Reading state information...
2025-08-20T22:52:35.0816783Z devscripts is already the newest version (2.23.7).
2025-08-20T22:52:35.0817329Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:35.1007420Z Reading package lists...
2025-08-20T22:52:35.2845060Z Building dependency tree...
2025-08-20T22:52:35.2852211Z Reading state information...
2025-08-20T22:52:35.5471291Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:52:35.5471682Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:35.5664337Z Reading package lists...
2025-08-20T22:52:35.7434197Z Building dependency tree...
2025-08-20T22:52:35.7441929Z Reading state information...
2025-08-20T22:52:35.9881701Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:35.9882145Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:52:36.0259276Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:36.0690475Z Reading package lists...
2025-08-20T22:52:36.2453598Z Building dependency tree...
2025-08-20T22:52:36.2463620Z Reading state information...
2025-08-20T22:52:36.4801484Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:52:36.4801885Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:52:36.4802234Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:52:36.4802618Z The following additional packages will be installed:
2025-08-20T22:52:36.4803378Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:52:36.4803778Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:52:36.4804228Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:52:36.4804614Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:52:36.4804999Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:52:36.4805441Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:52:36.4805836Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:52:36.4806243Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:52:36.4806616Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:52:36.4807178Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:52:36.4807643Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:52:36.4808037Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:52:36.4808761Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:52:36.4809202Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:52:36.4809540Z   linux-libc-dev-armhf-cross
2025-08-20T22:52:36.4817547Z Suggested packages:
2025-08-20T22:52:36.4817891Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:52:36.4818270Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:52:36.5140526Z The following NEW packages will be installed:
2025-08-20T22:52:36.5140878Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:52:36.5141285Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:52:36.5141758Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:52:36.5142212Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:52:36.5142589Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:52:36.5142974Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:52:36.5143391Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:52:36.5143778Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:52:36.5147150Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:52:36.5147650Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:52:36.5148063Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:52:36.5148483Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:52:36.5148849Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:52:36.5149220Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:52:36.5149682Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:52:36.7868226Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:36.7868575Z Need to get 112 MB of archives.
2025-08-20T22:52:36.7868859Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:52:36.7869536Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:52:37.0517327Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:52:37.7950982Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:52:37.8800216Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:52:38.4827833Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:52:38.5671915Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:52:38.6515695Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:52:38.9956036Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:52:39.0800290Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:52:39.1648264Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:52:39.3368504Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:52:39.5053759Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:52:39.8838752Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:52:39.9719700Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:52:40.4624965Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:52:40.6388135Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:52:40.8984680Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:52:41.1533496Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:52:42.1565905Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:52:42.4104656Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:52:42.6635049Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:52:43.0012891Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:52:43.7686674Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:52:44.5532976Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:52:44.6379231Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:52:44.7224438Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:52:44.9412581Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:52:45.0259271Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:52:45.1115035Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:52:45.1957580Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:52:45.6152889Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:52:45.7878389Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:52:46.0419316Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:52:46.3821379Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:52:47.4885982Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:52:47.7421882Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:52:47.9953044Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:52:48.3320652Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:52:49.0128222Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:52:49.0969833Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:52:49.1814032Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:52:49.2656735Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:52:49.5390160Z Fetched 112 MB in 13s (8808 kB/s)
2025-08-20T22:52:49.5677332Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:52:49.5709900Z (Reading database ... 
2025-08-20T22:52:49.5710156Z (Reading database ... 5%
2025-08-20T22:52:49.5710362Z (Reading database ... 10%
2025-08-20T22:52:49.5710559Z (Reading database ... 15%
2025-08-20T22:52:49.5710755Z (Reading database ... 20%
2025-08-20T22:52:49.5710948Z (Reading database ... 25%
2025-08-20T22:52:49.5711137Z (Reading database ... 30%
2025-08-20T22:52:49.5711652Z (Reading database ... 35%
2025-08-20T22:52:49.5711860Z (Reading database ... 40%
2025-08-20T22:52:49.5712685Z (Reading database ... 45%
2025-08-20T22:52:49.5712924Z (Reading database ... 50%
2025-08-20T22:52:49.5732753Z (Reading database ... 55%
2025-08-20T22:52:49.5814253Z (Reading database ... 60%
2025-08-20T22:52:49.5853575Z (Reading database ... 65%
2025-08-20T22:52:49.5867548Z (Reading database ... 70%
2025-08-20T22:52:49.5894506Z (Reading database ... 75%
2025-08-20T22:52:49.6013920Z (Reading database ... 80%
2025-08-20T22:52:49.6082164Z (Reading database ... 85%
2025-08-20T22:52:49.6105688Z (Reading database ... 90%
2025-08-20T22:52:49.6198754Z (Reading database ... 95%
2025-08-20T22:52:49.6198975Z (Reading database ... 100%
2025-08-20T22:52:49.6199270Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:52:49.6225605Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:49.6299443Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:49.6885100Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:52:49.7047073Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:49.7135272Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:49.9372247Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:52:49.9538756Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:49.9604104Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.0149975Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:52:50.0334137Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:50.0423317Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2834247Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:52:50.3015580Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:52:50.3075662Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.3635344Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:52:50.3803429Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:52:50.3892466Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.4510496Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:52:50.4676367Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:52:50.4809837Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:52:50.5943246Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:52:50.6127117Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:50.6210820Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.6692087Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:52:50.6865361Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:50.6936774Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.7516656Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:52:50.7686352Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:50.7772812Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.8502801Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:52:50.8673255Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:50.8744991Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.9369824Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:52:50.9527532Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:50.9588413Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.0300536Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:52:51.0466331Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:51.0555028Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.1185830Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:52:51.1373465Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:51.1459427Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.2464375Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:52:51.2647508Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:51.2709458Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.3405369Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:52:51.3588873Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:51.3655697Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.4372574Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:52:51.4539752Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:51.4687731Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.5667731Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:52:51.5834210Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:51.5933388Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:51.9811328Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:52:51.9982026Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:52:52.0059281Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:52.2562456Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:52:52.2768861Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:52.2841470Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:52.4175151Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:52:52.4357412Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:52.4478140Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:52.6806330Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:52:52.6974660Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:52.7064964Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:52.9355191Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:52:52.9538154Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:52:52.9622967Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:52:53.0855149Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:52:53.1025548Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.1121093Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.1608982Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:52:53.1778094Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.1896278Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.2500140Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:52:53.2695363Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:53.2800783Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:53.3768279Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:52:53.3959399Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.4053202Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.4647776Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:52:53.4829231Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.4909299Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.5498256Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:52:53.5668064Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.5760396Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.6308297Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:52:53.6474658Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.6555006Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.7635740Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:52:53.7803796Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.7911906Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.8655912Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:52:53.8848653Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.8911323Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:53.9647231Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:52:53.9838718Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:53.9899107Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:54.0772887Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:52:54.0953525Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:54.1049993Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:54.4904127Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:52:54.5091073Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:52:54.5178057Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:54.8002507Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:52:54.8178588Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:54.8240391Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:54.9662635Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:52:54.9857372Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:54.9928201Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:55.2448599Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:52:55.2627160Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:52:55.2727328Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:55.5444429Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:52:55.5636053Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:52:55.5715428Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:55.6204452Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:52:55.6389108Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:52:55.6448714Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:55.6912150Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:52:55.7077112Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:52:55.7179818Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:55.7734981Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:52:55.7900347Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:52:55.7967191Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:55.8705576Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:52:55.9093587Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:55.9283018Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:55.9590845Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:55.9763384Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:55.9956721Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:56.0131821Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.0300511Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:56.0474387Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:56.0657944Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.0847560Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.1106386Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:56.1275725Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:52:56.1441047Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.1616352Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.1799137Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.1986145Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.2174586Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.2355871Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.2535249Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.2710752Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:56.2966576Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.3180691Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.3367886Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:56.3548434Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.3739942Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.3941774Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.4130833Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:56.4308951Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.4515213Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.4721862Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.4906223Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.5101491Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.5299368Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.5483380Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:56.5672274Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.5864795Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.6050953Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.6241565Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:56.6422353Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:56.6629325Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:56.6824350Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:56.7008660Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:52:56.7090253Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:52:56.7233367Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:58.0293219Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:52:59.1221630Z Reading package lists...
2025-08-20T22:52:59.3219309Z Building dependency tree...
2025-08-20T22:52:59.3225828Z Reading state information...
2025-08-20T22:52:59.5625679Z The following additional packages will be installed:
2025-08-20T22:52:59.5626285Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:52:59.5631919Z   libpcap0.8-dev
2025-08-20T22:52:59.5912873Z The following NEW packages will be installed:
2025-08-20T22:52:59.5913336Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:52:59.5919021Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:52:59.6107374Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:59.6841176Z Need to get 1640 kB of archives.
2025-08-20T22:52:59.6841528Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:52:59.6842085Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:52:59.7669108Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:52:59.7880171Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:52:59.8095659Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:52:59.8387197Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:52:59.8845861Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:52:59.9039564Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:52:59.9203910Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:53:00.1672566Z Fetched 1640 kB in 0s (5505 kB/s)
2025-08-20T22:53:00.2274689Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:53:00.2309137Z (Reading database ... 
2025-08-20T22:53:00.2309657Z (Reading database ... 5%
2025-08-20T22:53:00.2310225Z (Reading database ... 10%
2025-08-20T22:53:00.2310470Z (Reading database ... 15%
2025-08-20T22:53:00.2310676Z (Reading database ... 20%
2025-08-20T22:53:00.2310874Z (Reading database ... 25%
2025-08-20T22:53:00.2311068Z (Reading database ... 30%
2025-08-20T22:53:00.2311622Z (Reading database ... 35%
2025-08-20T22:53:00.2311849Z (Reading database ... 40%
2025-08-20T22:53:00.2312047Z (Reading database ... 45%
2025-08-20T22:53:00.2312239Z (Reading database ... 50%
2025-08-20T22:53:00.2331785Z (Reading database ... 55%
2025-08-20T22:53:00.2420531Z (Reading database ... 60%
2025-08-20T22:53:00.2457745Z (Reading database ... 65%
2025-08-20T22:53:00.2474806Z (Reading database ... 70%
2025-08-20T22:53:00.2499060Z (Reading database ... 75%
2025-08-20T22:53:00.2661070Z (Reading database ... 80%
2025-08-20T22:53:00.2692993Z (Reading database ... 85%
2025-08-20T22:53:00.2726526Z (Reading database ... 90%
2025-08-20T22:53:00.2823934Z (Reading database ... 95%
2025-08-20T22:53:00.2824507Z (Reading database ... 100%
2025-08-20T22:53:00.2824841Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:53:00.2854039Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:53:00.2935529Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:53:00.4141873Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:53:00.4332661Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:53:00.4543156Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:53:00.5220880Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:53:00.5406788Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:53:00.5475302Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:00.6167847Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:53:00.6337039Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:53:00.6422094Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:00.7028367Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:53:00.7194385Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:53:00.7285030Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:53:00.8175844Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:53:00.8367580Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:53:00.8453962Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:00.9164367Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:53:00.9357460Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:53:00.9420049Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:01.0045726Z Selecting previously unselected package pcaputils.
2025-08-20T22:53:01.0225541Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:53:01.0316527Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:53:01.1111846Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:53:01.1322103Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:53:01.2717179Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:01.2906845Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:53:01.3235314Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:53:01.5496367Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:01.5715291Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:53:01.5964681Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:01.6288082Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:03.2054598Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:53:03.2603693Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:03.2824254Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:04.3957044Z Reading package lists...
2025-08-20T22:53:04.5942361Z Building dependency tree...
2025-08-20T22:53:04.5950576Z Reading state information...
2025-08-20T22:53:04.6322397Z Reading package lists...
2025-08-20T22:53:04.7924562Z Building dependency tree...
2025-08-20T22:53:04.7931190Z Reading state information...
2025-08-20T22:53:05.0194876Z The following additional packages will be installed:
2025-08-20T22:53:05.0199201Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:53:05.0207170Z Suggested packages:
2025-08-20T22:53:05.0207470Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:53:05.0207875Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:53:05.0369303Z The following NEW packages will be installed:
2025-08-20T22:53:05.0370548Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:53:05.0374737Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:53:05.1757618Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:05.1757986Z Need to get 801 kB of archives.
2025-08-20T22:53:05.1758312Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:53:05.1758786Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:53:05.2162563Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:53:05.2495657Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:53:05.3051737Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:53:05.3224322Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:53:05.3389849Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:53:05.3597188Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:53:05.3762330Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:53:05.3931490Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:53:05.6486865Z Fetched 801 kB in 0s (2309 kB/s)
2025-08-20T22:53:05.7043038Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:53:05.7076692Z (Reading database ... 
2025-08-20T22:53:05.7077112Z (Reading database ... 5%
2025-08-20T22:53:05.7077382Z (Reading database ... 10%
2025-08-20T22:53:05.7077587Z (Reading database ... 15%
2025-08-20T22:53:05.7077780Z (Reading database ... 20%
2025-08-20T22:53:05.7077973Z (Reading database ... 25%
2025-08-20T22:53:05.7078165Z (Reading database ... 30%
2025-08-20T22:53:05.7078360Z (Reading database ... 35%
2025-08-20T22:53:05.7078555Z (Reading database ... 40%
2025-08-20T22:53:05.7078747Z (Reading database ... 45%
2025-08-20T22:53:05.7078940Z (Reading database ... 50%
2025-08-20T22:53:05.7098959Z (Reading database ... 55%
2025-08-20T22:53:05.7184015Z (Reading database ... 60%
2025-08-20T22:53:05.7218711Z (Reading database ... 65%
2025-08-20T22:53:05.7235208Z (Reading database ... 70%
2025-08-20T22:53:05.7268472Z (Reading database ... 75%
2025-08-20T22:53:05.7416625Z (Reading database ... 80%
2025-08-20T22:53:05.7447650Z (Reading database ... 85%
2025-08-20T22:53:05.7480884Z (Reading database ... 90%
2025-08-20T22:53:05.7576054Z (Reading database ... 95%
2025-08-20T22:53:05.7576265Z (Reading database ... 100%
2025-08-20T22:53:05.7576580Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:53:05.7603503Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:53:05.7729373Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:53:05.8359232Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:53:05.8535018Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:53:05.8606119Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:53:05.9244459Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:53:05.9434789Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:53:05.9506529Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:53:06.0298688Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:53:06.0484640Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:53:06.0564247Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:53:06.1123360Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:53:06.1289858Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:53:06.1365323Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:53:06.2010256Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:53:06.2179660Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:53:06.2236868Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:06.2893047Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:53:06.3060021Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:53:06.3122676Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:53:06.3762909Z Selecting previously unselected package lzma.
2025-08-20T22:53:06.3959257Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:53:06.4045102Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:53:06.4647407Z Selecting previously unselected package lzma-dev.
2025-08-20T22:53:06.4840499Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:53:06.4900498Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:53:06.5663637Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:53:06.6012303Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:53:06.6228237Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:53:06.6414654Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:53:06.6658504Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:53:06.6840170Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:53:06.6962816Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:53:06.7193266Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:06.7378813Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:53:06.7592263Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:53:06.7799127Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:06.8107812Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:08.1291625Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:53:09.2877281Z Reading package lists...
2025-08-20T22:53:09.4820705Z Building dependency tree...
2025-08-20T22:53:09.4828888Z Reading state information...
2025-08-20T22:53:09.7592141Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:53:09.7592581Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:53:09.7592905Z inetutils-telnet set to manually installed.
2025-08-20T22:53:09.7593208Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:53:09.7593535Z The following additional packages will be installed:
2025-08-20T22:53:09.7593796Z   tcpd update-inetd
2025-08-20T22:53:09.7751841Z The following packages will be REMOVED:
2025-08-20T22:53:09.7757973Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:53:09.7759266Z The following NEW packages will be installed:
2025-08-20T22:53:09.7759605Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:53:09.7760000Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:53:09.7766399Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:53:09.9672134Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:53:09.9672898Z Need to get 691 kB of archives.
2025-08-20T22:53:09.9673172Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:53:10.2483207Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:53:10.2483853Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:53:10.3533467Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:53:10.4587373Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:53:10.5831491Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:53:10.7420462Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:53:10.8718907Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:53:10.9928967Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:53:11.1027528Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:53:11.2076584Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:53:11.3265937Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:53:11.5413615Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:53:11.8218773Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:53:12.0795796Z Preconfiguring packages ...
2025-08-20T22:53:12.1845232Z Fetched 691 kB in 2s (333 kB/s)
2025-08-20T22:53:12.2049693Z (Reading database ... 
2025-08-20T22:53:12.2049946Z (Reading database ... 5%
2025-08-20T22:53:12.2050148Z (Reading database ... 10%
2025-08-20T22:53:12.2050371Z (Reading database ... 15%
2025-08-20T22:53:12.2050564Z (Reading database ... 20%
2025-08-20T22:53:12.2050757Z (Reading database ... 25%
2025-08-20T22:53:12.2050944Z (Reading database ... 30%
2025-08-20T22:53:12.2051136Z (Reading database ... 35%
2025-08-20T22:53:12.2051327Z (Reading database ... 40%
2025-08-20T22:53:12.2051535Z (Reading database ... 45%
2025-08-20T22:53:12.2051727Z (Reading database ... 50%
2025-08-20T22:53:12.2072371Z (Reading database ... 55%
2025-08-20T22:53:12.2158132Z (Reading database ... 60%
2025-08-20T22:53:12.2198408Z (Reading database ... 65%
2025-08-20T22:53:12.2216917Z (Reading database ... 70%
2025-08-20T22:53:12.2241813Z (Reading database ... 75%
2025-08-20T22:53:12.2407645Z (Reading database ... 80%
2025-08-20T22:53:12.2440850Z (Reading database ... 85%
2025-08-20T22:53:12.2475706Z (Reading database ... 90%
2025-08-20T22:53:12.2576406Z (Reading database ... 95%
2025-08-20T22:53:12.2576618Z (Reading database ... 100%
2025-08-20T22:53:12.2576910Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:53:12.2606396Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:53:12.3310681Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:53:12.4119178Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:53:12.7800904Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:53:12.7835028Z (Reading database ... 
2025-08-20T22:53:12.7835270Z (Reading database ... 5%
2025-08-20T22:53:12.7835495Z (Reading database ... 10%
2025-08-20T22:53:12.7835691Z (Reading database ... 15%
2025-08-20T22:53:12.7835883Z (Reading database ... 20%
2025-08-20T22:53:12.7836076Z (Reading database ... 25%
2025-08-20T22:53:12.7836267Z (Reading database ... 30%
2025-08-20T22:53:12.7836453Z (Reading database ... 35%
2025-08-20T22:53:12.7836645Z (Reading database ... 40%
2025-08-20T22:53:12.7837302Z (Reading database ... 45%
2025-08-20T22:53:12.7837525Z (Reading database ... 50%
2025-08-20T22:53:12.7856797Z (Reading database ... 55%
2025-08-20T22:53:12.7939108Z (Reading database ... 60%
2025-08-20T22:53:12.7977631Z (Reading database ... 65%
2025-08-20T22:53:12.7994620Z (Reading database ... 70%
2025-08-20T22:53:12.8018541Z (Reading database ... 75%
2025-08-20T22:53:12.8180682Z (Reading database ... 80%
2025-08-20T22:53:12.8212837Z (Reading database ... 85%
2025-08-20T22:53:12.8246914Z (Reading database ... 90%
2025-08-20T22:53:12.8343682Z (Reading database ... 95%
2025-08-20T22:53:12.8343931Z (Reading database ... 100%
2025-08-20T22:53:12.8344226Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:53:12.8370557Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:12.8457226Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:12.9057066Z Selecting previously unselected package tcpd.
2025-08-20T22:53:12.9243503Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:53:12.9313210Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:53:12.9937169Z Selecting previously unselected package update-inetd.
2025-08-20T22:53:13.0111744Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:53:13.0175586Z Unpacking update-inetd (4.53) ...
2025-08-20T22:53:13.1111295Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:53:13.1297835Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.1505040Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.2126301Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:53:13.2296539Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.2468676Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.3954933Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:53:13.4148096Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.4215146Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.4985051Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:53:13.5177830Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.5257464Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.5919511Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:53:13.6106531Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.6207772Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.6866186Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:53:13.7052470Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.7126377Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.7683330Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:53:13.7847216Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.7908422Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.8472000Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:53:13.8642185Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:13.8719064Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:13.9333223Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:53:13.9502398Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:53:13.9559494Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:53:14.0161675Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:53:14.0350921Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:14.0423399Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.1208793Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:53:14.1553254Z Setting up update-inetd (4.53) ...
2025-08-20T22:53:14.2553752Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.2741965Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:53:14.2919576Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.6260147Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:14.6260622Z 
2025-08-20T22:53:14.6260744Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:53:14.6260931Z 
2025-08-20T22:53:14.6261332Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:14.6261694Z 
2025-08-20T22:53:14.6262216Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:14.6262696Z 
2025-08-20T22:53:14.8632308Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.8875873Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.9025773Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:53:14.9142153Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.9335070Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:14.9508787Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:53:14.9675597Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:15.2868330Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:15.2868736Z 
2025-08-20T22:53:15.2869251Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:15.2869724Z 
2025-08-20T22:53:15.5246351Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:15.6560305Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:15.7560244Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:15.8485875Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:18.6474231Z Reading package lists...
2025-08-20T22:53:18.8355678Z Building dependency tree...
2025-08-20T22:53:18.8363232Z Reading state information...
2025-08-20T22:53:19.1322960Z The following packages will be REMOVED:
2025-08-20T22:53:19.1327919Z   inetutils-ping
2025-08-20T22:53:19.1329932Z The following NEW packages will be installed:
2025-08-20T22:53:19.1335446Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:53:19.1340423Z The following packages will be upgraded:
2025-08-20T22:53:19.1347318Z   iputils-tracepath
2025-08-20T22:53:19.4091576Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:53:19.4091923Z Need to get 84.5 kB of archives.
2025-08-20T22:53:19.4092225Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:53:19.4092808Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:53:19.6599064Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:53:19.7554604Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:53:19.8535873Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:53:20.1537514Z Fetched 84.5 kB in 1s (117 kB/s)
2025-08-20T22:53:20.1751595Z (Reading database ... 
2025-08-20T22:53:20.1751861Z (Reading database ... 5%
2025-08-20T22:53:20.1752060Z (Reading database ... 10%
2025-08-20T22:53:20.1752258Z (Reading database ... 15%
2025-08-20T22:53:20.1752457Z (Reading database ... 20%
2025-08-20T22:53:20.1752647Z (Reading database ... 25%
2025-08-20T22:53:20.1752837Z (Reading database ... 30%
2025-08-20T22:53:20.1753400Z (Reading database ... 35%
2025-08-20T22:53:20.1753609Z (Reading database ... 40%
2025-08-20T22:53:20.1753803Z (Reading database ... 45%
2025-08-20T22:53:20.1753989Z (Reading database ... 50%
2025-08-20T22:53:20.1774968Z (Reading database ... 55%
2025-08-20T22:53:20.1859849Z (Reading database ... 60%
2025-08-20T22:53:20.1900043Z (Reading database ... 65%
2025-08-20T22:53:20.1917777Z (Reading database ... 70%
2025-08-20T22:53:20.1952460Z (Reading database ... 75%
2025-08-20T22:53:20.2111717Z (Reading database ... 80%
2025-08-20T22:53:20.2143494Z (Reading database ... 85%
2025-08-20T22:53:20.2208627Z (Reading database ... 90%
2025-08-20T22:53:20.2284137Z (Reading database ... 95%
2025-08-20T22:53:20.2284349Z (Reading database ... 100%
2025-08-20T22:53:20.2284648Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:53:20.2318154Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:20.3486509Z Selecting previously unselected package iputils-ping.
2025-08-20T22:53:20.3522787Z (Reading database ... 
2025-08-20T22:53:20.3523165Z (Reading database ... 5%
2025-08-20T22:53:20.3523462Z (Reading database ... 10%
2025-08-20T22:53:20.3523685Z (Reading database ... 15%
2025-08-20T22:53:20.3523881Z (Reading database ... 20%
2025-08-20T22:53:20.3524155Z (Reading database ... 25%
2025-08-20T22:53:20.3524408Z (Reading database ... 30%
2025-08-20T22:53:20.3524669Z (Reading database ... 35%
2025-08-20T22:53:20.3526643Z (Reading database ... 40%
2025-08-20T22:53:20.3527315Z (Reading database ... 45%
2025-08-20T22:53:20.3527511Z (Reading database ... 50%
2025-08-20T22:53:20.3545339Z (Reading database ... 55%
2025-08-20T22:53:20.3627388Z (Reading database ... 60%
2025-08-20T22:53:20.3666025Z (Reading database ... 65%
2025-08-20T22:53:20.3682986Z (Reading database ... 70%
2025-08-20T22:53:20.3716878Z (Reading database ... 75%
2025-08-20T22:53:20.3872219Z (Reading database ... 80%
2025-08-20T22:53:20.3903122Z (Reading database ... 85%
2025-08-20T22:53:20.3967029Z (Reading database ... 90%
2025-08-20T22:53:20.4041211Z (Reading database ... 95%
2025-08-20T22:53:20.4041448Z (Reading database ... 100%
2025-08-20T22:53:20.4041745Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:53:20.4074465Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:20.4162021Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.4907512Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:20.5148718Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:53:20.5840199Z Selecting previously unselected package iputils-arping.
2025-08-20T22:53:20.6019224Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:20.6103510Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.6662271Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:53:20.6851962Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:20.6917770Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.7717455Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.8290290Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.8679354Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.8993351Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:20.9226547Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:23.5259901Z Reading package lists...
2025-08-20T22:53:23.7177806Z Building dependency tree...
2025-08-20T22:53:23.7185984Z Reading state information...
2025-08-20T22:53:23.9464371Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:53:23.9741766Z The following packages will be upgraded:
2025-08-20T22:53:23.9742082Z   python3-pip python3-pip-whl
2025-08-20T22:53:23.9909034Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:53:24.1740629Z Need to get 3020 kB of archives.
2025-08-20T22:53:24.1741029Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:53:24.1741613Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:53:24.3031378Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:53:24.5860911Z Fetched 3020 kB in 0s (9443 kB/s)
2025-08-20T22:53:24.6350057Z (Reading database ... 
2025-08-20T22:53:24.6350332Z (Reading database ... 5%
2025-08-20T22:53:24.6350536Z (Reading database ... 10%
2025-08-20T22:53:24.6350737Z (Reading database ... 15%
2025-08-20T22:53:24.6350930Z (Reading database ... 20%
2025-08-20T22:53:24.6351155Z (Reading database ... 25%
2025-08-20T22:53:24.6351349Z (Reading database ... 30%
2025-08-20T22:53:24.6351544Z (Reading database ... 35%
2025-08-20T22:53:24.6351784Z (Reading database ... 40%
2025-08-20T22:53:24.6351977Z (Reading database ... 45%
2025-08-20T22:53:24.6352168Z (Reading database ... 50%
2025-08-20T22:53:24.6373370Z (Reading database ... 55%
2025-08-20T22:53:24.6457744Z (Reading database ... 60%
2025-08-20T22:53:24.6496623Z (Reading database ... 65%
2025-08-20T22:53:24.6513731Z (Reading database ... 70%
2025-08-20T22:53:24.6548174Z (Reading database ... 75%
2025-08-20T22:53:24.6700227Z (Reading database ... 80%
2025-08-20T22:53:24.6729610Z (Reading database ... 85%
2025-08-20T22:53:24.6792003Z (Reading database ... 90%
2025-08-20T22:53:24.6862655Z (Reading database ... 95%
2025-08-20T22:53:24.6862901Z (Reading database ... 100%
2025-08-20T22:53:24.6864192Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:53:24.6890138Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:53:24.8838869Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:53:25.1000027Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:53:25.1191313Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:53:25.2266511Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:53:25.2484478Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:53:26.1941871Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:28.9189088Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:53:29.2009072Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:30.1607324Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:53:30.2805591Z Collecting pip
2025-08-20T22:53:30.3288020Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:53:30.3477110Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:53:30.4680408Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.8 MB/s eta 0:00:00
2025-08-20T22:53:30.7341750Z Installing collected packages: pip
2025-08-20T22:53:31.3831102Z Successfully installed pip-25.2
2025-08-20T22:53:31.5754787Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:53:31.6165084Z Reading package lists...
2025-08-20T22:53:31.7968321Z Building dependency tree...
2025-08-20T22:53:31.7977620Z Reading state information...
2025-08-20T22:53:32.0188249Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:53:32.0188824Z pciutils set to manually installed.
2025-08-20T22:53:32.0189114Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:53:32.0189440Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:53:32.0189727Z python3-distro set to manually installed.
2025-08-20T22:53:32.0190130Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:53:32.0190455Z python3-netifaces set to manually installed.
2025-08-20T22:53:32.0191118Z The following additional packages will be installed:
2025-08-20T22:53:32.0191411Z   libsysfs2
2025-08-20T22:53:32.0197270Z Suggested packages:
2025-08-20T22:53:32.0197500Z   fancontrol read-edid i2c-tools
2025-08-20T22:53:32.0456589Z The following NEW packages will be installed:
2025-08-20T22:53:32.0459833Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:53:32.0636568Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:53:32.2030761Z Need to get 133 kB of archives.
2025-08-20T22:53:32.2031175Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:53:32.2031677Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:53:32.2370348Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:53:32.2640358Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:53:32.3068292Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:53:32.5647433Z Fetched 133 kB in 0s (572 kB/s)
2025-08-20T22:53:32.6084662Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:53:32.6119060Z (Reading database ... 
2025-08-20T22:53:32.6119296Z (Reading database ... 5%
2025-08-20T22:53:32.6119499Z (Reading database ... 10%
2025-08-20T22:53:32.6119695Z (Reading database ... 15%
2025-08-20T22:53:32.6120264Z (Reading database ... 20%
2025-08-20T22:53:32.6120488Z (Reading database ... 25%
2025-08-20T22:53:32.6120680Z (Reading database ... 30%
2025-08-20T22:53:32.6120874Z (Reading database ... 35%
2025-08-20T22:53:32.6121867Z (Reading database ... 40%
2025-08-20T22:53:32.6122115Z (Reading database ... 45%
2025-08-20T22:53:32.6122311Z (Reading database ... 50%
2025-08-20T22:53:32.6141576Z (Reading database ... 55%
2025-08-20T22:53:32.6227194Z (Reading database ... 60%
2025-08-20T22:53:32.6269218Z (Reading database ... 65%
2025-08-20T22:53:32.6286406Z (Reading database ... 70%
2025-08-20T22:53:32.6321914Z (Reading database ... 75%
2025-08-20T22:53:32.6479838Z (Reading database ... 80%
2025-08-20T22:53:32.6510294Z (Reading database ... 85%
2025-08-20T22:53:32.6572331Z (Reading database ... 90%
2025-08-20T22:53:32.6642688Z (Reading database ... 95%
2025-08-20T22:53:32.6642910Z (Reading database ... 100%
2025-08-20T22:53:32.6643200Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:53:32.6671084Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:53:32.6803251Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:53:32.7585143Z Selecting previously unselected package sysfsutils.
2025-08-20T22:53:32.7780343Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:53:32.7895231Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:53:32.8828696Z Selecting previously unselected package lm-sensors.
2025-08-20T22:53:32.9017495Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:53:32.9247244Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:53:32.9848895Z Selecting previously unselected package virt-what.
2025-08-20T22:53:33.0023127Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:53:33.0097274Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:53:33.0926064Z Setting up virt-what (1.25-2) ...
2025-08-20T22:53:33.1147271Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:53:33.1324751Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:53:33.4500919Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:53:33.4501313Z 
2025-08-20T22:53:33.4501812Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:53:33.4502249Z 
2025-08-20T22:53:33.6822507Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:53:33.9836097Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:53:33.9836613Z 
2025-08-20T22:53:33.9935665Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:35.5671787Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:36.7208385Z Reading package lists...
2025-08-20T22:53:36.9092270Z Building dependency tree...
2025-08-20T22:53:36.9100380Z Reading state information...
2025-08-20T22:53:37.1456655Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:53:37.1457254Z The following additional packages will be installed:
2025-08-20T22:53:37.1461039Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:53:37.1461413Z   xorg-sgml-doctools
2025-08-20T22:53:37.1470541Z Suggested packages:
2025-08-20T22:53:37.1470753Z   libxcb-doc
2025-08-20T22:53:37.1636431Z The following NEW packages will be installed:
2025-08-20T22:53:37.1638531Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:53:37.1641650Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:53:37.1642006Z   xcb xorg-sgml-doctools
2025-08-20T22:53:37.3512467Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:53:37.3512844Z Need to get 816 kB of archives.
2025-08-20T22:53:37.3513136Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:53:37.3513663Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:53:37.4355195Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:53:37.5255067Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:53:38.0187338Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:53:38.1032081Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:53:38.1893113Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:53:38.2811099Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:53:38.3661136Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:53:38.4505583Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:53:38.5344485Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:53:38.6197510Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:53:38.8708129Z Fetched 816 kB in 1s (564 kB/s)
2025-08-20T22:53:38.8983791Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:53:38.9018676Z (Reading database ... 
2025-08-20T22:53:38.9018922Z (Reading database ... 5%
2025-08-20T22:53:38.9019128Z (Reading database ... 10%
2025-08-20T22:53:38.9019328Z (Reading database ... 15%
2025-08-20T22:53:38.9019523Z (Reading database ... 20%
2025-08-20T22:53:38.9019718Z (Reading database ... 25%
2025-08-20T22:53:38.9019924Z (Reading database ... 30%
2025-08-20T22:53:38.9020114Z (Reading database ... 35%
2025-08-20T22:53:38.9020310Z (Reading database ... 40%
2025-08-20T22:53:38.9020522Z (Reading database ... 45%
2025-08-20T22:53:38.9020709Z (Reading database ... 50%
2025-08-20T22:53:38.9040064Z (Reading database ... 55%
2025-08-20T22:53:38.9128363Z (Reading database ... 60%
2025-08-20T22:53:38.9165620Z (Reading database ... 65%
2025-08-20T22:53:38.9183057Z (Reading database ... 70%
2025-08-20T22:53:38.9218435Z (Reading database ... 75%
2025-08-20T22:53:38.9378704Z (Reading database ... 80%
2025-08-20T22:53:38.9409200Z (Reading database ... 85%
2025-08-20T22:53:38.9474344Z (Reading database ... 90%
2025-08-20T22:53:38.9548960Z (Reading database ... 95%
2025-08-20T22:53:38.9549197Z (Reading database ... 100%
2025-08-20T22:53:38.9549488Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:53:38.9579779Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:53:38.9655239Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:53:39.0185706Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:53:39.0355267Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:53:39.0420622Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:53:39.1283724Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:53:39.1487777Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:53:39.1567679Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:53:39.2302247Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:53:39.2496129Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:53:39.2572569Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:53:39.3238511Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:53:39.3428650Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:53:39.3510436Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:53:39.4121276Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:53:39.4308916Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:53:39.4379424Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:39.4976416Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:53:39.5146332Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:53:39.5232819Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:39.5919973Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:53:39.6093759Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:53:39.6238218Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:39.6799027Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:53:39.6971083Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:53:39.7057232Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:39.7733156Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:53:39.7926001Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:53:39.8012684Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:39.8937132Z Selecting previously unselected package xcb.
2025-08-20T22:53:39.9127742Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:53:39.9240281Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:53:40.0040485Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:40.0222646Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:53:40.0383601Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:53:40.0652260Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:53:40.0886862Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:40.1188518Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:41.5999603Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:53:41.6269149Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:53:41.6541541Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:53:41.7022388Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:53:41.7250585Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:41.7442362Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:41.7704420Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:41.7931991Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:53:43.1238983Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:43.7545612Z Collecting build
2025-08-20T22:53:43.8007919Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:53:43.9037332Z Collecting cffi
2025-08-20T22:53:43.9109078Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:53:43.9410171Z Collecting scons
2025-08-20T22:53:43.9480922Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:53:43.9798948Z Collecting scuba
2025-08-20T22:53:43.9879493Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:53:44.0514136Z Collecting pytest
2025-08-20T22:53:44.0583849Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:53:44.0960203Z Collecting packaging>=19.1 (from build)
2025-08-20T22:53:44.1035452Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:53:44.1307248Z Collecting pyproject_hooks (from build)
2025-08-20T22:53:44.1373799Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:53:44.1676068Z Collecting pycparser (from cffi)
2025-08-20T22:53:44.1744816Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:53:44.2227297Z Collecting PyYAML (from scuba)
2025-08-20T22:53:44.2389143Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:53:44.2687738Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:53:44.2772483Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:53:44.3090668Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:53:44.3160518Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:53:44.3508217Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:53:44.3582995Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:44.3781746Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:53:44.3967806Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:53:44.4350401Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:53:44.4776572Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 97.5 MB/s  0:00:00
2025-08-20T22:53:44.4851963Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:53:44.5061407Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:53:44.5271520Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:53:44.5431498Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:53:44.5603035Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:53:44.5793530Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:44.5979519Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.7 MB/s  0:00:00
2025-08-20T22:53:44.6047735Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:53:44.6220252Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:53:44.6372576Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:53:44.6540925Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 34.6 MB/s  0:00:00
2025-08-20T22:53:44.7512211Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:53:46.3201134Z 
2025-08-20T22:53:46.3213799Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:53:46.6063954Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:47.2378055Z Collecting ansi2txt
2025-08-20T22:53:47.2821196Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:53:47.3207397Z Collecting pipx
2025-08-20T22:53:47.3275038Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:53:47.3592639Z Collecting scons
2025-08-20T22:53:47.3603003Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:53:47.3795533Z Collecting py2static
2025-08-20T22:53:47.3867846Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:53:47.4230951Z Collecting typer
2025-08-20T22:53:47.4299617Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:53:47.4728034Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:53:47.4797606Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:53:47.5099874Z Collecting packaging>=20 (from pipx)
2025-08-20T22:53:47.5109507Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:53:47.5403503Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:53:47.5470852Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:53:47.5911384Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:53:47.5982007Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:53:47.6490417Z Collecting pyinstaller (from py2static)
2025-08-20T22:53:47.6573204Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:53:47.6975447Z Collecting staticx (from py2static)
2025-08-20T22:53:47.7090679Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:53:47.7420043Z   Preparing metadata (setup.py): started
2025-08-20T22:53:48.2246895Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:53:48.2497376Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:53:48.2578191Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:48.3255000Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:53:48.3328612Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:53:48.3743183Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:53:48.3811816Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:53:48.4279125Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:53:48.4347559Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:53:48.4718986Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:53:48.4796497Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:53:48.5123748Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:53:48.5133158Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:48.5320737Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:53:48.5386932Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:53:48.6471336Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:53:48.6560964Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:53:48.6905442Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:53:48.6976059Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:53:48.7612627Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:53:48.7718320Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:53:48.8049687Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:53:48.8126005Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:53:48.8319184Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:53:48.8500169Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:53:48.8675076Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:53:48.8811574Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:53:48.8976092Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:53:48.9163708Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:53:48.9342462Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:53:48.9456430Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:53:48.9529371Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:53:48.9753627Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:53:48.9917252Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:48.9990679Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:53:49.0162306Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:53:49.0323275Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:53:49.0515780Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:53:49.0712189Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:53:49.0878887Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:53:49.1087055Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 26.0 MB/s  0:00:00
2025-08-20T22:53:49.1155727Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:53:49.1350932Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:49.1561029Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 49.1 MB/s  0:00:00
2025-08-20T22:53:49.1636792Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:53:49.1792459Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:53:49.2243155Z Building wheels for collected packages: staticx
2025-08-20T22:53:49.2250697Z   Building wheel for staticx (setup.py): started
2025-08-20T22:54:00.4437974Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:54:00.4444951Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790699 sha256=75f4698ba2e40e7c8e36fce4619eeef5bb94972ed9842815cf1f79ccc1c5a79a
2025-08-20T22:54:00.4445848Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:54:00.4462355Z Successfully built staticx
2025-08-20T22:54:00.5405967Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:54:01.3245952Z   Attempting uninstall: scons
2025-08-20T22:54:01.3316879Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:01.3595962Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:01.3654390Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:01.8480519Z   Attempting uninstall: pygments
2025-08-20T22:54:01.8557315Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:01.8705407Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:01.8727784Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:02.4958602Z   Attempting uninstall: packaging
2025-08-20T22:54:02.5029168Z     Found existing installation: packaging 25.0
2025-08-20T22:54:02.5065404Z     Uninstalling packaging-25.0:
2025-08-20T22:54:02.5071505Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:03.4430212Z 
2025-08-20T22:54:03.4454620Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:54:03.7316293Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:04.0499265Z Collecting build
2025-08-20T22:54:04.0510291Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:54:04.1227253Z Collecting cffi
2025-08-20T22:54:04.1236349Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:54:04.1405705Z Collecting scons
2025-08-20T22:54:04.1414765Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:04.1572686Z Collecting scuba
2025-08-20T22:54:04.1582138Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:54:04.1989657Z Collecting pytest
2025-08-20T22:54:04.1999175Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:54:04.2232261Z Collecting packaging>=19.1 (from build)
2025-08-20T22:54:04.2241498Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:04.2381034Z Collecting pyproject_hooks (from build)
2025-08-20T22:54:04.2390808Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:54:04.2534183Z Collecting pycparser (from cffi)
2025-08-20T22:54:04.2544847Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:54:04.2834554Z Collecting PyYAML (from scuba)
2025-08-20T22:54:04.2848565Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:54:04.3009941Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:54:04.3018837Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:54:04.3307962Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:54:04.3316474Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:54:04.3548279Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:54:04.3557234Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:04.3605104Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:54:04.3614603Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:54:04.3625943Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:04.3661341Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:54:04.3672405Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:54:04.3683446Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:54:04.3692421Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:54:04.3701091Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:04.3710087Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:04.3726062Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:54:04.3735460Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:54:04.3744304Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:54:04.4781895Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:54:04.4783837Z   Attempting uninstall: scons
2025-08-20T22:54:04.4854462Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:04.5133560Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:04.5193986Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:05.0048250Z   Attempting uninstall: PyYAML
2025-08-20T22:54:05.0122676Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:54:05.0142075Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:54:05.0152564Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:54:05.0703568Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:54:05.0771378Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:54:05.0784793Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:54:05.0790400Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:54:05.0933775Z   Attempting uninstall: pygments
2025-08-20T22:54:05.1000080Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:05.1149355Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:05.1171468Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:05.6874467Z   Attempting uninstall: pycparser
2025-08-20T22:54:05.6945964Z     Found existing installation: pycparser 2.22
2025-08-20T22:54:05.6968034Z     Uninstalling pycparser-2.22:
2025-08-20T22:54:05.6973415Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:54:05.8134446Z   Attempting uninstall: pluggy
2025-08-20T22:54:05.8201865Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:54:05.8217275Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:54:05.8222065Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:54:05.8420334Z   Attempting uninstall: packaging
2025-08-20T22:54:05.8491326Z     Found existing installation: packaging 25.0
2025-08-20T22:54:05.8509871Z     Uninstalling packaging-25.0:
2025-08-20T22:54:05.8515284Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:05.8930354Z   Attempting uninstall: iniconfig
2025-08-20T22:54:05.9001476Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:54:05.9014752Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:54:05.9019735Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:54:05.9169174Z   Attempting uninstall: scuba
2025-08-20T22:54:05.9235595Z     Found existing installation: scuba 2.14.1
2025-08-20T22:54:05.9252779Z     Uninstalling scuba-2.14.1:
2025-08-20T22:54:05.9260114Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:54:05.9501423Z   Attempting uninstall: pytest
2025-08-20T22:54:05.9574937Z     Found existing installation: pytest 8.4.1
2025-08-20T22:54:05.9621224Z     Uninstalling pytest-8.4.1:
2025-08-20T22:54:05.9816498Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:54:06.1851696Z   Attempting uninstall: cffi
2025-08-20T22:54:06.1917390Z     Found existing installation: cffi 1.17.1
2025-08-20T22:54:06.1937362Z     Uninstalling cffi-1.17.1:
2025-08-20T22:54:06.2124454Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:54:06.2797440Z   Attempting uninstall: build
2025-08-20T22:54:06.2867171Z     Found existing installation: build 1.3.0
2025-08-20T22:54:06.2885064Z     Uninstalling build-1.3.0:
2025-08-20T22:54:06.2892278Z       Successfully uninstalled build-1.3.0
2025-08-20T22:54:06.3122544Z 
2025-08-20T22:54:06.3145585Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:54:06.5955718Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:06.7487789Z Collecting ansi2txt
2025-08-20T22:54:06.7497112Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:54:06.7720341Z Collecting pipx
2025-08-20T22:54:06.7729631Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:06.7911047Z Collecting scons
2025-08-20T22:54:06.7920717Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:06.8062382Z Collecting py2static
2025-08-20T22:54:06.8071475Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:54:06.8264315Z Collecting typer
2025-08-20T22:54:06.8273523Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:54:06.8565784Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:54:06.8575348Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:06.8771576Z Collecting packaging>=20 (from pipx)
2025-08-20T22:54:06.8781032Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:06.8981574Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:54:06.8991051Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:54:06.9164537Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:54:06.9173973Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:06.9511513Z Collecting pyinstaller (from py2static)
2025-08-20T22:54:06.9521735Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:54:06.9691424Z Collecting staticx (from py2static)
2025-08-20T22:54:06.9700561Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:54:06.9836441Z   Preparing metadata (setup.py): started
2025-08-20T22:54:07.1779631Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:54:07.2013814Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:54:07.2023284Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:07.2232394Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:54:07.2242128Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:07.2513348Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:54:07.2522868Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:54:07.2860343Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:54:07.2869800Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:07.3076333Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:07.3086562Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:07.3321689Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:07.3331159Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:07.3490537Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:54:07.3499026Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:54:07.4401286Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:54:07.4410765Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:07.4633249Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:54:07.4642089Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:07.4839770Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:54:07.4849035Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:07.5045247Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:54:07.5054434Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:54:07.5084928Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:54:07.5093943Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:54:07.5103003Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:07.5136163Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:54:07.5144847Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:54:07.5153767Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:54:07.5162773Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:54:07.5171833Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:07.5180777Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:54:07.5189493Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:54:07.5199984Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:07.5215859Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:54:07.5225014Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:54:07.5233818Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:54:07.5242629Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:54:07.5251583Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:54:07.5260341Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:54:07.5273703Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:07.5285074Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:07.5300860Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:07.5309568Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:54:07.5617181Z Building wheels for collected packages: staticx
2025-08-20T22:54:07.5622696Z   Building wheel for staticx (setup.py): started
2025-08-20T22:54:09.9251170Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:54:09.9260708Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790773 sha256=603c48ce0e3e72f59f20960949581188b73ffdac5548bda805cfe1d92dfca13d
2025-08-20T22:54:09.9261558Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:54:09.9279121Z Successfully built staticx
2025-08-20T22:54:10.0254016Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:54:10.0257648Z   Attempting uninstall: pyelftools
2025-08-20T22:54:10.0323583Z     Found existing installation: pyelftools 0.32
2025-08-20T22:54:10.0360431Z     Uninstalling pyelftools-0.32:
2025-08-20T22:54:10.0372029Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:54:10.1421216Z   Attempting uninstall: altgraph
2025-08-20T22:54:10.1490321Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:10.1505469Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:10.1510475Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:10.1710920Z   Attempting uninstall: typing-extensions
2025-08-20T22:54:10.1778476Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:54:10.1790091Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:54:10.1978752Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:54:10.2289948Z   Attempting uninstall: staticx
2025-08-20T22:54:10.2359508Z     Found existing installation: staticx 0.14.1
2025-08-20T22:54:10.2380120Z     Uninstalling staticx-0.14.1:
2025-08-20T22:54:10.2388119Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:54:10.2697413Z   Attempting uninstall: shellingham
2025-08-20T22:54:10.2768332Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:54:10.2783087Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:54:10.2788268Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:54:10.2946790Z   Attempting uninstall: setuptools
2025-08-20T22:54:10.3014444Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:10.3213566Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:10.3425333Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:10.9221811Z   Attempting uninstall: scons
2025-08-20T22:54:10.9296930Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:10.9587386Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:10.9644496Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:11.4447321Z   Attempting uninstall: pygments
2025-08-20T22:54:11.4528464Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:11.4682086Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:11.4703748Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:12.0305437Z   Attempting uninstall: platformdirs
2025-08-20T22:54:12.0387598Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:54:12.0406244Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:54:12.0411074Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:54:12.0669244Z   Attempting uninstall: packaging
2025-08-20T22:54:12.0739998Z     Found existing installation: packaging 25.0
2025-08-20T22:54:12.0758479Z     Uninstalling packaging-25.0:
2025-08-20T22:54:12.0763590Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:12.1207144Z   Attempting uninstall: mdurl
2025-08-20T22:54:12.1271726Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:54:12.1284882Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:54:12.1289577Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:54:12.1436222Z   Attempting uninstall: click
2025-08-20T22:54:12.1505304Z     Found existing installation: click 8.2.1
2025-08-20T22:54:12.1522842Z     Uninstalling click-8.2.1:
2025-08-20T22:54:12.1528009Z       Successfully uninstalled click-8.2.1
2025-08-20T22:54:12.2134261Z   Attempting uninstall: argcomplete
2025-08-20T22:54:12.2205388Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:54:12.2228097Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:54:12.2236195Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:54:12.2506494Z   Attempting uninstall: ansi2txt
2025-08-20T22:54:12.2575373Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:54:12.2587968Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:54:12.2773757Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:54:12.2899275Z   Attempting uninstall: userpath
2025-08-20T22:54:12.2967636Z     Found existing installation: userpath 1.9.2
2025-08-20T22:54:12.2982816Z     Uninstalling userpath-1.9.2:
2025-08-20T22:54:12.2989237Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:54:12.3157519Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:12.3229177Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:12.3523498Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:12.3560286Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:12.5499916Z   Attempting uninstall: markdown-it-py
2025-08-20T22:54:12.5569751Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:54:12.5623192Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:54:12.5633907Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:54:12.6260511Z   Attempting uninstall: rich
2025-08-20T22:54:12.6332610Z     Found existing installation: rich 14.1.0
2025-08-20T22:54:12.6376593Z     Uninstalling rich-14.1.0:
2025-08-20T22:54:12.6384520Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:54:12.9561401Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:12.9633373Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:12.9877488Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:12.9913386Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:13.2546358Z   Attempting uninstall: pipx
2025-08-20T22:54:13.2631938Z     Found existing installation: pipx 1.7.1
2025-08-20T22:54:13.2660643Z     Uninstalling pipx-1.7.1:
2025-08-20T22:54:13.2668736Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:54:13.3473467Z   Attempting uninstall: typer
2025-08-20T22:54:13.3544560Z     Found existing installation: typer 0.16.1
2025-08-20T22:54:13.3566555Z     Uninstalling typer-0.16.1:
2025-08-20T22:54:13.3573631Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:54:13.3955181Z   Attempting uninstall: py2static
2025-08-20T22:54:13.4019726Z     Found existing installation: py2static 0.0.1
2025-08-20T22:54:13.4035230Z     Uninstalling py2static-0.0.1:
2025-08-20T22:54:13.4042672Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:54:13.4214168Z 
2025-08-20T22:54:13.4237618Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:54:13.7138081Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:13.8127346Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:54:13.8130864Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-8dglvh2q
2025-08-20T22:54:13.8147692Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-8dglvh2q
2025-08-20T22:54:15.1109977Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:54:15.1145394Z   Installing build dependencies: started
2025-08-20T22:54:15.7350781Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:54:15.7359868Z   Getting requirements to build wheel: started
2025-08-20T22:54:15.9864018Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:54:15.9872606Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:54:16.1504431Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:54:16.2952212Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:16.2962673Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:16.3163963Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:54:16.3173295Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:16.3378817Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:54:16.3387808Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:16.3575652Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:16.3584137Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:16.3621529Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:16.3630752Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:16.3642623Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:16.3658527Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:16.3763229Z Building wheels for collected packages: pyinstaller
2025-08-20T22:54:16.3769617Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:54:19.0065403Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:54:19.0086227Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=1df5f83d88db6f30fddfafb725179a27450752cfdaa1f72ed8c0825f36fc76b4
2025-08-20T22:54:19.0089331Z   Stored in directory: /tmp/pip-ephem-wheel-cache-yfbq7xio/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:54:19.0125361Z Successfully built pyinstaller
2025-08-20T22:54:19.0902301Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:54:19.0907230Z   Attempting uninstall: altgraph
2025-08-20T22:54:19.0975387Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:19.0992616Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:19.0998193Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:19.1312716Z   Attempting uninstall: setuptools
2025-08-20T22:54:19.1379425Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:19.1579356Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:19.1801233Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:19.7624063Z   Attempting uninstall: packaging
2025-08-20T22:54:19.7694846Z     Found existing installation: packaging 25.0
2025-08-20T22:54:19.7723351Z     Uninstalling packaging-25.0:
2025-08-20T22:54:19.7729010Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:19.8141401Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:19.8212673Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:19.8501802Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:19.8539548Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:20.0480487Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:20.0552923Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:20.0800286Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:20.0836332Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:20.3621468Z 
2025-08-20T22:54:20.3646289Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:54:20.5855920Z 6.15.0
2025-08-20T22:54:22.1509900Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:54:22.1518831Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:54:22.1520379Z 
2025-08-20T22:54:22.1520825Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:54:22.1521356Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:54:22.1521860Z installation.
2025-08-20T22:54:22.1522010Z 
2025-08-20T22:54:22.1522208Z If you installed the current Docker package using this script and are using it
2025-08-20T22:54:22.1522679Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:54:22.1523232Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:54:22.1523628Z files to match the parameters passed to the script.
2025-08-20T22:54:22.1523848Z 
2025-08-20T22:54:22.1523953Z You may press Ctrl+C now to abort this script.
2025-08-20T22:54:22.1675813Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:23.5249719Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:54:23.9727610Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:54:23.9857118Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:24.0324745Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:24.0338069Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:54:24.0344719Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:25.3586504Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:54:35.4218275Z + sh -c 'docker version'
2025-08-20T22:54:35.4355962Z Client: Docker Engine - Community
2025-08-20T22:54:35.4356436Z  Version:           28.3.3
2025-08-20T22:54:35.4356687Z  API version:       1.51
2025-08-20T22:54:35.4356929Z  Go version:        go1.24.5
2025-08-20T22:54:35.4357448Z  Git commit:        980b856
2025-08-20T22:54:35.4357702Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:54:35.4358018Z  OS/Arch:           linux/arm64
2025-08-20T22:54:35.4358273Z  Context:           default
2025-08-20T22:54:35.4358411Z 
2025-08-20T22:54:35.4358524Z Server: Docker Engine - Community
2025-08-20T22:54:35.4358838Z  Engine:
2025-08-20T22:54:35.4359055Z   Version:          28.3.3
2025-08-20T22:54:35.4359306Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:54:35.4359643Z   Go version:       go1.24.5
2025-08-20T22:54:35.4359884Z   Git commit:       bea959c
2025-08-20T22:54:35.4360106Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:54:35.4360447Z   OS/Arch:          linux/arm64
2025-08-20T22:54:35.4360692Z   Experimental:     false
2025-08-20T22:54:35.4360933Z  containerd:
2025-08-20T22:54:35.4361144Z   Version:          1.7.27
2025-08-20T22:54:35.4361424Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:54:35.4361787Z  runc:
2025-08-20T22:54:35.4361984Z   Version:          1.2.5
2025-08-20T22:54:35.4362215Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:54:35.4362508Z  docker-init:
2025-08-20T22:54:35.4362714Z   Version:          0.19.0
2025-08-20T22:54:35.4363112Z   GitCommit:        de40ad0
2025-08-20T22:54:35.4373168Z 
2025-08-20T22:54:35.4373413Z ================================================================================
2025-08-20T22:54:35.4373637Z 
2025-08-20T22:54:35.4374146Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:54:35.4374649Z Docker daemon in rootless mode for your user:
2025-08-20T22:54:35.4374842Z 
2025-08-20T22:54:35.4374971Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:54:35.4375159Z 
2025-08-20T22:54:35.4375409Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:54:35.4375721Z 
2025-08-20T22:54:35.4375725Z 
2025-08-20T22:54:35.4375928Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:54:35.4376382Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:54:35.4376619Z 
2025-08-20T22:54:35.4376875Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:54:35.4377513Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:54:35.4377962Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:54:35.4378302Z 
2025-08-20T22:54:35.4378433Z ================================================================================
2025-08-20T22:54:35.4378624Z 
2025-08-20T22:54:46.3976636Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:46.3977313Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:46.3977807Z      Active: active (running) since Wed 2025-08-20 22:54:36 UTC; 10s ago
2025-08-20T22:54:46.3978426Z TriggeredBy: ● docker.socket
2025-08-20T22:54:46.3979077Z        Docs: https://docs.docker.com
2025-08-20T22:54:46.3979410Z    Main PID: 20726 (dockerd)
2025-08-20T22:54:46.3979675Z       Tasks: 10
2025-08-20T22:54:46.3979900Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T22:54:46.3980163Z         CPU: 244ms
2025-08-20T22:54:46.3980447Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:46.3982869Z              └─20726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:46.3983319Z 
2025-08-20T22:54:46.3983665Z Aug 20 22:54:35 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:35.809811196Z" level=info msg="Loading containers: start."
2025-08-20T22:54:46.3984840Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.304956432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f19601573b34d2a9b1c605f7a96deb405a9cd8ce577f7caa9ddcd41a988f3cfb], retrying...."
2025-08-20T22:54:46.3986192Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.342481986Z" level=info msg="Loading containers: done."
2025-08-20T22:54:46.3987494Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361631343Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:54:46.3988817Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361757307Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:46.3989756Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361799421Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:46.3990451Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.377210969Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:46.3991177Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381922346Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:46.3991974Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381984964Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:46.3992625Z Aug 20 22:54:36 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:46.4066033Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:46.4067009Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:46.4067823Z      Active: active (running) since Wed 2025-08-20 22:54:36 UTC; 10s ago
2025-08-20T22:54:46.4068512Z TriggeredBy: ● docker.socket
2025-08-20T22:54:46.4068801Z        Docs: https://docs.docker.com
2025-08-20T22:54:46.4069118Z    Main PID: 20726 (dockerd)
2025-08-20T22:54:46.4069368Z       Tasks: 10
2025-08-20T22:54:46.4069582Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T22:54:46.4069834Z         CPU: 244ms
2025-08-20T22:54:46.4070123Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:46.4070684Z              └─20726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:46.4071032Z 
2025-08-20T22:54:46.4071341Z Aug 20 22:54:35 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:35.809811196Z" level=info msg="Loading containers: start."
2025-08-20T22:54:46.4072475Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.304956432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f19601573b34d2a9b1c605f7a96deb405a9cd8ce577f7caa9ddcd41a988f3cfb], retrying...."
2025-08-20T22:54:46.4073652Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.342481986Z" level=info msg="Loading containers: done."
2025-08-20T22:54:46.4074772Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361631343Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:54:46.4076245Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361757307Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:46.4077322Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361799421Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:46.4078026Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.377210969Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:46.4078743Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381922346Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:46.4079522Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381984964Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:46.4080164Z Aug 20 22:54:36 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:46.4231133Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:46.4231692Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:46.4232181Z      Active: active (running) since Wed 2025-08-20 22:54:36 UTC; 10s ago
2025-08-20T22:54:46.4232682Z TriggeredBy: ● docker.socket
2025-08-20T22:54:46.4232997Z        Docs: https://docs.docker.com
2025-08-20T22:54:46.4233306Z    Main PID: 20726 (dockerd)
2025-08-20T22:54:46.4233571Z       Tasks: 10
2025-08-20T22:54:46.4233777Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T22:54:46.4234096Z         CPU: 244ms
2025-08-20T22:54:46.4234372Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:46.4234961Z              └─20726 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:46.4235303Z 
2025-08-20T22:54:46.4235617Z Aug 20 22:54:35 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:35.809811196Z" level=info msg="Loading containers: start."
2025-08-20T22:54:46.4236767Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.304956432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f19601573b34d2a9b1c605f7a96deb405a9cd8ce577f7caa9ddcd41a988f3cfb], retrying...."
2025-08-20T22:54:46.4238084Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.342481986Z" level=info msg="Loading containers: done."
2025-08-20T22:54:46.4239500Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361631343Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:54:46.4240827Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361757307Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:46.4241780Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.361799421Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:46.4242485Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.377210969Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:46.4243303Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381922346Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:46.4244101Z Aug 20 22:54:36 runnervmdbl46 dockerd[20726]: time="2025-08-20T22:54:36.381984964Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:46.4244755Z Aug 20 22:54:36 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:46.4325230Z Docker version 28.3.3, build 980b856
2025-08-20T22:54:46.4473840Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:54:46.7458779Z latest: Pulling from library/hello-world
2025-08-20T22:54:46.8479902Z 198f93fd5094: Pulling fs layer
2025-08-20T22:54:46.9877095Z 198f93fd5094: Download complete
2025-08-20T22:54:47.0243299Z 198f93fd5094: Pull complete
2025-08-20T22:54:47.0466091Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:54:47.0544406Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:54:47.8906586Z 
2025-08-20T22:54:47.8914467Z Hello from Docker!
2025-08-20T22:54:47.8915128Z This message shows that your installation appears to be working correctly.
2025-08-20T22:54:47.8916746Z 
2025-08-20T22:54:47.8917587Z To generate this message, Docker took the following steps:
2025-08-20T22:54:47.8918030Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:54:47.8918420Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:54:47.8918860Z     (arm64v8)
2025-08-20T22:54:47.8919160Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:54:47.8919632Z     executable that produces the output you are currently reading.
2025-08-20T22:54:47.8920097Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:54:47.8920487Z     to your terminal.
2025-08-20T22:54:47.8920651Z 
2025-08-20T22:54:47.8922517Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:54:47.8922912Z  $ docker run -it ubuntu bash
2025-08-20T22:54:47.8923063Z 
2025-08-20T22:54:47.8923231Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:54:47.8923665Z  https://hub.docker.com/
2025-08-20T22:54:47.8923841Z 
2025-08-20T22:54:47.8923954Z For more examples and ideas, visit:
2025-08-20T22:54:47.8924262Z  https://docs.docker.com/get-started/
2025-08-20T22:54:47.8924446Z 
2025-08-20T22:54:48.0182575Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:48.0183198Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:54:48.0183614Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:54:48.0184060Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:54:48.0184546Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:54:48.0185026Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:54:48.0185482Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:54:48.0185882Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:54:48.0186579Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:54:48.0187117Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:54:48.0187517Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:48.0187987Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:54:48.0188408Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:48.0188844Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:54:48.0189327Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:54:48.0189793Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:48.0190257Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:54:48.0190663Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:54:48.0191082Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:48.0191617Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:48.0192128Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:48.0192545Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:48.0193034Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:48.0193470Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:54:48.0194062Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:54:48.0194529Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:48.0194994Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:48.0195478Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:48.0195923Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:48.0196357Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:48.0196869Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:48.0197597Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:48.0198061Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:54:48.0198574Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:48.0199056Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:48.0199572Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:48.0200025Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:48.0200474Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:54:48.0200938Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:54:48.0201387Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:48.0201841Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:48.0202359Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:48.0202811Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:54:48.0203270Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:48.0203774Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:48.0204284Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:48.0204842Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:48.0205519Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:48.0206028Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:48.0206573Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:48.0207229Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:48.0207713Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:48.0208188Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:48.0208630Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:48.0267362Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:54:48.0267762Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:54:48.0268138Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:54:48.0268557Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:54:48.0268964Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:48.0269344Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:54:48.0269754Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:48.0270193Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:48.0270879Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:48.0271288Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:48.0271710Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:48.0272137Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:48.0272539Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:48.0272938Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:54:48.0273376Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:48.0273876Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:48.0274372Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:54:48.0274831Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:54:48.0275253Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:48.0275638Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:54:48.0276031Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:48.0276430Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:54:48.0276831Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:54:48.0277421Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:48.0277925Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:48.0278431Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:48.0278919Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:48.0279362Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:48.0279764Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:48.0280156Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:48.0280560Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:48.0280957Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:54:48.0281520Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:48.0281952Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:48.0282373Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:54:48.0282753Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:54:48.0283122Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:48.0283532Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:48.0283930Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:48.0284303Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:54:48.0284667Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:54:48.0285058Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:48.0285449Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:54:48.0285799Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:54:48.0286173Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:48.0286581Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:54:48.0287643Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:54:48.0288245Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:54:48.0288611Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:48.0288985Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:48.0289373Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:48.0289771Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:48.0290167Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:48.0290550Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:48.0290929Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:54:48.0291326Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:48.0291724Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:48.0292092Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:54:48.0292444Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:54:48.0292789Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:54:48.0293143Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:54:48.0293505Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:54:48.0293857Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:54:48.0294231Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:48.0294628Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:54:48.0295055Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:48.0295489Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:48.0295890Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:54:48.0296283Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:48.0296673Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:48.0297181Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:54:48.0297591Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:48.0298179Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:54:48.0298573Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:54:48.0298964Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:48.0299482Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:48.0299951Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:48.0300379Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:54:48.0300776Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:54:48.0301169Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:54:48.0301575Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:48.0301983Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:54:48.0302389Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:48.0302780Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:48.0303176Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:48.0303575Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:48.0303955Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:54:48.0304487Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:54:48.0304848Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:54:48.0305245Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:48.0305830Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:54:48.0306233Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:48.0306630Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:54:48.0307478Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:54:48.0307915Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:54:48.0308294Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:54:48.0308679Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:54:48.0309101Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:48.0309551Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:54:48.0309948Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:48.0310317Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:54:48.0310708Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:48.0311130Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:48.0311548Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:48.0311901Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:54:48.0312243Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:48.0312663Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:48.0313089Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:54:48.0313494Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:54:48.0313873Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:54:48.0314251Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:54:48.0314631Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:54:48.0315267Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:48.0315755Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:48.0316170Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:54:48.0316534Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:54:48.0316894Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:54:48.0317529Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:48.0318044Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:48.0318483Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:54:48.0318856Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:54:48.0319317Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:48.0319854Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:48.0320354Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:48.0320789Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:54:48.0321146Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:54:48.0321523Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:48.0322082Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:48.0322495Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:48.0322899Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:48.0323266Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:54:48.0323643Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:48.0324042Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:48.0324440Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:48.0324836Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:48.0325232Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:48.0325623Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:48.0326017Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:48.0326435Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:48.0326878Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:48.0327461Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:54:48.0327856Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:54:48.0328230Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:48.0328602Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:54:48.0328978Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:54:48.0329362Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:54:48.0329777Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:48.0330247Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:48.0330695Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:48.0331098Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:48.0331480Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:54:48.0332066Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:54:48.0332454Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:54:48.0332821Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:54:48.0333206Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:48.0333586Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:54:48.0334029Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:48.0334503Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:48.0334962Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:48.0335478Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:48.0336041Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:48.0336546Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:48.0337092Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:54:48.0337459Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:54:48.0337823Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:54:48.0338200Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:48.0338732Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:54:48.0339100Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:54:48.0339478Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:48.0339860Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:54:48.0340242Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:48.0340617Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:54:48.0340991Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:54:48.0341382Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:48.0341770Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:54:48.0342187Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:48.0342626Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:48.0343044Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:48.0343456Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:48.0343861Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:48.0344276Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:48.0344696Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:54:48.0345090Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:54:48.0345452Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:54:48.0345961Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0346481Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:54:48.0346850Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:54:48.0347355Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:48.0347727Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:54:48.0348125Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:48.0348736Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:48.0349174Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:48.0349602Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:48.0350003Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:48.0350400Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:54:48.0350827Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:48.0351236Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:48.0351626Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:54:48.0352057Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:48.0352549Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:48.0353044Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:48.0353492Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:48.0353901Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:48.0354302Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:48.0354940Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:48.0355426Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:48.0355835Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:54:48.0356269Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:48.0356719Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:48.0357243Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:54:48.0357607Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:54:48.0357957Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:54:48.0358326Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:54:48.0358709Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:48.0359081Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:54:48.0359430Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:54:48.0359800Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:48.0360161Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:48.0360518Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:54:48.0360893Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:54:48.0361249Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:54:48.0361622Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:48.0362008Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:48.0362367Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:54:48.0362724Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:48.0363087Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:54:48.0363452Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:48.0363825Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:54:48.0364191Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:54:48.0364548Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:54:48.0365133Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:54:48.0365566Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:48.0366001Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:48.0366406Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:54:48.0366764Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:54:48.0367269Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:48.0367697Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:48.0368098Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:54:48.0368458Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:54:48.0368823Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:54:48.0369184Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:54:48.0369528Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:54:48.0369876Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:54:48.0370229Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:48.0370596Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:54:48.0370955Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:54:48.0371463Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:54:48.0371796Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:54:48.0372172Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:48.0372576Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:48.0372972Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:48.0373374Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:48.0373770Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:48.0374180Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:48.0374684Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:48.0375324Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:48.0375947Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:48.0376489Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:48.0377055Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:48.0377522Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:48.0378043Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:48.0378661Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:54:48.0379225Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:48.0379716Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:48.0380163Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:54:48.0380533Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:54:48.0380906Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:48.0381277Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:48.0381834Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:48.0382233Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:54:48.0382621Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:48.0383007Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:54:48.0383392Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:48.0383785Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:54:48.0384166Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:54:48.0384543Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:48.0384915Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:54:48.0385307Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:48.0385705Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:54:48.0386118Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:48.0386534Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:48.0386902Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:54:48.0387417Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:48.0387829Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:48.0388380Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:48.0388818Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:48.0389243Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:48.0389608Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:54:48.0389979Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:48.0390361Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:48.0390731Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:54:48.0391120Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:48.0391513Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:54:48.0391898Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:54:48.0392285Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:54:48.0392645Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:54:48.0393006Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:54:48.0393554Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0394272Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0394957Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0395628Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0396153Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:48.0396543Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:48.0397065Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:54:48.0397486Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:54:48.0397863Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:48.0398466Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:54:48.0398840Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:54:48.0399216Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:48.0399593Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:54:48.0399968Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:54:48.0400343Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:54:48.0400735Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:54:48.0401134Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:54:48.0401532Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:48.0401929Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:54:48.0402321Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:54:48.0402702Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:54:48.0403090Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:54:48.0403488Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:54:48.0403884Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:48.0404280Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:54:48.0404805Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:48.0405233Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:48.0405665Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:48.0406066Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:54:48.0406506Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:48.0407097Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:48.0407511Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:48.0407881Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:54:48.0408262Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:54:48.0408733Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:48.0409141Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:48.0409543Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:54:48.0409924Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:54:48.0410313Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:48.0410784Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:48.0411251Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:48.0411649Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:48.0412054Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:48.0412507Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:48.0412958Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:48.0413428Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:48.0413914Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:48.0414379Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:48.0415009Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:48.0415422Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:54:48.0415813Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:48.0416233Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:48.0416616Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:54:48.0417112Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:48.0417527Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:48.0417927Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:54:48.0418328Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:48.0418746Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:48.0419143Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:48.0419520Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:54:48.0419887Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:54:48.0420240Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:54:48.0420629Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:48.0421191Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:48.0421587Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:54:48.0422034Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:48.0422485Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:48.0422886Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:48.0423327Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:48.0423749Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:48.0424155Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:48.0424562Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:48.0424918Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:54:48.0425284Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:54:48.0425677Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:48.0426071Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:48.0426449Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:48.0426806Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:54:48.0427285Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:54:48.0427635Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:54:48.0428122Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:54:48.0428629Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:48.0429007Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:48.0429391Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:48.0429787Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:48.0430198Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:48.0430608Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:48.0431013Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:54:48.0431671Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:48.0432098Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:54:48.0432471Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:54:48.0432838Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:54:48.0433197Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:54:48.0433578Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:48.0433996Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:48.0434422Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:48.0434818Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:54:48.0435238Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:48.0435680Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:48.0436118Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:48.0436485Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:54:48.0436832Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:54:48.0437286Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:54:48.0437805Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:48.0438180Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:48.0438553Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:48.0438951Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:48.0439363Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:48.0439828Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:48.0440266Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:54:48.0440638Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:48.0441022Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:54:48.0441409Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:48.0441801Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:54:48.0442183Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:54:48.0442554Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:54:48.0442993Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:48.0443479Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:48.0443906Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:54:48.0444282Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:54:48.0444654Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:48.0445057Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:48.0445443Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:54:48.0445820Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:54:48.0446213Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:48.0446591Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:54:48.0446939Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:54:48.0447439Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:54:48.0448030Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:48.0448461Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:54:48.0448842Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:54:48.0449226Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:54:48.0449665Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:48.0450110Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:54:48.0450534Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:48.0450926Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:54:48.0451438Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0451946Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:54:48.0452335Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:48.0452745Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:54:48.0453169Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:48.0453688Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:48.0454449Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:48.0455056Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:48.0455702Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:48.0456350Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:48.0457119Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:48.0457786Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:48.0458368Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:48.0458848Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:48.0459294Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:48.0459727Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:54:48.0460153Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:48.0460626Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:48.0461062Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:48.0461442Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:54:48.0461808Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:48.0462182Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:48.0462559Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:54:48.0462967Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:48.0463376Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:54:48.0463736Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:54:48.0464121Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:48.0464579Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:48.0465244Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:48.0465753Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:48.0466237Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:48.0466686Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:48.0467208Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:48.0467625Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:48.0468035Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:54:48.0468462Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:48.0468885Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:48.0469273Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:54:48.0469654Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:48.0470025Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:54:48.0470398Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:48.0470830Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:48.0471263Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:54:48.0471829Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:48.0472239Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:48.0472664Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:48.0473108Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:48.0473552Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:48.0473983Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:48.0474374Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:54:48.0474742Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:48.0475125Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:54:48.0475498Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:54:48.0475866Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:48.0476260Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:48.0476658Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:54:48.0477194Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:48.0477673Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:48.0478128Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:48.0478515Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:54:48.0478861Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:54:48.0479231Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:48.0479626Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:48.0480007Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:54:48.0480392Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:48.0480815Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:48.0481258Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:48.0481836Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:54:48.0482274Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:48.0482671Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:54:48.0483209Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.0483790Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:48.0484239Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:48.0484677Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:48.0485097Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:48.0485490Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:48.0485878Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:48.0486264Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:48.0486660Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:48.0487168Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:48.0487552Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:48.0488077Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:48.0488476Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:48.0488846Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:54:48.0489263Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:48.0489730Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:48.0490152Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:54:48.0490527Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:54:48.0490904Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:54:48.0491293Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:54:48.0491670Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:54:48.0492045Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:48.0492474Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:48.0492920Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:48.0493326Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:54:48.0493730Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:54:48.0494126Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:54:48.0494504Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:54:48.0494879Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:54:48.0495263Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:54:48.0495665Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:54:48.0496115Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:48.0496563Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:48.0497133Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:48.0497551Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:48.0498130Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:54:48.0498563Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:48.0498951Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:54:48.0499305Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:54:48.0499655Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:54:48.0500026Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:48.0500397Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:54:48.0500748Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:54:48.0501117Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:48.0501512Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:48.0501899Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:54:48.0502255Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:54:48.0502600Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:54:48.0502974Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:54:48.0503369Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:48.0503742Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:54:48.0504251Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:48.0504614Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:54:48.0504999Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:48.0505381Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:54:48.0505732Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:54:48.0506109Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:48.0506501Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:48.0506880Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:54:48.0507391Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:48.0507771Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:54:48.0508159Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:48.0508563Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:48.0508984Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:48.0509385Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:54:48.0509740Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:54:48.0510086Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:54:48.0510427Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:54:48.0510844Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:48.0511344Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:48.0511846Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:48.0512325Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:48.0512831Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:48.0513273Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:54:48.0513654Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:48.0514252Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:48.0514654Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:48.0515041Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:48.0515426Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:48.0515814Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:48.0516194Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:54:48.0516584Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:48.0517156Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:48.0517593Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:48.0517969Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:54:48.0518372Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:48.0518793Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:48.0519172Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:54:48.0519517Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:54:48.0519903Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:48.0520584Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:48.0521046Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:48.0521454Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:54:48.0521872Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:54:48.0522299Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:54:48.0522736Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:54:48.0939388Z [+] Installing Go for linux-arm64...
2025-08-20T22:54:48.5593373Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:54:48.5593703Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:54:48.5593931Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:54:48.5604026Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:54:48.5604453Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:54:48.5604808Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:54:48.5669846Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:54:48.5670320Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:54:48.5670774Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:54:48.5671244Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:54:48.5671683Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:54:48.5672123Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:54:48.5672582Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:54:48.5673034Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:54:48.5673475Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:54:48.5673905Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:54:48.5674333Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:54:48.5674761Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:54:48.5675538Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:54:48.5676009Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:54:48.5676452Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:54:48.5676901Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:54:48.5677590Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:54:48.5678064Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:54:48.5678509Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:54:48.5678921Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:54:48.5679265Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:54:48.5679585Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:54:48.5679918Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:54:48.5680249Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:54:48.5680583Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:54:48.5707408Z go version go1.22.2 linux/arm64
2025-08-20T22:54:48.5960280Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:48.5960641Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:54:48.5961308Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:54:48.5961670Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:54:48.5962036Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:54:48.5962394Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:54:48.5962755Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:54:48.5963128Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:54:48.5963469Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:54:48.5963795Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:54:48.5964147Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:48.5964532Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:54:48.5964916Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:48.5965327Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:54:48.5965719Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:54:48.5966121Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:48.5966525Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:54:48.5966887Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:54:48.5967532Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:48.5967995Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:48.5968439Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:48.5968829Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:48.5969248Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:48.5969649Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:54:48.5970002Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:54:48.5970397Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:48.5970825Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:48.5971483Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:48.5971912Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:48.5972506Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:48.5972926Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:48.5973347Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:48.5973774Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:54:48.5974225Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:48.5974665Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:48.5975088Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:48.5975491Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:48.5975903Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:54:48.5976294Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:54:48.5976696Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:48.5977353Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:48.5977779Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:48.5978369Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:54:48.5978763Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:48.5979216Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:48.5979685Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:48.5980155Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:48.5980647Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:48.5981088Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:48.5981503Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:48.5981923Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:48.5982332Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:48.5982746Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:48.5983142Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:48.5983508Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:54:48.5983862Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:54:48.5984234Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:54:48.5984625Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:54:48.5985026Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:48.5985406Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:54:48.5985814Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:48.5986253Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:48.5986678Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:48.5987312Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:48.5987746Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:48.5988177Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:48.5988782Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:48.5989198Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:54:48.5989633Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:48.5990128Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:48.5990628Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:54:48.5991092Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:54:48.5991510Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:48.5991893Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:54:48.5992284Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:48.5992683Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:54:48.5993086Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:54:48.5993543Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:48.5994042Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:48.5994548Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:48.5995197Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:48.5995682Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:48.5996082Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:48.5996473Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:48.5996876Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:48.5997426Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:54:48.5997817Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:48.5998240Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:48.5998665Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:54:48.5999044Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:54:48.5999420Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:48.5999825Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:48.6000231Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:48.6000605Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:54:48.6000969Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:54:48.6001365Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:48.6001752Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:54:48.6002102Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:54:48.6002477Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:48.6002883Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:54:48.6003273Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:54:48.6003635Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:54:48.6004000Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:48.6004374Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:48.6004757Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:48.6005371Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:48.6005783Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:48.6006164Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:48.6006545Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:54:48.6006941Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:48.6007480Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:48.6007849Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:54:48.6008203Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:54:48.6008550Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:54:48.6008898Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:54:48.6009265Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:54:48.6009614Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:54:48.6009986Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:48.6010382Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:54:48.6010808Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:48.6011243Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:48.6011818Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:54:48.6012210Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:48.6012596Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:48.6012984Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:54:48.6013391Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:48.6013800Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:54:48.6014182Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:54:48.6014575Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:48.6014983Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:48.6015420Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:48.6015853Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:54:48.6016243Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:54:48.6016637Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:54:48.6017200Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:48.6017631Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:54:48.6018035Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:48.6018433Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:48.6018831Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:48.6019234Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:48.6019618Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:54:48.6019973Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:54:48.6020336Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:54:48.6020731Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:48.6021131Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:54:48.6021726Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:48.6022135Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:54:48.6022503Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:54:48.6022874Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:54:48.6023253Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:54:48.6023643Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:54:48.6024070Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:48.6024512Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:54:48.6024909Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:48.6025279Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:54:48.6025672Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:48.6026092Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:48.6026508Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:48.6026862Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:54:48.6027358Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:48.6027783Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:48.6028381Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:54:48.6028791Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:54:48.6029175Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:54:48.6029555Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:54:48.6029940Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:54:48.6030362Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:48.6030827Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:48.6031240Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:54:48.6031606Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:54:48.6031969Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:54:48.6032412Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:48.6032914Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:48.6033351Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:54:48.6033728Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:54:48.6034192Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:48.6034727Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:48.6035230Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:48.6035665Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:54:48.6036030Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:54:48.6036417Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:48.6036831Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:48.6037462Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:48.6037872Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:48.6038247Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:54:48.6038800Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:48.6039212Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:48.6039611Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:48.6040010Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:48.6040408Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:48.6040806Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:48.6041196Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:48.6041614Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:48.6042060Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:48.6042488Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:54:48.6042875Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:54:48.6043275Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:48.6043649Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:54:48.6044024Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:54:48.6044410Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:54:48.6044985Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:48.6045450Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:48.6045899Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:48.6046301Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:48.6046696Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:54:48.6047215Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:54:48.6047599Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:54:48.6047966Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:54:48.6048350Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:48.6048733Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:54:48.6049182Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:48.6049652Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:48.6050110Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:48.6050625Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:48.6051139Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:48.6051642Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:48.6052080Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:54:48.6052439Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:54:48.6052804Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:54:48.6053190Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:48.6053568Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:54:48.6053937Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:54:48.6054317Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:48.6054699Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:54:48.6055281Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:48.6055677Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:54:48.6056051Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:54:48.6056445Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:48.6056835Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:54:48.6057461Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:48.6057899Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:48.6058317Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:48.6058730Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:48.6059137Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:48.6059544Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:48.6059963Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:54:48.6060350Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:54:48.6060705Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:54:48.6061213Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6061968Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:54:48.6062338Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:54:48.6062707Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:48.6063072Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:54:48.6063473Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:48.6063910Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:48.6064336Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:48.6064765Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:48.6065170Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:48.6065577Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:54:48.6065997Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:48.6066405Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:48.6066798Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:54:48.6067368Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:48.6067865Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:48.6068362Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:48.6068810Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:48.6069220Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:48.6069625Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:48.6070099Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:48.6070579Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:48.6070988Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:54:48.6071419Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:48.6072054Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:48.6072473Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:54:48.6072835Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:54:48.6073185Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:54:48.6073555Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:54:48.6073944Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:48.6074308Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:54:48.6074661Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:54:48.6075032Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:48.6075394Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:48.6075752Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:54:48.6076120Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:54:48.6076474Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:54:48.6076851Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:48.6077361Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:48.6077723Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:54:48.6078232Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:48.6078590Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:54:48.6078953Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:48.6079325Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:54:48.6079690Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:54:48.6080056Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:54:48.6080429Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:54:48.6080849Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:48.6081281Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:48.6081686Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:54:48.6082055Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:54:48.6082438Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:48.6082864Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:48.6083264Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:54:48.6083624Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:54:48.6083991Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:54:48.6084349Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:54:48.6084691Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:54:48.6085038Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:54:48.6085391Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:48.6085756Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:54:48.6086119Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:54:48.6086467Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:54:48.6086803Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:54:48.6087337Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:48.6087749Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:48.6088314Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:48.6088727Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:48.6089119Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:48.6089534Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:48.6090034Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:48.6090655Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:48.6091279Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:48.6091824Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:48.6092299Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:48.6092753Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:48.6093271Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:48.6093886Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:54:48.6094447Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:48.6095064Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:48.6095553Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:54:48.6095924Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:54:48.6096297Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:48.6096669Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:48.6097162Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:48.6097556Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:54:48.6097942Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:48.6098328Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:54:48.6098711Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:48.6099104Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:54:48.6099524Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:54:48.6099903Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:48.6100280Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:54:48.6100677Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:48.6101074Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:54:48.6101486Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:48.6101904Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:48.6102273Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:54:48.6102665Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:48.6103080Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:48.6103490Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:48.6103925Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:48.6104350Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:48.6104911Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:54:48.6105342Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:48.6105728Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:48.6106097Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:54:48.6106486Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:48.6106878Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:54:48.6107435Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:54:48.6107824Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:54:48.6108187Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:54:48.6108558Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:54:48.6109113Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6109831Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6110516Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6111183Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6111856Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:48.6112242Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:48.6112643Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:54:48.6113044Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:54:48.6113424Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:48.6113800Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:54:48.6114166Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:54:48.6114542Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:48.6114918Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:54:48.6115292Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:54:48.6115670Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:54:48.6116054Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:54:48.6116456Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:54:48.6116852Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:48.6117379Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:54:48.6117776Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:54:48.6118155Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:54:48.6118545Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:54:48.6118949Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:54:48.6119345Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:48.6119748Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:54:48.6120142Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:48.6120582Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:48.6121014Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:48.6121599Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:54:48.6122051Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:48.6122508Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:48.6122913Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:48.6123281Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:54:48.6123661Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:54:48.6124059Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:48.6124466Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:48.6124869Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:54:48.6125249Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:54:48.6125643Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:48.6126112Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:48.6126581Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:48.6127130Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:48.6127536Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:48.6128148Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:48.6128596Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:48.6129069Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:48.6129555Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:48.6130001Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:48.6130439Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:48.6130835Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:54:48.6131224Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:48.6131640Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:48.6132026Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:54:48.6132401Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:48.6132811Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:48.6133209Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:54:48.6133608Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:48.6134033Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:48.6134422Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:48.6134796Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:54:48.6135165Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:54:48.6135519Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:54:48.6135906Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:48.6136330Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:48.6136722Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:54:48.6137378Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:48.6137832Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:48.6138432Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:48.6138877Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:48.6139298Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:48.6139702Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:48.6140106Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:48.6140466Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:54:48.6140827Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:54:48.6141217Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:48.6141612Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:48.6141990Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:48.6142345Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:54:48.6142694Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:54:48.6143042Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:54:48.6143526Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:54:48.6144031Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:48.6144565Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:48.6144944Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:48.6145341Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:48.6145750Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:48.6146160Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:48.6146568Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:54:48.6147121Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:48.6147538Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:54:48.6147912Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:54:48.6148279Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:54:48.6148644Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:54:48.6149019Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:48.6149439Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:48.6149865Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:48.6150265Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:54:48.6150684Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:48.6151126Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:48.6151523Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:48.6151889Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:54:48.6152236Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:54:48.6152587Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:54:48.6152952Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:48.6153329Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:48.6153708Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:48.6154111Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:48.6154719Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:48.6155195Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:48.6155631Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:54:48.6156004Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:48.6156391Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:54:48.6156784Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:48.6157290Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:54:48.6157672Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:54:48.6158048Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:54:48.6158489Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:48.6158979Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:48.6159402Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:54:48.6159777Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:54:48.6160153Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:48.6160554Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:48.6161107Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:54:48.6161480Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:54:48.6161877Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:48.6162257Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:54:48.6162605Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:54:48.6162963Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:54:48.6163362Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:48.6163781Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:54:48.6164159Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:54:48.6164545Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:54:48.6164991Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:48.6165433Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:54:48.6165858Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:48.6166247Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:54:48.6166765Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6167426Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:54:48.6167819Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:48.6168229Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:54:48.6168652Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:48.6169175Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:48.6169758Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:48.6170367Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:48.6171015Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:48.6171856Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:48.6172502Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:48.6173131Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:48.6173712Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:48.6174197Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:48.6174639Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:48.6175075Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:54:48.6175503Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:48.6175980Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:48.6176414Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:48.6176797Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:54:48.6177294Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:48.6177679Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:48.6178207Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:54:48.6178613Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:48.6179028Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:54:48.6179396Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:54:48.6179783Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:48.6180246Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:48.6180735Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:48.6181225Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:48.6181712Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:48.6182163Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:48.6182585Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:48.6182997Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:48.6183410Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:54:48.6183838Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:48.6184271Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:48.6184660Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:54:48.6185044Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:48.6185421Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:54:48.6185801Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:48.6186235Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:48.6186679Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:54:48.6187219Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:48.6187645Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:48.6188074Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:48.6188734Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:48.6189191Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:48.6189624Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:48.6190017Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:54:48.6190388Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:48.6190781Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:54:48.6191151Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:54:48.6191520Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:48.6191920Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:48.6192319Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:54:48.6192750Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:48.6193221Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:48.6193679Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:48.6194070Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:54:48.6194420Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:54:48.6195042Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:48.6195436Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:48.6195834Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:54:48.6196226Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:48.6196655Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:48.6197226Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:48.6197650Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:54:48.6198034Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:48.6198432Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:54:48.6198971Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:48.6199557Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:48.6200011Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:48.6200454Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:48.6200881Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:48.6201282Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:48.6201674Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:48.6202061Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:48.6202462Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:48.6202865Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:48.6203249Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:48.6203640Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:48.6204045Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:48.6204419Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:54:48.6205038Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:48.6205516Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:48.6205943Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:54:48.6206320Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:54:48.6206697Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:54:48.6207313Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:54:48.6207707Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:54:48.6208076Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:48.6208502Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:48.6208947Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:48.6209353Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:54:48.6209752Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:54:48.6210148Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:54:48.6210528Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:54:48.6210902Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:54:48.6211288Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:54:48.6211844Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:54:48.6212287Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:48.6212733Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:48.6213156Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:48.6213563Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:48.6213969Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:54:48.6214394Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:48.6214782Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:54:48.6215135Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:54:48.6215486Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:54:48.6215847Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:48.6216220Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:54:48.6216568Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:54:48.6216937Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:48.6217533Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:48.6217920Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:54:48.6218277Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:54:48.6218625Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:54:48.6219003Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:54:48.6219397Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:48.6219779Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:54:48.6220146Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:48.6220507Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:54:48.6220889Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:48.6221270Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:54:48.6221803Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:54:48.6222189Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:48.6222580Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:48.6222963Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:54:48.6223340Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:48.6223719Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:54:48.6224097Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:48.6224497Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:48.6224920Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:48.6225319Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:54:48.6225677Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:54:48.6226024Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:54:48.6226363Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:54:48.6226784Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:48.6227523Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:48.6228163Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:48.6228638Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:48.6229139Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:48.6229575Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:54:48.6229959Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:48.6230347Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:48.6230736Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:48.6231124Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:48.6231510Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:48.6231901Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:48.6232274Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:54:48.6232666Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:48.6233110Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:48.6233538Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:48.6233915Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:54:48.6234314Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:48.6234737Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:48.6235116Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:54:48.6235465Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:54:48.6235852Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:48.6236303Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:48.6236760Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:48.6237318Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:54:48.6237740Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:54:48.6238356Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:54:48.6238803Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:54:48.8164421Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:48.9797645Z Collecting meson
2025-08-20T22:54:49.0273368Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:54:49.0721430Z Collecting ninja
2025-08-20T22:54:49.0792417Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:54:49.1043128Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:54:49.1511421Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 28.6 MB/s  0:00:00
2025-08-20T22:54:49.1593129Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:54:49.2461550Z Installing collected packages: ninja, meson
2025-08-20T22:54:49.9179752Z 
2025-08-20T22:54:49.9202327Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:54:50.1833970Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:50.2713989Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:54:50.3371624Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:54:50.7046260Z 1.8.4
2025-08-20T22:54:50.7315287Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:54:50.7613569Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:50.7613906Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:54:50.7614263Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:54:50.7614631Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:54:50.7615016Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:54:50.7615395Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:54:50.7615753Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:54:50.7616113Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:54:50.7616456Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:54:50.7616782Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:54:50.7617280Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:50.7617675Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:54:50.7618051Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:50.7618459Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:54:50.7618853Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:54:50.7619256Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:50.7619656Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:54:50.7620018Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:54:50.7620419Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:50.7620872Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:50.7621317Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:50.7621709Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:50.7622124Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:50.7622516Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:54:50.7622864Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:54:50.7623586Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:50.7624037Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:50.7624455Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:50.7624854Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:50.7625270Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:50.7625687Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:50.7626116Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:50.7626541Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:54:50.7627331Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:50.7627783Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:50.7628218Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:50.7628622Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:50.7629029Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:54:50.7629418Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:54:50.7629825Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:50.7630456Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:50.7630875Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:50.7631276Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:54:50.7631668Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:50.7632122Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:50.7632595Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:50.7633063Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:50.7633551Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:50.7633990Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:50.7634409Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:50.7634835Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:50.7635246Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:50.7635662Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:50.7636060Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:50.7636433Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:54:50.7636792Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:54:50.7637384Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:54:50.7637785Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:54:50.7638188Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:50.7638564Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:54:50.7638979Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:50.7639414Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:50.7639837Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:50.7640249Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:50.7640877Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:50.7641325Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:50.7641731Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:50.7642126Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:54:50.7642563Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:50.7643064Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:50.7643564Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:54:50.7644026Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:54:50.7644443Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:50.7644834Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:54:50.7645226Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:50.7645629Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:54:50.7646025Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:54:50.7646483Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:50.7647309Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:50.7647818Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:50.7648309Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:50.7648746Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:50.7649147Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:50.7649547Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:50.7649951Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:50.7650345Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:54:50.7650730Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:50.7651151Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:50.7651579Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:54:50.7651959Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:54:50.7652330Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:50.7652732Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:50.7653137Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:50.7653517Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:54:50.7653885Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:54:50.7654276Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:50.7654660Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:54:50.7655010Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:54:50.7655391Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:50.7655800Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:54:50.7656187Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:54:50.7656551Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:54:50.7656914Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:50.7657714Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:50.7658119Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:50.7658517Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:50.7658911Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:50.7659292Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:50.7659671Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:54:50.7660070Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:50.7660471Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:50.7660840Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:54:50.7661195Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:54:50.7661546Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:54:50.7661900Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:54:50.7662259Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:54:50.7662607Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:54:50.7662977Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:50.7663372Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:54:50.7663945Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:50.7664384Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:50.7664784Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:54:50.7665173Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:50.7665566Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:50.7665952Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:54:50.7666352Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:50.7666759Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:54:50.7667424Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:54:50.7667820Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:50.7668238Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:50.7668676Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:50.7669101Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:54:50.7669489Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:54:50.7669887Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:54:50.7670295Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:50.7670702Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:54:50.7671105Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:50.7671495Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:50.7671896Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:50.7672298Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:50.7672681Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:54:50.7673040Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:54:50.7673405Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:54:50.7674009Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:50.7674421Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:54:50.7674820Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:50.7675209Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:54:50.7675578Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:54:50.7675947Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:54:50.7676332Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:54:50.7676720Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:54:50.7677311Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:50.7677756Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:54:50.7678158Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:50.7678530Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:54:50.7678920Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:50.7679334Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:50.7679750Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:50.7680249Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:54:50.7680593Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:50.7681011Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:50.7681439Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:54:50.7681847Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:54:50.7682232Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:54:50.7682613Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:54:50.7682995Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:54:50.7683415Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:50.7683882Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:50.7684298Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:54:50.7684662Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:54:50.7685021Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:54:50.7685468Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:50.7685971Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:50.7686413Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:54:50.7686790Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:54:50.7687382Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:50.7687921Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:50.7688424Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:50.7688865Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:54:50.7689224Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:54:50.7689601Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:50.7690011Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:50.7690608Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:50.7691024Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:50.7691396Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:54:50.7691773Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:50.7692171Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:50.7692568Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:50.7692971Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:50.7693364Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:50.7693768Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:50.7694160Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:50.7694584Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:50.7695027Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:50.7695451Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:54:50.7695837Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:54:50.7696211Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:50.7696581Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:54:50.7697217Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:54:50.7697610Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:54:50.7698027Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:50.7698495Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:50.7698947Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:50.7699349Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:50.7699736Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:54:50.7700153Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:54:50.7700528Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:54:50.7700900Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:54:50.7701286Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:50.7701668Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:54:50.7702110Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:50.7702581Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:50.7703041Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:50.7703556Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:50.7704067Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:50.7704569Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:50.7705007Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:54:50.7705374Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:54:50.7705735Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:54:50.7706110Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:50.7706488Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:54:50.7707160Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:54:50.7707610Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:50.7707993Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:54:50.7708374Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:50.7708747Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:54:50.7709118Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:54:50.7709519Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:50.7709909Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:54:50.7710323Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:50.7710759Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:50.7711177Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:50.7711589Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:50.7711990Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:50.7712393Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:50.7712813Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:54:50.7713333Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:54:50.7713693Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:54:50.7714200Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7714714Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:54:50.7715083Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:54:50.7715463Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:50.7715826Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:54:50.7716223Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:50.7716658Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:50.7717229Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:50.7717668Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:50.7718068Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:50.7718469Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:54:50.7718889Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:50.7719300Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:50.7719698Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:54:50.7720121Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:50.7720606Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:50.7721101Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:50.7721548Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:50.7721957Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:50.7722356Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:50.7722833Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:50.7723313Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:50.7723892Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:54:50.7724380Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:50.7724832Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:50.7725234Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:54:50.7725595Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:54:50.7725949Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:54:50.7726319Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:54:50.7726698Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:50.7727184Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:54:50.7727538Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:54:50.7727911Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:50.7728274Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:50.7728631Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:54:50.7728997Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:54:50.7729350Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:54:50.7729725Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:50.7730269Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:50.7730629Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:54:50.7730987Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:50.7731345Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:54:50.7731707Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:50.7732085Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:54:50.7732449Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:54:50.7732809Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:54:50.7733181Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:54:50.7733598Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:50.7734034Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:50.7734440Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:54:50.7734801Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:54:50.7735178Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:50.7735604Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:50.7736007Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:54:50.7736364Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:54:50.7736729Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:54:50.7737225Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:54:50.7737569Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:54:50.7737922Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:54:50.7738271Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:50.7738638Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:54:50.7738997Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:54:50.7739343Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:54:50.7739675Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:54:50.7740242Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:50.7740666Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:50.7741062Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:50.7741457Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:50.7741850Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:50.7742270Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:50.7742770Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:50.7743382Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:50.7744009Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:50.7744549Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:50.7745017Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:50.7745466Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:50.7745984Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:50.7746741Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:54:50.7747532Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:50.7748032Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:50.7748475Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:54:50.7748851Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:54:50.7749224Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:50.7749595Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:50.7749974Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:50.7750360Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:54:50.7750750Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:50.7751135Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:54:50.7751518Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:50.7751902Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:54:50.7752276Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:54:50.7752652Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:50.7753027Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:54:50.7753415Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:50.7753807Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:54:50.7754216Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:50.7754628Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:50.7754993Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:54:50.7755384Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:50.7755794Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:50.7756202Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:50.7756851Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:50.7757472Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:50.7757861Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:54:50.7758226Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:50.7758607Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:50.7758982Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:54:50.7759368Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:50.7759758Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:54:50.7760138Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:54:50.7760518Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:54:50.7760879Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:54:50.7761245Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:54:50.7761789Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7762503Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7763187Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7764021Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7764549Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:50.7764931Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:50.7765338Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:54:50.7765736Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:54:50.7766113Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:50.7766486Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:54:50.7766854Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:54:50.7767366Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:50.7767761Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:54:50.7768134Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:54:50.7768511Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:54:50.7768897Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:54:50.7769304Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:54:50.7769701Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:50.7770098Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:54:50.7770485Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:54:50.7770861Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:54:50.7771247Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:54:50.7771652Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:54:50.7772046Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:50.7772442Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:54:50.7772832Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:50.7773430Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:50.7773875Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:50.7774277Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:54:50.7774714Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:50.7775168Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:50.7775577Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:50.7775943Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:54:50.7776322Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:54:50.7776716Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:50.7777243Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:50.7777652Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:54:50.7778031Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:54:50.7778420Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:50.7778888Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:50.7779356Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:50.7779924Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:50.7780329Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:50.7780777Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:50.7781221Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:50.7781697Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:50.7782184Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:50.7782629Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:50.7783063Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:50.7783462Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:54:50.7783858Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:50.7784273Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:50.7784657Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:54:50.7785028Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:50.7785432Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:50.7785834Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:54:50.7786235Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:50.7786652Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:50.7787234Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:50.7787617Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:54:50.7787986Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:54:50.7788337Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:54:50.7788723Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:50.7789141Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:50.7789532Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:54:50.7790198Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:50.7790658Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:50.7791059Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:50.7791496Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:50.7791913Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:50.7792323Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:50.7792729Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:50.7793083Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:54:50.7793443Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:54:50.7793834Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:50.7794231Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:50.7794610Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:50.7794967Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:54:50.7795315Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:54:50.7795662Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:54:50.7796282Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:54:50.7796786Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:50.7797301Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:50.7797678Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:50.7798075Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:50.7798490Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:50.7798902Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:50.7799304Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:54:50.7799716Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:50.7800164Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:54:50.7800540Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:54:50.7800907Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:54:50.7801267Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:54:50.7801641Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:50.7802062Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:50.7802492Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:50.7802891Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:54:50.7803308Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:50.7803746Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:50.7804145Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:50.7804515Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:54:50.7804865Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:54:50.7805212Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:54:50.7805578Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:50.7805951Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:50.7806517Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:50.7806932Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:50.7807469Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:50.7807929Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:50.7808362Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:54:50.7808736Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:50.7809121Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:54:50.7809504Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:50.7809886Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:54:50.7810265Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:54:50.7810643Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:54:50.7811081Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:50.7811571Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:50.7811992Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:54:50.7812364Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:54:50.7812909Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:50.7813313Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:50.7813702Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:54:50.7814073Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:54:50.7814467Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:50.7814849Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:54:50.7815194Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:54:50.7815548Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:54:50.7815944Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:50.7816362Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:54:50.7816737Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:54:50.7817309Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:54:50.7817751Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:50.7818187Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:54:50.7818618Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:50.7819010Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:54:50.7819523Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7820027Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:54:50.7820418Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:50.7820831Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:54:50.7821256Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:50.7821773Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:50.7822353Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:50.7823140Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:50.7823836Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:50.7824481Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:50.7825109Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:50.7825738Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:50.7826317Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:50.7826797Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:50.7827373Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:50.7827815Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:54:50.7828240Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:50.7828712Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:50.7829142Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:50.7829521Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:54:50.7830024Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:50.7830400Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:50.7830779Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:54:50.7831185Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:50.7831596Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:54:50.7831963Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:54:50.7832346Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:50.7832809Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:50.7833295Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:50.7833782Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:50.7834274Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:50.7834722Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:50.7835133Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:50.7835546Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:50.7835963Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:54:50.7836396Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:50.7836824Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:50.7837444Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:54:50.7837838Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:50.7838215Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:54:50.7838600Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:50.7839031Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:50.7839469Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:54:50.7839872Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:50.7840475Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:50.7840910Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:50.7841361Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:50.7841803Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:50.7842236Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:50.7842648Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:54:50.7843019Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:50.7843406Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:54:50.7843775Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:54:50.7844146Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:50.7844549Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:50.7844949Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:54:50.7845374Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:50.7845845Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:50.7846299Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:50.7846847Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:54:50.7847347Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:54:50.7847720Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:50.7848109Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:50.7848495Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:54:50.7848888Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:50.7849314Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:50.7849763Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:50.7850179Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:54:50.7850564Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:50.7850965Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:54:50.7851509Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:50.7852085Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:50.7852538Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:50.7852987Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:50.7853410Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:50.7853808Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:50.7854198Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:50.7854584Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:50.7854987Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:50.7855386Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:50.7855765Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:50.7856155Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:50.7856749Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:50.7857314Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:54:50.7857714Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:50.7858174Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:50.7858597Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:54:50.7858970Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:54:50.7859351Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:54:50.7859740Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:54:50.7860114Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:54:50.7860480Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:50.7860912Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:50.7861356Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:50.7861758Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:54:50.7862154Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:54:50.7862549Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:54:50.7863127Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:54:50.7863502Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:54:50.7863886Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:54:50.7864287Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:54:50.7864730Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:50.7865180Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:50.7865602Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:50.7866003Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:50.7866403Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:54:50.7866827Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:50.7867419Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:54:50.7867779Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:54:50.7868127Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:54:50.7868491Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:50.7868864Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:54:50.7869223Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:54:50.7869593Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:50.7869984Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:50.7870368Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:54:50.7870724Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:54:50.7871073Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:54:50.7871452Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:54:50.7871848Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:50.7872220Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:54:50.7872579Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:50.7872941Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:54:50.7873523Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:50.7873910Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:54:50.7874259Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:54:50.7874630Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:50.7875020Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:50.7875406Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:54:50.7875781Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:50.7876157Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:54:50.7876538Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:50.7876938Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:50.7877543Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:50.7877951Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:54:50.7878306Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:54:50.7878650Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:54:50.7878991Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:54:50.7879566Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:50.7880068Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:50.7880540Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:50.7881015Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:50.7881526Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:50.7881968Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:54:50.7882351Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:50.7882736Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:50.7883123Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:50.7883514Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:50.7883896Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:50.7884283Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:50.7884658Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:54:50.7885049Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:50.7885494Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:50.7885924Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:50.7886296Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:54:50.7886692Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:50.7887211Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:50.7887593Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:54:50.7887939Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:54:50.7888320Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:50.7888771Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:50.7889228Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:50.7889812Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:54:50.7890239Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:54:50.7890664Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:54:50.7891093Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:54:50.9665939Z info: downloading installer
2025-08-20T22:54:51.2767454Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:54:51.2767830Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:54:51.2768201Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:54:51.2768613Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:54:51.2930818Z info: profile set to 'default'
2025-08-20T22:54:51.2931091Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:54:51.3459803Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:54:51.3460241Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:54:51.5117361Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:51.5405611Z info: downloading component 'clippy'
2025-08-20T22:54:51.6590962Z info: downloading component 'rustfmt'
2025-08-20T22:54:51.7587731Z info: downloading component 'cargo'
2025-08-20T22:54:51.9281671Z info: downloading component 'rust-std'
2025-08-20T22:54:52.3421574Z info: downloading component 'rustc'
2025-08-20T22:54:54.0268277Z info: removing previous version of component 'clippy'
2025-08-20T22:54:54.0406231Z info: removing previous version of component 'rustfmt'
2025-08-20T22:54:54.0469808Z info: removing previous version of component 'cargo'
2025-08-20T22:54:54.0705843Z info: removing previous version of component 'rust-std'
2025-08-20T22:54:54.0816359Z info: removing previous version of component 'rustc'
2025-08-20T22:54:54.1039513Z info: installing component 'clippy'
2025-08-20T22:54:54.3690628Z info: installing component 'rustfmt'
2025-08-20T22:54:54.5683594Z info: installing component 'cargo'
2025-08-20T22:54:55.0601176Z info: installing component 'rust-std'
2025-08-20T22:54:56.3585201Z info: installing component 'rustc'
2025-08-20T22:54:59.0517558Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:54:59.0517857Z 
2025-08-20T22:54:59.0588053Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:54:59.0588521Z 
2025-08-20T22:54:59.0588525Z 
2025-08-20T22:54:59.0588609Z Rust is installed now. Great!
2025-08-20T22:54:59.0588780Z 
2025-08-20T22:54:59.0588954Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:54:59.0589350Z environment variable. This has not been done automatically.
2025-08-20T22:54:59.0589573Z 
2025-08-20T22:54:59.0589689Z To configure your current shell, you need to source
2025-08-20T22:54:59.0589975Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:54:59.0590153Z 
2025-08-20T22:54:59.0590320Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:54:59.0590703Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:54:59.0590995Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:54:59.0591267Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:54:59.0763936Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:54:59.1081161Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:54:59.1081433Z 
2025-08-20T22:54:59.1151335Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:59.1151659Z 
2025-08-20T22:54:59.1540910Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:59.1919905Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:54:59.2210767Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:59.2211342Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:54:59.2211696Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:54:59.2212058Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:54:59.2212442Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:54:59.2212810Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:54:59.2213186Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:54:59.2213543Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:54:59.2213893Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:54:59.2214218Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:54:59.2214571Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:59.2214959Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:54:59.2215342Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:59.2215749Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:54:59.2216146Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:54:59.2216545Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:59.2217334Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:54:59.2217700Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:54:59.2218074Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:59.2218531Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:59.2218971Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:59.2219362Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:59.2219780Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:59.2220171Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:54:59.2220521Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:54:59.2220905Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:59.2221340Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:59.2221751Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:59.2222155Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:59.2222564Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:59.2222979Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:59.2223407Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:59.2223837Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:54:59.2224255Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:59.2224693Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:59.2225123Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:59.2225534Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:59.2225942Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:54:59.2226334Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:54:59.2226743Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:59.2227728Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:59.2228369Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:59.2228785Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:54:59.2229179Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:59.2229633Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:59.2230105Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:59.2230580Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:59.2231069Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:59.2231513Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:59.2231928Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:59.2232347Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:59.2232753Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:59.2233165Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:59.2233562Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:59.2233928Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:54:59.2234430Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:54:59.2234795Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:54:59.2235188Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:54:59.2235591Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:59.2235969Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:54:59.2236382Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:59.2236817Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:59.2237370Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:59.2237778Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:59.2238200Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:59.2238633Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:59.2239036Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:59.2239430Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:54:59.2239862Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:59.2240361Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:59.2240860Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:54:59.2241316Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:54:59.2241733Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:59.2242118Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:54:59.2242513Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:59.2242916Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:54:59.2243315Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:54:59.2243774Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:59.2244274Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:59.2244979Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:59.2245492Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:59.2245929Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:59.2246328Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:59.2246718Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:59.2247483Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:59.2247883Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:54:59.2248269Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:59.2248688Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:59.2249116Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:54:59.2249499Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:54:59.2249866Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:59.2250271Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:59.2250677Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:59.2251050Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:54:59.2251567Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:54:59.2251959Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:59.2252344Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:54:59.2252692Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:54:59.2253067Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:59.2253477Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:54:59.2253861Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:54:59.2254221Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:54:59.2254582Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:59.2254956Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:59.2255345Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:59.2255737Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:59.2256132Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:59.2256512Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:59.2256900Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:54:59.2257688Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:59.2258093Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:59.2258463Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:54:59.2258816Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:54:59.2259163Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:54:59.2259520Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:54:59.2259880Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:54:59.2260229Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:54:59.2260602Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:59.2261002Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:54:59.2261626Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:59.2262069Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:59.2262472Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:54:59.2262861Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:59.2263250Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:59.2263638Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:54:59.2264039Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:59.2264446Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:54:59.2264827Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:54:59.2265217Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:59.2265633Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:59.2266070Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:59.2266497Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:54:59.2266887Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:54:59.2267850Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:54:59.2268444Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:59.2268854Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:54:59.2269255Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:59.2269647Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:59.2270045Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:59.2270455Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:59.2270835Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:54:59.2271192Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:54:59.2271557Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:54:59.2271951Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:59.2272351Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:54:59.2272747Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:59.2273138Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:54:59.2273510Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:54:59.2273885Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:54:59.2274268Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:54:59.2274654Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:54:59.2275106Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:59.2275549Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:54:59.2275945Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:59.2276321Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:54:59.2276710Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:59.2277266Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:59.2277683Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:59.2278036Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:54:59.2278557Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:59.2278990Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:59.2279420Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:54:59.2279832Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:54:59.2280213Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:54:59.2280600Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:54:59.2280977Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:54:59.2281402Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:59.2281865Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:59.2282280Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:54:59.2282652Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:54:59.2283012Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:54:59.2283462Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:59.2283964Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:59.2284403Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:54:59.2284910Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:54:59.2285369Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:59.2285899Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:59.2286403Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:59.2286844Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:54:59.2287331Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:54:59.2287706Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:59.2288117Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:59.2288532Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:59.2288943Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:59.2289319Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:54:59.2289696Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:59.2290089Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:59.2290486Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:59.2290887Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:59.2291288Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:59.2291681Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:59.2292075Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:59.2292498Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:59.2292945Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:59.2293373Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:54:59.2293761Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:54:59.2294136Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:59.2294508Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:54:59.2295077Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:54:59.2295485Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:54:59.2295903Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:59.2296370Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:59.2296816Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:59.2297344Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:59.2297732Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:54:59.2298111Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:54:59.2298490Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:54:59.2298852Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:54:59.2299239Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:59.2299619Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:54:59.2300061Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:59.2300532Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:59.2300986Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:59.2301640Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:59.2302149Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:59.2302651Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:59.2303090Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:54:59.2303458Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:54:59.2303822Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:54:59.2304199Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:59.2304581Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:54:59.2304950Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:54:59.2305333Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:59.2305716Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:54:59.2306101Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:59.2306477Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:54:59.2306854Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:54:59.2307380Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:59.2307769Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:54:59.2308187Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:59.2308621Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:59.2309040Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:59.2309458Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:59.2309861Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:59.2310274Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:59.2310738Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:54:59.2311131Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:54:59.2311754Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:54:59.2312284Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2312803Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:54:59.2313177Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:54:59.2313556Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:59.2313932Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:54:59.2314331Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:59.2314768Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:59.2315195Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:59.2315629Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:59.2316032Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:59.2316433Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:54:59.2316851Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:59.2317437Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:59.2317830Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:54:59.2318414Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:59.2318904Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:59.2319399Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:59.2319850Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:59.2320262Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:59.2320663Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:59.2321134Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:59.2321617Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:59.2322022Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:54:59.2322466Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:59.2322920Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:59.2323324Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:54:59.2323684Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:54:59.2324033Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:54:59.2324408Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:54:59.2324792Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:59.2325155Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:54:59.2325508Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:54:59.2325874Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:59.2326244Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:59.2326600Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:54:59.2327076Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:54:59.2327445Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:54:59.2327820Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:59.2328394Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:59.2328767Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:54:59.2329125Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:59.2329481Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:54:59.2329844Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:59.2330217Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:54:59.2330590Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:54:59.2330950Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:54:59.2331325Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:54:59.2331740Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:59.2332173Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:59.2332582Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:54:59.2332944Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:54:59.2333320Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:59.2333742Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:59.2334139Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:54:59.2334658Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:54:59.2335023Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:54:59.2335377Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:54:59.2335718Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:54:59.2336062Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:54:59.2336420Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:59.2336787Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:54:59.2337268Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:54:59.2337613Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:54:59.2337946Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:54:59.2338318Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:59.2338747Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:59.2339141Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:59.2339539Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:59.2339931Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:59.2340351Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:59.2340849Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:59.2341464Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:59.2342086Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:59.2342629Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:59.2343098Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:59.2343551Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:59.2344071Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:59.2344880Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:54:59.2345452Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:59.2345944Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:59.2346386Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:54:59.2346755Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:54:59.2347233Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:59.2347605Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:59.2347986Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:59.2348372Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:54:59.2348778Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:59.2349169Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:54:59.2349554Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:59.2349941Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:54:59.2350317Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:54:59.2350688Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:59.2351219Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:54:59.2351611Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:59.2351999Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:54:59.2352411Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:59.2352822Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:59.2353193Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:54:59.2353582Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:59.2353990Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:59.2354397Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:59.2354834Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:59.2355263Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:59.2355632Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:54:59.2355999Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:59.2356382Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:59.2356751Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:54:59.2357269Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:59.2357661Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:54:59.2358045Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:54:59.2358423Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:54:59.2358784Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:54:59.2359153Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:54:59.2359702Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2360414Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2361272Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2361947Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2362472Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:59.2362857Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:59.2363260Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:54:59.2363667Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:54:59.2364040Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:59.2364417Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:54:59.2364783Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:54:59.2365160Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:59.2365543Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:54:59.2365916Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:54:59.2366292Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:54:59.2366678Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:54:59.2367203Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:54:59.2367768Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:59.2368167Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:54:59.2368553Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:54:59.2368927Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:54:59.2369313Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:54:59.2369717Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:54:59.2370109Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:59.2370506Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:54:59.2370897Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:59.2371322Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:59.2371759Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:59.2372161Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:54:59.2372597Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:59.2373053Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:59.2373458Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:59.2373836Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:54:59.2374217Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:54:59.2374613Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:59.2375022Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:59.2375425Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:54:59.2375813Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:54:59.2376203Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:59.2376675Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:59.2377276Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:59.2377670Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:59.2378243Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:59.2378712Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:59.2379157Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:59.2379627Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:59.2380118Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:59.2380559Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:59.2380995Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:59.2381390Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:54:59.2381778Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:59.2382200Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:59.2382582Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:54:59.2382955Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:59.2383361Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:59.2383760Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:54:59.2384366Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:59.2384785Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:59.2385179Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:59.2385556Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:54:59.2385922Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:54:59.2386278Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:54:59.2386667Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:59.2387215Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:59.2387613Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:54:59.2388060Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:59.2388513Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:59.2388915Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:59.2389350Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:59.2389770Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:59.2390179Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:59.2390585Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:59.2390940Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:54:59.2391301Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:54:59.2391693Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:59.2392089Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:59.2392473Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:59.2392830Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:54:59.2393177Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:54:59.2393527Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:54:59.2394180Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:54:59.2394701Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:59.2395084Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:59.2395461Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:59.2395857Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:59.2396263Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:59.2396682Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:59.2397197Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:54:59.2397613Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:59.2398023Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:54:59.2398400Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:54:59.2398766Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:54:59.2399124Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:54:59.2399499Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:59.2399920Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:59.2400346Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:59.2400890Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:54:59.2401309Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:59.2401746Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:59.2402145Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:59.2402514Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:54:59.2402861Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:54:59.2403206Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:54:59.2403571Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:59.2403944Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:59.2404320Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:59.2404723Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:59.2405139Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:59.2405599Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:59.2406033Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:54:59.2406412Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:59.2406800Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:54:59.2407330Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:59.2407722Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:54:59.2408104Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:54:59.2408477Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:54:59.2408920Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:59.2409410Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:59.2409830Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:54:59.2410204Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:54:59.2410775Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:59.2411191Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:59.2411583Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:54:59.2411955Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:54:59.2412352Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:59.2412731Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:54:59.2413089Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:54:59.2413444Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:54:59.2413843Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:59.2414263Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:54:59.2414642Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:54:59.2415030Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:54:59.2415471Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:59.2415911Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:54:59.2416334Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:59.2416868Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:54:59.2417495Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2418003Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:54:59.2418392Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:59.2418796Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:54:59.2419226Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:59.2419744Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:59.2420325Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:59.2420934Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:59.2421588Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:59.2422239Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:59.2422879Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:59.2423505Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:59.2424087Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:59.2424571Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:59.2425011Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:59.2425444Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:54:59.2425874Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:59.2426349Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:59.2426787Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:59.2427269Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:54:59.2427638Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:59.2428185Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:59.2428575Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:54:59.2428983Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:59.2429394Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:54:59.2429761Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:54:59.2430155Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:59.2430617Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:59.2431103Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:59.2431589Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:59.2432079Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:59.2432531Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:59.2432945Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:59.2433358Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:59.2433775Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:54:59.2434322Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:59.2434750Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:59.2435137Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:54:59.2435517Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:59.2435890Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:54:59.2436270Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:59.2436709Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:59.2437297Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:54:59.2437699Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:59.2438110Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:59.2438543Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:59.2438996Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:59.2439440Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:59.2439871Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:59.2440267Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:54:59.2440641Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:59.2441030Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:54:59.2441402Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:54:59.2441774Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:59.2442173Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:59.2442579Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:54:59.2443004Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:59.2443473Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:59.2443929Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:59.2444540Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:54:59.2444905Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:54:59.2445278Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:59.2445669Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:59.2446056Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:54:59.2446445Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:59.2446874Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:59.2447444Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:59.2447857Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:54:59.2448239Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:59.2448642Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:54:59.2449184Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:54:59.2449757Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:59.2450208Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:59.2450649Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:59.2451228Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:59.2451623Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:59.2452012Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:59.2452397Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:59.2452801Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:59.2453202Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:59.2453580Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:59.2453969Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:59.2454370Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:59.2454750Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:54:59.2455158Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:59.2455621Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:59.2456044Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:54:59.2456419Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:54:59.2456798Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:54:59.2457293Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:54:59.2457669Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:54:59.2458040Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:59.2458465Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:59.2458919Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:59.2459322Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:54:59.2459719Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:54:59.2460117Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:54:59.2460497Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:54:59.2461053Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:54:59.2461449Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:54:59.2461848Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:54:59.2462294Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:59.2462741Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:59.2463169Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:59.2463569Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:59.2463974Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:54:59.2464396Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:59.2464781Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:54:59.2465141Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:54:59.2465487Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:54:59.2465852Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:59.2466226Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:54:59.2466579Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:54:59.2467193Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:59.2467588Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:59.2467973Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:54:59.2468327Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:54:59.2468675Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:54:59.2469059Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:54:59.2469456Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:59.2469830Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:54:59.2470194Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:59.2470555Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:54:59.2470939Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:59.2471325Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:54:59.2471674Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:54:59.2472046Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:59.2472435Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:59.2472819Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:54:59.2473193Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:59.2473572Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:54:59.2473959Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:59.2474358Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:59.2474782Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:59.2475189Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:54:59.2475549Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:54:59.2475898Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:54:59.2476242Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:54:59.2476664Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:59.2477496Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:59.2477981Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:59.2478458Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:59.2478962Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:59.2479409Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:54:59.2479790Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:59.2480176Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:59.2480566Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:59.2480951Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:59.2481338Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:59.2481724Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:59.2482099Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:54:59.2482491Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:59.2482932Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:59.2483480Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:59.2483856Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:54:59.2484253Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:59.2484676Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:59.2485055Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:54:59.2485406Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:54:59.2485792Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:59.2486242Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:59.2486700Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:59.2487239Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:54:59.2487660Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:54:59.2488086Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:54:59.2488517Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:54:59.2488801Z 
2025-08-20T22:54:59.2488805Z 
2025-08-20T22:54:59.2489177Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:54:59 PM)
2025-08-20T22:54:59.2489535Z 
2025-08-20T22:54:59.2489538Z 
2025-08-20T22:54:59.2489541Z 
2025-08-20T22:54:59.2489605Z [+] Continue : YES
2025-08-20T22:54:59.2489709Z 
2025-08-20T22:54:59.2489932Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:54:59.3111532Z 
2025-08-20T22:54:59.3112110Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:54:59 PM) UTC
2025-08-20T22:54:59.3112402Z 
2025-08-20T22:54:59.3126486Z 
2025-08-20T22:54:59.3126606Z [+] Total RECIPES :: 1
2025-08-20T22:54:59.3126736Z 
2025-08-20T22:54:59.3197183Z 
2025-08-20T22:54:59.3198082Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml (1/1)
2025-08-20T22:54:59.3198579Z 
2025-08-20T22:54:59.3647082Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:54:59.3656718Z mode of '/tmp/pkgforge/0iOSQttXH_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3700292Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tlrc/official [Provided]
2025-08-20T22:54:59.3700672Z [+] Setting '.pkg_family' --> tlrc [Provided]
2025-08-20T22:54:59.3712280Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:54:59.3717642Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:54:59.3744518Z [00:00:00.003]➜  
2025-08-20T22:54:59.3745056Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:54:59.3745472Z [00:00:00.003]➜  
2025-08-20T22:54:59.3778926Z [00:00:00.006]➜  
2025-08-20T22:54:59.3795455Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:54:59.3796054Z [00:00:00.006]➜  
2025-08-20T22:54:59.3852572Z [00:00:00.013]➜  
2025-08-20T22:54:59.3853563Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml) --> /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:54:59 PM) UTC]
2025-08-20T22:54:59.3854358Z [00:00:00.014]➜  
2025-08-20T22:54:59.3854545Z [00:00:00.014]➜  
2025-08-20T22:54:59.3854720Z [00:00:00.014]➜  
2025-08-20T22:54:59.3855001Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:54:59.3861715Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:54:59.3862367Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:54:59.3862920Z [00:00:00.014]➜  _disabled: false
2025-08-20T22:54:59.3863169Z [00:00:00.014]➜  
2025-08-20T22:54:59.3863371Z [00:00:00.014]➜  pkg: "tlrc"
2025-08-20T22:54:59.3863652Z [00:00:00.014]➜  pkg_id: "github.com.tldr-pages.tlrc"
2025-08-20T22:54:59.3863966Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T22:54:59.3864213Z [00:00:00.014]➜  category:
2025-08-20T22:54:59.3864707Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T22:54:59.3865015Z [00:00:00.014]➜    - "Utility"
2025-08-20T22:54:59.3865395Z [00:00:00.014]➜  description: "Official tldr/tldr-pages client written in Rust"
2025-08-20T22:54:59.3865746Z [00:00:00.014]➜  distro_pkg:
2025-08-20T22:54:59.3866009Z [00:00:00.015]➜    archlinux:
2025-08-20T22:54:59.3866231Z [00:00:00.015]➜      aur:
2025-08-20T22:54:59.3866470Z [00:00:00.015]➜        - "tlrc"
2025-08-20T22:54:59.3866750Z [00:00:00.015]➜        - "tlrc-bin"
2025-08-20T22:54:59.3867768Z [00:00:00.015]➜        - "tlrc-git"
2025-08-20T22:54:59.3868086Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:54:59.3868314Z [00:00:00.015]➜      - "tlrc"
2025-08-20T22:54:59.3868542Z [00:00:00.015]➜  homepage:
2025-08-20T22:54:59.3868831Z [00:00:00.015]➜    - "https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:59.3869123Z [00:00:00.015]➜  license:
2025-08-20T22:54:59.3869383Z [00:00:00.015]➜    - "MIT"  
2025-08-20T22:54:59.3869635Z [00:00:00.015]➜  maintainer:
2025-08-20T22:54:59.3869945Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:54:59.3870240Z [00:00:00.015]➜  note:
2025-08-20T22:54:59.3870516Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:54:59.3871031Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:59.3871456Z [00:00:00.015]➜  provides:
2025-08-20T22:54:59.3871699Z [00:00:00.015]➜    - "tldr"
2025-08-20T22:54:59.3871966Z [00:00:00.015]➜    - "tlrc"
2025-08-20T22:54:59.3872192Z [00:00:00.015]➜  repology:
2025-08-20T22:54:59.3872409Z [00:00:00.015]➜    - "tlrc"
2025-08-20T22:54:59.3872628Z [00:00:00.015]➜  src_url:
2025-08-20T22:54:59.3872909Z [00:00:00.015]➜    - "https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:59.3873204Z [00:00:00.015]➜  tag:
2025-08-20T22:54:59.3873416Z [00:00:00.015]➜    - "cheatsheet"
2025-08-20T22:54:59.3873931Z [00:00:00.015]➜    - "tldr"
2025-08-20T22:54:59.3874245Z [00:00:00.015]➜    - "tldr-pages"
2025-08-20T22:54:59.3874484Z [00:00:00.015]➜  x_exec:
2025-08-20T22:54:59.3874725Z [00:00:00.015]➜    bsys: "docker://rust"
2025-08-20T22:54:59.3874975Z [00:00:00.015]➜    host:
2025-08-20T22:54:59.3875207Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:54:59.3875472Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:54:59.3875723Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:54:59.3875971Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:54:59.3876250Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:54:59.3876939Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:54:59.3878052Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:54:59.3878707Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:54:59.3879083Z [00:00:00.015]➜    run: |
2025-08-20T22:54:59.3879296Z [00:00:00.015]➜      #Build
2025-08-20T22:54:59.3879885Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:54:59.3880595Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:54:59.3881416Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:54:59.3881883Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:54:59.3882310Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:54:59.3882653Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:54:59.3882898Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:54:59.3883275Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:54:59.3883718Z [00:00:00.015]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:54:59.3884130Z [00:00:00.015]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:54:59.3884748Z [00:00:00.015]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:54:59.3885299Z [00:00:00.015]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:54:59.3885622Z [00:00:00.015]➜             export RUST_TARGET
2025-08-20T22:54:59.3885887Z [00:00:00.015]➜           else
2025-08-20T22:54:59.3886136Z [00:00:00.015]➜             rustc -Vv ; exit 1
2025-08-20T22:54:59.3886397Z [00:00:00.015]➜           fi
2025-08-20T22:54:59.3886617Z [00:00:00.015]➜         else
2025-08-20T22:54:59.3886940Z [00:00:00.015]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:54:59.3887792Z [00:00:00.015]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:54:59.3888077Z [00:00:00.015]➜         fi
2025-08-20T22:54:59.3888301Z [00:00:00.015]➜         RUST_FLAGS=()
2025-08-20T22:54:59.3888621Z [00:00:00.015]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:54:59.3889011Z [00:00:00.015]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:54:59.3889430Z [00:00:00.015]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:54:59.3889846Z [00:00:00.015]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:54:59.3890145Z [00:00:00.015]➜         fi
2025-08-20T22:54:59.3890416Z [00:00:00.015]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:54:59.3890754Z [00:00:00.015]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:54:59.3891072Z [00:00:00.015]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:54:59.3891641Z [00:00:00.015]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:54:59.3892034Z [00:00:00.015]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:54:59.3892361Z [00:00:00.015]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:54:59.3892681Z [00:00:00.015]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:54:59.3893042Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:54:59.3893420Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:54:59.3893786Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:54:59.3894122Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:54:59.3894481Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:54:59.3894838Z [00:00:00.015]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:54:59.3895117Z [00:00:00.015]➜        #Build
2025-08-20T22:54:59.3895633Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:54:59.3896157Z [00:00:00.015]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:54:59.3896501Z [00:00:00.015]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:54:59.3897291Z [00:00:00.015]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:54:59.3898108Z [00:00:00.015]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:54:59.3898631Z [00:00:00.015]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:54:59.3899205Z [00:00:00.015]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:54:59.3899567Z [00:00:00.015]➜        #Copy
2025-08-20T22:54:59.3900513Z [00:00:00.015]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:54:59.3901756Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:54:59.3902390Z [00:00:00.015]➜         cp -fv "/build-bins/tldr" "/build-bins/tlrc"
2025-08-20T22:54:59.3902706Z [00:00:00.015]➜        #Strip 
2025-08-20T22:54:59.3903225Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:54:59.3903933Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:54:59.3904624Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:54:59.3905214Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:54:59.3905767Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:54:59.3906187Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:54:59.3906436Z [00:00:00.015]➜        '
2025-08-20T22:54:59.3906655Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:54:59.3907159Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:54:59.3907769Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:54:59.3908838Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:54:59.3909842Z [00:00:00.015]➜  
2025-08-20T22:54:59.3910069Z [00:00:00.015]➜  
2025-08-20T22:54:59.3910350Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:54:59.3910624Z [00:00:00.015]➜  
2025-08-20T22:54:59.3910807Z [00:00:00.015]➜  
2025-08-20T22:54:59.3910989Z [00:00:00.015]➜  
2025-08-20T22:54:59.3911465Z [00:00:00.016]➜  '/tmp/pkgforge/0iOSQttXH_build.yaml' -> '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:55:00.6705367Z [00:00:01.299]➜  '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.version' -> '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.version'
2025-08-20T22:55:00.6754101Z [00:00:01.304]➜  [+] Version: HEAD-812ff0f-250819T160533 ('.x_exec.pkgver') [/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.version]
2025-08-20T22:55:00.6937509Z [00:00:01.322]➜  [+] Progs: tldr tlrc
2025-08-20T22:55:00.9260621Z [00:00:01.554]➜  
2025-08-20T22:55:00.9261010Z [00:00:01.554]➜  [-] Missing packages. Found: 
2025-08-20T22:55:00.9261324Z [00:00:01.554]➜  [+] Expected: tldr tlrc
2025-08-20T22:55:00.9261610Z [00:00:01.554]➜  [+] Continuing with build...
2025-08-20T22:55:00.9261860Z [00:00:01.554]➜  
2025-08-20T22:55:01.2509707Z [00:00:01.879]➜  
2025-08-20T22:55:01.2509992Z [00:00:01.879]➜  
2025-08-20T22:55:01.2584478Z [00:00:01.887]➜  + mkdir -pv /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:55:01.2601318Z [00:00:01.888]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tlrc -e PKG_ID=github.com.tldr-pages.tlrc -e PKG_TYPE=static -e PKG_VER=HEAD-812ff0f-250819T160533 -e PKGVER=HEAD-812ff0f-250819T160533 -e SBUILD_PKG=tlrc.static -e SBUILD_PKGVER=HEAD-812ff0f-250819T160533 --volume /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:55:01.2603871Z [00:00:01.888]➜    #Setup ENV
2025-08-20T22:55:01.2604331Z [00:00:01.888]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:55:01.2604773Z [00:00:01.888]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:55:01.2605181Z [00:00:01.888]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:55:01.2605786Z [00:00:01.888]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:55:01.2606338Z [00:00:01.888]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:55:01.2606653Z [00:00:01.888]➜         export RUST_TARGET
2025-08-20T22:55:01.2606905Z [00:00:01.888]➜       else
2025-08-20T22:55:01.2607313Z [00:00:01.888]➜         rustc -Vv ; exit 1
2025-08-20T22:55:01.2607560Z [00:00:01.888]➜       fi
2025-08-20T22:55:01.2607764Z [00:00:01.888]➜     else
2025-08-20T22:55:01.2608114Z [00:00:01.888]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:55:01.2608488Z [00:00:01.888]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:55:01.2608762Z [00:00:01.888]➜     fi
2025-08-20T22:55:01.2608976Z [00:00:01.888]➜     RUST_FLAGS=()
2025-08-20T22:55:01.2609284Z [00:00:01.888]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:55:01.2609671Z [00:00:01.888]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:55:01.2610071Z [00:00:01.888]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:55:01.2610468Z [00:00:01.888]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:55:01.2610754Z [00:00:01.888]➜     fi
2025-08-20T22:55:01.2611018Z [00:00:01.888]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:55:01.2611349Z [00:00:01.888]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:55:01.2611659Z [00:00:01.888]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:55:01.2611960Z [00:00:01.888]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:55:01.2612596Z [00:00:01.888]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:55:01.2612993Z [00:00:01.888]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:55:01.2613306Z [00:00:01.888]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:55:01.2613657Z [00:00:01.888]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:55:01.2614022Z [00:00:01.888]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:55:01.2614367Z [00:00:01.888]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:55:01.2614708Z [00:00:01.888]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:55:01.2615060Z [00:00:01.888]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:55:01.2615402Z [00:00:01.888]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:55:01.2615708Z [00:00:01.888]➜    #Build
2025-08-20T22:55:01.2616300Z [00:00:01.888]➜     git clone --filter "blob:none" --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:55:01.2616831Z [00:00:01.888]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:55:01.2617359Z [00:00:01.888]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:55:01.2617982Z [00:00:01.888]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:55:01.2618561Z [00:00:01.888]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:55:01.2619074Z [00:00:01.888]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:55:01.2619874Z [00:00:01.888]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:55:01.2620232Z [00:00:01.888]➜    #Copy
2025-08-20T22:55:01.2621161Z [00:00:01.888]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:55:01.2622380Z [00:00:01.888]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:55:01.2623010Z [00:00:01.888]➜     cp -fv "/build-bins/tldr" "/build-bins/tlrc"
2025-08-20T22:55:01.2623306Z [00:00:01.888]➜    #Strip 
2025-08-20T22:55:01.2623814Z [00:00:01.888]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:55:01.2624527Z [00:00:01.888]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:55:01.2625201Z [00:00:01.888]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:55:01.2625780Z [00:00:01.888]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:55:01.2626332Z [00:00:01.888]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:55:01.2626739Z [00:00:01.888]➜     popd &>/dev/null
2025-08-20T22:55:01.2627344Z [00:00:01.888]➜    '
2025-08-20T22:55:01.5108857Z [00:00:02.139]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:55:01.5816852Z [00:00:02.210]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:55:01.5817393Z [00:00:02.210]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:55:01.5817785Z [00:00:02.210]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:55:01.5818086Z [00:00:02.210]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:55:01.5818383Z [00:00:02.210]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:55:01.5818679Z [00:00:02.210]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:55:01.5818959Z [00:00:02.210]➜  2b92eb3035e7: Waiting
2025-08-20T22:55:01.5819217Z [00:00:02.210]➜  4239b2f25ebc: Waiting
2025-08-20T22:55:01.5819471Z [00:00:02.210]➜  323e89f8c367: Waiting
2025-08-20T22:55:01.6540883Z [00:00:02.282]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:55:01.6541340Z [00:00:02.282]➜  99fd740fb142: Download complete
2025-08-20T22:55:01.7353222Z [00:00:02.364]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:55:01.7354018Z [00:00:02.364]➜  b2e6f696af52: Download complete
2025-08-20T22:55:01.7813657Z [00:00:02.410]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:55:01.7814049Z [00:00:02.410]➜  996f2cb07f7c: Download complete
2025-08-20T22:55:01.8309062Z [00:00:02.459]➜  b2e6f696af52: Pull complete
2025-08-20T22:55:01.8669297Z [00:00:02.495]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:55:01.8669930Z [00:00:02.495]➜  323e89f8c367: Download complete
2025-08-20T22:55:02.3778898Z [00:00:03.006]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:55:02.3779303Z [00:00:03.006]➜  4239b2f25ebc: Download complete
2025-08-20T22:55:07.9133153Z [00:00:08.541]➜  996f2cb07f7c: Pull complete
2025-08-20T22:55:13.2247826Z [00:00:13.853]➜  99fd740fb142: Pull complete
2025-08-20T22:55:16.0327156Z [00:00:16.661]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:55:16.0327588Z [00:00:16.661]➜  2b92eb3035e7: Download complete
2025-08-20T22:57:13.6575368Z [00:02:14.286]➜  2b92eb3035e7: Pull complete
2025-08-20T22:57:20.9626675Z [00:02:21.591]➜  4239b2f25ebc: Pull complete
2025-08-20T22:57:21.0170659Z [00:02:21.645]➜  323e89f8c367: Pull complete
2025-08-20T22:57:21.0402450Z [00:02:21.668]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:57:21.0477615Z [00:02:21.676]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:57:21.3266879Z [00:02:21.955]➜  + mkdir -p /build-bins
2025-08-20T22:57:21.3282380Z [00:02:21.957]➜  ++ mktemp -d
2025-08-20T22:57:21.3334361Z [00:02:21.962]➜  + pushd /tmp/tmp.eyRfVHwtwi
2025-08-20T22:57:21.3336732Z [00:02:21.962]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:57:21.3337232Z [00:02:21.962]➜  + source /root/.cargo/env
2025-08-20T22:57:21.3342330Z [00:02:21.963]➜  ++ case ":${PATH}:" in
2025-08-20T22:57:21.3342668Z [00:02:21.963]➜  ++ uname -m
2025-08-20T22:57:21.3342940Z [00:02:21.963]➜  ++ tr -d '[:space:]'
2025-08-20T22:57:21.3357255Z [00:02:21.964]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:57:21.3362296Z [00:02:21.965]➜  ++ uname -m
2025-08-20T22:57:21.3372199Z [00:02:21.965]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:57:21.3372615Z [00:02:21.966]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:57:21.3372980Z [00:02:21.966]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:57:21.4956332Z [00:02:22.124]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:57:21.4974502Z [00:02:22.126]➜  + RUST_FLAGS=()
2025-08-20T22:57:21.4975350Z [00:02:22.126]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:57:21.4975835Z [00:02:22.126]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:57:21.4978531Z [00:02:22.126]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:57:21.4979271Z [00:02:22.126]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:57:21.4986522Z [00:02:22.127]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:57:21.4987179Z [00:02:22.127]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:57:21.4987586Z [00:02:22.127]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:57:21.4987898Z [00:02:22.127]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:57:21.4988194Z [00:02:22.127]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:57:21.4988507Z [00:02:22.127]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:57:21.4988845Z [00:02:22.127]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:57:21.4989156Z [00:02:22.127]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:57:21.4989506Z [00:02:22.127]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:57:21.4990928Z [00:02:22.127]➜  ++ which mold
2025-08-20T22:57:21.5017437Z [00:02:22.130]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:57:21.5017995Z [00:02:22.130]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:57:21.5018369Z [00:02:22.130]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:57:21.5018733Z [00:02:22.130]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:57:21.5020178Z [00:02:22.130]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:57:21.5022773Z [00:02:22.130]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:57:21.5024126Z [00:02:22.130]➜  + git clone --filter blob:none --quiet https://github.com/tldr-pages/tlrc ./TEMPREPO
2025-08-20T22:57:21.8128742Z [00:02:22.441]➜  + cd ./TEMPREPO/
2025-08-20T22:57:21.8129191Z [00:02:22.441]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:57:21.8131062Z [00:02:22.441]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:57:21.8132292Z [00:02:22.441]➜  + 
2025-08-20T22:57:21.8132553Z [00:02:22.441]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:57:21.8133935Z [00:02:22.441]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:57:21.8135037Z [00:02:22.441]➜  
2025-08-20T22:57:21.8137680Z [00:02:22.442]➜  sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:57:21.8139208Z [00:02:22.442]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:57:21.8140446Z [00:02:22.442]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:57:21.8160323Z [00:02:22.444]➜  ++ nproc
2025-08-20T22:57:21.8173954Z [00:02:22.446]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:57:22.1882285Z [00:02:22.816]➜      Updating crates.io index
2025-08-20T22:57:22.5637209Z [00:02:23.192]➜   Downloading crates ...
2025-08-20T22:57:22.7041865Z [00:02:23.332]➜    Downloaded byteorder v1.5.0
2025-08-20T22:57:22.7064839Z [00:02:23.335]➜    Downloaded anstyle-query v1.1.3
2025-08-20T22:57:22.7083974Z [00:02:23.337]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T22:57:22.7099062Z [00:02:23.338]➜    Downloaded anstyle v1.0.11
2025-08-20T22:57:22.7114966Z [00:02:23.340]➜    Downloaded heck v0.5.0
2025-08-20T22:57:22.7130918Z [00:02:23.341]➜    Downloaded bitflags v2.9.1
2025-08-20T22:57:22.7166720Z [00:02:23.345]➜    Downloaded percent-encoding v2.3.1
2025-08-20T22:57:22.7174997Z [00:02:23.346]➜    Downloaded cc v1.2.31
2025-08-20T22:57:22.7210590Z [00:02:23.349]➜    Downloaded zip v4.3.0
2025-08-20T22:57:22.7246110Z [00:02:23.353]➜    Downloaded clap_builder v4.5.42
2025-08-20T22:57:22.7296650Z [00:02:23.358]➜    Downloaded unicode-width v0.2.1
2025-08-20T22:57:22.7350270Z [00:02:23.363]➜    Downloaded bytes v1.10.1
2025-08-20T22:57:22.7382344Z [00:02:23.367]➜    Downloaded base64 v0.22.1
2025-08-20T22:57:22.7411635Z [00:02:23.369]➜    Downloaded anstream v0.6.19
2025-08-20T22:57:22.7454379Z [00:02:23.374]➜    Downloaded dirs-sys v0.5.0
2025-08-20T22:57:22.7465885Z [00:02:23.375]➜    Downloaded libz-rs-sys v0.5.1
2025-08-20T22:57:22.7477210Z [00:02:23.376]➜    Downloaded clap_derive v4.5.41
2025-08-20T22:57:22.7499922Z [00:02:23.378]➜    Downloaded log v0.4.27
2025-08-20T22:57:22.7522902Z [00:02:23.381]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:57:22.7539102Z [00:02:23.382]➜    Downloaded httparse v1.10.1
2025-08-20T22:57:22.7566373Z [00:02:23.385]➜    Downloaded serde v1.0.219
2025-08-20T22:57:22.7605298Z [00:02:23.389]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:57:22.7629823Z [00:02:23.391]➜    Downloaded strsim v0.11.1
2025-08-20T22:57:22.7641258Z [00:02:23.392]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:57:22.7654588Z [00:02:23.394]➜    Downloaded webpki-roots v0.26.11
2025-08-20T22:57:22.7668505Z [00:02:23.395]➜    Downloaded quote v1.0.40
2025-08-20T22:57:22.7691837Z [00:02:23.397]➜    Downloaded zeroize v1.8.1
2025-08-20T22:57:22.7702404Z [00:02:23.399]➜    Downloaded dirs v6.0.0
2025-08-20T22:57:22.7715957Z [00:02:23.400]➜    Downloaded crc32fast v1.5.0
2025-08-20T22:57:22.7731251Z [00:02:23.401]➜    Downloaded shlex v1.3.0
2025-08-20T22:57:22.7751579Z [00:02:23.403]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:57:22.7764128Z [00:02:23.405]➜    Downloaded toml_parser v1.0.1
2025-08-20T22:57:22.7788486Z [00:02:23.407]➜    Downloaded ureq-proto v0.4.2
2025-08-20T22:57:22.7822353Z [00:02:23.411]➜    Downloaded yansi v1.0.1
2025-08-20T22:57:22.7845915Z [00:02:23.413]➜    Downloaded toml v0.9.4
2025-08-20T22:57:22.7879891Z [00:02:23.416]➜    Downloaded rustls-webpki v0.103.4
2025-08-20T22:57:22.7907126Z [00:02:23.419]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:57:22.7930134Z [00:02:23.421]➜    Downloaded winnow v0.7.12
2025-08-20T22:57:22.7998737Z [00:02:23.428]➜    Downloaded zlib-rs v0.5.1
2025-08-20T22:57:22.8039661Z [00:02:23.432]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T22:57:22.8061532Z [00:02:23.434]➜    Downloaded toml_datetime v0.7.0
2025-08-20T22:57:22.8074749Z [00:02:23.436]➜    Downloaded terminal_size v0.4.2
2025-08-20T22:57:22.8086762Z [00:02:23.437]➜    Downloaded ureq v3.0.12
2025-08-20T22:57:22.8128057Z [00:02:23.441]➜    Downloaded libc v0.2.174
2025-08-20T22:57:22.8323441Z [00:02:23.461]➜    Downloaded webpki-roots v1.0.2
2025-08-20T22:57:22.8358849Z [00:02:23.464]➜    Downloaded once_cell v1.21.3
2025-08-20T22:57:22.8377939Z [00:02:23.466]➜    Downloaded syn v2.0.104
2025-08-20T22:57:22.8460625Z [00:02:23.474]➜    Downloaded rustls v0.23.31
2025-08-20T22:57:22.8553027Z [00:02:23.484]➜    Downloaded indexmap v2.10.0
2025-08-20T22:57:22.8584832Z [00:02:23.487]➜    Downloaded flate2 v1.1.2
2025-08-20T22:57:22.8620294Z [00:02:23.490]➜    Downloaded rustix v1.0.8
2025-08-20T22:57:22.8799700Z [00:02:23.508]➜    Downloaded colorchoice v1.0.4
2025-08-20T22:57:22.8808712Z [00:02:23.509]➜    Downloaded utf-8 v0.7.6
2025-08-20T22:57:22.8817396Z [00:02:23.510]➜    Downloaded untrusted v0.9.0
2025-08-20T22:57:22.8830236Z [00:02:23.511]➜    Downloaded toml_writer v1.0.2
2025-08-20T22:57:22.8841634Z [00:02:23.512]➜    Downloaded subtle v2.6.1
2025-08-20T22:57:22.8851711Z [00:02:23.513]➜    Downloaded socks v0.3.4
2025-08-20T22:57:22.8861727Z [00:02:23.514]➜    Downloaded serde_spanned v1.0.0
2025-08-20T22:57:22.8872196Z [00:02:23.516]➜    Downloaded rustls-pemfile v2.2.0
2025-08-20T22:57:22.8889738Z [00:02:23.517]➜    Downloaded openssl-probe v0.1.6
2025-08-20T22:57:22.8898506Z [00:02:23.518]➜    Downloaded itoa v1.0.15
2025-08-20T22:57:22.8908537Z [00:02:23.519]➜    Downloaded getrandom v0.2.16
2025-08-20T22:57:22.8930633Z [00:02:23.521]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T22:57:22.8961901Z [00:02:23.524]➜    Downloaded option-ext v0.2.0
2025-08-20T22:57:22.8968659Z [00:02:23.525]➜    Downloaded memchr v2.7.5
2025-08-20T22:57:22.9007695Z [00:02:23.529]➜    Downloaded hashbrown v0.15.4
2025-08-20T22:57:22.9047293Z [00:02:23.533]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T22:57:22.9064638Z [00:02:23.535]➜    Downloaded errno v0.3.13
2025-08-20T22:57:22.9078360Z [00:02:23.536]➜    Downloaded equivalent v1.0.2
2025-08-20T22:57:22.9086141Z [00:02:23.537]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T22:57:22.9116238Z [00:02:23.540]➜    Downloaded http v1.3.1
2025-08-20T22:57:22.9144973Z [00:02:23.543]➜    Downloaded fnv v1.0.7
2025-08-20T22:57:22.9153514Z [00:02:23.544]➜    Downloaded clap v4.5.42
2025-08-20T22:57:22.9212994Z [00:02:23.550]➜    Downloaded clap_lex v0.7.5
2025-08-20T22:57:22.9234260Z [00:02:23.552]➜    Downloaded ring v0.17.14
2025-08-20T22:57:22.9578151Z [00:02:23.586]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T22:57:23.0525388Z [00:02:23.681]➜     Compiling libc v0.2.174
2025-08-20T22:57:23.0525778Z [00:02:23.681]➜     Compiling proc-macro2 v1.0.95
2025-08-20T22:57:23.0529484Z [00:02:23.681]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:57:23.0529987Z [00:02:23.681]➜     Compiling shlex v1.3.0
2025-08-20T22:57:23.0530321Z [00:02:23.681]➜     Compiling zeroize v1.8.1
2025-08-20T22:57:23.0535271Z [00:02:23.681]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=277a193d464985dc -C extra-filename=-1a06cc513f7c6661 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661 -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.0546021Z [00:02:23.681]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.0551119Z [00:02:23.682]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60cd3956e712b7d -C extra-filename=-6d6f85adf22ee534 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.0555767Z [00:02:23.682]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.0586018Z [00:02:23.685]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zeroize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=ef8ff33b2971679f -C extra-filename=-c718917f775825b3 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:23.3262104Z [00:02:23.954]➜     Compiling cc v1.2.31
2025-08-20T22:57:23.3270570Z [00:02:23.955]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c4f681f880ad082b -C extra-filename=-54631fa6ae9c66ce --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T22:57:23.3533683Z [00:02:23.982]➜     Compiling cfg-if v1.0.1
2025-08-20T22:57:23.3582555Z [00:02:23.984]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=1cfad4ca38468220 -C extra-filename=-d0f1cb20a3fcd1ba --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:23.3910822Z [00:02:24.019]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T22:57:23.3927575Z [00:02:24.020]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls_pki_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=99b3cd6fadfe5123 -C extra-filename=-6dfd1f04dd4cb017 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:23.4011051Z [00:02:24.029]➜     Compiling untrusted v0.9.0
2025-08-20T22:57:23.4016142Z [00:02:24.029]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name untrusted --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e16c22c864ec14b -C extra-filename=-57241b32d4b6e281 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:23.4910194Z [00:02:24.119]➜     Compiling serde v1.0.219
2025-08-20T22:57:23.4915071Z [00:02:24.119]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="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=1eaafba2dbbbf3e7 -C extra-filename=-bc5d4db155a38dc4 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4 -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.6311683Z [00:02:24.259]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T22:57:23.6351388Z [00:02:24.263]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build`
2025-08-20T22:57:23.6630001Z [00:02:24.290]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5fe5897f2752022b -C extra-filename=-3f51a047db4e4540 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:57:23.7093339Z [00:02:24.337]➜     Compiling rustix v1.0.8
2025-08-20T22:57:23.7103239Z [00:02:24.338]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c2773afcd675a46a -C extra-filename=-a97649f27b27ccf3 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3 -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.7655475Z [00:02:24.393]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:57:24.0913696Z [00:02:24.719]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build-script-build`
2025-08-20T22:57:24.1647061Z [00:02:24.793]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build`
2025-08-20T22:57:24.1978304Z [00:02:24.826]➜     Compiling httparse v1.10.1
2025-08-20T22:57:24.2004968Z [00:02:24.828]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d5c181b2e5d22842 -C extra-filename=-395443229372437c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:24.4822450Z [00:02:25.110]➜     Compiling quote v1.0.40
2025-08-20T22:57:24.4836183Z [00:02:25.112]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T22:57:24.5718769Z [00:02:25.200]➜     Compiling crc32fast v1.5.0
2025-08-20T22:57:24.5727400Z [00:02:25.201]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=c2a16cd1f4fb540b -C extra-filename=-d5cfa1316f9407fb --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:24.7721349Z [00:02:25.400]➜     Compiling syn v2.0.104
2025-08-20T22:57:24.7737381Z [00:02:25.401]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=4d1488aa915ee331 -C extra-filename=-f095384c2fdc8986 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:57:24.8595088Z [00:02:25.487]➜     Compiling log v0.4.27
2025-08-20T22:57:24.8607132Z [00:02:25.488]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=ce26722eb19dc302 -C extra-filename=-bb97e77f5b8440a2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:24.9096293Z [00:02:25.538]➜     Compiling utf8parse v0.2.2
2025-08-20T22:57:24.9105461Z [00:02:25.538]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.0194379Z [00:02:25.647]➜     Compiling getrandom v0.2.16
2025-08-20T22:57:25.0203218Z [00:02:25.648]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=22adbc141a39fe1a -C extra-filename=-2ca287fb6c915194 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern libc=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.0568212Z [00:02:25.682]➜     Compiling bitflags v2.9.1
2025-08-20T22:57:25.0573039Z [00:02:25.685]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=0dc88ba410d74696 -C extra-filename=-4c8e325713496bbe --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.1141097Z [00:02:25.742]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T22:57:25.1156789Z [00:02:25.743]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=e865e9b5f518417d -C extra-filename=-5f3df5f2ce75b76c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.2603315Z [00:02:25.888]➜     Compiling rustls v0.23.31
2025-08-20T22:57:25.2635948Z [00:02:25.891]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' -C debug-assertions=off --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=845a17f21cf35b98 -C extra-filename=-bc5236feedded989 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989 -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:25.3882436Z [00:02:26.016]➜     Compiling anstyle-parse v0.2.7
2025-08-20T22:57:25.3901115Z [00:02:26.017]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=0ad443505b3099c3 -C extra-filename=-6f2f0cbe09b57ffe --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.4158537Z [00:02:26.044]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build`
2025-08-20T22:57:25.4422865Z [00:02:26.070]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build-script-build`
2025-08-20T22:57:25.4647266Z [00:02:26.093]➜     Compiling zlib-rs v0.5.1
2025-08-20T22:57:25.4676594Z [00:02:26.095]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zlib_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=7de23ff5d83454ee -C extra-filename=-630afc5560384a57 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.6128720Z [00:02:26.241]➜     Compiling ring v0.17.14
2025-08-20T22:57:25.6135483Z [00:02:26.241]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b87b9c7d02877afb -C extra-filename=-1d81522f16f1e80b --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libcc-54631fa6ae9c66ce.rlib --cap-lints allow`
2025-08-20T22:57:25.6477340Z [00:02:26.276]➜     Compiling anstyle-query v1.1.3
2025-08-20T22:57:25.6490518Z [00:02:26.276]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9ab62754acec9a3 -C extra-filename=-dd3fb9063464bdb2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.7541349Z [00:02:26.382]➜     Compiling subtle v2.6.1
2025-08-20T22:57:25.7548760Z [00:02:26.382]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name subtle --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=2eb1a9eb5bb8b76e -C extra-filename=-dac9a8b415f9f34b --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:25.9817240Z [00:02:26.610]➜     Compiling colorchoice v1.0.4
2025-08-20T22:57:25.9840588Z [00:02:26.610]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8be52b0c043045 -C extra-filename=-309e6b44748942cb --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:26.0869195Z [00:02:26.714]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=828ce53e60361ebd -C extra-filename=-3b7c8b1e7bf6f2ee --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:57:26.0918304Z [00:02:26.720]➜     Compiling itoa v1.0.15
2025-08-20T22:57:26.0925250Z [00:02:26.720]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b72576fbbfef2ada -C extra-filename=-26c7b81a28d259c5 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:26.2151670Z [00:02:26.843]➜     Compiling once_cell v1.21.3
2025-08-20T22:57:26.2160160Z [00:02:26.844]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="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=dc387fb79f73c43b -C extra-filename=-d9f5a455ae220d7c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:26.2903397Z [00:02:26.918]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build-script-build`
2025-08-20T22:57:26.5144623Z [00:02:27.143]➜     Compiling anstyle v1.0.11
2025-08-20T22:57:26.5159804Z [00:02:27.143]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=552da419deaa66b4 -C extra-filename=-353d305c40d9cf94 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:26.8747617Z [00:02:27.503]➜     Compiling bytes v1.10.1
2025-08-20T22:57:26.8765605Z [00:02:27.504]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -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=3283bb93882dba2f -C extra-filename=-aad76a29fa546711 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:27.6980813Z [00:02:28.326]➜     Compiling openssl-probe v0.1.6
2025-08-20T22:57:27.6985535Z [00:02:28.326]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4399bb7c3b5e0ec6 -C extra-filename=-32b177d942f63137 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:28.0452352Z [00:02:28.671]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:57:28.0467174Z [00:02:28.671]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:28.1180566Z [00:02:28.746]➜     Compiling fnv v1.0.7
2025-08-20T22:57:28.1187344Z [00:02:28.746]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1f32a5dac747a947 -C extra-filename=-d3a003c5745aa4e2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:28.1468201Z [00:02:28.775]➜     Compiling anstream v0.6.19
2025-08-20T22:57:28.1494806Z [00:02:28.775]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=872b2655ca1c1688 -C extra-filename=-a700101167b0b645 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta --extern colorchoice=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:28.1952041Z [00:02:28.823]➜     Compiling http v1.3.1
2025-08-20T22:57:28.1963198Z [00:02:28.824]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b8c42858c6c16e6 -C extra-filename=-7ede6780a9218640 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern fnv=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta --extern itoa=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:28.6813011Z [00:02:29.309]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T22:57:28.6826434Z [00:02:29.310]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls_native_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a71729998202e7 -C extra-filename=-d64614b0676f9bf2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta --extern pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:29.5192995Z [00:02:30.147]➜     Compiling libz-rs-sys v0.5.1
2025-08-20T22:57:29.5199107Z [00:02:30.148]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libz_rs_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=458407282c4c3859 -C extra-filename=-fcf2f8bb3481bd23 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern zlib_rs=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:29.8081222Z [00:02:30.436]➜     Compiling terminal_size v0.4.2
2025-08-20T22:57:29.8092858Z [00:02:30.437]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ab0c83c779bcbcd5 -C extra-filename=-5f97dd25f8d1310f --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-3b7c8b1e7bf6f2ee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:29.9616535Z [00:02:30.589]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name httparse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a094947a6276d3ae -C extra-filename=-666e4a25eb900170 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:30.4304474Z [00:02:31.058]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=360b7d484a4b9d1f -C extra-filename=-f7ac4e8bba43e0a0 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
2025-08-20T22:57:30.5306374Z [00:02:31.159]➜     Compiling webpki-roots v1.0.2
2025-08-20T22:57:30.5312297Z [00:02:31.159]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.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=f526c0337e92ee4c -C extra-filename=-4b8e2e55f544407c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:30.5965147Z [00:02:31.225]➜     Compiling equivalent v1.0.2
2025-08-20T22:57:30.5970412Z [00:02:31.225]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217bc211937a897c -C extra-filename=-227a987576108267 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:30.6538471Z [00:02:31.282]➜     Compiling base64 v0.22.1
2025-08-20T22:57:30.6543853Z [00:02:31.282]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f0a3ffbe401ce0f6 -C extra-filename=-269e532397edb1aa --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:30.6614558Z [00:02:31.290]➜     Compiling hashbrown v0.15.4
2025-08-20T22:57:30.6619862Z [00:02:31.290]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b973fa965187c304 -C extra-filename=-db1d7a7478ebfbd2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:30.6696670Z [00:02:31.298]➜     Compiling clap_lex v0.7.5
2025-08-20T22:57:30.6715564Z [00:02:31.298]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=559cdef870894471 -C extra-filename=-db2338314c03aba7 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:31.0213508Z [00:02:31.649]➜     Compiling strsim v0.11.1
2025-08-20T22:57:31.0224417Z [00:02:31.650]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:31.0529656Z [00:02:31.681]➜     Compiling serde_derive v1.0.219
2025-08-20T22:57:31.0545165Z [00:02:31.682]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=fbc3678fc531a78b -C extra-filename=-ea561b98b01c62e4 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:31.3038102Z [00:02:31.932]➜     Compiling heck v0.5.0
2025-08-20T22:57:31.3047662Z [00:02:31.933]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:31.5974649Z [00:02:32.226]➜     Compiling winnow v0.7.12
2025-08-20T22:57:31.6005634Z [00:02:32.228]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=152f46c2b15fa616 -C extra-filename=-287d40780debb714 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:31.6928923Z [00:02:32.321]➜     Compiling option-ext v0.2.0
2025-08-20T22:57:31.6937606Z [00:02:32.322]➜     Compiling byteorder v1.5.0
2025-08-20T22:57:31.6950597Z [00:02:32.323]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=781fc09ff31a58b6 -C extra-filename=-2c8d17201dd91cfb --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:31.6986935Z [00:02:32.326]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -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=f91e554b4a6fcb71 -C extra-filename=-01d039ee478a486a --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:31.7449429Z [00:02:32.373]➜     Compiling dirs-sys v0.5.0
2025-08-20T22:57:31.7465093Z [00:02:32.374]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2aae77b7aa5209c4 -C extra-filename=-df7ed5cf1a843ed9 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern option_ext=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:32.1122882Z [00:02:32.740]➜     Compiling socks v0.3.4
2025-08-20T22:57:32.1138537Z [00:02:32.741]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socks --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socks-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6633893cea52236f -C extra-filename=-3b9f2ad9d70399a8 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta --extern libc=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:32.2936825Z [00:02:32.922]➜     Compiling clap_derive v4.5.41
2025-08-20T22:57:32.2975783Z [00:02:32.925]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=8e34dab08150d09a -C extra-filename=-f9a2ebf88a38bc45 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:32.6463195Z [00:02:33.274]➜     Compiling indexmap v2.10.0
2025-08-20T22:57:32.6488905Z [00:02:33.276]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=d62f76a1e01376d9 -C extra-filename=-60c85925e20e45c8 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-db1d7a7478ebfbd2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:33.4752019Z [00:02:34.102]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ab6ee4f274257f8b -C extra-filename=-42ac06fc2d672057 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern getrandom=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-2ca287fb6c915194.rmeta --extern libc=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern untrusted=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
2025-08-20T22:57:33.8201059Z [00:02:34.448]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build-script-build`
2025-08-20T22:57:33.8254760Z [00:02:34.454]➜     Compiling clap_builder v4.5.42
2025-08-20T22:57:33.8281103Z [00:02:34.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --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=8700de480bca478f -C extra-filename=-9575e30534077263 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta --extern anstyle=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --extern terminal_size=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:34.5616004Z [00:02:35.190]➜     Compiling toml_parser v1.0.1
2025-08-20T22:57:34.5634754Z [00:02:35.190]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=08d02a06fa691b25 -C extra-filename=-47623e0833f18359 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:35.3725628Z [00:02:36.001]➜     Compiling ureq-proto v0.4.2
2025-08-20T22:57:35.3752786Z [00:02:36.003]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ureq_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-proto-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 --cfg 'feature="client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "default", "server"))' -C metadata=b320ab2954f04954 -C extra-filename=-8e4046354cab1703 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta --extern http=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-7ede6780a9218640.rmeta --extern httparse=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-666e4a25eb900170.rmeta --extern log=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:35.3967573Z [00:02:36.024]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -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=eaf2900896a0b0da -C extra-filename=-3ae109851e871d98 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libserde_derive-ea561b98b01c62e4.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:57:36.2927425Z [00:02:36.921]➜     Compiling rustls-webpki v0.103.4
2025-08-20T22:57:36.2940940Z [00:02:36.922]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=d2359b1da4978bc1 -C extra-filename=-5bf910cdf4c8caf8 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rmeta --extern pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern untrusted=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out`
2025-08-20T22:57:37.6268496Z [00:02:38.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=64276a5a237afc39 -C extra-filename=-29752ed9c15dc860 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern log=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rmeta --extern once_cell=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rmeta --extern ring=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rmeta --extern pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern webpki=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rmeta --extern subtle=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out`
2025-08-20T22:57:38.7111883Z [00:02:39.339]➜     Compiling webpki-roots v0.26.11
2025-08-20T22:57:38.7123365Z [00:02:39.340]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=146b4321244fa468 -C extra-filename=-6f593d37752cb919 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern parent=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-4b8e2e55f544407c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:38.7817319Z [00:02:39.410]➜     Compiling flate2 v1.1.2
2025-08-20T22:57:38.7848246Z [00:02:39.412]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=dadb2896925ffa7a -C extra-filename=-8f606f14ba7f1ee4 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rmeta --extern libz_rs_sys=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.5476014Z [00:02:40.176]➜     Compiling rustls-pemfile v2.2.0
2025-08-20T22:57:39.5489802Z [00:02:40.177]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls_pemfile --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58c288ebfb30c90c -C extra-filename=-d0b7dea6c072f756 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.8356670Z [00:02:40.464]➜     Compiling serde_spanned v1.0.0
2025-08-20T22:57:39.8373718Z [00:02:40.464]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=edd1ffefcd154519 -C extra-filename=-3be7022d80eb905b --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.8599365Z [00:02:40.488]➜     Compiling toml_datetime v0.7.0
2025-08-20T22:57:39.8618180Z [00:02:40.489]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.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=26460562aa10156c -C extra-filename=-49c57136853f64aa --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.9676566Z [00:02:40.596]➜     Compiling utf-8 v0.7.6
2025-08-20T22:57:39.9682068Z [00:02:40.596]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c76cf6dc7ffa475 -C extra-filename=-935785145e397a66 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.2082236Z [00:02:40.836]➜     Compiling toml_writer v1.0.2
2025-08-20T22:57:40.2095351Z [00:02:40.836]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b2bbad850e12d9cb -C extra-filename=-852893660fb8a3b6 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.3151386Z [00:02:40.943]➜     Compiling memchr v2.7.5
2025-08-20T22:57:40.3159152Z [00:02:40.943]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=2c2fd11967d86e90 -C extra-filename=-4febb07ae6b182e6 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.4614572Z [00:02:41.089]➜     Compiling tlrc v1.11.1 (/tmp/tmp.eyRfVHwtwi/TEMPREPO)
2025-08-20T22:57:40.4623369Z [00:02:41.090]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::style' '--warn=clippy::pedantic' '--warn=clippy::all' '--allow=clippy::unnecessary_debug_formatting' '--allow=clippy::struct_excessive_bools' '--allow=clippy::module_name_repetitions' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "socks-proxy"))' -C metadata=c53cee87cc3fec07 -C extra-filename=-13b5ef3a22d81ac2 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2 -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps`
2025-08-20T22:57:40.5109805Z [00:02:41.139]➜     Compiling percent-encoding v2.3.1
2025-08-20T22:57:40.5117683Z [00:02:41.139]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf7a63bccdcba7ab -C extra-filename=-2aa7bee56e77439a --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.6946693Z [00:02:41.323]➜     Compiling toml v0.9.4
2025-08-20T22:57:40.6992848Z [00:02:41.323]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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=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=a9c8f6844da10f0c -C extra-filename=-56ae319eb6542ec5 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rmeta --extern serde_spanned=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-3be7022d80eb905b.rmeta --extern toml_datetime=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-49c57136853f64aa.rmeta --extern toml_parser=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-47623e0833f18359.rmeta --extern toml_writer=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta --extern winnow=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.8013328Z [00:02:41.429]➜       Running `/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build-script-build`
2025-08-20T22:57:40.8079135Z [00:02:41.436]➜     Compiling clap v4.5.42
2025-08-20T22:57:40.8103162Z [00:02:41.437]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --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=1f0c41432e2e6825 -C extra-filename=-af31af1375ab90c8 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-9575e30534077263.rmeta --extern clap_derive=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.8832064Z [00:02:41.511]➜     Compiling dirs v6.0.0
2025-08-20T22:57:40.8837136Z [00:02:41.511]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9540896819bc59f2 -C extra-filename=-d29d99ab3ac46466 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-df7ed5cf1a843ed9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:41.0764236Z [00:02:41.705]➜     Compiling zip v4.3.0
2025-08-20T22:57:41.0781405Z [00:02:41.706]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zip --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="_deflate-any"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=d5bdf3bb943af2ca -C extra-filename=-bb0a5a24a624c220 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rmeta --extern flate2=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8f606f14ba7f1ee4.rmeta --extern indexmap=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-60c85925e20e45c8.rmeta --extern memchr=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:41.3722232Z [00:02:42.000]➜     Compiling yansi v1.0.1
2025-08-20T22:57:41.3749545Z [00:02:42.002]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yansi --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=f75d905f4e2ea01c -C extra-filename=-f58c706cc426673c --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:41.9513090Z [00:02:42.579]➜     Compiling unicode-width v0.2.1
2025-08-20T22:57:41.9519273Z [00:02:42.580]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=b0d624662aa0e42f -C extra-filename=-38795f473b005807 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:50.9229422Z [00:02:51.551]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T22:57:50.9238556Z [00:02:51.551]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni"))' -C metadata=e1519de3a3af43a3 -C extra-filename=-1e63e82bb56c6546 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern log=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rlib --extern once_cell=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rlib --extern rustls=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rlib --extern rustls_native_certs=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib --extern webpki=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out`
2025-08-20T22:57:51.3826153Z [00:02:52.011]➜     Compiling ureq v3.0.12
2025-08-20T22:57:51.3841765Z [00:02:52.011]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ureq --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-3.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="_ring"' --cfg 'feature="_rustls"' --cfg 'feature="_tls"' --cfg 'feature="platform-verifier"' --cfg 'feature="rustls"' --cfg 'feature="rustls-no-provider"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_doc", "_ring", "_rustls", "_test", "_tls", "_url", "brotli", "charset", "cookies", "default", "gzip", "json", "native-tls", "platform-verifier", "rustls", "rustls-no-provider", "socks-proxy", "vendored"))' -C metadata=97417cc95fd5f52e -C extra-filename=-c5bb11ffdababc04 --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta --extern log=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rmeta --extern percent_encoding=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta --extern rustls=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rmeta --extern rustls_pemfile=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pemfile-d0b7dea6c072f756.rmeta --extern rustls_pki_types=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern rustls_platform_verifier=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-1e63e82bb56c6546.rlib --extern socks=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocks-3b9f2ad9d70399a8.rmeta --extern ureq_proto=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq_proto-8e4046354cab1703.rmeta --extern utf8=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8-935785145e397a66.rmeta --extern webpki_roots=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-6f593d37752cb919.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out`
2025-08-20T22:57:55.0075896Z [00:02:55.635]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tldr --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 '--warn=clippy::style' '--warn=clippy::pedantic' '--warn=clippy::all' '--allow=clippy::unnecessary_debug_formatting' '--allow=clippy::struct_excessive_bools' '--allow=clippy::module_name_repetitions' --cfg 'feature="default"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "socks-proxy"))' -C metadata=f1e07c28845628e3 -C extra-filename=-a49cd618f6dae55f --out-dir /tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-af31af1375ab90c8.rlib --extern dirs=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-d29d99ab3ac46466.rlib --extern log=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rlib --extern once_cell=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rlib --extern ring=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rlib --extern serde=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rlib --extern terminal_size=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rlib --extern toml=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-56ae319eb6542ec5.rlib --extern unicode_width=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-38795f473b005807.rlib --extern ureq=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq-c5bb11ffdababc04.rlib --extern yansi=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyansi-f58c706cc426673c.rlib --extern zip=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-bb0a5a24a624c220.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out`
2025-08-20T22:58:27.4542476Z [00:03:28.082]➜      Finished `release` profile [optimized] target(s) in 1m 05s
2025-08-20T22:58:27.5191010Z [00:03:28.147]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:58:27.5209681Z [00:03:28.149]➜  ./target/aarch64-unknown-linux-musl/release/tldr
2025-08-20T22:58:27.5221068Z [00:03:28.149]➜  ./target/aarch64-unknown-linux-musl/release/tldr.d
2025-08-20T22:58:27.5222183Z [00:03:28.149]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:58:27.5222846Z [00:03:28.150]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:58:27.5226450Z [00:03:28.151]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:58:27.5226864Z [00:03:28.151]➜  + cut -d: -f1
2025-08-20T22:58:27.5227330Z [00:03:28.151]➜  + xargs realpath --no-symlinks
2025-08-20T22:58:27.5228091Z [00:03:28.151]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:58:27.5460028Z [00:03:28.174]➜  sending incremental file list
2025-08-20T22:58:27.5469152Z [00:03:28.175]➜  tldr
2025-08-20T22:58:27.5902904Z [00:03:28.219]➜  
2025-08-20T22:58:27.5903482Z [00:03:28.219]➜  sent 2.49M bytes  received 35 bytes  4.98M bytes/sec
2025-08-20T22:58:27.5904016Z [00:03:28.219]➜  total size is 2.49M  speedup is 1.00
2025-08-20T22:58:27.7051073Z [00:03:28.333]➜  '/tmp/tmp.eyRfVHwtwi/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:58:27.7195483Z [00:03:28.348]➜  + cp -fv /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:27.7210358Z [00:03:28.349]➜  '/build-bins/tldr' -> '/build-bins/tlrc'
2025-08-20T22:58:27.7226576Z [00:03:28.351]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:58:27.7374945Z [00:03:28.366]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:58:27.7713532Z [00:03:28.400]➜  copy from `/build-bins/tlrc' [elf64-littleaarch64] to `/build-bins/stIkfMjM' [elf64-littleaarch64]
2025-08-20T22:58:27.8130182Z [00:03:28.441]➜  copy from `/build-bins/tldr' [elf64-littleaarch64] to `/build-bins/stAgNmBO' [elf64-littleaarch64]
2025-08-20T22:58:27.8584953Z [00:03:28.487]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:58:27.8609854Z [00:03:28.489]➜  
2025-08-20T22:58:27.8626231Z [00:03:28.491]➜  /build-bins/tlrc
2025-08-20T22:58:27.8657838Z [00:03:28.494]➜  There are 26 section headers, starting at offset 0x25f738:
2025-08-20T22:58:27.8658665Z [00:03:28.494]➜  
2025-08-20T22:58:27.8658983Z [00:03:28.494]➜  Section Headers:
2025-08-20T22:58:27.8659328Z [00:03:28.494]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:58:27.8659734Z [00:03:28.494]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:58:27.8660155Z [00:03:28.494]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:58:27.8660561Z [00:03:28.494]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:58:27.8660988Z [00:03:28.494]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:58:27.8661410Z [00:03:28.494]➜         000000000003ea00  0000000000000000   A       0     0     8
2025-08-20T22:58:27.8661833Z [00:03:28.494]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000023ec38  0003ec38
2025-08-20T22:58:27.8662267Z [00:03:28.494]➜         0000000000012164  0000000000000000   A       0     0     4
2025-08-20T22:58:27.8662698Z [00:03:28.494]➜    [ 3] .gcc_except_table PROGBITS         0000000000250d9c  00050d9c
2025-08-20T22:58:27.8663131Z [00:03:28.494]➜         0000000000015550  0000000000000000   A       0     0     4
2025-08-20T22:58:27.8663540Z [00:03:28.494]➜    [ 4] .rodata           PROGBITS         0000000000267000  00067000
2025-08-20T22:58:27.8663975Z [00:03:28.494]➜         0000000000063da0  0000000000000000   A       0     0     4096
2025-08-20T22:58:27.8664412Z [00:03:28.494]➜    [ 5] .rodata.cst16     PROGBITS         00000000002cada0  000cada0
2025-08-20T22:58:27.8664842Z [00:03:28.494]➜         0000000000000ac0  0000000000000010  AM       0     0     16
2025-08-20T22:58:27.8665279Z [00:03:28.494]➜    [ 6] .rodata.cst32     PROGBITS         00000000002cb860  000cb860
2025-08-20T22:58:27.8665709Z [00:03:28.494]➜         0000000000000660  0000000000000020  AM       0     0     8
2025-08-20T22:58:27.8666144Z [00:03:28.494]➜    [ 7] .rodata.cst4      PROGBITS         00000000002cbec0  000cbec0
2025-08-20T22:58:27.8666570Z [00:03:28.494]➜         00000000000001b0  0000000000000004  AM       0     0     4
2025-08-20T22:58:27.8667254Z [00:03:28.494]➜    [ 8] .rodata.cst8      PROGBITS         00000000002cc070  000cc070
2025-08-20T22:58:27.8667747Z [00:03:28.494]➜         0000000000000390  0000000000000008  AM       0     0     8
2025-08-20T22:58:27.8668518Z [00:03:28.494]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002cc400  000cc400
2025-08-20T22:58:27.8669019Z [00:03:28.494]➜         0000000000007264  0000000000000001 AMS       0     0     1
2025-08-20T22:58:27.8669449Z [00:03:28.494]➜    [10] .rodata.str1.8    PROGBITS         00000000002d3668  000d3668
2025-08-20T22:58:27.8669911Z [00:03:28.494]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-20T22:58:27.8670324Z [00:03:28.494]➜    [11] .fini             PROGBITS         00000000002e5950  000d5950
2025-08-20T22:58:27.8670742Z [00:03:28.494]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:58:27.8671148Z [00:03:28.494]➜    [12] .init             PROGBITS         00000000002e5960  000d5960
2025-08-20T22:58:27.8671558Z [00:03:28.494]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:58:27.8671965Z [00:03:28.494]➜    [13] .text             PROGBITS         00000000002e5980  000d5980
2025-08-20T22:58:27.8672438Z [00:03:28.494]➜         00000000001711a0  0000000000000000  AX       0     0     64
2025-08-20T22:58:27.8672855Z [00:03:28.494]➜    [14] .tdata            PROGBITS         0000000000466b20  00246b20
2025-08-20T22:58:27.8673269Z [00:03:28.494]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:58:27.8673676Z [00:03:28.494]➜    [15] .tbss             NOBITS           0000000000466b48  00246b48
2025-08-20T22:58:27.8674086Z [00:03:28.494]➜         0000000000000058  0000000000000000 WAT       0     0     8
2025-08-20T22:58:27.8674760Z [00:03:28.494]➜    [16] .data.rel.ro      PROGBITS         0000000000466b48  00246b48
2025-08-20T22:58:27.8675185Z [00:03:28.494]➜         0000000000017f20  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8675604Z [00:03:28.494]➜    [17] .fini_array       FINI_ARRAY       000000000047ea68  0025ea68
2025-08-20T22:58:27.8676027Z [00:03:28.494]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:27.8676455Z [00:03:28.494]➜    [18] .got.plt          PROGBITS         000000000047ea70  0025ea70
2025-08-20T22:58:27.8676873Z [00:03:28.494]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8677528Z [00:03:28.494]➜    [19] .init_array       INIT_ARRAY       000000000047ea88  0025ea88
2025-08-20T22:58:27.8677955Z [00:03:28.494]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:27.8678360Z [00:03:28.494]➜    [20] .got              PROGBITS         000000000047ea90  0025ea90
2025-08-20T22:58:27.8678776Z [00:03:28.494]➜         00000000000000c0  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8679203Z [00:03:28.494]➜    [21] .relro_padding    NOBITS           000000000047eb50  0025eb50
2025-08-20T22:58:27.8679635Z [00:03:28.494]➜         00000000000014b0  0000000000000000  WA       0     0     1
2025-08-20T22:58:27.8680048Z [00:03:28.494]➜    [22] .data             PROGBITS         000000000048eb50  0025eb50
2025-08-20T22:58:27.8680468Z [00:03:28.494]➜         0000000000000ae0  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8680875Z [00:03:28.494]➜    [23] .bss              NOBITS           000000000048f630  0025f630
2025-08-20T22:58:27.8681286Z [00:03:28.494]➜         000000000000185c  0000000000000000  WA       0     0     16
2025-08-20T22:58:27.8681705Z [00:03:28.494]➜    [24] .common           NOBITS           0000000000490e90  0025f630
2025-08-20T22:58:27.8682121Z [00:03:28.494]➜         000000000000009c  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8682550Z [00:03:28.494]➜    [25] .shstrtab         STRTAB           0000000000000000  0025f630
2025-08-20T22:58:27.8682972Z [00:03:28.494]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T22:58:27.8683297Z [00:03:28.494]➜  Key to Flags:
2025-08-20T22:58:27.8683670Z [00:03:28.494]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:58:27.8684356Z [00:03:28.494]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:58:27.8684893Z [00:03:28.494]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:58:27.8685271Z [00:03:28.494]➜    D (mbind), p (processor specific)
2025-08-20T22:58:27.8685553Z [00:03:28.496]➜  
2025-08-20T22:58:27.8694781Z [00:03:28.498]➜  /build-bins/tldr
2025-08-20T22:58:27.8705559Z [00:03:28.499]➜  There are 26 section headers, starting at offset 0x25f738:
2025-08-20T22:58:27.8706357Z [00:03:28.499]➜  
2025-08-20T22:58:27.8706664Z [00:03:28.499]➜  Section Headers:
2025-08-20T22:58:27.8707134Z [00:03:28.499]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:58:27.8707607Z [00:03:28.499]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:58:27.8708004Z [00:03:28.499]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:58:27.8708415Z [00:03:28.499]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:58:27.8708876Z [00:03:28.499]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:58:27.8709298Z [00:03:28.499]➜         000000000003ea00  0000000000000000   A       0     0     8
2025-08-20T22:58:27.8709722Z [00:03:28.499]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000023ec38  0003ec38
2025-08-20T22:58:27.8710140Z [00:03:28.499]➜         0000000000012164  0000000000000000   A       0     0     4
2025-08-20T22:58:27.8710573Z [00:03:28.499]➜    [ 3] .gcc_except_table PROGBITS         0000000000250d9c  00050d9c
2025-08-20T22:58:27.8711354Z [00:03:28.499]➜         0000000000015550  0000000000000000   A       0     0     4
2025-08-20T22:58:27.8711769Z [00:03:28.499]➜    [ 4] .rodata           PROGBITS         0000000000267000  00067000
2025-08-20T22:58:27.8712192Z [00:03:28.499]➜         0000000000063da0  0000000000000000   A       0     0     4096
2025-08-20T22:58:27.8712628Z [00:03:28.499]➜    [ 5] .rodata.cst16     PROGBITS         00000000002cada0  000cada0
2025-08-20T22:58:27.8713065Z [00:03:28.499]➜         0000000000000ac0  0000000000000010  AM       0     0     16
2025-08-20T22:58:27.8713494Z [00:03:28.499]➜    [ 6] .rodata.cst32     PROGBITS         00000000002cb860  000cb860
2025-08-20T22:58:27.8713921Z [00:03:28.499]➜         0000000000000660  0000000000000020  AM       0     0     8
2025-08-20T22:58:27.8714339Z [00:03:28.499]➜    [ 7] .rodata.cst4      PROGBITS         00000000002cbec0  000cbec0
2025-08-20T22:58:27.8714768Z [00:03:28.499]➜         00000000000001b0  0000000000000004  AM       0     0     4
2025-08-20T22:58:27.8715202Z [00:03:28.499]➜    [ 8] .rodata.cst8      PROGBITS         00000000002cc070  000cc070
2025-08-20T22:58:27.8715623Z [00:03:28.499]➜         0000000000000390  0000000000000008  AM       0     0     8
2025-08-20T22:58:27.8716049Z [00:03:28.499]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002cc400  000cc400
2025-08-20T22:58:27.8716472Z [00:03:28.499]➜         0000000000007264  0000000000000001 AMS       0     0     1
2025-08-20T22:58:27.8716906Z [00:03:28.499]➜    [10] .rodata.str1.8    PROGBITS         00000000002d3668  000d3668
2025-08-20T22:58:27.8717564Z [00:03:28.499]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-20T22:58:27.8717984Z [00:03:28.499]➜    [11] .fini             PROGBITS         00000000002e5950  000d5950
2025-08-20T22:58:27.8718390Z [00:03:28.499]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:58:27.8718797Z [00:03:28.499]➜    [12] .init             PROGBITS         00000000002e5960  000d5960
2025-08-20T22:58:27.8719216Z [00:03:28.499]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:58:27.8719628Z [00:03:28.499]➜    [13] .text             PROGBITS         00000000002e5980  000d5980
2025-08-20T22:58:27.8720045Z [00:03:28.499]➜         00000000001711a0  0000000000000000  AX       0     0     64
2025-08-20T22:58:27.8720459Z [00:03:28.499]➜    [14] .tdata            PROGBITS         0000000000466b20  00246b20
2025-08-20T22:58:27.8721112Z [00:03:28.499]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:58:27.8721599Z [00:03:28.499]➜    [15] .tbss             NOBITS           0000000000466b48  00246b48
2025-08-20T22:58:27.8722011Z [00:03:28.499]➜         0000000000000058  0000000000000000 WAT       0     0     8
2025-08-20T22:58:27.8722433Z [00:03:28.499]➜    [16] .data.rel.ro      PROGBITS         0000000000466b48  00246b48
2025-08-20T22:58:27.8722849Z [00:03:28.499]➜         0000000000017f20  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8723277Z [00:03:28.499]➜    [17] .fini_array       FINI_ARRAY       000000000047ea68  0025ea68
2025-08-20T22:58:27.8723704Z [00:03:28.499]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:27.8724120Z [00:03:28.499]➜    [18] .got.plt          PROGBITS         000000000047ea70  0025ea70
2025-08-20T22:58:27.8724532Z [00:03:28.499]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8724960Z [00:03:28.499]➜    [19] .init_array       INIT_ARRAY       000000000047ea88  0025ea88
2025-08-20T22:58:27.8725378Z [00:03:28.499]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:27.8725779Z [00:03:28.499]➜    [20] .got              PROGBITS         000000000047ea90  0025ea90
2025-08-20T22:58:27.8726185Z [00:03:28.499]➜         00000000000000c0  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8726612Z [00:03:28.499]➜    [21] .relro_padding    NOBITS           000000000047eb50  0025eb50
2025-08-20T22:58:27.8727501Z [00:03:28.499]➜         00000000000014b0  0000000000000000  WA       0     0     1
2025-08-20T22:58:27.8727916Z [00:03:28.499]➜    [22] .data             PROGBITS         000000000048eb50  0025eb50
2025-08-20T22:58:27.8728328Z [00:03:28.499]➜         0000000000000ae0  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8728733Z [00:03:28.499]➜    [23] .bss              NOBITS           000000000048f630  0025f630
2025-08-20T22:58:27.8729152Z [00:03:28.499]➜         000000000000185c  0000000000000000  WA       0     0     16
2025-08-20T22:58:27.8729659Z [00:03:28.499]➜    [24] .common           NOBITS           0000000000490e90  0025f630
2025-08-20T22:58:27.8730074Z [00:03:28.499]➜         000000000000009c  0000000000000000  WA       0     0     8
2025-08-20T22:58:27.8730491Z [00:03:28.499]➜    [25] .shstrtab         STRTAB           0000000000000000  0025f630
2025-08-20T22:58:27.8730903Z [00:03:28.499]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T22:58:27.8731228Z [00:03:28.499]➜  Key to Flags:
2025-08-20T22:58:27.8731579Z [00:03:28.499]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:58:27.8732039Z [00:03:28.499]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:58:27.8732482Z [00:03:28.499]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:58:27.8732853Z [00:03:28.499]➜    D (mbind), p (processor specific)
2025-08-20T22:58:27.8733146Z [00:03:28.501]➜  
2025-08-20T22:58:27.8742987Z [00:03:28.503]➜  /build-bins/LICENSE
2025-08-20T22:58:27.8757842Z [00:03:28.504]➜  + file /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:27.8902325Z [00:03:28.518]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:58:27.8945382Z [00:03:28.523]➜  /build-bins/tldr:    ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:58:27.8946158Z [00:03:28.523]➜  /build-bins/tlrc:    ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:58:27.8954579Z [00:03:28.524]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:27.8974030Z [00:03:28.526]➜  /build-bins/LICENSE:         1071 Bytes
2025-08-20T22:58:27.8974430Z [00:03:28.526]➜  /build-bins/tldr:         2489784 Bytes
2025-08-20T22:58:27.8974761Z [00:03:28.526]➜  /build-bins/tlrc:         2489784 Bytes
2025-08-20T22:58:27.8979921Z [00:03:28.526]➜  + du /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:58:27.8991083Z [00:03:28.527]➜  1.1K	2025-08-20 22:58:27.704564154 +0000	/build-bins/LICENSE
2025-08-20T22:58:27.8991535Z [00:03:28.527]➜  2.4M	2025-08-20 22:58:27.815567609 +0000	/build-bins/tldr
2025-08-20T22:58:27.8991932Z [00:03:28.527]➜  2.4M	2025-08-20 22:58:27.774566333 +0000	/build-bins/tlrc
2025-08-20T22:58:27.8994803Z [00:03:28.528]➜  + popd
2025-08-20T22:58:27.9649518Z [00:03:28.593]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:58:27.9879344Z [00:03:28.616]➜  + '[' -s /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:58:27.9908442Z [00:03:28.619]➜  + cp -fv /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:58:27.9928963Z [00:03:28.621]➜  '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:58:27.9937262Z [00:03:28.622]➜  + find /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:58:27.9948077Z [00:03:28.623]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:58:27.9948862Z [00:03:28.623]➜  + cut -d: -f1
2025-08-20T22:58:27.9949141Z [00:03:28.623]➜  + xargs realpath --no-symlinks
2025-08-20T22:58:27.9949611Z [00:03:28.623]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:58:28.1028741Z [00:03:28.731]➜  sending incremental file list
2025-08-20T22:58:28.1037576Z [00:03:28.732]➜  tlrc
2025-08-20T22:58:28.1467973Z [00:03:28.775]➜  
2025-08-20T22:58:28.1468366Z [00:03:28.775]➜  sent 2.49M bytes  received 35 bytes  4.98M bytes/sec
2025-08-20T22:58:28.1468790Z [00:03:28.775]➜  total size is 2.49M  speedup is 1.00
2025-08-20T22:58:28.1489825Z [00:03:28.777]➜  sending incremental file list
2025-08-20T22:58:28.1500075Z [00:03:28.778]➜  tldr
2025-08-20T22:58:28.1930793Z [00:03:28.821]➜  
2025-08-20T22:58:28.1931199Z [00:03:28.821]➜  sent 2.49M bytes  received 35 bytes  4.98M bytes/sec
2025-08-20T22:58:28.1931592Z [00:03:28.821]➜  total size is 2.49M  speedup is 1.00
2025-08-20T22:58:28.1945144Z [00:03:28.823]➜  
2025-08-20T22:58:28.5978502Z [00:03:29.226]➜  
2025-08-20T22:58:28.6068527Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc' retained as runner:runner
2025-08-20T22:58:28.6069769Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tldr' retained as runner:runner
2025-08-20T22:58:28.6070651Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.version' retained as runner:runner
2025-08-20T22:58:28.6071866Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tlrc' retained as runner:runner
2025-08-20T22:58:28.6072753Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tldr' retained as runner:runner
2025-08-20T22:58:28.6073608Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:58:28.6074462Z [00:03:29.235]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:58:28.6075491Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:58:28.6076701Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/tldr.fish' from root:root to runner:runner
2025-08-20T22:58:28.6078157Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/_tldr' from root:root to runner:runner
2025-08-20T22:58:28.6079391Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/tldr.bash' from root:root to runner:runner
2025-08-20T22:58:28.6080584Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions' from root:root to runner:runner
2025-08-20T22:58:28.6082123Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T22:58:28.6083373Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T22:58:28.6084525Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:58:28.6085649Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tldr.1' from root:root to runner:runner
2025-08-20T22:58:28.6086801Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:58:28.6088086Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T22:58:28.6089239Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:58:28.6090388Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:58:28.6091576Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:58:28.6092816Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:58:28.6094083Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/gh-pages.yml' from root:root to runner:runner
2025-08-20T22:58:28.6095577Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/build-release.yml' from root:root to runner:runner
2025-08-20T22:58:28.6096894Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:58:28.6098324Z [00:03:29.235]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:58:28.6099569Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:58:28.6100925Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/tldr' from root:root to runner:runner
2025-08-20T22:58:28.6102458Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' from root:root to runner:runner
2025-08-20T22:58:28.6104250Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-3be7022d80eb905b.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6106255Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6108143Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' from root:root to runner:runner
2025-08-20T22:58:28.6109795Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ureq-c5bb11ffdababc04.d' from root:root to runner:runner
2025-08-20T22:58:28.6111483Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6113218Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-2ca287fb6c915194.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6114902Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-6f593d37752cb919.d' from root:root to runner:runner
2025-08-20T22:58:28.6116596Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-38795f473b005807.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6118459Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pemfile-d0b7dea6c072f756.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6120405Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6122165Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pemfile-d0b7dea6c072f756.d' from root:root to runner:runner
2025-08-20T22:58:28.6123845Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6125542Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' from root:root to runner:runner
2025-08-20T22:58:28.6127388Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyansi-f58c706cc426673c.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6129110Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8-935785145e397a66.d' from root:root to runner:runner
2025-08-20T22:58:28.6130763Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6132695Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6134388Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6136080Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6137991Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6139708Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-38795f473b005807.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6141431Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-4b8e2e55f544407c.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6143145Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6144813Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yansi-f58c706cc426673c.d' from root:root to runner:runner
2025-08-20T22:58:28.6146628Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6148445Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-56ae319eb6542ec5.d' from root:root to runner:runner
2025-08-20T22:58:28.6150103Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq_proto-8e4046354cab1703.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6151769Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-df7ed5cf1a843ed9.d' from root:root to runner:runner
2025-08-20T22:58:28.6153416Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' from root:root to runner:runner
2025-08-20T22:58:28.6155100Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-49c57136853f64aa.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6156810Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-2ca287fb6c915194.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6158935Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6160661Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' from root:root to runner:runner
2025-08-20T22:58:28.6162304Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/untrusted-57241b32d4b6e281.d' from root:root to runner:runner
2025-08-20T22:58:28.6163959Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6165639Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6167395Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6169136Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6170803Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6172635Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6174416Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-9575e30534077263.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6176083Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls-29752ed9c15dc860.d' from root:root to runner:runner
2025-08-20T22:58:28.6177955Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-01d039ee478a486a.d' from root:root to runner:runner
2025-08-20T22:58:28.6179637Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-3be7022d80eb905b.d' from root:root to runner:runner
2025-08-20T22:58:28.6181309Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6183258Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-60c85925e20e45c8.d' from root:root to runner:runner
2025-08-20T22:58:28.6184925Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6186594Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-af31af1375ab90c8.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6188394Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T22:58:28.6190063Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6191718Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-9575e30534077263.d' from root:root to runner:runner
2025-08-20T22:58:28.6193380Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6195047Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-4b8e2e55f544407c.d' from root:root to runner:runner
2025-08-20T22:58:28.6196709Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-d29d99ab3ac46466.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6198681Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-3b7c8b1e7bf6f2ee.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6200447Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6202116Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-3ae109851e871d98.d' from root:root to runner:runner
2025-08-20T22:58:28.6203750Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8-935785145e397a66.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6205417Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-5f97dd25f8d1310f.d' from root:root to runner:runner
2025-08-20T22:58:28.6207263Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6209220Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-6f593d37752cb919.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6210878Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-bb97e77f5b8440a2.d' from root:root to runner:runner
2025-08-20T22:58:28.6212522Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-3b7c8b1e7bf6f2ee.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6214194Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyansi-f58c706cc426673c.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6215841Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T22:58:28.6217573Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-f7ac4e8bba43e0a0.d' from root:root to runner:runner
2025-08-20T22:58:28.6219341Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6220998Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socks-3b9f2ad9d70399a8.d' from root:root to runner:runner
2025-08-20T22:58:28.6222683Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6224560Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6226339Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6228188Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8f606f14ba7f1ee4.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6229863Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6231522Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6233211Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-6f593d37752cb919.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6235142Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6236758Z [00:03:29.236]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tldr-a49cd618f6dae55f' retained as runner:runner
2025-08-20T22:58:28.6238485Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6240160Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6241870Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6243566Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6245225Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocks-3b9f2ad9d70399a8.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6246876Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/subtle-dac9a8b415f9f34b.d' from root:root to runner:runner
2025-08-20T22:58:28.6248635Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T22:58:28.6250479Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-47623e0833f18359.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6252231Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8f606f14ba7f1ee4.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6253929Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-60c85925e20e45c8.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6255585Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' from root:root to runner:runner
2025-08-20T22:58:28.6257309Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6259048Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6260985Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6262658Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-d9f5a455ae220d7c.d' from root:root to runner:runner
2025-08-20T22:58:28.6264303Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq-c5bb11ffdababc04.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6265961Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6267705Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T22:58:28.6269411Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T22:58:28.6271096Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6272838Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6274708Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6276469Z [00:03:29.236]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6278239Z [00:03:29.237]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' from root:root to runner:runner
2025-08-20T22:58:28.6279915Z [00:03:29.237]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-db1d7a7478ebfbd2.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6281594Z [00:03:29.237]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-47623e0833f18359.d' from root:root to runner:runner
2025-08-20T22:58:28.6283295Z [00:03:29.237]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T22:58:28.6284977Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6286896Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6288922Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6290639Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pemfile-d0b7dea6c072f756.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6292360Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6294033Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-20T22:58:28.6295709Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6297439Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tldr-a49cd618f6dae55f.d' from root:root to runner:runner
2025-08-20T22:58:28.6299154Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6300997Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq_proto-8e4046354cab1703.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6302797Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6304522Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-32b177d942f63137.d' from root:root to runner:runner
2025-08-20T22:58:28.6306188Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-49c57136853f64aa.d' from root:root to runner:runner
2025-08-20T22:58:28.6308016Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6309707Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-df7ed5cf1a843ed9.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6311702Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' from root:root to runner:runner
2025-08-20T22:58:28.6313341Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T22:58:28.6314991Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6316672Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6318462Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-3b7c8b1e7bf6f2ee.d' from root:root to runner:runner
2025-08-20T22:58:28.6320174Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_native_certs-d64614b0676f9bf2.d' from root:root to runner:runner
2025-08-20T22:58:28.6321844Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_rs_sys-fcf2f8bb3481bd23.d' from root:root to runner:runner
2025-08-20T22:58:28.6323460Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-7ede6780a9218640.d' from root:root to runner:runner
2025-08-20T22:58:28.6325125Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6327052Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' from root:root to runner:runner
2025-08-20T22:58:28.6328823Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-4b8e2e55f544407c.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6330548Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-9575e30534077263.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6332218Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8-935785145e397a66.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6333879Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-bb0a5a24a624c220.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6335559Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6337553Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-666e4a25eb900170.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6339304Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-56ae319eb6542ec5.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6341013Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6342669Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ring-42ac06fc2d672057.d' from root:root to runner:runner
2025-08-20T22:58:28.6344303Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6345948Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zeroize-c718917f775825b3.d' from root:root to runner:runner
2025-08-20T22:58:28.6347716Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6349472Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6351155Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6353022Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6354777Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6356435Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zlib_rs-630afc5560384a57.d' from root:root to runner:runner
2025-08-20T22:58:28.6358246Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-49c57136853f64aa.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6359954Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-df7ed5cf1a843ed9.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6361628Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocks-3b9f2ad9d70399a8.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6363567Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-1e63e82bb56c6546.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6365295Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq-c5bb11ffdababc04.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6367089Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-56ae319eb6542ec5.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6368824Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httparse-666e4a25eb900170.d' from root:root to runner:runner
2025-08-20T22:58:28.6370500Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6372242Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-3be7022d80eb905b.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6373932Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-bb0a5a24a624c220.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6375560Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-d29d99ab3ac46466.d' from root:root to runner:runner
2025-08-20T22:58:28.6377470Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6379230Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6380854Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zip-bb0a5a24a624c220.d' from root:root to runner:runner
2025-08-20T22:58:28.6382484Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-af31af1375ab90c8.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6384215Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6385930Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-7ede6780a9218640.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6387720Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6389688Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6391351Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' from root:root to runner:runner
2025-08-20T22:58:28.6393003Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6394651Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-3f51a047db4e4540.d' from root:root to runner:runner
2025-08-20T22:58:28.6396299Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-47623e0833f18359.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6398157Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6399831Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ureq_proto-8e4046354cab1703.d' from root:root to runner:runner
2025-08-20T22:58:28.6401455Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-af31af1375ab90c8.d' from root:root to runner:runner
2025-08-20T22:58:28.6403238Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-60c85925e20e45c8.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6405017Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-d29d99ab3ac46466.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6406684Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6408512Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6410166Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-8f606f14ba7f1ee4.d' from root:root to runner:runner
2025-08-20T22:58:28.6411806Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6413459Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-db1d7a7478ebfbd2.d' from root:root to runner:runner
2025-08-20T22:58:28.6415300Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' from root:root to runner:runner
2025-08-20T22:58:28.6416924Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-2ca287fb6c915194.d' from root:root to runner:runner
2025-08-20T22:58:28.6418706Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-d0f1cb20a3fcd1ba.d' from root:root to runner:runner
2025-08-20T22:58:28.6420425Z [00:03:29.238]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6422085Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-20T22:58:28.6423732Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6425433Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6427219Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-db1d7a7478ebfbd2.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6429156Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-666e4a25eb900170.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6430946Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_platform_verifier-1e63e82bb56c6546.d' from root:root to runner:runner
2025-08-20T22:58:28.6432655Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pki_types-6dfd1f04dd4cb017.d' from root:root to runner:runner
2025-08-20T22:58:28.6434347Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6436024Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-7ede6780a9218640.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6437768Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rlib' from root:root to runner:runner
2025-08-20T22:58:28.6439623Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6441287Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-38795f473b005807.d' from root:root to runner:runner
2025-08-20T22:58:28.6442917Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki-5bf910cdf4c8caf8.d' from root:root to runner:runner
2025-08-20T22:58:28.6444545Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' from root:root to runner:runner
2025-08-20T22:58:28.6446256Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.6447945Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:58:28.6449390Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:58:28.6450859Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:58:28.6452318Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/tldr.d' from root:root to runner:runner
2025-08-20T22:58:28.6454044Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6455844Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6457658Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/out' from root:root to runner:runner
2025-08-20T22:58:28.6459434Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6461155Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/output' from root:root to runner:runner
2025-08-20T22:58:28.6462812Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc' from root:root to runner:runner
2025-08-20T22:58:28.6464454Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6466358Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6468187Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/out' from root:root to runner:runner
2025-08-20T22:58:28.6469871Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6471552Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' from root:root to runner:runner
2025-08-20T22:58:28.6473179Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T22:58:28.6474809Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6476523Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6478352Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/out' from root:root to runner:runner
2025-08-20T22:58:28.6480180Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6481924Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/output' from root:root to runner:runner
2025-08-20T22:58:28.6483554Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e' from root:root to runner:runner
2025-08-20T22:58:28.6485192Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6486905Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6488720Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/out' from root:root to runner:runner
2025-08-20T22:58:28.6490613Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6492298Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' from root:root to runner:runner
2025-08-20T22:58:28.6493925Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T22:58:28.6495559Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6497345Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6499094Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/out' from root:root to runner:runner
2025-08-20T22:58:28.6500768Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6502458Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/output' from root:root to runner:runner
2025-08-20T22:58:28.6504106Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c' from root:root to runner:runner
2025-08-20T22:58:28.6505949Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6507867Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6509631Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/out' from root:root to runner:runner
2025-08-20T22:58:28.6511330Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6513040Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/output' from root:root to runner:runner
2025-08-20T22:58:28.6514713Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de' from root:root to runner:runner
2025-08-20T22:58:28.6516552Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6518481Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6520205Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/out' from root:root to runner:runner
2025-08-20T22:58:28.6521859Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6523532Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/output' from root:root to runner:runner
2025-08-20T22:58:28.6525158Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe' from root:root to runner:runner
2025-08-20T22:58:28.6526782Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/stderr' from root:root to runner:runner
2025-08-20T22:58:28.6528606Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6530483Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-p256-armv8-asm-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6532631Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-chacha20_poly1305_armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6534664Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-aesv8-armx-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6536532Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T22:58:28.6538528Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T22:58:28.6540400Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T22:58:28.6542543Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-chacha-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6544434Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T22:58:28.6546308Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T22:58:28.6548353Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-aesv8-gcm-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6550254Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T22:58:28.6552080Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T22:58:28.6553934Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T22:58:28.6555874Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-sha256-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6557993Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T22:58:28.6559896Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T22:58:28.6561759Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T22:58:28.6563612Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T22:58:28.6565495Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-armv8-mont-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6567432Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/libring_core_0_17_14_.a' from root:root to runner:runner
2025-08-20T22:58:28.6569505Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-ghashv8-armx-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6571393Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/libring_core_0_17_14__test.a' from root:root to runner:runner
2025-08-20T22:58:28.6573261Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T22:58:28.6575213Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-ghash-neon-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6577241Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-vpaes-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6579238Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-sha512-armv8-linux64.o' from root:root to runner:runner
2025-08-20T22:58:28.6581003Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out' from root:root to runner:runner
2025-08-20T22:58:28.6582672Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/root-output' from root:root to runner:runner
2025-08-20T22:58:28.6584500Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/output' from root:root to runner:runner
2025-08-20T22:58:28.6586187Z [00:03:29.239]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb' from root:root to runner:runner
2025-08-20T22:58:28.6587833Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:58:28.6589288Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:58:28.6590914Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/dep-bin-tldr' from root:root to runner:runner
2025-08-20T22:58:28.6592644Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/bin-tldr' from root:root to runner:runner
2025-08-20T22:58:28.6594626Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/bin-tldr.json' from root:root to runner:runner
2025-08-20T22:58:28.6596410Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6598241Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f' from root:root to runner:runner
2025-08-20T22:58:28.6599943Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/lib-http.json' from root:root to runner:runner
2025-08-20T22:58:28.6601717Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6603469Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/lib-http' from root:root to runner:runner
2025-08-20T22:58:28.6605198Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/dep-lib-http' from root:root to runner:runner
2025-08-20T22:58:28.6606894Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640' from root:root to runner:runner
2025-08-20T22:58:28.6608893Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:58:28.6610715Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:58:28.6612494Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6614248Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-20T22:58:28.6615942Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-20T22:58:28.6617747Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64.json' from root:root to runner:runner
2025-08-20T22:58:28.6619722Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64' from root:root to runner:runner
2025-08-20T22:58:28.6621501Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6623285Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/dep-lib-base64' from root:root to runner:runner
2025-08-20T22:58:28.6624990Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa' from root:root to runner:runner
2025-08-20T22:58:28.6626822Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.6628954Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.6630788Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc' from root:root to runner:runner
2025-08-20T22:58:28.6632538Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6634450Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/lib-rustls' from root:root to runner:runner
2025-08-20T22:58:28.6636275Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/dep-lib-rustls' from root:root to runner:runner
2025-08-20T22:58:28.6638318Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/lib-rustls.json' from root:root to runner:runner
2025-08-20T22:58:28.6640046Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860' from root:root to runner:runner
2025-08-20T22:58:28.6641770Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:58:28.6643548Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6645324Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:58:28.6647427Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' from root:root to runner:runner
2025-08-20T22:58:28.6649199Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711' from root:root to runner:runner
2025-08-20T22:58:28.6650937Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6652748Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:58:28.6654539Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:58:28.6656333Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T22:58:28.6658189Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9' from root:root to runner:runner
2025-08-20T22:58:28.6659955Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:58:28.6661934Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:58:28.6663832Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6665646Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:58:28.6667481Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a' from root:root to runner:runner
2025-08-20T22:58:28.6669290Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-20T22:58:28.6671096Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6673130Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:58:28.6674980Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:58:28.6676737Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-20T22:58:28.6678598Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle' from root:root to runner:runner
2025-08-20T22:58:28.6680388Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6682176Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/dep-lib-subtle' from root:root to runner:runner
2025-08-20T22:58:28.6683966Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle.json' from root:root to runner:runner
2025-08-20T22:58:28.6685695Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b' from root:root to runner:runner
2025-08-20T22:58:28.6687629Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6689451Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/lib-zip.json' from root:root to runner:runner
2025-08-20T22:58:28.6691189Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/dep-lib-zip' from root:root to runner:runner
2025-08-20T22:58:28.6692899Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/lib-zip' from root:root to runner:runner
2025-08-20T22:58:28.6694556Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220' from root:root to runner:runner
2025-08-20T22:58:28.6696268Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/dep-lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:58:28.6698319Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6700125Z [00:03:29.240]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs.json' from root:root to runner:runner
2025-08-20T22:58:28.6701892Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:58:28.6703593Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57' from root:root to runner:runner
2025-08-20T22:58:28.6705313Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/lib-socks.json' from root:root to runner:runner
2025-08-20T22:58:28.6707126Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/lib-socks' from root:root to runner:runner
2025-08-20T22:58:28.6708946Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6710727Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/dep-lib-socks' from root:root to runner:runner
2025-08-20T22:58:28.6712641Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8' from root:root to runner:runner
2025-08-20T22:58:28.6714467Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:58:28.6716336Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6718354Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:28.6720238Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:28.6722001Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c' from root:root to runner:runner
2025-08-20T22:58:28.6723965Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6725747Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize' from root:root to runner:runner
2025-08-20T22:58:28.6727615Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T22:58:28.6729478Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize.json' from root:root to runner:runner
2025-08-20T22:58:28.6731205Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3' from root:root to runner:runner
2025-08-20T22:58:28.6732941Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/lib-webpki' from root:root to runner:runner
2025-08-20T22:58:28.6734765Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/dep-lib-webpki' from root:root to runner:runner
2025-08-20T22:58:28.6736610Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/lib-webpki.json' from root:root to runner:runner
2025-08-20T22:58:28.6738730Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6740579Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8' from root:root to runner:runner
2025-08-20T22:58:28.6742364Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:58:28.6744194Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6746029Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:58:28.6748022Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:58:28.6749997Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263' from root:root to runner:runner
2025-08-20T22:58:28.6751787Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6753661Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:58:28.6755532Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:58:28.6757643Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:58:28.6759503Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T22:58:28.6761318Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:58:28.6763205Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6765260Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T22:58:28.6767319Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:58:28.6769188Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756' from root:root to runner:runner
2025-08-20T22:58:28.6770976Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T22:58:28.6772797Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6774610Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' from root:root to runner:runner
2025-08-20T22:58:28.6776635Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T22:58:28.6778526Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6' from root:root to runner:runner
2025-08-20T22:58:28.6780297Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6782159Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:58:28.6784025Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:58:28.6785901Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:58:28.6787771Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2' from root:root to runner:runner
2025-08-20T22:58:28.6789684Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:58:28.6791534Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6793295Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:58:28.6795058Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:58:28.6796770Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba' from root:root to runner:runner
2025-08-20T22:58:28.6798621Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6800549Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/lib-utf8' from root:root to runner:runner
2025-08-20T22:58:28.6802276Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/lib-utf8.json' from root:root to runner:runner
2025-08-20T22:58:28.6804013Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/dep-lib-utf8' from root:root to runner:runner
2025-08-20T22:58:28.6805694Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66' from root:root to runner:runner
2025-08-20T22:58:28.6807511Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6809409Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:58:28.6811241Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:58:28.6813039Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/lib-getrandom' from root:root to runner:runner
2025-08-20T22:58:28.6814782Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194' from root:root to runner:runner
2025-08-20T22:58:28.6816689Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:58:28.6818647Z [00:03:29.241]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6820503Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:58:28.6822297Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' from root:root to runner:runner
2025-08-20T22:58:28.6824011Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe' from root:root to runner:runner
2025-08-20T22:58:28.6825884Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/lib-yansi.json' from root:root to runner:runner
2025-08-20T22:58:28.6828016Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6829837Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/lib-yansi' from root:root to runner:runner
2025-08-20T22:58:28.6831576Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/dep-lib-yansi' from root:root to runner:runner
2025-08-20T22:58:28.6833278Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c' from root:root to runner:runner
2025-08-20T22:58:28.6835081Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T22:58:28.6837094Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:58:28.6839062Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6840971Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:58:28.6842935Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a' from root:root to runner:runner
2025-08-20T22:58:28.6844804Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T22:58:28.6846621Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/lib-crc32fast' from root:root to runner:runner
2025-08-20T22:58:28.6848571Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6850408Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T22:58:28.6852376Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0' from root:root to runner:runner
2025-08-20T22:58:28.6854182Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:58:28.6856045Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:58:28.6858034Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6859923Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:58:28.6861712Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c' from root:root to runner:runner
2025-08-20T22:58:28.6863461Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/dep-lib-flate2' from root:root to runner:runner
2025-08-20T22:58:28.6865248Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6867473Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/lib-flate2.json' from root:root to runner:runner
2025-08-20T22:58:28.6869322Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/lib-flate2' from root:root to runner:runner
2025-08-20T22:58:28.6871018Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4' from root:root to runner:runner
2025-08-20T22:58:28.6872821Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.6874777Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.6876579Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T22:58:28.6878616Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:58:28.6880438Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:58:28.6882246Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6884042Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/lib-once_cell' from root:root to runner:runner
2025-08-20T22:58:28.6885767Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c' from root:root to runner:runner
2025-08-20T22:58:28.6887555Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/dep-lib-toml' from root:root to runner:runner
2025-08-20T22:58:28.6889378Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6891132Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/lib-toml' from root:root to runner:runner
2025-08-20T22:58:28.6893008Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/lib-toml.json' from root:root to runner:runner
2025-08-20T22:58:28.6894773Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5' from root:root to runner:runner
2025-08-20T22:58:28.6896514Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:58:28.6898454Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6900268Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:58:28.6902104Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:58:28.6904119Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T22:58:28.6905852Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:58:28.6907718Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T22:58:28.6909546Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6911340Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:58:28.6913058Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T22:58:28.6914868Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-9176d6f4493c337e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.6916832Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-9176d6f4493c337e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.6918763Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-9176d6f4493c337e' from root:root to runner:runner
2025-08-20T22:58:28.6920736Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6922624Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T22:58:28.6924437Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted' from root:root to runner:runner
2025-08-20T22:58:28.6926250Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted.json' from root:root to runner:runner
2025-08-20T22:58:28.6928091Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281' from root:root to runner:runner
2025-08-20T22:58:28.6929848Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:58:28.6931925Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6933749Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:58:28.6935561Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:58:28.6937409Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2' from root:root to runner:runner
2025-08-20T22:58:28.6939235Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/lib-ureq_proto.json' from root:root to runner:runner
2025-08-20T22:58:28.6941069Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6942882Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:58:28.6944840Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/dep-lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:58:28.6946656Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703' from root:root to runner:runner
2025-08-20T22:58:28.6948541Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T22:58:28.6950382Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6952200Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/lib-toml_parser' from root:root to runner:runner
2025-08-20T22:58:28.6954012Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T22:58:28.6955962Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359' from root:root to runner:runner
2025-08-20T22:58:28.6957790Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:58:28.6959613Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6961355Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc' from root:root to runner:runner
2025-08-20T22:58:28.6963089Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc.json' from root:root to runner:runner
2025-08-20T22:58:28.6964783Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540' from root:root to runner:runner
2025-08-20T22:58:28.6966526Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6968444Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:58:28.6970231Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T22:58:28.6972182Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:58:28.6973969Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T22:58:28.6976000Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:58:28.6978176Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T22:58:28.6980179Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6982195Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:58:28.6984119Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546' from root:root to runner:runner
2025-08-20T22:58:28.6986025Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:58:28.6988125Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T22:58:28.6990265Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.6992296Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:58:28.6994144Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2' from root:root to runner:runner
2025-08-20T22:58:28.6996014Z [00:03:29.242]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.6998187Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7000015Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T22:58:28.7001985Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys.json' from root:root to runner:runner
2025-08-20T22:58:28.7003834Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7005655Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:58:28.7007574Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/dep-lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:58:28.7009397Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23' from root:root to runner:runner
2025-08-20T22:58:28.7011132Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/lib-serde.json' from root:root to runner:runner
2025-08-20T22:58:28.7012911Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7014695Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:58:28.7016676Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/lib-serde' from root:root to runner:runner
2025-08-20T22:58:28.7018521Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98' from root:root to runner:runner
2025-08-20T22:58:28.7020278Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:58:28.7022068Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7023921Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:58:28.7025718Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:58:28.7027729Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T22:58:28.7029494Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:58:28.7031300Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:58:28.7033086Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/lib-indexmap' from root:root to runner:runner
2025-08-20T22:58:28.7034894Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7036640Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8' from root:root to runner:runner
2025-08-20T22:58:28.7038534Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:58:28.7040408Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:58:28.7042439Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7044382Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T22:58:28.7046173Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137' from root:root to runner:runner
2025-08-20T22:58:28.7048054Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:58:28.7049849Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7051640Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:58:28.7053607Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/lib-rustix' from root:root to runner:runner
2025-08-20T22:58:28.7055316Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee' from root:root to runner:runner
2025-08-20T22:58:28.7057196Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:58:28.7059128Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:58:28.7060991Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7062856Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:58:28.7064638Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807' from root:root to runner:runner
2025-08-20T22:58:28.7066405Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/lib-httparse.json' from root:root to runner:runner
2025-08-20T22:58:28.7068495Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/dep-lib-httparse' from root:root to runner:runner
2025-08-20T22:58:28.7070411Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7072200Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/lib-httparse' from root:root to runner:runner
2025-08-20T22:58:28.7073926Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170' from root:root to runner:runner
2025-08-20T22:58:28.7075640Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/lib-log.json' from root:root to runner:runner
2025-08-20T22:58:28.7077492Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7079444Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/dep-lib-log' from root:root to runner:runner
2025-08-20T22:58:28.7081162Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/lib-log' from root:root to runner:runner
2025-08-20T22:58:28.7082821Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2' from root:root to runner:runner
2025-08-20T22:58:28.7084559Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7086379Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' from root:root to runner:runner
2025-08-20T22:58:28.7088332Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T22:58:28.7090171Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' from root:root to runner:runner
2025-08-20T22:58:28.7091933Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb' from root:root to runner:runner
2025-08-20T22:58:28.7093894Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-4e756fbb1963309c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7095917Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-4e756fbb1963309c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7097831Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-4e756fbb1963309c' from root:root to runner:runner
2025-08-20T22:58:28.7099591Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:58:28.7101386Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' from root:root to runner:runner
2025-08-20T22:58:28.7103187Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7105247Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:58:28.7107074Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645' from root:root to runner:runner
2025-08-20T22:58:28.7108980Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-dead9f33e148a6de/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7110976Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-dead9f33e148a6de/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7112812Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-dead9f33e148a6de' from root:root to runner:runner
2025-08-20T22:58:28.7114536Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/lib-dirs.json' from root:root to runner:runner
2025-08-20T22:58:28.7116309Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7118198Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/dep-lib-dirs' from root:root to runner:runner
2025-08-20T22:58:28.7120118Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/lib-dirs' from root:root to runner:runner
2025-08-20T22:58:28.7121865Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466' from root:root to runner:runner
2025-08-20T22:58:28.7123564Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/dep-lib-ureq' from root:root to runner:runner
2025-08-20T22:58:28.7125340Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7127206Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/lib-ureq' from root:root to runner:runner
2025-08-20T22:58:28.7128996Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/lib-ureq.json' from root:root to runner:runner
2025-08-20T22:58:28.7130898Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04' from root:root to runner:runner
2025-08-20T22:58:28.7132668Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T22:58:28.7134534Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T22:58:28.7136390Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7138382Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/lib-terminal_size' from root:root to runner:runner
2025-08-20T22:58:28.7140151Z [00:03:29.243]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f' from root:root to runner:runner
2025-08-20T22:58:28.7141877Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' from root:root to runner:runner
2025-08-20T22:58:28.7143654Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7145576Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:58:28.7147496Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:58:28.7149270Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6' from root:root to runner:runner
2025-08-20T22:58:28.7151046Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:58:28.7152902Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7154749Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:28.7156788Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:28.7158695Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919' from root:root to runner:runner
2025-08-20T22:58:28.7160495Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:58:28.7162344Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7164201Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:58:28.7166051Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:58:28.7167915Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa' from root:root to runner:runner
2025-08-20T22:58:28.7169701Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:58:28.7171676Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:58:28.7173600Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7175453Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:58:28.7177307Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T22:58:28.7179082Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/lib-clap' from root:root to runner:runner
2025-08-20T22:58:28.7180832Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7182831Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:58:28.7184586Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/lib-clap.json' from root:root to runner:runner
2025-08-20T22:58:28.7186281Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8' from root:root to runner:runner
2025-08-20T22:58:28.7188097Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/lib-ring' from root:root to runner:runner
2025-08-20T22:58:28.7189848Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7191610Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/dep-lib-ring' from root:root to runner:runner
2025-08-20T22:58:28.7193354Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/lib-ring.json' from root:root to runner:runner
2025-08-20T22:58:28.7195049Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057' from root:root to runner:runner
2025-08-20T22:58:28.7197037Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T22:58:28.7198979Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7200837Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:58:28.7202691Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:58:28.7204461Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b' from root:root to runner:runner
2025-08-20T22:58:28.7206173Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:58:28.7208198Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7209969Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:58:28.7211680Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' from root:root to runner:runner
2025-08-20T22:58:28.7213333Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2' from root:root to runner:runner
2025-08-20T22:58:28.7215153Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:58:28.7217211Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:58:28.7219193Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7221167Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:58:28.7223178Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T22:58:28.7225100Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-9e3a8c24581087fe/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7227216Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-9e3a8c24581087fe/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7229109Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-9e3a8c24581087fe' from root:root to runner:runner
2025-08-20T22:58:28.7230912Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:58:28.7232808Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7234920Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T22:58:28.7236840Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:58:28.7238795Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017' from root:root to runner:runner
2025-08-20T22:58:28.7240575Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:58:28.7242369Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7244134Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow' from root:root to runner:runner
2025-08-20T22:58:28.7245892Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:58:28.7247684Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714' from root:root to runner:runner
2025-08-20T22:58:28.7249703Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-1440ccfdcd64f4fb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7251715Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-1440ccfdcd64f4fb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7253517Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-1440ccfdcd64f4fb' from root:root to runner:runner
2025-08-20T22:58:28.7255070Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:58:28.7256499Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:58:28.7258034Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:58:28.7259631Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:58:28.7260993Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T22:58:28.7262469Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7263962Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7265412Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7266868Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7268438Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libcc-54631fa6ae9c66ce.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7269874Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7271320Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:58:28.7272758Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T22:58:28.7274360Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7275927Z [00:03:29.244]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/clap_derive-f9a2ebf88a38bc45.d' from root:root to runner:runner
2025-08-20T22:58:28.7277468Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7278956Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T22:58:28.7280420Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7281935Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7283440Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7285150Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T22:58:28.7286563Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/cc-54631fa6ae9c66ce.d' from root:root to runner:runner
2025-08-20T22:58:28.7288166Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.so' from root:root to runner:runner
2025-08-20T22:58:28.7289641Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/serde_derive-ea561b98b01c62e4.d' from root:root to runner:runner
2025-08-20T22:58:28.7291101Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libcc-54631fa6ae9c66ce.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7292543Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T22:58:28.7293955Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/syn-f095384c2fdc8986.d' from root:root to runner:runner
2025-08-20T22:58:28.7295389Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libserde_derive-ea561b98b01c62e4.so' from root:root to runner:runner
2025-08-20T22:58:28.7296874Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T22:58:28.7298347Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:58:28.7299808Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:58:28.7301178Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:58:28.7302606Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7304211Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as runner:runner
2025-08-20T22:58:28.7305856Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' from root:root to runner:runner
2025-08-20T22:58:28.7307473Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T22:58:28.7309082Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build_script_build-395443229372437c' from root:root to runner:runner
2025-08-20T22:58:28.7310859Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build-script-build' retained as runner:runner
2025-08-20T22:58:28.7312467Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build_script_build-395443229372437c.d' from root:root to runner:runner
2025-08-20T22:58:28.7314023Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c' from root:root to runner:runner
2025-08-20T22:58:28.7315601Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:58:28.7317399Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T22:58:28.7319066Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T22:58:28.7320588Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:58:28.7322167Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build_script_build-bc5236feedded989' from root:root to runner:runner
2025-08-20T22:58:28.7323731Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build-script-build' retained as runner:runner
2025-08-20T22:58:28.7325458Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build_script_build-bc5236feedded989.d' from root:root to runner:runner
2025-08-20T22:58:28.7327155Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989' from root:root to runner:runner
2025-08-20T22:58:28.7328776Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build_script_build-1d81522f16f1e80b' from root:root to runner:runner
2025-08-20T22:58:28.7330445Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build_script_build-1d81522f16f1e80b.d' from root:root to runner:runner
2025-08-20T22:58:28.7331989Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build-script-build' retained as runner:runner
2025-08-20T22:58:28.7333401Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b' from root:root to runner:runner
2025-08-20T22:58:28.7335171Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build_script_build-13b5ef3a22d81ac2' from root:root to runner:runner
2025-08-20T22:58:28.7336720Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build-script-build' retained as runner:runner
2025-08-20T22:58:28.7338482Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build_script_build-13b5ef3a22d81ac2.d' from root:root to runner:runner
2025-08-20T22:58:28.7340004Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2' from root:root to runner:runner
2025-08-20T22:58:28.7341576Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb.d' from root:root to runner:runner
2025-08-20T22:58:28.7343225Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7344829Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb' retained as runner:runner
2025-08-20T22:58:28.7346347Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb' from root:root to runner:runner
2025-08-20T22:58:28.7348046Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T22:58:28.7349777Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7351419Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T22:58:28.7352930Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T22:58:28.7354463Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T22:58:28.7355941Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:58:28.7357608Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build_script_build-a97649f27b27ccf3.d' from root:root to runner:runner
2025-08-20T22:58:28.7359282Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7361097Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build_script_build-a97649f27b27ccf3' retained as runner:runner
2025-08-20T22:58:28.7362605Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3' from root:root to runner:runner
2025-08-20T22:58:28.7364149Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' from root:root to runner:runner
2025-08-20T22:58:28.7365746Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7367381Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as runner:runner
2025-08-20T22:58:28.7368915Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T22:58:28.7370212Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:58:28.7371451Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:58:28.7372913Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7374717Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:58:28.7376417Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:58:28.7378182Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:58:28.7379753Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45' from root:root to runner:runner
2025-08-20T22:58:28.7381299Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7382971Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7384711Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7386623Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7388339Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T22:58:28.7389880Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7391569Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7393332Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7395076Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7396661Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c' from root:root to runner:runner
2025-08-20T22:58:28.7398344Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7400145Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:58:28.7401902Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:58:28.7403532Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:58:28.7405093Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T22:58:28.7406660Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7408520Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7410303Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7412435Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7414054Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:58:28.7415601Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7417457Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7419289Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7421047Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7422629Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989' from root:root to runner:runner
2025-08-20T22:58:28.7424155Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7425979Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7427889Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7429634Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7431188Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b' from root:root to runner:runner
2025-08-20T22:58:28.7432690Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T22:58:28.7434242Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T22:58:28.7435808Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7437669Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T22:58:28.7439167Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T22:58:28.7440676Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7442335Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7444075Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7445791Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7447413Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2' from root:root to runner:runner
2025-08-20T22:58:28.7449008Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7450717Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7452643Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7454452Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7456054Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb' from root:root to runner:runner
2025-08-20T22:58:28.7457655Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T22:58:28.7459278Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7460847Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:58:28.7462612Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T22:58:28.7464120Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T22:58:28.7465740Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7467627Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7469342Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:58:28.7470850Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/lib-cc.json' from root:root to runner:runner
2025-08-20T22:58:28.7472390Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7473897Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/lib-cc' from root:root to runner:runner
2025-08-20T22:58:28.7475387Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:58:28.7477058Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce' from root:root to runner:runner
2025-08-20T22:58:28.7478680Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:58:28.7480326Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7481957Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:58:28.7483606Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:58:28.7485166Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4' from root:root to runner:runner
2025-08-20T22:58:28.7486711Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7488642Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7490394Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7492111Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7493685Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3' from root:root to runner:runner
2025-08-20T22:58:28.7495271Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:58:28.7496940Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7498739Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:58:28.7500419Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:58:28.7502225Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:58:28.7503844Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7505504Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:28.7507366Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7509189Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:28.7510748Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T22:58:28.7512249Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7513993Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T22:58:28.7515523Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T22:58:28.7517158Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:58:28.7518707Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T22:58:28.7520202Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn' from root:root to runner:runner
2025-08-20T22:58:28.7521734Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:28.7523282Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn.json' from root:root to runner:runner
2025-08-20T22:58:28.7524809Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:58:28.7526278Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986' from root:root to runner:runner
2025-08-20T22:58:28.7527855Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:58:28.7529143Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:58:28.7530340Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:58:28.7531513Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:58:28.7532627Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:58:28.7533761Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:58:28.7534901Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/args.rs' from root:root to runner:runner
2025-08-20T22:58:28.7536043Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:58:28.7537498Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/util.rs' from root:root to runner:runner
2025-08-20T22:58:28.7538707Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/cache.rs' from root:root to runner:runner
2025-08-20T22:58:28.7539870Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/error.rs' from root:root to runner:runner
2025-08-20T22:58:28.7541028Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T22:58:28.7542183Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T22:58:28.7543314Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:58:28.7544463Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:58:28.7545724Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:58:28.7547147Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:58:28.7548533Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:58:28.7549820Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:58:28.7551264Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:58:28.7552599Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:58:28.7553875Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:58:28.7555189Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:58:28.7556484Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:58:28.7557902Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:58:28.7559203Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:58:28.7560711Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:58:28.7561986Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:58:28.7563296Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:58:28.7564520Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:58:28.7565656Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:58:28.7566798Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:58:28.7568422Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.rev' from root:root to runner:runner
2025-08-20T22:58:28.7570035Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.idx' from root:root to runner:runner
2025-08-20T22:58:28.7571629Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.pack' from root:root to runner:runner
2025-08-20T22:58:28.7573249Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.pack' from root:root to runner:runner
2025-08-20T22:58:28.7575020Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.promisor' from root:root to runner:runner
2025-08-20T22:58:28.7576687Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.rev' from root:root to runner:runner
2025-08-20T22:58:28.7578424Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.idx' from root:root to runner:runner
2025-08-20T22:58:28.7580046Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.promisor' from root:root to runner:runner
2025-08-20T22:58:28.7581451Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:58:28.7582638Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:58:28.7583802Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:58:28.7585185Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:58:28.7586339Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:58:28.7587696Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:58:28.7588885Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:58:28.7590097Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:58:28.7591325Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:58:28.7592591Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:58:28.7593889Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:58:28.7595136Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:58:28.7596320Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:58:28.7597604Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:58:28.7598742Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:58:28.7600062Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:58:28.7601363Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:58:28.7602554Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:58:28.7603792Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:58:28.7605049Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:58:28.7606260Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:58:28.7607533Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:58:28.7608844Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:58:28.7610053Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page-compact-render' from root:root to runner:runner
2025-08-20T22:58:28.7611328Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page-render' from root:root to runner:runner
2025-08-20T22:58:28.7612601Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping-render' from root:root to runner:runner
2025-08-20T22:58:28.7613890Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping.md' from root:root to runner:runner
2025-08-20T22:58:28.7615131Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page.md' from root:root to runner:runner
2025-08-20T22:58:28.7616380Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping.toml' from root:root to runner:runner
2025-08-20T22:58:28.7617850Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/option-placeholder.md' from root:root to runner:runner
2025-08-20T22:58:28.7619080Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data' from root:root to runner:runner
2025-08-20T22:58:28.7620276Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/tests.rs' from root:root to runner:runner
2025-08-20T22:58:28.7621417Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:58:28.7622547Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO' from root:root to runner:runner
2025-08-20T22:58:28.7623758Z [00:03:29.245]➜  changed ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi' from root:root to runner:runner
2025-08-20T22:58:28.7624752Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:58:28.7625543Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:58:28.7626301Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:58:28.7627259Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.version' retained as runner:runner
2025-08-20T22:58:28.7628086Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:58:28.7628808Z [00:03:29.245]➜  ownership of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:58:28.7629492Z [00:03:29.253]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7630239Z [00:03:29.258]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7631063Z [00:03:29.264]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7632135Z [00:03:29.270]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tlrc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7632914Z [00:03:29.275]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7633807Z [00:03:29.281]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7634758Z [00:03:29.286]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7635806Z [00:03:29.292]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7637197Z [00:03:29.298]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/tldr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7638555Z [00:03:29.304]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/_tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7639805Z [00:03:29.310]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/completions/tldr.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7641085Z [00:03:29.315]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7642308Z [00:03:29.321]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7643452Z [00:03:29.327]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tldr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7644607Z [00:03:29.333]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7645961Z [00:03:29.338]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7647280Z [00:03:29.344]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7648501Z [00:03:29.350]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7649715Z [00:03:29.355]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7650962Z [00:03:29.361]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7652242Z [00:03:29.367]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/gh-pages.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7653566Z [00:03:29.372]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.github/workflows/build-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7655062Z [00:03:29.378]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7656337Z [00:03:29.384]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7657951Z [00:03:29.390]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7674201Z [00:03:29.396]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-3be7022d80eb905b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7730953Z [00:03:29.401]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7790069Z [00:03:29.407]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7848836Z [00:03:29.413]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ureq-c5bb11ffdababc04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7905658Z [00:03:29.419]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.7963030Z [00:03:29.424]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-2ca287fb6c915194.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8021900Z [00:03:29.430]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-6f593d37752cb919.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8079312Z [00:03:29.436]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-38795f473b005807.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8138376Z [00:03:29.442]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pemfile-d0b7dea6c072f756.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8195458Z [00:03:29.448]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8254271Z [00:03:29.454]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pemfile-d0b7dea6c072f756.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8314512Z [00:03:29.460]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8374187Z [00:03:29.466]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8431842Z [00:03:29.471]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyansi-f58c706cc426673c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8487894Z [00:03:29.477]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8-935785145e397a66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8544726Z [00:03:29.483]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8602371Z [00:03:29.488]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8660575Z [00:03:29.494]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8719021Z [00:03:29.500]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8776384Z [00:03:29.506]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8834536Z [00:03:29.512]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-38795f473b005807.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8891802Z [00:03:29.517]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-4b8e2e55f544407c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.8950074Z [00:03:29.523]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9007346Z [00:03:29.529]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yansi-f58c706cc426673c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9065158Z [00:03:29.535]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9122489Z [00:03:29.540]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-56ae319eb6542ec5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9179587Z [00:03:29.546]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq_proto-8e4046354cab1703.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9238522Z [00:03:29.552]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-df7ed5cf1a843ed9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9296197Z [00:03:29.558]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9356755Z [00:03:29.564]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-49c57136853f64aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9414092Z [00:03:29.570]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-2ca287fb6c915194.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9472133Z [00:03:29.575]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9531174Z [00:03:29.581]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9588945Z [00:03:29.587]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/untrusted-57241b32d4b6e281.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9647147Z [00:03:29.593]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9706496Z [00:03:29.599]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9764192Z [00:03:29.605]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9821225Z [00:03:29.610]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9879645Z [00:03:29.616]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9936777Z [00:03:29.622]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:28.9993605Z [00:03:29.628]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-9575e30534077263.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0051066Z [00:03:29.633]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls-29752ed9c15dc860.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0108344Z [00:03:29.639]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-01d039ee478a486a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0165633Z [00:03:29.645]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-3be7022d80eb905b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0222595Z [00:03:29.650]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0280075Z [00:03:29.656]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-60c85925e20e45c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0339450Z [00:03:29.662]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0395882Z [00:03:29.668]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-af31af1375ab90c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0455204Z [00:03:29.674]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0514310Z [00:03:29.680]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0574116Z [00:03:29.686]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-9575e30534077263.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0633969Z [00:03:29.692]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0692231Z [00:03:29.697]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-4b8e2e55f544407c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0750265Z [00:03:29.703]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-d29d99ab3ac46466.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0808517Z [00:03:29.709]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-3b7c8b1e7bf6f2ee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0868582Z [00:03:29.715]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0925604Z [00:03:29.721]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-3ae109851e871d98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.0985113Z [00:03:29.727]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8-935785145e397a66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1043171Z [00:03:29.733]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-5f97dd25f8d1310f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1101705Z [00:03:29.738]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1159156Z [00:03:29.744]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-6f593d37752cb919.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1214922Z [00:03:29.750]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-bb97e77f5b8440a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1273670Z [00:03:29.756]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-3b7c8b1e7bf6f2ee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1331825Z [00:03:29.761]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyansi-f58c706cc426673c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1392114Z [00:03:29.767]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1449820Z [00:03:29.773]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-f7ac4e8bba43e0a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1508390Z [00:03:29.779]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1568303Z [00:03:29.785]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socks-3b9f2ad9d70399a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1627691Z [00:03:29.791]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1685957Z [00:03:29.797]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1745869Z [00:03:29.803]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1803863Z [00:03:29.809]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8f606f14ba7f1ee4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1862336Z [00:03:29.814]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1921401Z [00:03:29.820]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.1981456Z [00:03:29.826]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-6f593d37752cb919.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2040962Z [00:03:29.832]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2099089Z [00:03:29.838]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tldr-a49cd618f6dae55f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2158471Z [00:03:29.844]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-29752ed9c15dc860.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2217575Z [00:03:29.850]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2275986Z [00:03:29.856]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2334025Z [00:03:29.862]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2393946Z [00:03:29.868]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocks-3b9f2ad9d70399a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2453860Z [00:03:29.874]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/subtle-dac9a8b415f9f34b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2512398Z [00:03:29.879]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2573001Z [00:03:29.885]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-47623e0833f18359.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2632637Z [00:03:29.891]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8f606f14ba7f1ee4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2690551Z [00:03:29.897]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-60c85925e20e45c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2748197Z [00:03:29.903]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2805540Z [00:03:29.909]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2865476Z [00:03:29.915]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2925326Z [00:03:29.921]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.2985954Z [00:03:29.927]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-d9f5a455ae220d7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3044970Z [00:03:29.933]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq-c5bb11ffdababc04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3105213Z [00:03:29.939]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-42ac06fc2d672057.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3164158Z [00:03:29.945]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3222107Z [00:03:29.950]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3281163Z [00:03:29.956]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3342035Z [00:03:29.962]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3400950Z [00:03:29.968]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3458773Z [00:03:29.974]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3519072Z [00:03:29.980]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3578221Z [00:03:29.986]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-db1d7a7478ebfbd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3637740Z [00:03:29.992]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-47623e0833f18359.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3697794Z [00:03:29.998]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3756432Z [00:03:30.004]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-3ae109851e871d98.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3815504Z [00:03:30.010]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3875106Z [00:03:30.016]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3935585Z [00:03:30.022]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pemfile-d0b7dea6c072f756.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.3995953Z [00:03:30.028]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4055906Z [00:03:30.034]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4115062Z [00:03:30.040]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4174841Z [00:03:30.046]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tldr-a49cd618f6dae55f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4233862Z [00:03:30.052]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4293054Z [00:03:30.057]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq_proto-8e4046354cab1703.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4351212Z [00:03:30.063]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4410726Z [00:03:30.069]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-32b177d942f63137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4470557Z [00:03:30.075]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-49c57136853f64aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4529658Z [00:03:30.081]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4589644Z [00:03:30.087]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-df7ed5cf1a843ed9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4649400Z [00:03:30.093]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4706807Z [00:03:30.099]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4765648Z [00:03:30.105]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-5bf910cdf4c8caf8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4825030Z [00:03:30.111]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4883286Z [00:03:30.116]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-3b7c8b1e7bf6f2ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.4943604Z [00:03:30.123]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_native_certs-d64614b0676f9bf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5002204Z [00:03:30.128]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_rs_sys-fcf2f8bb3481bd23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5062005Z [00:03:30.134]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-7ede6780a9218640.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5122989Z [00:03:30.140]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5181728Z [00:03:30.146]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5240511Z [00:03:30.152]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-4b8e2e55f544407c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5297812Z [00:03:30.158]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-9575e30534077263.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5355489Z [00:03:30.164]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8-935785145e397a66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5414917Z [00:03:30.170]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-bb0a5a24a624c220.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5474253Z [00:03:30.176]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5531730Z [00:03:30.181]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-666e4a25eb900170.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5590504Z [00:03:30.187]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-56ae319eb6542ec5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5648790Z [00:03:30.193]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5706138Z [00:03:30.199]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ring-42ac06fc2d672057.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5765863Z [00:03:30.205]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5824147Z [00:03:30.211]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zeroize-c718917f775825b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5885486Z [00:03:30.217]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.5944732Z [00:03:30.223]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6005142Z [00:03:30.229]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-f7ac4e8bba43e0a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6064903Z [00:03:30.235]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6125155Z [00:03:30.241]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6183234Z [00:03:30.247]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zlib_rs-630afc5560384a57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6241018Z [00:03:30.252]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-49c57136853f64aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6298231Z [00:03:30.258]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-df7ed5cf1a843ed9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6354352Z [00:03:30.264]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocks-3b9f2ad9d70399a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6410505Z [00:03:30.269]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-1e63e82bb56c6546.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6470143Z [00:03:30.275]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libureq-c5bb11ffdababc04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6529426Z [00:03:30.281]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-56ae319eb6542ec5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6588469Z [00:03:30.287]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httparse-666e4a25eb900170.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6647049Z [00:03:30.293]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6705048Z [00:03:30.299]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-3be7022d80eb905b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6763160Z [00:03:30.305]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-bb0a5a24a624c220.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6822523Z [00:03:30.310]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-d29d99ab3ac46466.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6882431Z [00:03:30.316]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.6942903Z [00:03:30.322]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7002038Z [00:03:30.328]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zip-bb0a5a24a624c220.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7061917Z [00:03:30.334]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-af31af1375ab90c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7121528Z [00:03:30.340]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7181396Z [00:03:30.346]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-7ede6780a9218640.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7240798Z [00:03:30.352]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-5f97dd25f8d1310f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7299870Z [00:03:30.358]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7359912Z [00:03:30.364]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7418592Z [00:03:30.370]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7476201Z [00:03:30.376]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-3f51a047db4e4540.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7538206Z [00:03:30.382]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-47623e0833f18359.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7596569Z [00:03:30.388]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7656053Z [00:03:30.394]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ureq_proto-8e4046354cab1703.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7713277Z [00:03:30.400]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-af31af1375ab90c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7771853Z [00:03:30.405]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-60c85925e20e45c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7829644Z [00:03:30.411]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-d29d99ab3ac46466.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7886821Z [00:03:30.417]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-d9f5a455ae220d7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.7946127Z [00:03:30.423]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8004457Z [00:03:30.429]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-8f606f14ba7f1ee4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8065901Z [00:03:30.435]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8126168Z [00:03:30.441]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-db1d7a7478ebfbd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8185432Z [00:03:30.447]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8245502Z [00:03:30.453]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-2ca287fb6c915194.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8304694Z [00:03:30.459]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-d0f1cb20a3fcd1ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8365609Z [00:03:30.465]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8424987Z [00:03:30.471]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8486511Z [00:03:30.477]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8572276Z [00:03:30.485]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8634095Z [00:03:30.492]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-db1d7a7478ebfbd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8695604Z [00:03:30.498]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-666e4a25eb900170.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8756113Z [00:03:30.504]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_platform_verifier-1e63e82bb56c6546.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8813660Z [00:03:30.510]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pki_types-6dfd1f04dd4cb017.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8873966Z [00:03:30.516]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8935102Z [00:03:30.522]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-7ede6780a9218640.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.8994321Z [00:03:30.528]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-bb97e77f5b8440a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9054741Z [00:03:30.534]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9113995Z [00:03:30.540]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-38795f473b005807.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9173942Z [00:03:30.546]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki-5bf910cdf4c8caf8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9234008Z [00:03:30.552]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9294890Z [00:03:30.558]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9357098Z [00:03:30.564]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/tldr.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9418799Z [00:03:30.570]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9481846Z [00:03:30.576]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9545392Z [00:03:30.583]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9607971Z [00:03:30.589]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9671285Z [00:03:30.595]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9734394Z [00:03:30.602]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9799670Z [00:03:30.608]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9861229Z [00:03:30.614]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9924128Z [00:03:30.621]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:29.9982634Z [00:03:30.626]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0041857Z [00:03:30.632]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0099814Z [00:03:30.638]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-9176d6f4493c337e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0155658Z [00:03:30.644]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0212696Z [00:03:30.649]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0271942Z [00:03:30.655]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0330805Z [00:03:30.661]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0387108Z [00:03:30.667]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0444256Z [00:03:30.673]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0501968Z [00:03:30.678]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0559233Z [00:03:30.684]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-4e756fbb1963309c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0619159Z [00:03:30.690]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0676601Z [00:03:30.696]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0735485Z [00:03:30.702]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0793187Z [00:03:30.708]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-dead9f33e148a6de/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0851379Z [00:03:30.713]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0910304Z [00:03:30.719]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.0967917Z [00:03:30.725]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1024756Z [00:03:30.731]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tlrc-9e3a8c24581087fe/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1086444Z [00:03:30.737]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1144862Z [00:03:30.743]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1203754Z [00:03:30.749]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-p256-armv8-asm-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1260995Z [00:03:30.754]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-chacha20_poly1305_armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1318553Z [00:03:30.760]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-aesv8-armx-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1378211Z [00:03:30.766]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1435479Z [00:03:30.772]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1493290Z [00:03:30.777]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1551485Z [00:03:30.783]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-chacha-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1609603Z [00:03:30.789]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1669686Z [00:03:30.795]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1727174Z [00:03:30.801]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-aesv8-gcm-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1788027Z [00:03:30.807]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1847149Z [00:03:30.813]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1907867Z [00:03:30.819]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.1970847Z [00:03:30.825]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-sha256-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2035936Z [00:03:30.832]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2096611Z [00:03:30.838]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2155978Z [00:03:30.844]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2214196Z [00:03:30.850]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2273701Z [00:03:30.855]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-armv8-mont-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2333640Z [00:03:30.861]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/libring_core_0_17_14_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2391300Z [00:03:30.867]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-ghashv8-armx-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2449795Z [00:03:30.873]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/libring_core_0_17_14__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2507085Z [00:03:30.879]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2565705Z [00:03:30.885]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-ghash-neon-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2622914Z [00:03:30.890]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-vpaes-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2681350Z [00:03:30.896]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/out/c322a0bcc369f531-sha512-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2739553Z [00:03:30.902]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2798680Z [00:03:30.908]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-1440ccfdcd64f4fb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2856420Z [00:03:30.914]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2915085Z [00:03:30.920]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/dep-bin-tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.2973518Z [00:03:30.925]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/bin-tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3033538Z [00:03:30.931]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/bin-tldr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3090993Z [00:03:30.937]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-a49cd618f6dae55f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3150759Z [00:03:30.943]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3208848Z [00:03:30.949]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3269397Z [00:03:30.955]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3327122Z [00:03:30.961]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-7ede6780a9218640/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3385812Z [00:03:30.967]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3445654Z [00:03:30.973]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3506213Z [00:03:30.979]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3565785Z [00:03:30.985]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3625902Z [00:03:30.991]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3684537Z [00:03:30.997]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3742909Z [00:03:31.002]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3800190Z [00:03:31.008]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3858250Z [00:03:31.014]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3917335Z [00:03:31.020]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.3976682Z [00:03:31.026]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4035403Z [00:03:31.032]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4093783Z [00:03:31.038]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4152892Z [00:03:31.043]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-29752ed9c15dc860/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4213524Z [00:03:31.049]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4270729Z [00:03:31.055]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4328612Z [00:03:31.061]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4388749Z [00:03:31.067]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4449269Z [00:03:31.073]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4508219Z [00:03:31.079]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4567679Z [00:03:31.085]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4626827Z [00:03:31.091]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-df7ed5cf1a843ed9/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4686357Z [00:03:31.097]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4744572Z [00:03:31.103]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4801472Z [00:03:31.108]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4860323Z [00:03:31.114]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4918981Z [00:03:31.120]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.4977882Z [00:03:31.126]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5035777Z [00:03:31.132]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5093045Z [00:03:31.137]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5152042Z [00:03:31.143]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5209569Z [00:03:31.149]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5268315Z [00:03:31.155]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/dep-lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5326788Z [00:03:31.161]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5385847Z [00:03:31.167]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5445214Z [00:03:31.173]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/lib-zip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5504278Z [00:03:31.179]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/dep-lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5563695Z [00:03:31.184]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-bb0a5a24a624c220/lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5622670Z [00:03:31.190]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/dep-lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5681286Z [00:03:31.196]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5741145Z [00:03:31.202]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5801429Z [00:03:31.208]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5862197Z [00:03:31.214]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/lib-socks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5920726Z [00:03:31.220]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.5979727Z [00:03:31.226]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6038377Z [00:03:31.232]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socks-3b9f2ad9d70399a8/dep-lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6096876Z [00:03:31.238]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6154667Z [00:03:31.244]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6213973Z [00:03:31.250]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6272227Z [00:03:31.255]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-4b8e2e55f544407c/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6331481Z [00:03:31.261]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6388613Z [00:03:31.267]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6447349Z [00:03:31.273]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6503457Z [00:03:31.278]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6561791Z [00:03:31.284]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6619288Z [00:03:31.290]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6675309Z [00:03:31.296]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6731616Z [00:03:31.301]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-5bf910cdf4c8caf8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6789884Z [00:03:31.307]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6848434Z [00:03:31.313]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6906120Z [00:03:31.319]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.6964563Z [00:03:31.325]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-9575e30534077263/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7024387Z [00:03:31.331]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7082798Z [00:03:31.336]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7143639Z [00:03:31.342]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7203998Z [00:03:31.349]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7264269Z [00:03:31.355]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7325245Z [00:03:31.361]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7386876Z [00:03:31.367]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7447192Z [00:03:31.373]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-d0b7dea6c072f756/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7510097Z [00:03:31.379]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7571151Z [00:03:31.385]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7629925Z [00:03:31.391]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7687625Z [00:03:31.397]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7745675Z [00:03:31.403]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7804416Z [00:03:31.409]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7863837Z [00:03:31.415]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7923205Z [00:03:31.420]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.7982233Z [00:03:31.426]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8041128Z [00:03:31.432]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8098563Z [00:03:31.438]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8157802Z [00:03:31.444]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8215773Z [00:03:31.450]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8275376Z [00:03:31.456]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8331892Z [00:03:31.461]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/lib-utf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8390109Z [00:03:31.467]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf-8-935785145e397a66/dep-lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8449043Z [00:03:31.473]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8507273Z [00:03:31.479]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8565895Z [00:03:31.485]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8624027Z [00:03:31.491]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-2ca287fb6c915194/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8682537Z [00:03:31.496]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8741931Z [00:03:31.502]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8800175Z [00:03:31.508]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8857433Z [00:03:31.514]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8917117Z [00:03:31.520]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/lib-yansi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.8976219Z [00:03:31.526]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9035345Z [00:03:31.532]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/lib-yansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9094723Z [00:03:31.538]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yansi-f58c706cc426673c/dep-lib-yansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9154943Z [00:03:31.544]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9214506Z [00:03:31.550]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9274278Z [00:03:31.556]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9334490Z [00:03:31.562]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9395467Z [00:03:31.568]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9454098Z [00:03:31.574]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9513686Z [00:03:31.580]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9574748Z [00:03:31.586]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-f7ac4e8bba43e0a0/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9634796Z [00:03:31.592]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9693312Z [00:03:31.597]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9752654Z [00:03:31.603]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9812793Z [00:03:31.609]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9874309Z [00:03:31.616]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9934399Z [00:03:31.622]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:30.9995191Z [00:03:31.628]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0053869Z [00:03:31.634]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8f606f14ba7f1ee4/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0115516Z [00:03:31.640]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0174346Z [00:03:31.646]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0233479Z [00:03:31.652]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0293459Z [00:03:31.657]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0352924Z [00:03:31.663]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0411713Z [00:03:31.669]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-d9f5a455ae220d7c/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0470193Z [00:03:31.675]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0528880Z [00:03:31.681]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0586250Z [00:03:31.687]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0646848Z [00:03:31.693]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-56ae319eb6542ec5/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0705900Z [00:03:31.699]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0763969Z [00:03:31.705]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0821299Z [00:03:31.710]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0880139Z [00:03:31.716]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0938279Z [00:03:31.722]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.0997296Z [00:03:31.728]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1055818Z [00:03:31.734]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1115956Z [00:03:31.740]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1175341Z [00:03:31.746]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-9176d6f4493c337e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1234549Z [00:03:31.752]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-9176d6f4493c337e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1293018Z [00:03:31.757]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1350776Z [00:03:31.763]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/dep-lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1406845Z [00:03:31.769]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1464855Z [00:03:31.775]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1524898Z [00:03:31.781]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1584056Z [00:03:31.787]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1645023Z [00:03:31.793]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1703815Z [00:03:31.799]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-db1d7a7478ebfbd2/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1765424Z [00:03:31.805]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/lib-ureq_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1828469Z [00:03:31.811]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1890288Z [00:03:31.817]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.1953657Z [00:03:31.823]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-proto-8e4046354cab1703/dep-lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2015288Z [00:03:31.830]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2077814Z [00:03:31.836]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2138926Z [00:03:31.842]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2198379Z [00:03:31.848]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-47623e0833f18359/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2258254Z [00:03:31.854]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2318407Z [00:03:31.860]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2377789Z [00:03:31.866]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2436065Z [00:03:31.872]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2494666Z [00:03:31.878]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2555023Z [00:03:31.884]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2613439Z [00:03:31.890]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2672801Z [00:03:31.895]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2734435Z [00:03:31.902]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2795370Z [00:03:31.908]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2855297Z [00:03:31.914]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2915902Z [00:03:31.920]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-1e63e82bb56c6546/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.2975899Z [00:03:31.926]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3035844Z [00:03:31.932]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3094072Z [00:03:31.938]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3154174Z [00:03:31.944]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3215698Z [00:03:31.950]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3275005Z [00:03:31.956]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3333361Z [00:03:31.961]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3391981Z [00:03:31.967]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3450886Z [00:03:31.973]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3510253Z [00:03:31.979]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/dep-lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3568796Z [00:03:31.985]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3626184Z [00:03:31.991]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3684945Z [00:03:31.997]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3743433Z [00:03:32.003]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-3ae109851e871d98/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3804568Z [00:03:32.009]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3863657Z [00:03:32.015]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3923488Z [00:03:32.021]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.3981953Z [00:03:32.026]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4042262Z [00:03:32.032]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4101197Z [00:03:32.038]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4160836Z [00:03:32.044]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4219604Z [00:03:32.050]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-60c85925e20e45c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4279105Z [00:03:32.056]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4337729Z [00:03:32.062]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4396602Z [00:03:32.068]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4455716Z [00:03:32.074]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4514733Z [00:03:32.080]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4574637Z [00:03:32.086]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4633293Z [00:03:32.091]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4694013Z [00:03:32.098]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-3b7c8b1e7bf6f2ee/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4754878Z [00:03:32.104]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4814322Z [00:03:32.110]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4872930Z [00:03:32.115]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4932116Z [00:03:32.121]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-38795f473b005807/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.4992033Z [00:03:32.127]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5052415Z [00:03:32.133]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5111807Z [00:03:32.139]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5170899Z [00:03:32.145]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-666e4a25eb900170/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5228507Z [00:03:32.151]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5288594Z [00:03:32.157]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5346701Z [00:03:32.163]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5404720Z [00:03:32.169]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-bb97e77f5b8440a2/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5464625Z [00:03:32.175]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5523488Z [00:03:32.181]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5583911Z [00:03:32.187]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5643904Z [00:03:32.193]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5703872Z [00:03:32.199]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-4e756fbb1963309c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5763824Z [00:03:32.205]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-4e756fbb1963309c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5823435Z [00:03:32.210]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5884251Z [00:03:32.217]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.5944267Z [00:03:32.223]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6003912Z [00:03:32.229]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6063052Z [00:03:32.234]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-dead9f33e148a6de/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6121995Z [00:03:32.240]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-dead9f33e148a6de/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6181772Z [00:03:32.246]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6238852Z [00:03:32.252]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6297228Z [00:03:32.258]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6356185Z [00:03:32.264]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-d29d99ab3ac46466/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6416176Z [00:03:32.270]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/dep-lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6475956Z [00:03:32.276]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6535736Z [00:03:32.282]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6595004Z [00:03:32.288]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ureq-c5bb11ffdababc04/lib-ureq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6654682Z [00:03:32.294]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6715103Z [00:03:32.300]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6773603Z [00:03:32.306]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6832561Z [00:03:32.311]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-5f97dd25f8d1310f/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6891297Z [00:03:32.317]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.6948328Z [00:03:32.323]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7006276Z [00:03:32.329]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7063725Z [00:03:32.335]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7123247Z [00:03:32.340]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7181953Z [00:03:32.346]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7241318Z [00:03:32.352]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7299672Z [00:03:32.358]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-6f593d37752cb919/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7358999Z [00:03:32.364]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7416277Z [00:03:32.370]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7475584Z [00:03:32.376]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7535330Z [00:03:32.382]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-49c57136853f64aa/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7596077Z [00:03:32.388]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7653972Z [00:03:32.394]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7711447Z [00:03:32.399]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7770172Z [00:03:32.405]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7828576Z [00:03:32.411]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7886305Z [00:03:32.417]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.7944568Z [00:03:32.423]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8002078Z [00:03:32.428]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-af31af1375ab90c8/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8060374Z [00:03:32.434]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8117956Z [00:03:32.440]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8176390Z [00:03:32.446]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8233841Z [00:03:32.452]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-42ac06fc2d672057/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8294172Z [00:03:32.458]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8351937Z [00:03:32.463]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8408516Z [00:03:32.469]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8466147Z [00:03:32.475]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-3be7022d80eb905b/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8524542Z [00:03:32.481]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8583830Z [00:03:32.487]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8642300Z [00:03:32.492]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8699692Z [00:03:32.498]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8758151Z [00:03:32.504]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8817324Z [00:03:32.510]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8875281Z [00:03:32.516]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8934367Z [00:03:32.522]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.8994767Z [00:03:32.528]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-9e3a8c24581087fe/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9053399Z [00:03:32.534]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tlrc-9e3a8c24581087fe/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9113424Z [00:03:32.540]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9171473Z [00:03:32.545]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9229942Z [00:03:32.551]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9287794Z [00:03:32.557]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9345840Z [00:03:32.563]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9405187Z [00:03:32.569]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9464041Z [00:03:32.575]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9522695Z [00:03:32.580]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9582526Z [00:03:32.586]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-1440ccfdcd64f4fb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9642216Z [00:03:32.592]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-1440ccfdcd64f4fb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9700559Z [00:03:32.598]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9759869Z [00:03:32.604]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9818567Z [00:03:32.610]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9876062Z [00:03:32.616]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9934821Z [00:03:32.622]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:31.9993513Z [00:03:32.627]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0051762Z [00:03:32.633]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libcc-54631fa6ae9c66ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0112266Z [00:03:32.639]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0170349Z [00:03:32.645]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0228343Z [00:03:32.651]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0287358Z [00:03:32.657]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0344281Z [00:03:32.663]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/clap_derive-f9a2ebf88a38bc45.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0403438Z [00:03:32.669]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0462587Z [00:03:32.674]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0520974Z [00:03:32.680]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0578549Z [00:03:32.686]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0641724Z [00:03:32.692]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0699951Z [00:03:32.698]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0758740Z [00:03:32.704]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/cc-54631fa6ae9c66ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0818908Z [00:03:32.710]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0879064Z [00:03:32.716]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/serde_derive-ea561b98b01c62e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0936120Z [00:03:32.722]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libcc-54631fa6ae9c66ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.0994241Z [00:03:32.728]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1053957Z [00:03:32.734]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/syn-f095384c2fdc8986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1115346Z [00:03:32.740]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libserde_derive-ea561b98b01c62e4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1177159Z [00:03:32.746]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1239130Z [00:03:32.752]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1298467Z [00:03:32.758]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1357609Z [00:03:32.764]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1416101Z [00:03:32.770]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build_script_build-395443229372437c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1474765Z [00:03:32.776]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1533912Z [00:03:32.782]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/httparse-395443229372437c/build_script_build-395443229372437c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1593686Z [00:03:32.788]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1652936Z [00:03:32.793]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1712726Z [00:03:32.799]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1772503Z [00:03:32.805]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build_script_build-bc5236feedded989' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1831647Z [00:03:32.811]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1891497Z [00:03:32.817]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustls-bc5236feedded989/build_script_build-bc5236feedded989.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.1951530Z [00:03:32.823]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build_script_build-1d81522f16f1e80b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2010904Z [00:03:32.829]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build_script_build-1d81522f16f1e80b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2070148Z [00:03:32.835]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/ring-1d81522f16f1e80b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2129812Z [00:03:32.841]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build_script_build-13b5ef3a22d81ac2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2189870Z [00:03:32.847]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2251418Z [00:03:32.853]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/tlrc-13b5ef3a22d81ac2/build_script_build-13b5ef3a22d81ac2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2310904Z [00:03:32.859]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2369018Z [00:03:32.865]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2426416Z [00:03:32.871]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2484080Z [00:03:32.877]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2543277Z [00:03:32.883]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2602832Z [00:03:32.889]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2662019Z [00:03:32.894]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2721934Z [00:03:32.900]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build_script_build-a97649f27b27ccf3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2780128Z [00:03:32.906]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2837637Z [00:03:32.912]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/rustix-a97649f27b27ccf3/build_script_build-a97649f27b27ccf3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2895641Z [00:03:32.918]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.2953010Z [00:03:32.923]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3011458Z [00:03:32.929]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3070399Z [00:03:32.935]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3130874Z [00:03:32.941]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3188958Z [00:03:32.947]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3247617Z [00:03:32.953]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3307249Z [00:03:32.959]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3367451Z [00:03:32.965]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3427718Z [00:03:32.971]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3487291Z [00:03:32.977]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3547506Z [00:03:32.983]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3606590Z [00:03:32.989]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3665812Z [00:03:32.995]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3725040Z [00:03:33.001]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3784362Z [00:03:33.007]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/httparse-395443229372437c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3844194Z [00:03:33.013]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3903408Z [00:03:33.019]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.3963680Z [00:03:33.025]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4022640Z [00:03:33.030]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4081500Z [00:03:33.036]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4140733Z [00:03:33.042]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4201463Z [00:03:33.048]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4259970Z [00:03:33.054]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4319406Z [00:03:33.060]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4376900Z [00:03:33.066]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4435504Z [00:03:33.072]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4494886Z [00:03:33.078]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustls-bc5236feedded989/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4554692Z [00:03:33.084]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4614251Z [00:03:33.090]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4683096Z [00:03:33.096]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4733092Z [00:03:33.101]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/ring-1d81522f16f1e80b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4791083Z [00:03:33.107]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4850041Z [00:03:33.113]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4907409Z [00:03:33.119]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.4965313Z [00:03:33.125]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5023882Z [00:03:33.131]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5082762Z [00:03:33.136]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5141085Z [00:03:33.142]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5198829Z [00:03:33.148]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/tlrc-13b5ef3a22d81ac2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5258668Z [00:03:33.154]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5318352Z [00:03:33.160]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5378677Z [00:03:33.166]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5437378Z [00:03:33.172]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5495462Z [00:03:33.178]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5554209Z [00:03:33.184]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5613784Z [00:03:33.190]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5672906Z [00:03:33.195]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5732850Z [00:03:33.201]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5794002Z [00:03:33.208]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5855215Z [00:03:33.214]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5914776Z [00:03:33.220]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.5974051Z [00:03:33.226]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6033327Z [00:03:33.232]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/cc-54631fa6ae9c66ce/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6092783Z [00:03:33.237]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6151802Z [00:03:33.243]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6210542Z [00:03:33.249]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6267803Z [00:03:33.255]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/serde_derive-ea561b98b01c62e4/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6325698Z [00:03:33.261]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6383920Z [00:03:33.267]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6441880Z [00:03:33.272]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6498812Z [00:03:33.278]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/rustix-a97649f27b27ccf3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6559121Z [00:03:33.284]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6615827Z [00:03:33.290]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6674508Z [00:03:33.296]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6733327Z [00:03:33.301]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6791777Z [00:03:33.307]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6851940Z [00:03:33.313]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6911078Z [00:03:33.319]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.6968550Z [00:03:33.325]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7025997Z [00:03:33.331]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7082013Z [00:03:33.336]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7140168Z [00:03:33.342]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7197527Z [00:03:33.348]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7254438Z [00:03:33.354]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7312218Z [00:03:33.359]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7370834Z [00:03:33.365]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7429978Z [00:03:33.371]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7488070Z [00:03:33.377]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7546179Z [00:03:33.383]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7605804Z [00:03:33.389]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7667650Z [00:03:33.395]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7727641Z [00:03:33.401]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7787835Z [00:03:33.407]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7847360Z [00:03:33.413]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7911530Z [00:03:33.419]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.7970986Z [00:03:33.425]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8032449Z [00:03:33.431]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8094731Z [00:03:33.438]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8160904Z [00:03:33.444]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8224006Z [00:03:33.451]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8284927Z [00:03:33.457]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8344595Z [00:03:33.463]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8405607Z [00:03:33.469]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8464284Z [00:03:33.475]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8522738Z [00:03:33.480]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8582100Z [00:03:33.486]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8641859Z [00:03:33.492]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8701605Z [00:03:33.498]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8760837Z [00:03:33.504]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8821378Z [00:03:33.510]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8886654Z [00:03:33.517]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.8950453Z [00:03:33.523]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9015154Z [00:03:33.530]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9082538Z [00:03:33.536]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9151985Z [00:03:33.543]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9218570Z [00:03:33.550]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9284301Z [00:03:33.557]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9349566Z [00:03:33.563]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9413651Z [00:03:33.570]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9472683Z [00:03:33.575]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9531460Z [00:03:33.581]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9591802Z [00:03:33.587]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9654605Z [00:03:33.594]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9718212Z [00:03:33.600]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9781867Z [00:03:33.606]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9846009Z [00:03:33.613]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9908402Z [00:03:33.619]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:32.9971214Z [00:03:33.625]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0035933Z [00:03:33.632]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0099286Z [00:03:33.638]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0163965Z [00:03:33.645]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page-compact-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0222388Z [00:03:33.650]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0282615Z [00:03:33.656]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0342659Z [00:03:33.662]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0402121Z [00:03:33.668]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/page.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0461365Z [00:03:33.674]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/line-wrapping.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0518774Z [00:03:33.680]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/data/option-placeholder.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0576773Z [00:03:33.686]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.eyRfVHwtwi/TEMPREPO/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0637286Z [00:03:33.692]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0697247Z [00:03:33.698]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.0756716Z [00:03:33.704]➜  mode of '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:33.1188299Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:58:33.1189049Z [00:03:33.747]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:58:39.8422013Z 
2025-08-20T22:58:41.9977557Z [+] Sanitizing /tmp/pkgforge/29mRDsh3N_SBUILD/BUILD.log ==> /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.log
2025-08-20T22:58:41.9978457Z '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.log' -> '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tldr.log'
2025-08-20T22:58:41.9981824Z '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.static.log' -> '/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/tlrc.log'
2025-08-20T22:58:42.0034397Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tldr.log
2025-08-20T22:58:42.0034904Z 
2025-08-20T22:58:42.0035295Z [+] Parsing/Uploading tlrc/tldr --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftlrc%2Ftldr [aarch64-Linux]
2025-08-20T22:58:42.0038641Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tlrc.log
2025-08-20T22:58:42.0039162Z 
2025-08-20T22:58:42.0039549Z [+] Parsing/Uploading tlrc/tlrc --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftlrc%2Ftlrc [aarch64-Linux]
2025-08-20T22:58:42.0069136Z {
2025-08-20T22:58:42.0069968Z   "_disabled": "false",
2025-08-20T22:58:42.0070193Z   "host": "aarch64-Linux",
2025-08-20T22:58:42.0070384Z   "rank": "",
2025-08-20T22:58:42.0070633Z   "pkg": "tlrc.static",
2025-08-20T22:58:42.0070861Z   "pkg_family": "tlrc",
2025-08-20T22:58:42.0071067Z   "pkg_id": "github.com.tldr-pages.tlrc",
2025-08-20T22:58:42.0071570Z   "pkg_name": "tldr",
2025-08-20T22:58:42.0071768Z   "pkg_type": "static",
2025-08-20T22:58:42.0072117Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tldr",
2025-08-20T22:58:42.0074463Z   "app_id": "",
2025-08-20T22:58:42.0075708Z   "appstream": "",
2025-08-20T22:58:42.0075897Z   "category": [
2025-08-20T22:58:42.0076057Z     "ConsoleOnly",
2025-08-20T22:58:42.0076308Z     "Utility"
2025-08-20T22:58:42.0076492Z   ],
2025-08-20T22:58:42.0076726Z   "description": "Official tldr/tldr-pages client written in Rust",
2025-08-20T22:58:42.0077473Z   "desktop": "",
2025-08-20T22:58:42.0077641Z   "homepage": [
2025-08-20T22:58:42.0078182Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:58:42.0078451Z   ],
2025-08-20T22:58:42.0078943Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tldr.png",
2025-08-20T22:58:42.0079483Z   "license": [
2025-08-20T22:58:42.0079638Z     "MIT"
2025-08-20T22:58:42.0079794Z   ],
2025-08-20T22:58:42.0079938Z   "maintainer": [
2025-08-20T22:58:42.0080139Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:58:42.0080372Z   ],
2025-08-20T22:58:42.0080517Z   "provides": [
2025-08-20T22:58:42.0080673Z     "tldr",
2025-08-20T22:58:42.0080818Z     "tlrc"
2025-08-20T22:58:42.0080961Z   ],
2025-08-20T22:58:42.0081100Z   "note": [
2025-08-20T22:58:42.0081395Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:58:42.0082098Z   ],
2025-08-20T22:58:42.0082241Z   "repology": [
2025-08-20T22:58:42.0082400Z     "tlrc"
2025-08-20T22:58:42.0082542Z   ],
2025-08-20T22:58:42.0082682Z   "screenshots": [],
2025-08-20T22:58:42.0082851Z   "src_url": [
2025-08-20T22:58:42.0083033Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:58:42.0083253Z   ],
2025-08-20T22:58:42.0083388Z   "tag": [
2025-08-20T22:58:42.0083539Z     "cheatsheet",
2025-08-20T22:58:42.0083696Z     "tldr",
2025-08-20T22:58:42.0083856Z     "tldr-pages"
2025-08-20T22:58:42.0084013Z   ],
2025-08-20T22:58:42.0084172Z   "version": "HEAD-812ff0f-250819T160533",
2025-08-20T22:58:42.0084404Z   "version_upstream": "1.11.1",
2025-08-20T22:58:42.0084715Z   "bsum": "b0de8786088d30f27c24aa837c4c311946c28f146b8605ec17893ba7c22f758f",
2025-08-20T22:58:42.0085047Z   "build_date": "2025-08-20T22:58:33Z",
2025-08-20T22:58:42.0085377Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110049351",
2025-08-20T22:58:42.0085710Z   "build_id": "17110049351",
2025-08-20T22:58:42.0086240Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tldr.log",
2025-08-20T22:58:42.0087465Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml",
2025-08-20T22:58:42.0088260Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tldr",
2025-08-20T22:58:42.0089002Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-aarch64-linux",
2025-08-20T22:58:42.0089484Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tlrc/official/tldr",
2025-08-20T22:58:42.0090138Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&manifest",
2025-08-20T22:58:42.0090781Z   "shasum": "a57c89484f10b8924ec4ba761e6e1736bddb5b8b8d536639a96e890b5b385477",
2025-08-20T22:58:42.0091115Z   "size": "2.4 MB",
2025-08-20T22:58:42.0091287Z   "size_raw": "2489784",
2025-08-20T22:58:42.0091463Z   "snapshots": [
2025-08-20T22:58:42.0091658Z     "HEAD-1ddcf6a-250111T040738-aarch64-linux",
2025-08-20T22:58:42.0091922Z     "HEAD-e6a305a-250202T134228-aarch64-linux",
2025-08-20T22:58:42.0092178Z     "HEAD-7464802-250206T213619-aarch64-linux",
2025-08-20T22:58:42.0092430Z     "HEAD-260f3b6-250208T140501-aarch64-linux",
2025-08-20T22:58:42.0093023Z     "HEAD-6e8ee38-250214T202935-aarch64-linux",
2025-08-20T22:58:42.0093331Z     "HEAD-97b9dfe-250218T154712-aarch64-linux[NA-2025-02-18]",
2025-08-20T22:58:42.0093663Z     "HEAD-b6b3608-250301T220531-aarch64-linux[NA-2025-03-01]",
2025-08-20T22:58:42.0093985Z     "HEAD-b6545a5-250307T173852-aarch64-linux[NA-2025-03-07]",
2025-08-20T22:58:42.0094296Z     "HEAD-1c5efbe-250601T225621-aarch64-linux[1.11.1]",
2025-08-20T22:58:42.0094637Z     "HEAD-77af9a7-250613T184653-aarch64-linux[1.11.1]",
2025-08-20T22:58:42.0094929Z     "HEAD-98445e4-250702T143837-aarch64-linux[1.11.1]",
2025-08-20T22:58:42.0095217Z     "HEAD-abac069-250703T032027-aarch64-linux[1.11.1]",
2025-08-20T22:58:42.0095501Z     "HEAD-853bcaf-250803T210619-aarch64-linux[1.11.1]"
2025-08-20T22:58:42.0095741Z   ]
2025-08-20T22:58:42.0095871Z }
2025-08-20T22:58:42.0096003Z {
2025-08-20T22:58:42.0096145Z   "_disabled": "false",
2025-08-20T22:58:42.0096328Z   "host": "aarch64-Linux",
2025-08-20T22:58:42.0096511Z   "rank": "",
2025-08-20T22:58:42.0096674Z   "pkg": "tlrc.static",
2025-08-20T22:58:42.0096862Z   "pkg_family": "tlrc",
2025-08-20T22:58:42.0097212Z   "pkg_id": "github.com.tldr-pages.tlrc",
2025-08-20T22:58:42.0097447Z   "pkg_name": "tlrc",
2025-08-20T22:58:42.0097627Z   "pkg_type": "static",
2025-08-20T22:58:42.0097966Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc",
2025-08-20T22:58:42.0098334Z   "app_id": "",
2025-08-20T22:58:42.0098492Z   "appstream": "",
2025-08-20T22:58:42.0098660Z   "category": [
2025-08-20T22:58:42.0099037Z     "ConsoleOnly",
2025-08-20T22:58:42.0099200Z     "Utility"
2025-08-20T22:58:42.0099348Z   ],
2025-08-20T22:58:42.0099579Z   "description": "Official tldr/tldr-pages client written in Rust",
2025-08-20T22:58:42.0099876Z   "desktop": "",
2025-08-20T22:58:42.0100039Z   "homepage": [
2025-08-20T22:58:42.0100229Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:58:42.0100454Z   ],
2025-08-20T22:58:42.0100929Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tlrc.png",
2025-08-20T22:58:42.0101461Z   "license": [
2025-08-20T22:58:42.0101613Z     "MIT"
2025-08-20T22:58:42.0109029Z   ],
2025-08-20T22:58:42.0109449Z   "maintainer": [
2025-08-20T22:58:42.0109730Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:58:42.0109975Z   ],
2025-08-20T22:58:42.0110119Z   "provides": [
2025-08-20T22:58:42.0110279Z     "tldr",
2025-08-20T22:58:42.0110422Z     "tlrc"
2025-08-20T22:58:42.0110578Z   ],
2025-08-20T22:58:42.0110716Z   "note": [
2025-08-20T22:58:42.0111011Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:58:42.0111360Z   ],
2025-08-20T22:58:42.0111497Z   "repology": [
2025-08-20T22:58:42.0111652Z     "tlrc"
2025-08-20T22:58:42.0111795Z   ],
2025-08-20T22:58:42.0111939Z   "screenshots": [],
2025-08-20T22:58:42.0112110Z   "src_url": [
2025-08-20T22:58:42.0112285Z     "https://github.com/tldr
2025-08-20T22:58:42.0112419Z 
2025-08-20T22:58:42.0112486Z -pages/tlrc"
2025-08-20T22:58:42.0112659Z   ],
2025-08-20T22:58:42.0112796Z   "tag": [
2025-08-20T22:58:42.0112940Z     "cheatsheet",
2025-08-20T22:58:42.0113099Z     "tldr",
2025-08-20T22:58:42.0113242Z     "tldr-pages"
2025-08-20T22:58:42.0113403Z   ],
2025-08-20T22:58:42.0113565Z   "version": "HEAD-812ff0f-250819T160533",
2025-08-20T22:58:42.0113798Z   "version_upstream": "",
2025-08-20T22:58:42.0114095Z   "bsum": "b0de8786088d30f27c24aa837c4c311946c28f146b8605ec17893ba7c22f758f",
2025-08-20T22:58:42.0114439Z   "build_date": "2025-08-20T22:58:37Z",
2025-08-20T22:58:42.0114764Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110049351",
2025-08-20T22:58:42.0115092Z   "build_id": "17110049351",
2025-08-20T22:58:42.0115625Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tlrc.log",
2025-08-20T22:58:42.0116399Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml",
2025-08-20T22:58:42.0117677Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&download=tlrc",
2025-08-20T22:58:42.0118432Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux",
2025-08-20T22:58:42.0118918Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc",
2025-08-20T22:58:42.0119525Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&manifest",
2025-08-20T22:58:42.0120179Z   "shasum": "a57c89484f10b8924ec4ba761e6e1736bddb5b8b8d536639a96e890b5b385477",
2025-08-20T22:58:42.0120508Z   "size": "2.4 MB",
2025-08-20T22:58:42.0120675Z   "size_raw": "2489784",
2025-08-20T22:58:42.0120854Z   "snapshots": [
2025-08-20T22:58:42.0121043Z     "HEAD-1ddcf6a-250111T040738-aarch64-linux",
2025-08-20T22:58:42.0121307Z     "HEAD-e6a305a-250202T134228-aarch64-linux",
2025-08-20T22:58:42.0121567Z     "HEAD-7464802-250206T213619-aarch64-linux",
2025-08-20T22:58:42.0121818Z     "HEAD-260f3b6-250208T140501-aarch64-linux",
2025-08-20T22:58:42.0122074Z     "HEAD-6e8ee38-250214T202935-aarch64-linux",
2025-08-20T22:58:42.0122331Z     "HEAD-97b9dfe-250218T154712-aarch64-linux",
2025-08-20T22:58:42.0122586Z     "HEAD-b6b3608-250301T220531-aarch64-linux",
2025-08-20T22:58:42.0122837Z     "HEAD-b6545a5-250307T173852-aarch64-linux",
2025-08-20T22:58:42.0123095Z     "HEAD-1c5efbe-250601T225621-aarch64-linux",
2025-08-20T22:58:42.0123532Z     "HEAD-77af9a7-250613T184653-aarch64-linux",
2025-08-20T22:58:42.0123784Z     "HEAD-98445e4-250702T143837-aarch64-linux",
2025-08-20T22:58:42.0124038Z     "HEAD-abac069-250703T032027-aarch64-linux",
2025-08-20T22:58:42.0124295Z     "HEAD-853bcaf-250803T210619-aarch64-linux"
2025-08-20T22:58:42.0124516Z   ]
2025-08-20T22:58:42.0124649Z }
2025-08-20T22:58:42.0124738Z 
2025-08-20T22:58:42.0124741Z 
2025-08-20T22:58:42.1252715Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-aarch64-linux": ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-aarch64-linux: not found
2025-08-20T22:58:42.1261071Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux": ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux: not found
2025-08-20T22:58:42.1299331Z Uploading empty artifact
2025-08-20T22:58:42.1300574Z time=2025-08-20T22:58:42Z level=debug msg=Request #0
2025-08-20T22:58:42.1301444Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.1302209Z > Request method: "HEAD"
2025-08-20T22:58:42.1302408Z Uploading empty artifact
2025-08-20T22:58:42.1303125Z > Request headers:
2025-08-20T22:58:42.1304044Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:58:42.1304988Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.1306638Z time=2025-08-20T22:58:42Z level=debug msg=Request #0
2025-08-20T22:58:42.1308026Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.1308686Z > Request method: "HEAD"
2025-08-20T22:58:42.1308874Z > Request headers:
2025-08-20T22:58:42.1309755Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:58:42.1310798Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.1659566Z time=2025-08-20T22:58:42Z level=debug msg=Response #0
2025-08-20T22:58:42.1659908Z < Response Status: "401 Unauthorized"
2025-08-20T22:58:42.1660138Z < Response headers:
2025-08-20T22:58:42.1661196Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tlrc/official/tldr:pull\""
2025-08-20T22:58:42.1661700Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.1661926Z    "Content-Length": "73"
2025-08-20T22:58:42.1662185Z    "X-Github-Request-Id": "501A:1B0E69:117237:130237:68A65322"
2025-08-20T22:58:42.1662475Z    "Content-Type": "application/json"
2025-08-20T22:58:42.1662761Z time=2025-08-20T22:58:42Z level=debug msg=Request #1
2025-08-20T22:58:42.1663291Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftlrc%2Fofficial%2Ftldr%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:58:42.1663781Z > Request method: "GET"
2025-08-20T22:58:42.1663960Z > Request headers:
2025-08-20T22:58:42.1664134Z    "Authorization": "*****"
2025-08-20T22:58:42.1664336Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.1664575Z time=2025-08-20T22:58:42Z level=debug msg=Response #0
2025-08-20T22:58:42.1664841Z < Response Status: "401 Unauthorized"
2025-08-20T22:58:42.1665059Z < Response headers:
2025-08-20T22:58:42.1665240Z    "Content-Type": "application/json"
2025-08-20T22:58:42.1665799Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tlrc/official/tlrc:pull\""
2025-08-20T22:58:42.1666557Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.1666782Z    "Content-Length": "73"
2025-08-20T22:58:42.1667366Z    "X-Github-Request-Id": "501B:27621C:1152CA:12E301:68A65322"
2025-08-20T22:58:42.1667683Z time=2025-08-20T22:58:42Z level=debug msg=Request #1
2025-08-20T22:58:42.1668205Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftlrc%2Fofficial%2Ftlrc%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:58:42.1668692Z > Request method: "GET"
2025-08-20T22:58:42.1669216Z > Request headers:
2025-08-20T22:58:42.1669408Z    "Authorization": "*****"
2025-08-20T22:58:42.1669607Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2072202Z time=2025-08-20T22:58:42Z level=debug msg=Response #1
2025-08-20T22:58:42.2072540Z < Response Status: "200 OK"
2025-08-20T22:58:42.2072740Z < Response headers:
2025-08-20T22:58:42.2072964Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2073346Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2073711Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2073959Z    "Content-Length": "69"
2025-08-20T22:58:42.2074212Z    "X-Github-Request-Id": "501B:27621C:1152CC:12E303:68A65322"
2025-08-20T22:58:42.2074501Z    "Content-Type": "application/json"
2025-08-20T22:58:42.2074760Z time=2025-08-20T22:58:42Z level=debug msg=Request #2
2025-08-20T22:58:42.2075434Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.2076057Z > Request method: "HEAD"
2025-08-20T22:58:42.2076243Z > Request headers:
2025-08-20T22:58:42.2077375Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:58:42.2078330Z    "Authorization": "*****"
2025-08-20T22:58:42.2078537Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2232980Z time=2025-08-20T22:58:42Z level=debug msg=Response #2
2025-08-20T22:58:42.2233301Z < Response Status: "404 Not Found"
2025-08-20T22:58:42.2233519Z < Response headers:
2025-08-20T22:58:42.2233759Z    "X-Github-Request-Id": "501B:27621C:1152D7:12E30F:68A65322"
2025-08-20T22:58:42.2234055Z    "Content-Type": "application/json"
2025-08-20T22:58:42.2234324Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2235224Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2235596Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2235828Z    "Content-Length": "70"
2025-08-20T22:58:42.2236071Z time=2025-08-20T22:58:42Z level=debug msg=Request #3
2025-08-20T22:58:42.2236711Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:58:42.2237618Z > Request method: "HEAD"
2025-08-20T22:58:42.2237810Z > Request headers:
2025-08-20T22:58:42.2237984Z    "Authorization": "*****"
2025-08-20T22:58:42.2238184Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2287633Z time=2025-08-20T22:58:42Z level=debug msg=Response #1
2025-08-20T22:58:42.2287920Z < Response Status: "200 OK"
2025-08-20T22:58:42.2288115Z < Response headers:
2025-08-20T22:58:42.2288347Z    "X-Github-Request-Id": "501A:1B0E69:11723C:130238:68A65322"
2025-08-20T22:58:42.2288635Z    "Content-Type": "application/json"
2025-08-20T22:58:42.2288912Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2289293Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2289636Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2289860Z    "Content-Length": "69"
2025-08-20T22:58:42.2290094Z time=2025-08-20T22:58:42Z level=debug msg=Request #2
2025-08-20T22:58:42.2290756Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.2291705Z > Request method: "HEAD"
2025-08-20T22:58:42.2291894Z > Request headers:
2025-08-20T22:58:42.2292776Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:58:42.2293719Z    "Authorization": "*****"
2025-08-20T22:58:42.2293921Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2404107Z time=2025-08-20T22:58:42Z level=debug msg=Response #3
2025-08-20T22:58:42.2404418Z < Response Status: "200 OK"
2025-08-20T22:58:42.2404619Z < Response headers:
2025-08-20T22:58:42.2404802Z    "Content-Type": ""
2025-08-20T22:58:42.2405178Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:58:42.2405640Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2406072Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:58:42.2406547Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2406895Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2407356Z    "X-Github-Request-Id": "501B:27621C:1152DD:12E313:68A65322"
2025-08-20T22:58:42.2407638Z    "Content-Length": "0"
2025-08-20T22:58:42.2407889Z time=2025-08-20T22:58:42Z level=debug msg=Request #4
2025-08-20T22:58:42.2408439Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/HEAD-812ff0f-250819T160533-aarch64-linux"
2025-08-20T22:58:42.2408939Z > Request method: "PUT"
2025-08-20T22:58:42.2409119Z > Request headers:
2025-08-20T22:58:42.2409364Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:58:42.2409660Z    "Authorization": "*****"
2025-08-20T22:58:42.2409859Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2528735Z time=2025-08-20T22:58:42Z level=debug msg=Response #2
2025-08-20T22:58:42.2529020Z < Response Status: "404 Not Found"
2025-08-20T22:58:42.2529241Z < Response headers:
2025-08-20T22:58:42.2529427Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2529651Z    "Content-Length": "70"
2025-08-20T22:58:42.2529902Z    "X-Github-Request-Id": "501A:1B0E69:117247:130247:68A65322"
2025-08-20T22:58:42.2530193Z    "Content-Type": "application/json"
2025-08-20T22:58:42.2530864Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2531276Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2531661Z time=2025-08-20T22:58:42Z level=debug msg=Request #3
2025-08-20T22:58:42.2532294Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:58:42.2532887Z > Request method: "HEAD"
2025-08-20T22:58:42.2533082Z > Request headers:
2025-08-20T22:58:42.2533255Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.2533459Z    "Authorization": "*****"
2025-08-20T22:58:42.2736571Z time=2025-08-20T22:58:42Z level=debug msg=Response #3
2025-08-20T22:58:42.2736868Z < Response Status: "200 OK"
2025-08-20T22:58:42.2737145Z < Response headers:
2025-08-20T22:58:42.2737366Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.2737757Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:58:42.2738238Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.2738588Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.2738864Z    "X-Github-Request-Id": "501A:1B0E69:11724A:130249:68A65322"
2025-08-20T22:58:42.2739142Z    "Content-Length": "0"
2025-08-20T22:58:42.2739328Z    "Content-Type": ""
2025-08-20T22:58:42.2739696Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:58:42.2740447Z time=2025-08-20T22:58:42Z level=debug msg=Request #4
2025-08-20T22:58:42.2740984Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/HEAD-812ff0f-250819T160533-aarch64-linux"
2025-08-20T22:58:42.2741484Z > Request method: "PUT"
2025-08-20T22:58:42.2741666Z > Request headers:
2025-08-20T22:58:42.2741911Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:58:42.2742202Z    "Authorization": "*****"
2025-08-20T22:58:42.2742399Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:58:42.4710072Z time=2025-08-20T22:58:42Z level=debug msg=Response #4
2025-08-20T22:58:42.4710432Z < Response Status: "201 Created"
2025-08-20T22:58:42.4710640Z < Response headers:
2025-08-20T22:58:42.4710862Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.4711478Z    "Location": "/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.4712175Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.4712520Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.4712744Z    "Content-Length": "0"
2025-08-20T22:58:42.4712988Z    "X-Github-Request-Id": "501B:27621C:1152E4:12E319:68A65322"
2025-08-20T22:58:42.4713279Z    "Content-Type": "application/json"
2025-08-20T22:58:42.4713702Z    "Docker-Content-Digest": "sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.4714332Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:42.4714797Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:58:42.4715182Z Digest: sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c
2025-08-20T22:58:42.4973304Z time=2025-08-20T22:58:42Z level=debug msg=Response #4
2025-08-20T22:58:42.4973633Z < Response Status: "201 Created"
2025-08-20T22:58:42.4973843Z < Response headers:
2025-08-20T22:58:42.4974058Z    "Content-Type": "application/json"
2025-08-20T22:58:42.4974492Z    "Docker-Content-Digest": "sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.4974959Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:58:42.4975571Z    "Location": "/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c"
2025-08-20T22:58:42.4976255Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:58:42.4977203Z    "Date": "Wed, 20 Aug 2025 22:58:42 GMT"
2025-08-20T22:58:42.4977462Z    "Content-Length": "0"
2025-08-20T22:58:42.4977710Z    "X-Github-Request-Id": "501A:1B0E69:11724F:130250:68A65322"
2025-08-20T22:58:42.4978209Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:42.4978673Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:58:42.4979061Z Digest: sha256:a0a2577aaa9fccfbd64cec7b206946c8dcd2e73af3fc1a4f6c052a399c33971c
2025-08-20T22:58:44.6219804Z Uploading a57c89484f10 tlrc
2025-08-20T22:58:44.6256033Z Uploading 8f1ab404f36c CHECKSUM
2025-08-20T22:58:44.6373259Z Exists    1f38a89265c2 LICENSE
2025-08-20T22:58:44.6489007Z Uploading fb41fbbb856a tldr.sig
2025-08-20T22:58:44.6495119Z Uploading a57c89484f10 tldr
2025-08-20T22:58:44.6551487Z Uploading 8f1ab404f36c CHECKSUM
2025-08-20T22:58:44.6574874Z Uploading 728dcc87edc4 LICENSE.sig
2025-08-20T22:58:44.6646228Z Exists    1f38a89265c2 LICENSE
2025-08-20T22:58:44.6870705Z Uploading abc149724623 tlrc.sig
2025-08-20T22:58:44.6899791Z Uploading cfdfb4dab74d CHECKSUM.sig
2025-08-20T22:58:44.7312929Z Uploading cfdfb4dab74d CHECKSUM.sig
2025-08-20T22:58:44.7475986Z Uploading 728dcc87edc4 LICENSE.sig
2025-08-20T22:58:45.1410505Z Uploaded  cfdfb4dab74d CHECKSUM.sig
2025-08-20T22:58:45.1580939Z Exists    9d7cdd66915e SBUILD
2025-08-20T22:58:45.1694995Z Uploaded  728dcc87edc4 LICENSE.sig
2025-08-20T22:58:45.1789553Z Uploading e251208c9968 SBUILD.sig
2025-08-20T22:58:45.1883862Z Exists    9d7cdd66915e SBUILD
2025-08-20T22:58:45.2117209Z Uploading e251208c9968 SBUILD.sig
2025-08-20T22:58:45.6018083Z Uploaded  8f1ab404f36c CHECKSUM
2025-08-20T22:58:45.6043005Z Uploaded  8f1ab404f36c CHECKSUM
2025-08-20T22:58:45.6044209Z Uploaded  a57c89484f10 tlrc
2025-08-20T22:58:45.6230099Z Exists    11cf0313013e tldr.png
2025-08-20T22:58:45.6231099Z Uploading 6fc05ceae2ab tlrc.json
2025-08-20T22:58:45.6308467Z Uploaded  a57c89484f10 tldr
2025-08-20T22:58:45.6439035Z Uploaded  cfdfb4dab74d CHECKSUM.sig
2025-08-20T22:58:45.6445971Z Uploaded  e251208c9968 SBUILD.sig
2025-08-20T22:58:45.6447134Z Uploading 04cb4e2b7721 tldr.json
2025-08-20T22:58:45.6451678Z Uploaded  abc149724623 tlrc.sig
2025-08-20T22:58:45.6582989Z Uploading 460437944d3d tldr.json.sig
2025-08-20T22:58:45.6656245Z Uploading fdcc521aa497 tldr.log.sig
2025-08-20T22:58:45.6677078Z Uploading da481ea5ba2d tlrc.json.sig
2025-08-20T22:58:45.6685045Z Exists    11cf0313013e tldr.png
2025-08-20T22:58:45.6801095Z Uploading 65d7a2ef32d7 tldr.log
2025-08-20T22:58:45.6894943Z Uploaded  728dcc87edc4 LICENSE.sig
2025-08-20T22:58:45.6920301Z Uploading 65d7a2ef32d7 tlrc.log
2025-08-20T22:58:45.7014054Z Uploaded  fb41fbbb856a tldr.sig
2025-08-20T22:58:45.7100417Z Uploading b8ecde431a9d tlrc.log.sig
2025-08-20T22:58:45.7210216Z Uploading 8267e2d3e5f5 tldr.version
2025-08-20T22:58:46.0630956Z Uploaded  e251208c9968 SBUILD.sig
2025-08-20T22:58:46.0884221Z Uploading 8267e2d3e5f5 tlrc.version
2025-08-20T22:58:46.0910197Z Uploaded  65d7a2ef32d7 tldr.log
2025-08-20T22:58:46.1218789Z Uploading c4d6abbc0f8c tldr.version.sig
2025-08-20T22:58:46.4168478Z Uploaded  8267e2d3e5f5 tlrc.version
2025-08-20T22:58:46.4601225Z Uploading 4c8868c2787b tlrc.version.sig
2025-08-20T22:58:46.5206030Z Uploaded  6fc05ceae2ab tlrc.json
2025-08-20T22:58:46.5502511Z Uploaded  04cb4e2b7721 tldr.json
2025-08-20T22:58:46.5926211Z Uploaded  65d7a2ef32d7 tlrc.log
2025-08-20T22:58:46.6009169Z Uploaded  da481ea5ba2d tlrc.json.sig
2025-08-20T22:58:46.6074003Z Uploaded  460437944d3d tldr.json.sig
2025-08-20T22:58:46.6288406Z Uploaded  b8ecde431a9d tlrc.log.sig
2025-08-20T22:58:46.6400324Z Uploaded  fdcc521aa497 tldr.log.sig
2025-08-20T22:58:46.6509581Z Uploaded  8267e2d3e5f5 tldr.version
2025-08-20T22:58:47.0625933Z Uploaded  c4d6abbc0f8c tldr.version.sig
2025-08-20T22:58:47.0626253Z Uploading e801934a2924 tldr
2025-08-20T22:58:47.3277972Z Skipped   11cf0313013e tlrc.png
2025-08-20T22:58:47.3278282Z Uploaded  e801934a2924 tldr
2025-08-20T22:58:47.3279114Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:47.3279598Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:58:47.3279977Z Digest: sha256:e801934a2924a562a3ed9d29fa5a82d0bd1c2ee29610f770b28207ecee1a5bd3
2025-08-20T22:58:47.3453084Z Uploaded  4c8868c2787b tlrc.version.sig
2025-08-20T22:58:47.3453376Z Uploading a71668cf8b07 tlrc
2025-08-20T22:58:47.6321129Z Skipped   11cf0313013e tlrc.png
2025-08-20T22:58:47.6321419Z Uploaded  a71668cf8b07 tlrc
2025-08-20T22:58:47.6321882Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:47.6322349Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:58:47.6322730Z Digest: sha256:a71668cf8b0776597c39c85cb84887169995e9f60a9808570272fcb19fec06d7
2025-08-20T22:58:52.4580408Z 
2025-08-20T22:58:52.4581218Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:58:52.4581909Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-aarch64-linux&manifest 
2025-08-20T22:58:52.4582346Z 
2025-08-20T22:58:52.7575500Z 
2025-08-20T22:58:52.7576033Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:58:52.7576685Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-aarch64-linux&manifest 
2025-08-20T22:58:52.7577277Z 
2025-08-20T22:58:54.2774582Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:58:55.0498770Z ./BUILD_ARTIFACTS.tar : 33.29%   (   150 MiB =>   49.8 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:58:55.0754903Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:58:55.0792654Z 
2025-08-20T22:58:55.0793313Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml :: 00(Hr):03(Min):56(Sec)
2025-08-20T22:58:55.0793921Z 
2025-08-20T22:58:55.0807592Z 
2025-08-20T22:58:55.0807844Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:58:55 PM) UTC
2025-08-20T22:58:55.0808081Z 
2025-08-20T22:58:55.3308411Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:58:55.3354922Z ##[group]Run ##Presets
2025-08-20T22:58:55.3355245Z [36;1m##Presets[0m
2025-08-20T22:58:55.3355426Z [36;1mset +x ; set +e[0m
2025-08-20T22:58:55.3355615Z [36;1m#-------------#[0m
2025-08-20T22:58:55.3355796Z [36;1m##Debug?[0m
2025-08-20T22:58:55.3356011Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:58:55.3356294Z [36;1m  set -x[0m
2025-08-20T22:58:55.3356458Z [36;1mfi[0m
2025-08-20T22:58:55.3356614Z [36;1m#-------------#[0m
2025-08-20T22:58:55.3356799Z [36;1m##Set ENV[0m
2025-08-20T22:58:55.3357206Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:58:55.3357684Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-812ff0f-250819T160533-aarch64-linux"[0m
2025-08-20T22:58:55.3358205Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-812ff0f-250819T160533-aarch64-linux"[0m
2025-08-20T22:58:55.3358734Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351"[0m
2025-08-20T22:58:55.3359193Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:58:55.3359566Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:58:55.3359998Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:58:55.3360325Z [36;1m fi[0m
2025-08-20T22:58:55.3360478Z [36;1m##Push[0m
2025-08-20T22:58:55.3360682Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:58:55.3360941Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:58:55.3361289Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:58:55.3361741Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:58:55.3362164Z [36;1m     ls -sh "/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:58:55.3362484Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:58:55.3362679Z [36;1m       {[0m
2025-08-20T22:58:55.3362849Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:58:55.3363166Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:58:55.3363593Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:58:55.3364014Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:58:55.3364539Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-812ff0f-250819T160533-aarch64-linux")[0m
2025-08-20T22:58:55.3365234Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17110049351")[0m
2025-08-20T22:58:55.3365800Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17110049351")[0m
2025-08-20T22:58:55.3366451Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-aarch64-linux")[0m
2025-08-20T22:58:55.3367249Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:58:37Z")[0m
2025-08-20T22:58:55.3367732Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:58:55.3368512Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:58:37Z")[0m
2025-08-20T22:58:55.3369154Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tlrc/official/tlrc")[0m
2025-08-20T22:58:55.3369767Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:58:55.3370273Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:58:55.3370988Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:58:55.3371704Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc")[0m
2025-08-20T22:58:55.3372359Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tlrc")[0m
2025-08-20T22:58:55.3372887Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/tldr-pages/tlrc")[0m
2025-08-20T22:58:55.3373399Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:58:55.3373894Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:58:55.3374360Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:58:55.3374834Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:58:55.3375248Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:58:55.3375481Z [36;1m         #Check[0m
2025-08-20T22:58:55.3376034Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:58:37Z" ]]; then[0m
2025-08-20T22:58:55.3376785Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:58:55.3377252Z [36;1m            break[0m
2025-08-20T22:58:55.3377441Z [36;1m          else[0m
2025-08-20T22:58:55.3377819Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:58:55.3378227Z [36;1m          fi[0m
2025-08-20T22:58:55.3378426Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:58:55.3378661Z [36;1m        done[0m
2025-08-20T22:58:55.3378831Z [36;1m       }[0m
2025-08-20T22:58:55.3379016Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:58:55.3379247Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:58:55.3379810Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:58:37Z" ]]; then[0m
2025-08-20T22:58:55.3380556Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:58:55.3380943Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:58:55.3381184Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:58:55.3381755Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:58:37Z" ]]; then[0m
2025-08-20T22:58:55.3382460Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:58:55.3382983Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:58:55.3383363Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:58:55.3383578Z [36;1m           fi[0m
2025-08-20T22:58:55.3383746Z [36;1m       fi[0m
2025-08-20T22:58:55.3384146Z [36;1m   fi[0m
2025-08-20T22:58:55.3384303Z [36;1m fi[0m
2025-08-20T22:58:55.3384468Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:58:55.3451888Z shell: /usr/bin/bash -e {0}
2025-08-20T22:58:55.3452099Z env:
2025-08-20T22:58:55.3452284Z   CROSS_COMPILING: NO
2025-08-20T22:58:55.3452471Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:58:55.3452680Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:58:55.3452876Z   ON_QEMU: NO
2025-08-20T22:58:55.3453026Z   DEBUG: 0
2025-08-20T22:58:55.3453186Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:58:55.3453393Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:58:55.3453649Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:58:55.3454122Z   KEEP_LOGS: YES
2025-08-20T22:58:55.3454299Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:58:55.3454487Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:58:55.3454674Z   SBUILD_REBUILD: false
2025-08-20T22:58:55.3455161Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:58:55.3455693Z   BUILD_SYS: docker://rust
2025-08-20T22:58:55.3455889Z   BUILD_ON_HOST: FALSE
2025-08-20T22:58:55.3456061Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:58:55.3456239Z   SYSTMP: /tmp
2025-08-20T22:58:55.3456398Z   GHA_MODE: MATRIX
2025-08-20T22:58:55.3456789Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:58:55.3457459Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:58:55.3457757Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:58:55.3458109Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:58:55.3458560Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:58:55.3458909Z   PKG_TYPE: static
2025-08-20T22:58:55.3459081Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:58:55.3459287Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:58:55.3459635Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:58:55.3459977Z   BUILD_ID: 17110049351
2025-08-20T22:58:55.3460152Z   PKG_NAME: tlrc
2025-08-20T22:58:55.3460323Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:58:55.3460539Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:58:55.3460767Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:58:55.3461012Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:58:55.3461335Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:55.3461733Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:58:55.3462133Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:58:55.3462384Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:58:55.3462814Z   GHCR_TOKEN: ***
2025-08-20T22:58:55.3463072Z   GITHUB_TOKEN: ***
2025-08-20T22:58:55.3463277Z   GITLAB_TOKEN: ***
2025-08-20T22:58:55.3464422Z   MINISIGN_KEY: ***
2025-08-20T22:58:55.3464592Z ##[endgroup]
2025-08-20T22:58:55.3531601Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:58:55.3540266Z 50M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:58:55.3551162Z total 6.7M
2025-08-20T22:58:55.3551317Z 4.0K CHECKSUM
2025-08-20T22:58:55.3551488Z 4.0K CHECKSUM.sig
2025-08-20T22:58:55.3551654Z 4.0K LICENSE
2025-08-20T22:58:55.3551813Z 4.0K LICENSE.sig
2025-08-20T22:58:55.3551976Z 8.0K SBUILD
2025-08-20T22:58:55.3552157Z 4.0K SBUILD.sig
2025-08-20T22:58:55.3552319Z 4.0K SBUILD_TEMP
2025-08-20T22:58:55.3552477Z 2.4M tldr
2025-08-20T22:58:55.3552626Z 4.0K tldr.json
2025-08-20T22:58:55.3552784Z 4.0K tldr.json.sig
2025-08-20T22:58:55.3552946Z 608K tldr.log
2025-08-20T22:58:55.3553102Z 4.0K tldr.log.sig
2025-08-20T22:58:55.3553262Z  40K tldr.png
2025-08-20T22:58:55.3553433Z 4.0K tldr.sig
2025-08-20T22:58:55.3553591Z 4.0K tldr.version
2025-08-20T22:58:55.3553760Z 4.0K tldr.version.sig
2025-08-20T22:58:55.3553932Z 2.4M tlrc
2025-08-20T22:58:55.3554076Z 4.0K tlrc.json
2025-08-20T22:58:55.3554233Z 4.0K tlrc.json.sig
2025-08-20T22:58:55.3554392Z 608K tlrc.log
2025-08-20T22:58:55.3554907Z 4.0K tlrc.log.sig
2025-08-20T22:58:55.3555072Z  40K tlrc.png
2025-08-20T22:58:55.3555220Z 4.0K tlrc.sig
2025-08-20T22:58:55.3555380Z 608K tlrc.static.log
2025-08-20T22:58:55.3555559Z 4.0K tlrc.static.version
2025-08-20T22:58:55.3555756Z 4.0K tlrc.static.version.sig
2025-08-20T22:58:55.3555951Z 4.0K tlrc.version
2025-08-20T22:58:55.3556119Z 4.0K tlrc.version.sig
2025-08-20T22:58:55.5091438Z Uploading fe5e49ae8be4 BUILD_ARTIFACTS.zstd
2025-08-20T22:58:56.9812547Z Uploaded  fe5e49ae8be4 BUILD_ARTIFACTS.zstd
2025-08-20T22:58:56.9812880Z Uploading d33b9a389031 SRCBUILD-tlrc
2025-08-20T22:58:57.2461381Z Uploaded  d33b9a389031 SRCBUILD-tlrc
2025-08-20T22:58:57.2462516Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351:HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:58:57.2463098Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:58:57.2463490Z Digest: sha256:d33b9a3890316c677af0826b77b4df0df99d1c592774b8ffa7f78dde0f420a7b
2025-08-20T22:59:02.3921809Z 
2025-08-20T22:59:02.3922453Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:02.3922862Z 
2025-08-20T22:59:02.5208838Z ##[group]Run ##Presets
2025-08-20T22:59:02.5209092Z [36;1m##Presets[0m
2025-08-20T22:59:02.5209271Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:02.5209459Z [36;1m#-------------#[0m
2025-08-20T22:59:02.5209637Z [36;1m##Debug?[0m
2025-08-20T22:59:02.5209856Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:02.5210127Z [36;1m  set -x[0m
2025-08-20T22:59:02.5210283Z [36;1mfi[0m
2025-08-20T22:59:02.5210440Z [36;1m#-------------#[0m
2025-08-20T22:59:02.5210673Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:59:02.5210976Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:02.5243559Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:02.5243790Z env:
2025-08-20T22:59:02.5243953Z   CROSS_COMPILING: NO
2025-08-20T22:59:02.5244164Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:02.5244373Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:02.5244567Z   ON_QEMU: NO
2025-08-20T22:59:02.5244764Z   DEBUG: 0
2025-08-20T22:59:02.5244928Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:02.5245140Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:02.5245397Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:02.5245659Z   KEEP_LOGS: YES
2025-08-20T22:59:02.5245829Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:02.5246020Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:02.5246208Z   SBUILD_REBUILD: false
2025-08-20T22:59:02.5246702Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:02.5247479Z   BUILD_SYS: docker://rust
2025-08-20T22:59:02.5247678Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:02.5247860Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:02.5248040Z   SYSTMP: /tmp
2025-08-20T22:59:02.5248200Z   GHA_MODE: MATRIX
2025-08-20T22:59:02.5248607Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:02.5249092Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:02.5249388Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:02.5249742Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:02.5250188Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:02.5250540Z   PKG_TYPE: static
2025-08-20T22:59:02.5250714Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:02.5250919Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:02.5251276Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:02.5251612Z   BUILD_ID: 17110049351
2025-08-20T22:59:02.5251789Z   PKG_NAME: tlrc
2025-08-20T22:59:02.5251961Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:02.5252183Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:02.5252762Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:02.5253012Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:02.5253341Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:02.5253742Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:02.5254143Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:02.5254396Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:02.5254652Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:02.5255086Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:02.5255453Z ##[endgroup]
2025-08-20T22:59:02.5389024Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:59:02.5389336Z with:
2025-08-20T22:59:02.5389506Z   name: Bincache_tlrc_aarch64-Linux
2025-08-20T22:59:02.5389768Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:59:02.5390048Z   compression-level: 0
2025-08-20T22:59:02.5390237Z   retention-days: 30
2025-08-20T22:59:02.5390413Z   overwrite: true
2025-08-20T22:59:02.5390589Z   if-no-files-found: warn
2025-08-20T22:59:02.5390791Z   include-hidden-files: false
2025-08-20T22:59:02.5391039Z env:
2025-08-20T22:59:02.5391190Z   CROSS_COMPILING: NO
2025-08-20T22:59:02.5391378Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:02.5391585Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:02.5391784Z   ON_QEMU: NO
2025-08-20T22:59:02.5391939Z   DEBUG: 0
2025-08-20T22:59:02.5392098Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:02.5392309Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:02.5392564Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:02.5392892Z   KEEP_LOGS: YES
2025-08-20T22:59:02.5393071Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:02.5393259Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:02.5393447Z   SBUILD_REBUILD: false
2025-08-20T22:59:02.5393937Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:02.5394471Z   BUILD_SYS: docker://rust
2025-08-20T22:59:02.5394667Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:02.5394844Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:02.5395026Z   SYSTMP: /tmp
2025-08-20T22:59:02.5395186Z   GHA_MODE: MATRIX
2025-08-20T22:59:02.5395587Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:02.5396069Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:02.5396363Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:02.5396720Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:02.5397364Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:02.5397719Z   PKG_TYPE: static
2025-08-20T22:59:02.5397894Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:02.5398104Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:02.5398462Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:02.5398797Z   BUILD_ID: 17110049351
2025-08-20T22:59:02.5398973Z   PKG_NAME: tlrc
2025-08-20T22:59:02.5399143Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:02.5399357Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:02.5399588Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:02.5399841Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:02.5400163Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:02.5400562Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:02.5400965Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:02.5401219Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:02.5401471Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:02.5401910Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:02.5402614Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:02.5402816Z ##[endgroup]
2025-08-20T22:59:03.1940010Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:59:03.1945987Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:59:03.1946419Z With the provided path, there will be 2 files uploaded
2025-08-20T22:59:03.4227716Z Artifact name is valid!
2025-08-20T22:59:03.4232138Z Root directory input is valid!
2025-08-20T22:59:03.5000042Z Beginning upload of artifact content to blob storage
2025-08-20T22:59:03.9026325Z Uploaded bytes 8388608
2025-08-20T22:59:03.9551408Z Uploaded bytes 16777216
2025-08-20T22:59:03.9698619Z Uploaded bytes 25165824
2025-08-20T22:59:03.9999029Z Uploaded bytes 33554432
2025-08-20T22:59:04.0723886Z Uploaded bytes 41943040
2025-08-20T22:59:04.0987941Z Uploaded bytes 50331648
2025-08-20T22:59:04.1709273Z Uploaded bytes 53166088
2025-08-20T22:59:04.1952485Z Finished uploading artifact content to blob storage!
2025-08-20T22:59:04.1963605Z SHA256 digest of uploaded artifact zip is 71ca8aaefea8605859361a5ffad242f5e015c9754bbe1cb5643ccaee0d1488cd
2025-08-20T22:59:04.1964075Z Finalizing artifact upload
2025-08-20T22:59:04.3076136Z Artifact Bincache_tlrc_aarch64-Linux.zip successfully finalized. Artifact ID 3813966201
2025-08-20T22:59:04.3076791Z Artifact Bincache_tlrc_aarch64-Linux has been successfully uploaded! Final size is 53166088 bytes. Artifact ID is 3813966201
2025-08-20T22:59:04.3097568Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110049351/artifacts/3813966201
2025-08-20T22:59:04.3361917Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:59:04.3362236Z with:
2025-08-20T22:59:04.3362512Z   subject-name: tlrc-17110049351-HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.3363300Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:04.3363999Z   show-summary: true
2025-08-20T22:59:04.3364188Z   push-to-registry: false
2025-08-20T22:59:04.3364538Z   github-token: ***
2025-08-20T22:59:04.3364712Z env:
2025-08-20T22:59:04.3364866Z   CROSS_COMPILING: NO
2025-08-20T22:59:04.3365056Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:04.3365271Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:04.3365472Z   ON_QEMU: NO
2025-08-20T22:59:04.3365626Z   DEBUG: 0
2025-08-20T22:59:04.3365796Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:04.3366015Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:04.3366308Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:04.3366578Z   KEEP_LOGS: YES
2025-08-20T22:59:04.3366754Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:04.3367233Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:04.3367468Z   SBUILD_REBUILD: false
2025-08-20T22:59:04.3367962Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:04.3368499Z   BUILD_SYS: docker://rust
2025-08-20T22:59:04.3368701Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:04.3368885Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:04.3369064Z   SYSTMP: /tmp
2025-08-20T22:59:04.3369229Z   GHA_MODE: MATRIX
2025-08-20T22:59:04.3369626Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:04.3370111Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:04.3370410Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:04.3370778Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:04.3371229Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:04.3371587Z   PKG_TYPE: static
2025-08-20T22:59:04.3371765Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:04.3371979Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.3372617Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:04.3372960Z   BUILD_ID: 17110049351
2025-08-20T22:59:04.3373144Z   PKG_NAME: tlrc
2025-08-20T22:59:04.3373320Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:04.3373543Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.3373779Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:04.3374038Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:04.3374363Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.3374784Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:04.3375191Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:04.3375455Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:04.3375712Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.3376156Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:04.3376543Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:04.3376750Z ##[endgroup]
2025-08-20T22:59:04.3455527Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:59:04.3455937Z env:
2025-08-20T22:59:04.3456099Z   CROSS_COMPILING: NO
2025-08-20T22:59:04.3456296Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:04.3456508Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:04.3456707Z   ON_QEMU: NO
2025-08-20T22:59:04.3456860Z   DEBUG: 0
2025-08-20T22:59:04.3457282Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:04.3457501Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:04.3457994Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:04.3458319Z   KEEP_LOGS: YES
2025-08-20T22:59:04.3458493Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:04.3458688Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:04.3458877Z   SBUILD_REBUILD: false
2025-08-20T22:59:04.3459370Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:04.3459911Z   BUILD_SYS: docker://rust
2025-08-20T22:59:04.3460107Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:04.3460287Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:04.3460468Z   SYSTMP: /tmp
2025-08-20T22:59:04.3460628Z   GHA_MODE: MATRIX
2025-08-20T22:59:04.3461025Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:04.3461509Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:04.3461820Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:04.3462185Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:04.3462637Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:04.3462993Z   PKG_TYPE: static
2025-08-20T22:59:04.3463173Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:04.3463385Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.3463747Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:04.3464090Z   BUILD_ID: 17110049351
2025-08-20T22:59:04.3464270Z   PKG_NAME: tlrc
2025-08-20T22:59:04.3464452Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:04.3464674Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.3464912Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:04.3465172Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:04.3465501Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.3465913Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:04.3466323Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:04.3466584Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:04.3466846Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.3467530Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:04.3468182Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:04.3468389Z ##[endgroup]
2025-08-20T22:59:04.6557609Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:59:04.6557931Z with:
2025-08-20T22:59:04.6558553Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:04.6559337Z   subject-name: tlrc-17110049351-HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.6559734Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:59:04.6562238Z   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/17110049351/attempts/1"}}}
2025-08-20T22:59:04.6564726Z   push-to-registry: false
2025-08-20T22:59:04.6564928Z   show-summary: true
2025-08-20T22:59:04.6565300Z   github-token: ***
2025-08-20T22:59:04.6565745Z env:
2025-08-20T22:59:04.6565920Z   CROSS_COMPILING: NO
2025-08-20T22:59:04.6566116Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:04.6566331Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:04.6566535Z   ON_QEMU: NO
2025-08-20T22:59:04.6566692Z   DEBUG: 0
2025-08-20T22:59:04.6566857Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:04.6567295Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:04.6567561Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:04.6567832Z   KEEP_LOGS: YES
2025-08-20T22:59:04.6568028Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:04.6568227Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:04.6568420Z   SBUILD_REBUILD: false
2025-08-20T22:59:04.6568908Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:04.6569440Z   BUILD_SYS: docker://rust
2025-08-20T22:59:04.6569638Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:04.6569821Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:04.6570007Z   SYSTMP: /tmp
2025-08-20T22:59:04.6570182Z   GHA_MODE: MATRIX
2025-08-20T22:59:04.6570589Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:04.6571079Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:04.6571380Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:04.6571749Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:04.6572203Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:04.6572564Z   PKG_TYPE: static
2025-08-20T22:59:04.6572741Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:04.6572954Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.6573316Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:04.6573657Z   BUILD_ID: 17110049351
2025-08-20T22:59:04.6573839Z   PKG_NAME: tlrc
2025-08-20T22:59:04.6574023Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:04.6574247Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:04.6574489Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:04.6574746Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:04.6575071Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.6575778Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:04.6576184Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:04.6576440Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:04.6576697Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:04.6577443Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:04.6577836Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:04.6578043Z ##[endgroup]
2025-08-20T22:59:06.7206587Z Attestation created for 22 subjects
2025-08-20T22:59:06.7210497Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:59:06.7210927Z -----BEGIN CERTIFICATE-----
2025-08-20T22:59:06.7211260Z MIIG7zCCBnWgAwIBAgIUNHwIAhAHApC6l75keW/lBWQyeggwCgYIKoZIzj0EAwMw
2025-08-20T22:59:06.7211760Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:59:06.7212230Z cm1lZGlhdGUwHhcNMjUwODIwMjI1OTA1WhcNMjUwODIwMjMwOTA1WjAAMFkwEwYH
2025-08-20T22:59:06.7212697Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEZzXvlQFISBZj7/nEUL6kMrfzvfPQQPwVLxr4
2025-08-20T22:59:06.7213124Z whVMT4SBA9aE8oWms1oRkxCDKM+xVYv/bxxhn2cyGPgkakq836OCBZQwggWQMA4G
2025-08-20T22:59:06.7213560Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQURlzR
2025-08-20T22:59:06.7214009Z w6QF3+t5VU104hTt46/bIDMwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:59:06.7214442Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:59:06.7214883Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:59:06.7215652Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:59:06.7216159Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:59:06.7216594Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:59:06.7217294Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:59:06.7217790Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:59:06.7218272Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:59:06.7218728Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:59:06.7219169Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:59:06.7219616Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:59:06.7220074Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:59:06.7220520Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:59:06.7220973Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:59:06.7221443Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:59:06.7221908Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:59:06.7222369Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:59:06.7222831Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:59:06.7223286Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:59:06.7223741Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:59:06.7224198Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:59:06.7224666Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:59:06.7225128Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:59:06.7225579Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMDQ5MzUxL2F0
2025-08-20T22:59:06.7226044Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:59:06.7226513Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJtRf5
2025-08-20T22:59:06.7227098Z AAAEAwBHMEUCIHZnP8RqHrpnr9wHiOtygzK3U5IiAHftbvqpgY3El6eHAiEAgxpd
2025-08-20T22:59:06.7227616Z paWBhD7KIDFgdgZ6hUPPG9y0PSKETGhQz+caIoMwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:59:06.7228346Z AP6B75WkWWL9TBvP4nDaLEqSWFpm9XOS+b03gCV2uX+PJarMFDEcAl3ngSRibl5C
2025-08-20T22:59:06.7228774Z zQIwM4FiM5a7uLV8PsDKtRym/judhaz6Yj0/7dFZN//8PWgBpotpgNAAmeUymVVz
2025-08-20T22:59:06.7229081Z f7LB
2025-08-20T22:59:06.7229240Z -----END CERTIFICATE-----
2025-08-20T22:59:06.7229375Z 
2025-08-20T22:59:06.7229828Z ##[endgroup]
2025-08-20T22:59:06.7230240Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:59:06.7230615Z https://search.sigstore.dev?logIndex=414593522
2025-08-20T22:59:06.7230947Z [36mAttestation uploaded to repository[39m
2025-08-20T22:59:06.7231259Z https://github.com/pkgforge/bincache/attestations/9876404
2025-08-20T22:59:06.8186546Z ##[group]Run ##Presets
2025-08-20T22:59:06.8186819Z [36;1m##Presets[0m
2025-08-20T22:59:06.8187221Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:06.8187425Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8187611Z [36;1m##Debug?[0m
2025-08-20T22:59:06.8187835Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:06.8188126Z [36;1m  set -x[0m
2025-08-20T22:59:06.8188293Z [36;1mfi[0m
2025-08-20T22:59:06.8188454Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8188740Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:06.8189217Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tlrc/official"[0m
2025-08-20T22:59:06.8189593Z [36;1m exit 1[0m
2025-08-20T22:59:06.8189756Z [36;1mfi[0m
2025-08-20T22:59:06.8221151Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:06.8221366Z env:
2025-08-20T22:59:06.8221531Z   CROSS_COMPILING: NO
2025-08-20T22:59:06.8221783Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:06.8222003Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:06.8222208Z   ON_QEMU: NO
2025-08-20T22:59:06.8222366Z   DEBUG: 0
2025-08-20T22:59:06.8222532Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:06.8222748Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:06.8223017Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:06.8223298Z   KEEP_LOGS: YES
2025-08-20T22:59:06.8223473Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:06.8223665Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:06.8223864Z   SBUILD_REBUILD: false
2025-08-20T22:59:06.8224356Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:06.8224890Z   BUILD_SYS: docker://rust
2025-08-20T22:59:06.8225093Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:06.8225287Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:06.8225470Z   SYSTMP: /tmp
2025-08-20T22:59:06.8225637Z   GHA_MODE: MATRIX
2025-08-20T22:59:06.8226048Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:06.8226538Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:06.8226843Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:06.8227382Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:06.8227850Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:06.8228212Z   PKG_TYPE: static
2025-08-20T22:59:06.8228391Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:06.8228607Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8228969Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:06.8229310Z   BUILD_ID: 17110049351
2025-08-20T22:59:06.8229495Z   PKG_NAME: tlrc
2025-08-20T22:59:06.8229671Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:06.8229905Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8230150Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:06.8230407Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:06.8230739Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8231151Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:06.8231869Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:06.8232131Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:06.8232391Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8232841Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:06.8233224Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:06.8233434Z ##[endgroup]
2025-08-20T22:59:06.8299912Z ##[group]Run ##Presets
2025-08-20T22:59:06.8300163Z [36;1m##Presets[0m
2025-08-20T22:59:06.8300346Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:06.8300539Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8300725Z [36;1m##Debug?[0m
2025-08-20T22:59:06.8300949Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:06.8301227Z [36;1m  set -x[0m
2025-08-20T22:59:06.8301393Z [36;1mfi[0m
2025-08-20T22:59:06.8301556Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8301779Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:06.8302213Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tlrc/official"[0m
2025-08-20T22:59:06.8302595Z [36;1m exit 1[0m
2025-08-20T22:59:06.8302762Z [36;1mfi[0m
2025-08-20T22:59:06.8328133Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:06.8328356Z env:
2025-08-20T22:59:06.8328521Z   CROSS_COMPILING: NO
2025-08-20T22:59:06.8328724Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:06.8328981Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:06.8329188Z   ON_QEMU: NO
2025-08-20T22:59:06.8329350Z   DEBUG: 0
2025-08-20T22:59:06.8329516Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:06.8329736Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:06.8330001Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:06.8330273Z   KEEP_LOGS: YES
2025-08-20T22:59:06.8330448Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:06.8330648Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:06.8330843Z   SBUILD_REBUILD: false
2025-08-20T22:59:06.8331345Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:06.8331878Z   BUILD_SYS: docker://rust
2025-08-20T22:59:06.8332083Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:06.8332267Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:06.8332450Z   SYSTMP: /tmp
2025-08-20T22:59:06.8332624Z   GHA_MODE: MATRIX
2025-08-20T22:59:06.8333033Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:06.8333523Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:06.8333853Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:06.8334216Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:06.8334677Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:06.8335038Z   PKG_TYPE: static
2025-08-20T22:59:06.8335220Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:06.8335442Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8335802Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:06.8336147Z   BUILD_ID: 17110049351
2025-08-20T22:59:06.8336329Z   PKG_NAME: tlrc
2025-08-20T22:59:06.8336512Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:06.8336739Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8337176Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:06.8337448Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:06.8337778Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8338189Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:06.8338595Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:06.8338859Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:06.8339120Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8339567Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:06.8340233Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:06.8340444Z ##[endgroup]
2025-08-20T22:59:06.8402293Z ##[group]Run ##Presets
2025-08-20T22:59:06.8402551Z [36;1m##Presets[0m
2025-08-20T22:59:06.8402740Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:06.8402934Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8403123Z [36;1m##Debug?[0m
2025-08-20T22:59:06.8403343Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:06.8403668Z [36;1m  set -x[0m
2025-08-20T22:59:06.8403836Z [36;1mfi[0m
2025-08-20T22:59:06.8404001Z [36;1m#-------------#[0m
2025-08-20T22:59:06.8404318Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:06.8404682Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:59:06.8404957Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:06.8405204Z [36;1mfi[0m
2025-08-20T22:59:06.8430211Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:06.8430430Z env:
2025-08-20T22:59:06.8430600Z   CROSS_COMPILING: NO
2025-08-20T22:59:06.8430863Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:06.8431091Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:06.8431297Z   ON_QEMU: NO
2025-08-20T22:59:06.8431453Z   DEBUG: 0
2025-08-20T22:59:06.8431623Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:06.8431841Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:06.8432106Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:06.8432376Z   KEEP_LOGS: YES
2025-08-20T22:59:06.8432550Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:06.8432746Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:06.8432939Z   SBUILD_REBUILD: false
2025-08-20T22:59:06.8433432Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:06.8433961Z   BUILD_SYS: docker://rust
2025-08-20T22:59:06.8434163Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:06.8434361Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:06.8434543Z   SYSTMP: /tmp
2025-08-20T22:59:06.8434708Z   GHA_MODE: MATRIX
2025-08-20T22:59:06.8435120Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:06.8435608Z   INPUT_SBUILD: /tmp/pkgforge/0iOSQttXH_build.yaml
2025-08-20T22:59:06.8435907Z   BUILD_DIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml
2025-08-20T22:59:06.8436274Z   SBUILD_OUTDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:06.8436727Z   SBUILD_TMPDIR: /tmp/pkgforge/QuNJAmJ_0iOSQttH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:06.8437354Z   PKG_TYPE: static
2025-08-20T22:59:06.8437551Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:06.8437765Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8438126Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:06.8438470Z   BUILD_ID: 17110049351
2025-08-20T22:59:06.8438667Z   PKG_NAME: tlrc
2025-08-20T22:59:06.8438848Z   PKG_DATE: 2025-08-20T22:58:37Z
2025-08-20T22:59:06.8439070Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:06.8439313Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:59:06.8439568Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:06.8439893Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8440298Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tlrc/official/tlrc
2025-08-20T22:59:06.8440708Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:06.8440965Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:06.8441222Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-aarch64-linux
2025-08-20T22:59:06.8441668Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:06.8442050Z   UTC_TIME: 2025_08_20T10_59_02_PM
2025-08-20T22:59:06.8442263Z ##[endgroup]
2025-08-20T22:59:06.8491283Z EXITED
2025-08-20T22:59:06.8535718Z Cleaning up orphan processes
