﻿2025-08-18T22:20:15.8524368Z Current runner version: '2.327.1'
2025-08-18T22:20:15.8550327Z ##[group]Runner Image Provisioner
2025-08-18T22:20:15.8551295Z Hosted Compute Agent
2025-08-18T22:20:15.8552657Z Version: 20250818.377
2025-08-18T22:20:15.8553312Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T22:20:15.8553992Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T22:20:15.8554708Z ##[endgroup]
2025-08-18T22:20:15.8555218Z ##[group]VM Image
2025-08-18T22:20:15.8555847Z - OS: Linux (arm64)
2025-08-18T22:20:15.8556517Z - Source: Partner
2025-08-18T22:20:15.8557083Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-18T22:20:15.8557737Z - Version: 20250728.24.1
2025-08-18T22:20:15.8558755Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-18T22:20:15.8559791Z ##[endgroup]
2025-08-18T22:20:15.8561123Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T22:20:15.8563919Z Attestations: write
2025-08-18T22:20:15.8564636Z Contents: write
2025-08-18T22:20:15.8565355Z Metadata: read
2025-08-18T22:20:15.8566018Z Packages: write
2025-08-18T22:20:15.8566583Z ##[endgroup]
2025-08-18T22:20:15.8569399Z Secret source: Actions
2025-08-18T22:20:15.8570495Z Prepare workflow directory
2025-08-18T22:20:15.8911055Z Prepare all required actions
2025-08-18T22:20:15.8950555Z Getting action download info
2025-08-18T22:20:16.3043125Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T22:20:17.1899098Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T22:20:17.8949966Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T22:20:18.0204388Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T22:20:18.6294228Z Getting action download info
2025-08-18T22:20:18.7888530Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T22:20:19.3471897Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T22:20:19.9585050Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/xcp/official)
2025-08-18T22:20:20.0210202Z ##[group]Run ##Presets
2025-08-18T22:20:20.0210742Z [36;1m##Presets[0m
2025-08-18T22:20:20.0211156Z [36;1mset +x ; set +e[0m
2025-08-18T22:20:20.0211634Z [36;1m#-------------#[0m
2025-08-18T22:20:20.0212112Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T22:20:20.0212679Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T22:20:20.0213092Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0213517Z [36;1m  fi[0m
2025-08-18T22:20:20.0213867Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T22:20:20.0214322Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T22:20:20.0214817Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0215157Z [36;1m  fi[0m
2025-08-18T22:20:20.0215472Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T22:20:20.0216036Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T22:20:20.0216429Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0216902Z [36;1m  fi[0m
2025-08-18T22:20:20.0217226Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T22:20:20.0217690Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T22:20:20.0218064Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T22:20:20.0218412Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T22:20:20.0218853Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0219522Z [36;1m     else[0m
2025-08-18T22:20:20.0219841Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0220366Z [36;1m     fi[0m
2025-08-18T22:20:20.0220637Z [36;1m  fi[0m
2025-08-18T22:20:20.0220919Z [36;1mfi[0m
2025-08-18T22:20:20.0253002Z shell: /usr/bin/bash -e {0}
2025-08-18T22:20:20.0253963Z env:
2025-08-18T22:20:20.0254636Z   GH_TOKEN: ***
2025-08-18T22:20:20.0254891Z ##[endgroup]
2025-08-18T22:20:20.0475018Z ##[group]Run ##Presets
2025-08-18T22:20:20.0475428Z [36;1m##Presets[0m
2025-08-18T22:20:20.0475840Z [36;1mset +x ; set +e[0m
2025-08-18T22:20:20.0476271Z [36;1m#-------------#[0m
2025-08-18T22:20:20.0476666Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T22:20:20.0477259Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T22:20:20.0477837Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T22:20:20.0478329Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T22:20:20.0478845Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T22:20:20.0479347Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T22:20:20.0479789Z [36;1m  exit 1[0m
2025-08-18T22:20:20.0480100Z [36;1mfi[0m
2025-08-18T22:20:20.0503559Z shell: /usr/bin/bash -e {0}
2025-08-18T22:20:20.0503930Z env:
2025-08-18T22:20:20.0504436Z   RO_GHTOKEN: ***
2025-08-18T22:20:20.0504790Z   RO_GLTOKEN: ***
2025-08-18T22:20:20.0506002Z   MINISIGN_KEY: ***
2025-08-18T22:20:20.0506323Z ##[endgroup]
2025-08-18T22:20:20.0639580Z ##[group]Run ##Presets
2025-08-18T22:20:20.0640118Z [36;1m##Presets[0m
2025-08-18T22:20:20.0640526Z [36;1mset +x ; set +e[0m
2025-08-18T22:20:20.0640812Z [36;1m#-------------#[0m
2025-08-18T22:20:20.0641182Z [36;1m##Host Triplet[0m
2025-08-18T22:20:20.0641736Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:20:20.0642135Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T22:20:20.0642544Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:20:20.0642946Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T22:20:20.0643281Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T22:20:20.0643733Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T22:20:20.0644126Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T22:20:20.0644497Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T22:20:20.0644930Z [36;1m   fi[0m
2025-08-18T22:20:20.0645344Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:20:20.0645805Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T22:20:20.0646160Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:20:20.0646581Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T22:20:20.0646975Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T22:20:20.0647247Z [36;1m fi[0m
2025-08-18T22:20:20.0647615Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0648060Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0648473Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0649010Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0649308Z [36;1m##Debug[0m
2025-08-18T22:20:20.0649548Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T22:20:20.0649906Z [36;1m   export DEBUG="1"[0m
2025-08-18T22:20:20.0650170Z [36;1m else[0m
2025-08-18T22:20:20.0650466Z [36;1m   export DEBUG="0"[0m
2025-08-18T22:20:20.0650748Z [36;1m fi[0m
2025-08-18T22:20:20.0651012Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0651571Z [36;1m##Docker Platform[0m
2025-08-18T22:20:20.0652270Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T22:20:20.0652674Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T22:20:20.0653199Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T22:20:20.0653603Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T22:20:20.0654035Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T22:20:20.0654443Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T22:20:20.0654855Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T22:20:20.0655309Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T22:20:20.0655623Z [36;1m fi[0m
2025-08-18T22:20:20.0655967Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0656566Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0656988Z [36;1m##GHCRPKG_URL[0m
2025-08-18T22:20:20.0657541Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/xcp/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:20:20.0658117Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T22:20:20.0658486Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0658871Z [36;1m##Logs[0m
2025-08-18T22:20:20.0659332Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T22:20:20.0659691Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T22:20:20.0660056Z [36;1m else[0m
2025-08-18T22:20:20.0660320Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T22:20:20.0660609Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T22:20:20.0661022Z [36;1m fi[0m
2025-08-18T22:20:20.0661826Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0662408Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0662827Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T22:20:20.0663229Z [36;1m PKG_FAMILY_LOCAL="$(echo "xcp" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:20:20.0663748Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T22:20:20.0664166Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0664535Z [36;1m##Rebuild[0m
2025-08-18T22:20:20.0664881Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T22:20:20.0665224Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T22:20:20.0665578Z [36;1m else[0m
2025-08-18T22:20:20.0665890Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T22:20:20.0666178Z [36;1m fi[0m
2025-08-18T22:20:20.0666547Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0666921Z [36;1m ##SBUILD_URL[0m
2025-08-18T22:20:20.0667416Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T22:20:20.0668097Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T22:20:20.0668944Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-18T22:20:20.0669739Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:20:20.0670170Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T22:20:20.0670654Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T22:20:20.0671225Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T22:20:20.0671974Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0672313Z [36;1m    exit 1[0m
2025-08-18T22:20:20.0672665Z [36;1m   else[0m
2025-08-18T22:20:20.0672928Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T22:20:20.0673343Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0673760Z [36;1m    #Check for x_exec.host[0m
2025-08-18T22:20:20.0674403Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T22:20:20.0674835Z [36;1m      #check if supported[0m
2025-08-18T22:20:20.0675252Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T22:20:20.0675808Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T22:20:20.0676356Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T22:20:20.0676731Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0677059Z [36;1m         exit 1[0m
2025-08-18T22:20:20.0677394Z [36;1m       fi[0m
2025-08-18T22:20:20.0677675Z [36;1m      #get build system[0m
2025-08-18T22:20:20.0678172Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T22:20:20.0678624Z [36;1m       export BUILD_SYS[0m
2025-08-18T22:20:20.0678967Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0679434Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T22:20:20.0679829Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0680232Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0680684Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T22:20:20.0681087Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0681654Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.0682010Z [36;1m       fi[0m
2025-08-18T22:20:20.0682529Z [36;1m     fi[0m
2025-08-18T22:20:20.0682897Z [36;1m   fi[0m
2025-08-18T22:20:20.0683151Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T22:20:20.0707506Z shell: /usr/bin/bash -e {0}
2025-08-18T22:20:20.0707921Z ##[endgroup]
2025-08-18T22:20:20.4332319Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:20:20.4333006Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:20:20.4333270Z 
2025-08-18T22:20:20.5825560Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:20:20.5826254Z 100  5254  100  5254    0     0  34820      0 --:--:-- --:--:-- --:--:-- 35026
2025-08-18T22:20:20.5838054Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:20:20.6026139Z ##[group]Run ##Presets
2025-08-18T22:20:20.6026565Z [36;1m##Presets[0m
2025-08-18T22:20:20.6026836Z [36;1mset +x ; set +e[0m
2025-08-18T22:20:20.6027181Z [36;1m#-------------#[0m
2025-08-18T22:20:20.6027453Z [36;1m##Debug?[0m
2025-08-18T22:20:20.6027752Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:20:20.6028181Z [36;1m  set -x[0m
2025-08-18T22:20:20.6028436Z [36;1mfi[0m
2025-08-18T22:20:20.6028751Z [36;1m#-------------#[0m
2025-08-18T22:20:20.6029058Z [36;1m##CoreUtils[0m
2025-08-18T22:20:20.6029329Z [36;1msudo apt update -y[0m
2025-08-18T22:20:20.6029807Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T22:20:20.6030848Z [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-18T22:20:20.6032422Z [36;1m##tmp[0m
2025-08-18T22:20:20.6032802Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T22:20:20.6033191Z [36;1m#GH ENV[0m
2025-08-18T22:20:20.6033550Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.6033893Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.6034253Z [36;1m#-------------#[0m
2025-08-18T22:20:20.6034590Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T22:20:20.6034899Z [36;1msudo apt update -y[0m
2025-08-18T22:20:20.6035501Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T22:20:20.6035823Z [36;1m##Setup Minisign[0m
2025-08-18T22:20:20.6036122Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T22:20:20.6036722Z [36;1mecho "***[0m
2025-08-18T22:20:20.6038037Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T22:20:20.6038374Z [36;1m##User-Agent[0m
2025-08-18T22:20:20.6039222Z [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-18T22:20:20.6040076Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:20:20.6066590Z shell: /usr/bin/bash -e {0}
2025-08-18T22:20:20.6066902Z env:
2025-08-18T22:20:20.6067327Z   CROSS_COMPILING: NO
2025-08-18T22:20:20.6067649Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:20:20.6067997Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:20:20.6068266Z   ON_QEMU: NO
2025-08-18T22:20:20.6068523Z   DEBUG: 0
2025-08-18T22:20:20.6068835Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:20:20.6069174Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:20:20.6069516Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:20:20.6069923Z   KEEP_LOGS: YES
2025-08-18T22:20:20.6070182Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:20:20.6070447Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:20:20.6070793Z   SBUILD_REBUILD: false
2025-08-18T22:20:20.6071600Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:20:20.6072325Z   BUILD_SYS: docker://rust
2025-08-18T22:20:20.6072626Z   BUILD_ON_HOST: FALSE
2025-08-18T22:20:20.6072890Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:20:20.6073225Z ##[endgroup]
2025-08-18T22:20:20.6380140Z 
2025-08-18T22:20:20.6380722Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:20:20.6381082Z 
2025-08-18T22:20:21.0752129Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:20:21.0821692Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-18T22:20:21.1562750Z Get:3 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-18T22:20:21.1807965Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T22:20:21.3029165Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-18T22:20:21.3976713Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-18T22:20:21.7709768Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-18T22:20:21.8427241Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9807 B]
2025-08-18T22:20:21.8614536Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T22:20:21.8855943Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T22:20:21.9139610Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1384 kB]
2025-08-18T22:20:21.9210604Z Get:12 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-18T22:20:22.1571233Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [267 kB]
2025-08-18T22:20:22.2109112Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-18T22:20:22.2604283Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1100 kB]
2025-08-18T22:20:22.3313200Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-18T22:20:22.3831001Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-18T22:20:22.4378563Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2263 kB]
2025-08-18T22:20:22.5326538Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [374 kB]
2025-08-18T22:20:22.5812724Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-18T22:20:22.6450886Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-18T22:20:22.7783964Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-18T22:20:22.8245881Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-18T22:20:22.8709401Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-18T22:20:22.9173614Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-18T22:20:22.9638618Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-18T22:20:23.0098971Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-18T22:20:23.0562390Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-18T22:20:23.1024501Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-18T22:20:23.1488661Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-18T22:20:23.1950956Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-18T22:20:23.2412940Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1118 kB]
2025-08-18T22:20:23.2958429Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [185 kB]
2025-08-18T22:20:23.3430778Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-18T22:20:23.3893851Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [854 kB]
2025-08-18T22:20:23.4419324Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [194 kB]
2025-08-18T22:20:23.5755963Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-18T22:20:23.6219571Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2118 kB]
2025-08-18T22:20:23.6844425Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [350 kB]
2025-08-18T22:20:23.7331967Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B]
2025-08-18T22:20:23.7793698Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-18T22:20:23.8257837Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-18T22:20:23.8718286Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B]
2025-08-18T22:20:30.8445197Z Fetched 11.8 MB in 3s (3722 kB/s)
2025-08-18T22:20:31.5357731Z Reading package lists...
2025-08-18T22:20:31.6990516Z Building dependency tree...
2025-08-18T22:20:31.6996527Z Reading state information...
2025-08-18T22:20:31.7184022Z 193 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:20:31.7270975Z 
2025-08-18T22:20:31.7271606Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:20:31.7271956Z 
2025-08-18T22:20:31.7385177Z Reading package lists...
2025-08-18T22:20:31.9224602Z Building dependency tree...
2025-08-18T22:20:31.9232605Z Reading state information...
2025-08-18T22:20:32.1456632Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:20:32.1457280Z bc set to manually installed.
2025-08-18T22:20:32.1457821Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:20:32.1458199Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T22:20:32.1458635Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:20:32.1987848Z The following NEW packages will be installed:
2025-08-18T22:20:32.1993348Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-18T22:20:32.1995025Z   moreutils
2025-08-18T22:20:32.2000489Z The following packages will be upgraded:
2025-08-18T22:20:32.2007919Z   jq libjq1
2025-08-18T22:20:32.2171866Z 2 upgraded, 6 newly installed, 0 to remove and 191 not upgraded.
2025-08-18T22:20:32.3773539Z Need to get 936 kB of archives.
2025-08-18T22:20:32.3774334Z After this operation, 3171 kB of additional disk space will be used.
2025-08-18T22:20:32.3774928Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-18T22:20:32.5151742Z 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-18T22:20:32.6098519Z 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-18T22:20:32.7061096Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-18T22:20:32.7557873Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-18T22:20:32.8130199Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-18T22:20:32.8602951Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-18T22:20:32.9128465Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-18T22:20:33.2342472Z Fetched 936 kB in 1s (1246 kB/s)
2025-08-18T22:20:33.2921037Z Selecting previously unselected package fdupes.
2025-08-18T22:20:33.3413702Z (Reading database ... 
2025-08-18T22:20:33.3414175Z (Reading database ... 5%
2025-08-18T22:20:33.3414446Z (Reading database ... 10%
2025-08-18T22:20:33.3414684Z (Reading database ... 15%
2025-08-18T22:20:33.3415007Z (Reading database ... 20%
2025-08-18T22:20:33.3415292Z (Reading database ... 25%
2025-08-18T22:20:33.3415523Z (Reading database ... 30%
2025-08-18T22:20:33.3415795Z (Reading database ... 35%
2025-08-18T22:20:33.3416032Z (Reading database ... 40%
2025-08-18T22:20:33.3416288Z (Reading database ... 45%
2025-08-18T22:20:33.3416578Z (Reading database ... 50%
2025-08-18T22:20:33.6204907Z (Reading database ... 55%
2025-08-18T22:20:34.0913407Z (Reading database ... 60%
2025-08-18T22:20:34.2490278Z (Reading database ... 65%
2025-08-18T22:20:34.2920256Z (Reading database ... 70%
2025-08-18T22:20:34.4521246Z (Reading database ... 75%
2025-08-18T22:20:34.9525817Z (Reading database ... 80%
2025-08-18T22:20:35.4984841Z (Reading database ... 85%
2025-08-18T22:20:36.0355451Z (Reading database ... 90%
2025-08-18T22:20:36.5660296Z (Reading database ... 95%
2025-08-18T22:20:36.5660694Z (Reading database ... 100%
2025-08-18T22:20:36.5661285Z (Reading database ... 189117 files and directories currently installed.)
2025-08-18T22:20:36.5700235Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-18T22:20:36.5983698Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T22:20:36.6833668Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:20:36.7087603Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:20:36.8149089Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:20:36.8481781Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:20:36.9145844Z Selecting previously unselected package libio-pty-perl.
2025-08-18T22:20:36.9305771Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-18T22:20:36.9375977Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:20:36.9946056Z Selecting previously unselected package libipc-run-perl.
2025-08-18T22:20:37.0081687Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-18T22:20:37.0167669Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-18T22:20:37.0780427Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T22:20:37.0934375Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T22:20:37.1009621Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T22:20:37.1680231Z Selecting previously unselected package moreutils.
2025-08-18T22:20:37.1825071Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-18T22:20:37.1902623Z Unpacking moreutils (0.69-1) ...
2025-08-18T22:20:37.2506965Z Selecting previously unselected package dos2unix.
2025-08-18T22:20:37.2679480Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-18T22:20:37.2783687Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T22:20:37.4324089Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:20:37.4577095Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:20:37.4802831Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T22:20:37.5029667Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-18T22:20:37.5224686Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T22:20:37.5452476Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:20:37.5722662Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T22:20:37.5932856Z Setting up moreutils (0.69-1) ...
2025-08-18T22:20:37.6193344Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:20:43.6033358Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:20:44.7339070Z Reading package lists...
2025-08-18T22:20:44.9008027Z Building dependency tree...
2025-08-18T22:20:44.9015916Z Reading state information...
2025-08-18T22:20:45.1185223Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:20:45.1185883Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:20:45.1186265Z apt-utils set to manually installed.
2025-08-18T22:20:45.1186575Z ca-certificates is already the newest version (20240203).
2025-08-18T22:20:45.1187620Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:20:45.1188054Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:20:45.1188410Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:20:45.1188810Z moreutils is already the newest version (0.69-1).
2025-08-18T22:20:45.1189192Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:20:45.1189603Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:20:45.1190004Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:20:45.1190768Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T22:20:45.1191163Z tmux set to manually installed.
2025-08-18T22:20:45.1191655Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:20:45.1192081Z The following additional packages will be installed:
2025-08-18T22:20:45.1192580Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-18T22:20:45.1193095Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-18T22:20:45.1193641Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:20:45.1194027Z   uuid-runtime
2025-08-18T22:20:45.1200342Z Suggested packages:
2025-08-18T22:20:45.1200792Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-18T22:20:45.1201219Z   util-linux-extra util-linux-locales
2025-08-18T22:20:45.1201573Z Recommended packages:
2025-08-18T22:20:45.1201875Z   unattended-upgrades
2025-08-18T22:20:45.1680114Z The following NEW packages will be installed:
2025-08-18T22:20:45.1680502Z   rename
2025-08-18T22:20:45.1684112Z The following packages will be upgraded:
2025-08-18T22:20:45.1684874Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-18T22:20:45.1686074Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-18T22:20:45.1692634Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:20:45.1693126Z   software-properties-common util-linux uuid-runtime
2025-08-18T22:20:45.1862942Z 26 upgraded, 1 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:20:45.3474958Z Need to get 4390 kB of archives.
2025-08-18T22:20:45.3475413Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T22:20:45.3476014Z 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-18T22:20:45.5356940Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-18T22:20:45.7680023Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-18T22:20:45.8164912Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-18T22:20:45.8633268Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-18T22:20:45.9099145Z 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-18T22:20:45.9564050Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-18T22:20:46.0051298Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-18T22:20:46.0537650Z 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-18T22:20:46.1012778Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-18T22:20:46.1554186Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-18T22:20:46.2042043Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-18T22:20:46.2556674Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-18T22:20:46.3071549Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-18T22:20:46.3675574Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-18T22:20:46.4164240Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-18T22:20:46.4714323Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-18T22:20:46.5190631Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-18T22:20:46.5685835Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-18T22:20:46.7021128Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-18T22:20:46.7516734Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-18T22:20:46.7992428Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-18T22:20:46.8476441Z 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-18T22:20:46.8947024Z 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-18T22:20:46.9412008Z 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-18T22:20:46.9881132Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-18T22:20:47.0344970Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-18T22:20:47.2798105Z Fetched 4390 kB in 2s (2392 kB/s)
2025-08-18T22:20:47.3156460Z (Reading database ... 
2025-08-18T22:20:47.3157013Z (Reading database ... 5%
2025-08-18T22:20:47.3157284Z (Reading database ... 10%
2025-08-18T22:20:47.3157571Z (Reading database ... 15%
2025-08-18T22:20:47.3157833Z (Reading database ... 20%
2025-08-18T22:20:47.3158106Z (Reading database ... 25%
2025-08-18T22:20:47.3158408Z (Reading database ... 30%
2025-08-18T22:20:47.3158649Z (Reading database ... 35%
2025-08-18T22:20:47.3158879Z (Reading database ... 40%
2025-08-18T22:20:47.3159201Z (Reading database ... 45%
2025-08-18T22:20:47.3159478Z (Reading database ... 50%
2025-08-18T22:20:47.3177237Z (Reading database ... 55%
2025-08-18T22:20:47.3260814Z (Reading database ... 60%
2025-08-18T22:20:47.3298836Z (Reading database ... 65%
2025-08-18T22:20:47.3312923Z (Reading database ... 70%
2025-08-18T22:20:47.3331188Z (Reading database ... 75%
2025-08-18T22:20:47.3361938Z (Reading database ... 80%
2025-08-18T22:20:47.3522866Z (Reading database ... 85%
2025-08-18T22:20:47.3541297Z (Reading database ... 90%
2025-08-18T22:20:47.3630124Z (Reading database ... 95%
2025-08-18T22:20:47.3630584Z (Reading database ... 100%
2025-08-18T22:20:47.3630967Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:47.3660659Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:47.3912692Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:47.4938532Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:47.5729416Z (Reading database ... 
2025-08-18T22:20:47.5729773Z (Reading database ... 5%
2025-08-18T22:20:47.5730210Z (Reading database ... 10%
2025-08-18T22:20:47.5730496Z (Reading database ... 15%
2025-08-18T22:20:47.5730759Z (Reading database ... 20%
2025-08-18T22:20:47.5731012Z (Reading database ... 25%
2025-08-18T22:20:47.5731259Z (Reading database ... 30%
2025-08-18T22:20:47.5731793Z (Reading database ... 35%
2025-08-18T22:20:47.5732089Z (Reading database ... 40%
2025-08-18T22:20:47.5732339Z (Reading database ... 45%
2025-08-18T22:20:47.5732625Z (Reading database ... 50%
2025-08-18T22:20:47.5751492Z (Reading database ... 55%
2025-08-18T22:20:47.5835089Z (Reading database ... 60%
2025-08-18T22:20:47.5872935Z (Reading database ... 65%
2025-08-18T22:20:47.5886595Z (Reading database ... 70%
2025-08-18T22:20:47.5905589Z (Reading database ... 75%
2025-08-18T22:20:47.5936670Z (Reading database ... 80%
2025-08-18T22:20:47.6093319Z (Reading database ... 85%
2025-08-18T22:20:47.6111614Z (Reading database ... 90%
2025-08-18T22:20:47.6198913Z (Reading database ... 95%
2025-08-18T22:20:47.6199241Z (Reading database ... 100%
2025-08-18T22:20:47.6199749Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:47.6225433Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:47.6470879Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:47.7859220Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:48.3682905Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:20:48.4221729Z (Reading database ... 
2025-08-18T22:20:48.4222281Z (Reading database ... 5%
2025-08-18T22:20:48.4222543Z (Reading database ... 10%
2025-08-18T22:20:48.4222767Z (Reading database ... 15%
2025-08-18T22:20:48.4223063Z (Reading database ... 20%
2025-08-18T22:20:48.4223929Z (Reading database ... 25%
2025-08-18T22:20:48.4224211Z (Reading database ... 30%
2025-08-18T22:20:48.4224560Z (Reading database ... 35%
2025-08-18T22:20:48.4224839Z (Reading database ... 40%
2025-08-18T22:20:48.4225118Z (Reading database ... 45%
2025-08-18T22:20:48.4225401Z (Reading database ... 50%
2025-08-18T22:20:48.4245158Z (Reading database ... 55%
2025-08-18T22:20:48.4327037Z (Reading database ... 60%
2025-08-18T22:20:48.4364512Z (Reading database ... 65%
2025-08-18T22:20:48.4377757Z (Reading database ... 70%
2025-08-18T22:20:48.4396082Z (Reading database ... 75%
2025-08-18T22:20:48.4426115Z (Reading database ... 80%
2025-08-18T22:20:48.4587196Z (Reading database ... 85%
2025-08-18T22:20:48.4604894Z (Reading database ... 90%
2025-08-18T22:20:48.4690986Z (Reading database ... 95%
2025-08-18T22:20:48.4691490Z (Reading database ... 100%
2025-08-18T22:20:48.4691934Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:48.4717257Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:48.4987343Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:48.6030326Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:48.6284128Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:48.7059385Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:48.7817802Z (Reading database ... 
2025-08-18T22:20:48.7818129Z (Reading database ... 5%
2025-08-18T22:20:48.7818366Z (Reading database ... 10%
2025-08-18T22:20:48.7819403Z (Reading database ... 15%
2025-08-18T22:20:48.7819786Z (Reading database ... 20%
2025-08-18T22:20:48.7820143Z (Reading database ... 25%
2025-08-18T22:20:48.7820461Z (Reading database ... 30%
2025-08-18T22:20:48.7820705Z (Reading database ... 35%
2025-08-18T22:20:48.7820993Z (Reading database ... 40%
2025-08-18T22:20:48.7821231Z (Reading database ... 45%
2025-08-18T22:20:48.7821680Z (Reading database ... 50%
2025-08-18T22:20:48.7838124Z (Reading database ... 55%
2025-08-18T22:20:48.7920151Z (Reading database ... 60%
2025-08-18T22:20:48.7957270Z (Reading database ... 65%
2025-08-18T22:20:48.7970437Z (Reading database ... 70%
2025-08-18T22:20:48.7988311Z (Reading database ... 75%
2025-08-18T22:20:48.8018545Z (Reading database ... 80%
2025-08-18T22:20:48.8174790Z (Reading database ... 85%
2025-08-18T22:20:48.8192955Z (Reading database ... 90%
2025-08-18T22:20:48.8279059Z (Reading database ... 95%
2025-08-18T22:20:48.8279495Z (Reading database ... 100%
2025-08-18T22:20:48.8279853Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:48.8305424Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:48.8539076Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:48.9260364Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:49.0119223Z (Reading database ... 
2025-08-18T22:20:49.0119819Z (Reading database ... 5%
2025-08-18T22:20:49.0120082Z (Reading database ... 10%
2025-08-18T22:20:49.0120434Z (Reading database ... 15%
2025-08-18T22:20:49.0121014Z (Reading database ... 20%
2025-08-18T22:20:49.0121282Z (Reading database ... 25%
2025-08-18T22:20:49.0121781Z (Reading database ... 30%
2025-08-18T22:20:49.0122061Z (Reading database ... 35%
2025-08-18T22:20:49.0122277Z (Reading database ... 40%
2025-08-18T22:20:49.0122582Z (Reading database ... 45%
2025-08-18T22:20:49.0122827Z (Reading database ... 50%
2025-08-18T22:20:49.0141288Z (Reading database ... 55%
2025-08-18T22:20:49.0222689Z (Reading database ... 60%
2025-08-18T22:20:49.0259705Z (Reading database ... 65%
2025-08-18T22:20:49.0273186Z (Reading database ... 70%
2025-08-18T22:20:49.0290923Z (Reading database ... 75%
2025-08-18T22:20:49.0321098Z (Reading database ... 80%
2025-08-18T22:20:49.0476512Z (Reading database ... 85%
2025-08-18T22:20:49.0493964Z (Reading database ... 90%
2025-08-18T22:20:49.0579724Z (Reading database ... 95%
2025-08-18T22:20:49.0579990Z (Reading database ... 100%
2025-08-18T22:20:49.0606111Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:49.0606610Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:49.1222570Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:49.2294750Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:49.2548482Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:49.3387375Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:49.4157990Z (Reading database ... 
2025-08-18T22:20:49.4158679Z (Reading database ... 5%
2025-08-18T22:20:49.4158968Z (Reading database ... 10%
2025-08-18T22:20:49.4159333Z (Reading database ... 15%
2025-08-18T22:20:49.4159592Z (Reading database ... 20%
2025-08-18T22:20:49.4159865Z (Reading database ... 25%
2025-08-18T22:20:49.4160164Z (Reading database ... 30%
2025-08-18T22:20:49.4160392Z (Reading database ... 35%
2025-08-18T22:20:49.4160660Z (Reading database ... 40%
2025-08-18T22:20:49.4160970Z (Reading database ... 45%
2025-08-18T22:20:49.4161237Z (Reading database ... 50%
2025-08-18T22:20:49.4180971Z (Reading database ... 55%
2025-08-18T22:20:49.4263829Z (Reading database ... 60%
2025-08-18T22:20:49.4301099Z (Reading database ... 65%
2025-08-18T22:20:49.4313504Z (Reading database ... 70%
2025-08-18T22:20:49.4331584Z (Reading database ... 75%
2025-08-18T22:20:49.4361381Z (Reading database ... 80%
2025-08-18T22:20:49.4520689Z (Reading database ... 85%
2025-08-18T22:20:49.4539141Z (Reading database ... 90%
2025-08-18T22:20:49.4626730Z (Reading database ... 95%
2025-08-18T22:20:49.4627081Z (Reading database ... 100%
2025-08-18T22:20:49.4627463Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:49.4654433Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:49.4887386Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:49.5752887Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:49.6425522Z (Reading database ... 
2025-08-18T22:20:49.6426069Z (Reading database ... 5%
2025-08-18T22:20:49.6426356Z (Reading database ... 10%
2025-08-18T22:20:49.6426598Z (Reading database ... 15%
2025-08-18T22:20:49.6426961Z (Reading database ... 20%
2025-08-18T22:20:49.6427203Z (Reading database ... 25%
2025-08-18T22:20:49.6427427Z (Reading database ... 30%
2025-08-18T22:20:49.6427721Z (Reading database ... 35%
2025-08-18T22:20:49.6428572Z (Reading database ... 40%
2025-08-18T22:20:49.6428874Z (Reading database ... 45%
2025-08-18T22:20:49.6429240Z (Reading database ... 50%
2025-08-18T22:20:49.6446169Z (Reading database ... 55%
2025-08-18T22:20:49.6528457Z (Reading database ... 60%
2025-08-18T22:20:49.6564931Z (Reading database ... 65%
2025-08-18T22:20:49.6578032Z (Reading database ... 70%
2025-08-18T22:20:49.6595961Z (Reading database ... 75%
2025-08-18T22:20:49.6625394Z (Reading database ... 80%
2025-08-18T22:20:49.6780272Z (Reading database ... 85%
2025-08-18T22:20:49.6798255Z (Reading database ... 90%
2025-08-18T22:20:49.6883362Z (Reading database ... 95%
2025-08-18T22:20:49.6883810Z (Reading database ... 100%
2025-08-18T22:20:49.6884178Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:49.6908861Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:49.7124663Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:49.8141290Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:49.8696680Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:49.9666382Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:49.9959921Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.0737849Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.0938379Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.1967422Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.2166927Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.3164688Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.3375114Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.4166674Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.4344992Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.5110021Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:20:50.5301183Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.6276751Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.6532625Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.7462672Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:20:50.7717469Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:50.8609471Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:50.9269838Z (Reading database ... 
2025-08-18T22:20:50.9270236Z (Reading database ... 5%
2025-08-18T22:20:50.9270488Z (Reading database ... 10%
2025-08-18T22:20:50.9270777Z (Reading database ... 15%
2025-08-18T22:20:50.9271020Z (Reading database ... 20%
2025-08-18T22:20:50.9272198Z (Reading database ... 25%
2025-08-18T22:20:50.9272552Z (Reading database ... 30%
2025-08-18T22:20:50.9272846Z (Reading database ... 35%
2025-08-18T22:20:50.9273145Z (Reading database ... 40%
2025-08-18T22:20:50.9273432Z (Reading database ... 45%
2025-08-18T22:20:50.9273668Z (Reading database ... 50%
2025-08-18T22:20:50.9293088Z (Reading database ... 55%
2025-08-18T22:20:50.9376340Z (Reading database ... 60%
2025-08-18T22:20:50.9415126Z (Reading database ... 65%
2025-08-18T22:20:50.9428753Z (Reading database ... 70%
2025-08-18T22:20:50.9447873Z (Reading database ... 75%
2025-08-18T22:20:50.9478733Z (Reading database ... 80%
2025-08-18T22:20:50.9641712Z (Reading database ... 85%
2025-08-18T22:20:50.9660544Z (Reading database ... 90%
2025-08-18T22:20:50.9752590Z (Reading database ... 95%
2025-08-18T22:20:50.9752872Z (Reading database ... 100%
2025-08-18T22:20:50.9753217Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:20:50.9783279Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:50.9986381Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:51.1110668Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:51.1447980Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:51.2334815Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:51.2559480Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:51.3354083Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:20:51.3526624Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:20:51.4258057Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:20:51.4489359Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:51.5492925Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-18T22:20:51.6599747Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:20:51.7685781Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T22:20:51.8430566Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:20:51.9256975Z Selecting previously unselected package rename.
2025-08-18T22:20:51.9421258Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-18T22:20:51.9522954Z Unpacking rename (2.02-1) ...
2025-08-18T22:20:52.0260141Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:20:52.0448135Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:20:52.1334733Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:52.1545926Z Setting up rename (2.02-1) ...
2025-08-18T22:20:52.1728256Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T22:20:52.1910562Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:52.2191830Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:52.2416776Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:52.2628685Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:52.2864576Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:52.8802140Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:20:52.9049223Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:52.9272000Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:52.9640643Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:52.9848077Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:53.3305821Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:53.3565828Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-18T22:20:53.3772864Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:53.4847837Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T22:20:54.8026470Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:54.9050894Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:54.9293558Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:54.9501963Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-18T22:20:54.9733727Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T22:20:55.0860268Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:20:55.2635533Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:20:55.2922883Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:20:58.2488493Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T22:20:59.4219714Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:20:59.4249682Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:20:59.6077361Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:20:59.7182788Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:20:59.8284411Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:20:59.9386347Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:21:00.7757764Z Reading package lists...
2025-08-18T22:21:00.9409404Z Building dependency tree...
2025-08-18T22:21:00.9416425Z Reading state information...
2025-08-18T22:21:00.9616299Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:21:00.9736650Z 
2025-08-18T22:21:00.9737914Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:21:00.9738319Z 
2025-08-18T22:21:01.0557352Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:21:01.0558445Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:21:01.1535693Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:21:01.1998864Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:21:01.2462110Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:21:01.2925022Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:21:02.1279089Z Reading package lists...
2025-08-18T22:21:02.2981907Z Building dependency tree...
2025-08-18T22:21:02.2987368Z Reading state information...
2025-08-18T22:21:02.3197536Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:21:02.3285185Z 
2025-08-18T22:21:02.3286100Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:21:02.3286513Z 
2025-08-18T22:21:02.3396635Z Reading package lists...
2025-08-18T22:21:02.5301287Z Building dependency tree...
2025-08-18T22:21:02.5307460Z Reading state information...
2025-08-18T22:21:02.7503022Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:21:02.7869421Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:21:02.8118363Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T22:21:02.8784035Z ##[group]Run ##Presets
2025-08-18T22:21:02.8784645Z [36;1m##Presets[0m
2025-08-18T22:21:02.8784968Z [36;1mset +x ; set +e[0m
2025-08-18T22:21:02.8785228Z [36;1m#-------------#[0m
2025-08-18T22:21:02.8785463Z [36;1m##Debug?[0m
2025-08-18T22:21:02.8785787Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:21:02.8786141Z [36;1m  set -x[0m
2025-08-18T22:21:02.8786332Z [36;1mfi[0m
2025-08-18T22:21:02.8786588Z [36;1m#-------------#[0m
2025-08-18T22:21:02.8787044Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T22:21:02.8787637Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T22:21:02.8788113Z [36;1msudo service procps restart[0m
2025-08-18T22:21:02.8788413Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T22:21:02.8815023Z shell: /usr/bin/bash -e {0}
2025-08-18T22:21:02.8815307Z env:
2025-08-18T22:21:02.8815756Z   CROSS_COMPILING: NO
2025-08-18T22:21:02.8816048Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:21:02.8816378Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:21:02.8816627Z   ON_QEMU: NO
2025-08-18T22:21:02.8816825Z   DEBUG: 0
2025-08-18T22:21:02.8817140Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:21:02.8817412Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:21:02.8817769Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:21:02.8818098Z   KEEP_LOGS: YES
2025-08-18T22:21:02.8818319Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:21:02.8818650Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:21:02.8818921Z   SBUILD_REBUILD: false
2025-08-18T22:21:02.8819472Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:21:02.8820131Z   BUILD_SYS: docker://rust
2025-08-18T22:21:02.8820385Z   BUILD_ON_HOST: FALSE
2025-08-18T22:21:02.8820685Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:21:02.8820928Z   SYSTMP: /tmp
2025-08-18T22:21:02.8821132Z   GHA_MODE: MATRIX
2025-08-18T22:21:02.8821828Z   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-18T22:21:02.8822345Z ##[endgroup]
2025-08-18T22:21:02.8915320Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T22:21:02.8970916Z 0
2025-08-18T22:21:02.9285750Z vm.max_map_count = 262144
2025-08-18T22:21:02.9292262Z fs.inotify.max_user_watches = 655360
2025-08-18T22:21:02.9292741Z fs.inotify.max_user_instances = 1280
2025-08-18T22:21:02.9293029Z vm.mmap_rnd_bits = 28
2025-08-18T22:21:02.9375769Z ##[group]Run ##Presets
2025-08-18T22:21:02.9376299Z [36;1m##Presets[0m
2025-08-18T22:21:02.9376569Z [36;1mset +x ; set +e[0m
2025-08-18T22:21:02.9376793Z [36;1m#-------------#[0m
2025-08-18T22:21:02.9377099Z [36;1m##Debug?[0m
2025-08-18T22:21:02.9377367Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:21:02.9377680Z [36;1m  set -x[0m
2025-08-18T22:21:02.9377943Z [36;1mfi[0m
2025-08-18T22:21:02.9378171Z [36;1m#-------------#[0m
2025-08-18T22:21:02.9378468Z [36;1m##Main[0m
2025-08-18T22:21:02.9378716Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:21:02.9379366Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:21:02.9380138Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:21:02.9380531Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T22:21:02.9380927Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T22:21:02.9381244Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T22:21:02.9381813Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T22:21:02.9382212Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T22:21:02.9382549Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T22:21:02.9382958Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T22:21:02.9383526Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T22:21:02.9383886Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T22:21:02.9384323Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T22:21:02.9384637Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T22:21:02.9384950Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T22:21:02.9385296Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T22:21:02.9385611Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T22:21:02.9385923Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T22:21:02.9386278Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T22:21:02.9386629Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T22:21:02.9386993Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T22:21:02.9387335Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T22:21:02.9387679Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T22:21:02.9388074Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T22:21:02.9388439Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T22:21:02.9388761Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T22:21:02.9389098Z [36;1m     "${POD_ID}" \[0m
2025-08-18T22:21:02.9389461Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T22:21:02.9389964Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:21:02.9390488Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:21:02.9390977Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T22:21:02.9391386Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:21:02.9392052Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:21:02.9392706Z [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-18T22:21:02.9393596Z [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-18T22:21:02.9394179Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T22:21:02.9394510Z [36;1m else[0m
2025-08-18T22:21:02.9395117Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T22:21:02.9395539Z [36;1m fi[0m
2025-08-18T22:21:02.9395916Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T22:21:02.9396357Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T22:21:02.9396794Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9397264Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9397697Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9398151Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9398622Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9399058Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9399553Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:21:02.9400004Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:21:02.9400321Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:21:02.9424493Z shell: /usr/bin/bash -e {0}
2025-08-18T22:21:02.9424930Z env:
2025-08-18T22:21:02.9425190Z   CROSS_COMPILING: NO
2025-08-18T22:21:02.9425486Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:21:02.9425799Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:21:02.9426305Z   ON_QEMU: NO
2025-08-18T22:21:02.9426508Z   DEBUG: 0
2025-08-18T22:21:02.9426787Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:21:02.9427069Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:21:02.9427373Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:21:02.9427749Z   KEEP_LOGS: YES
2025-08-18T22:21:02.9427988Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:21:02.9428264Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:21:02.9428552Z   SBUILD_REBUILD: false
2025-08-18T22:21:02.9429104Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:21:02.9429766Z   BUILD_SYS: docker://rust
2025-08-18T22:21:02.9430017Z   BUILD_ON_HOST: FALSE
2025-08-18T22:21:02.9430239Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:21:02.9430542Z   SYSTMP: /tmp
2025-08-18T22:21:02.9430766Z   GHA_MODE: MATRIX
2025-08-18T22:21:02.9431391Z   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-18T22:21:02.9432575Z   GHCR_TOKEN: ***
2025-08-18T22:21:02.9432934Z   GITHUB_TOKEN: ***
2025-08-18T22:21:02.9433348Z   GITLAB_TOKEN: ***
2025-08-18T22:21:02.9434537Z   MINISIGN_KEY: ***
2025-08-18T22:21:02.9434773Z ##[endgroup]
2025-08-18T22:21:03.0124259Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T22:21:03.0925221Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:21:03.0926129Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:21:03.0926530Z 
2025-08-18T22:21:03.1445321Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:21:03.1445780Z 100  5254  100  5254    0     0    98k      0 --:--:-- --:--:-- --:--:--   98k
2025-08-18T22:21:03.1455864Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:21:03.1526378Z 
2025-08-18T22:21:03.1536934Z [+] Building [/tmp/tmp.i1JKYgPTCY/SBUILD_INPUT] Locally
2025-08-18T22:21:03.1537243Z 
2025-08-18T22:21:03.1537587Z '/tmp/tmp.i1JKYgPTCY/SBUILD_INPUT' -> '/tmp/pkgforge/pa8NFtSOc_build.yaml'
2025-08-18T22:21:03.2914462Z 
2025-08-18T22:21:03.2917097Z [+] Passwordless sudo is Configured
2025-08-18T22:21:03.3686709Z 
2025-08-18T22:21:03.3697848Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T22:21:03.3698128Z 
2025-08-18T22:21:03.4045996Z 
2025-08-18T22:21:03.4046899Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-18T22:21:03.4047542Z 
2025-08-18T22:21:03.4047549Z 
2025-08-18T22:21:03.4047794Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T22:21:03.4048204Z 
2025-08-18T22:21:03.4082520Z [+] Installing: 7z -> 7z
2025-08-18T22:21:03.6670293Z [+] Installing: actionlint -> actionlint
2025-08-18T22:21:03.9395851Z [+] Installing: anew -> anew
2025-08-18T22:21:04.1906884Z [+] Installing: anew-rs -> anew-rs
2025-08-18T22:21:04.4157739Z [+] Installing: ansi2html -> ansi2html
2025-08-18T22:21:04.6443175Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T22:21:04.8431255Z [+] Installing: archey -> archey
2025-08-18T22:21:05.4331852Z [+] Installing: aria2 -> aria2c
2025-08-18T22:21:05.7285041Z [+] Installing: askalono -> askalono
2025-08-18T22:21:06.0055145Z [+] Installing: bsdtar -> bsdtar
2025-08-18T22:21:06.2732833Z [+] Installing: b3sum -> b3sum
2025-08-18T22:21:06.5065454Z [+] Installing: bita -> bita
2025-08-18T22:21:07.0819802Z [+] Installing: btop -> btop
2025-08-18T22:21:07.3405544Z [+] Installing: chafa -> chafa
2025-08-18T22:21:07.6518967Z [+] Installing: cloudflared -> cloudflared
2025-08-18T22:21:08.0466780Z [+] Installing: croc -> croc
2025-08-18T22:21:08.3406159Z [+] Installing: csvtk -> csvtk
2025-08-18T22:21:08.6811941Z [+] Installing: cutlines -> cutlines
2025-08-18T22:21:08.8530838Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:08.8562356Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T22:21:08.8563286Z [+] Installing: dbin -> dbin
2025-08-18T22:21:09.1519507Z [+] Installing: dasel -> dasel
2025-08-18T22:21:09.5019724Z [+] Installing: delta -> delta
2025-08-18T22:21:10.0632813Z [+] Installing: ds -> ds
2025-08-18T22:21:10.2393357Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:10.2425840Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T22:21:10.2426445Z [+] Installing: dos2unix -> dos2unix
2025-08-18T22:21:10.4528762Z [+] Installing: duf -> duf
2025-08-18T22:21:10.7124211Z [+] Installing: duplicut -> duplicut
2025-08-18T22:21:10.9447761Z [+] Installing: dust -> dust
2025-08-18T22:21:11.1925178Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T22:21:11.5573335Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T22:21:11.7847227Z [+] Installing: dysk -> dysk
2025-08-18T22:21:12.0230805Z [+] Installing: eget -> eget
2025-08-18T22:21:12.2912027Z [+] Installing: epoch -> epoch
2025-08-18T22:21:12.5330247Z [+] Installing: faketty -> faketty
2025-08-18T22:21:12.7696288Z [+] Installing: fastfetch -> fastfetch
2025-08-18T22:21:13.0176933Z [+] Installing: freeze -> freeze
2025-08-18T22:21:13.3168135Z [+] Installing: fusermount3 -> fusermount
2025-08-18T22:21:13.5454002Z [+] Installing: gdu -> gdu
2025-08-18T22:21:13.8573323Z [+] Installing: gh -> gh
2025-08-18T22:21:14.2551631Z [+] Installing: gitleaks -> gitleaks
2025-08-18T22:21:14.9035375Z [+] Installing: git-sizer -> git-sizer
2025-08-18T22:21:15.1963389Z [+] Installing: glab -> glab
2025-08-18T22:21:15.6766780Z [+] Installing: glow -> glow
2025-08-18T22:21:15.9860349Z [+] Installing: httpx -> httpx
2025-08-18T22:21:16.4184219Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T22:21:16.7674704Z [+] Installing: husarnet -> husarnet
2025-08-18T22:21:16.9438334Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:16.9467537Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T22:21:16.9468107Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T22:21:17.1714751Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:17.1746274Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T22:21:17.1747257Z [+] Installing: imgcat -> imgcat
2025-08-18T22:21:17.4372952Z [+] Installing: jc -> jc
2025-08-18T22:21:17.7555072Z [+] Installing: jq -> jq
2025-08-18T22:21:17.9920002Z [+] Installing: logdy -> logdy
2025-08-18T22:21:18.6819628Z [+] Installing: micro -> micro
2025-08-18T22:21:18.9749960Z [+] Installing: miniserve -> miniserve
2025-08-18T22:21:19.2568627Z [+] Installing: minisign -> minisign
2025-08-18T22:21:19.4664986Z [+] Installing: ncdu -> ncdu
2025-08-18T22:21:19.7350402Z [+] Installing: notify -> notify
2025-08-18T22:21:20.3457565Z [+] Installing: ouch -> ouch
2025-08-18T22:21:20.6130044Z [+] Installing: oras -> oras
2025-08-18T22:21:20.8881539Z [+] Installing: pipetty -> pipetty
2025-08-18T22:21:21.0822199Z [+] Installing: pixterm -> pixterm
2025-08-18T22:21:21.3533212Z [+] Installing: qsv -> qsv
2025-08-18T22:21:21.6432842Z [+] Installing: rclone -> rclone
2025-08-18T22:21:22.0864670Z [+] Installing: ripgrep -> rg
2025-08-18T22:21:22.3586849Z [+] Installing: rga -> rga
2025-08-18T22:21:22.6219893Z [+] Installing: rsync -> rsync
2025-08-18T22:21:22.9030532Z [+] Installing: script -> script
2025-08-18T22:21:23.1183962Z [+] Installing: shellcheck -> shellcheck
2025-08-18T22:21:24.0060228Z [+] Installing: soar -> soar
2025-08-18T22:21:24.3593511Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T22:21:24.6354342Z [+] Installing: sstrip -> sstrip
2025-08-18T22:21:24.8286532Z [+] Installing: strace -> strace
2025-08-18T22:21:25.0742061Z [+] Installing: sttr -> sttr
2025-08-18T22:21:25.8899662Z [+] Installing: tailscale -> tailscale
2025-08-18T22:21:26.5176792Z [+] Installing: tailscaled -> tailscaled
2025-08-18T22:21:26.8599267Z [+] Installing: taplo -> taplo
2025-08-18T22:21:27.1276076Z [+] Installing: tldr -> tldr
2025-08-18T22:21:27.4059663Z [+] Installing: tldr -> tealdeer
2025-08-18T22:21:27.6396786Z [+] Installing: tmux -> tmux
2025-08-18T22:21:27.8908186Z [+] Installing: tok -> tok
2025-08-18T22:21:28.1269853Z [+] Installing: trufflehog -> trufflehog
2025-08-18T22:21:28.4710269Z [+] Installing: trurl -> trurl
2025-08-18T22:21:28.7470001Z [+] Installing: tss -> tss
2025-08-18T22:21:28.9736910Z [+] Installing: ulexec -> ulexec
2025-08-18T22:21:29.2457943Z [+] Installing: unfurl -> unfurl
2025-08-18T22:21:29.5177534Z [+] Installing: upx -> upx
2025-08-18T22:21:29.7325078Z [+] Installing: validtoml -> validtoml
2025-08-18T22:21:29.9935099Z [+] Installing: wget -> wget
2025-08-18T22:21:30.2884109Z [+] Installing: wget2 -> wget2
2025-08-18T22:21:30.5546664Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T22:21:30.8442832Z [+] Installing: xq -> xq
2025-08-18T22:21:31.1184220Z [+] Installing: xz -> xz
2025-08-18T22:21:31.3551062Z [+] Installing: unxz -> unxz
2025-08-18T22:21:31.8798912Z [+] Installing: yq -> yq
2025-08-18T22:21:32.1411645Z [+] Installing: yj -> yj
2025-08-18T22:21:32.3933644Z [+] Installing: zapper -> zapper
2025-08-18T22:21:32.6041898Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T22:21:32.8068704Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T22:21:32.9707888Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:32.9736996Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T22:21:32.9737704Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T22:21:33.1411942Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:33.1441820Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T22:21:33.1442527Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T22:21:33.3171141Z curl: (22) The requested URL returned error: 404
2025-08-18T22:21:33.3203806Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T22:21:33.3204499Z [+] Installing: zstd -> zstd
2025-08-18T22:21:33.8498190Z [+] Creating symlinks...
2025-08-18T22:21:33.8571140Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T22:21:33.8648778Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T22:21:33.8724129Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T22:21:33.8801937Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T22:21:33.8878280Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T22:21:33.8953232Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T22:21:33.9029535Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T22:21:33.9110106Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T22:21:33.9190256Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T22:21:33.9268801Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T22:21:33.9349481Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T22:21:33.9428201Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T22:21:33.9506982Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T22:21:33.9588122Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T22:21:33.9666445Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T22:21:33.9743841Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T22:21:33.9828395Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T22:21:33.9854563Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T22:21:33.9923940Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T22:21:34.0000828Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T22:21:34.0078387Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T22:21:34.0109441Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T22:21:34.0178848Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T22:21:34.0255298Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T22:21:34.0332151Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T22:21:34.0408073Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T22:21:34.0484960Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T22:21:34.0565382Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T22:21:34.0644861Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T22:21:34.0724229Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T22:21:34.0802880Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T22:21:34.0881305Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T22:21:34.0957734Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T22:21:34.1034908Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T22:21:34.1112046Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T22:21:34.1187179Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T22:21:34.1265336Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T22:21:34.1341736Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T22:21:34.1419672Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T22:21:34.1499908Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T22:21:34.1578219Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T22:21:34.1656387Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:21:34.1736521Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:21:34.1815420Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T22:21:34.1849171Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T22:21:34.1874501Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T22:21:34.1944325Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T22:21:34.2023272Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T22:21:34.2102471Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T22:21:34.2178747Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T22:21:34.2256949Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T22:21:34.2336026Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T22:21:34.2418001Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T22:21:34.2496331Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T22:21:34.2576691Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T22:21:34.2656218Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T22:21:34.2736871Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T22:21:34.2816609Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T22:21:34.2896809Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T22:21:34.2976589Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T22:21:34.3054451Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T22:21:34.3131259Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T22:21:34.3209300Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T22:21:34.3287443Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T22:21:34.3372203Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T22:21:34.3444755Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T22:21:34.3521924Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T22:21:34.3596520Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T22:21:34.3672867Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T22:21:34.3751813Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T22:21:34.3826834Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T22:21:34.3902260Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T22:21:34.3976063Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T22:21:34.4052654Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T22:21:34.4128699Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T22:21:34.4204104Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T22:21:34.4278205Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T22:21:34.4352316Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T22:21:34.4426522Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T22:21:34.4500350Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T22:21:34.4575358Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T22:21:34.4648508Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T22:21:34.4722036Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T22:21:34.4796267Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T22:21:34.4868967Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T22:21:34.4942151Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T22:21:34.5015953Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T22:21:34.5090381Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T22:21:34.5163193Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T22:21:34.5235764Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T22:21:34.5309008Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T22:21:34.5381823Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T22:21:34.5455082Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T22:21:34.5528790Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T22:21:34.5604807Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T22:21:34.5635090Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T22:21:34.5657394Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T22:21:34.5680194Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T22:21:34.5745924Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T22:21:34.5767746Z 
2025-08-18T22:21:34.5768155Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T22:21:34.5768523Z 
2025-08-18T22:21:34.5880713Z 
2025-08-18T22:21:34.5952706Z 
2025-08-18T22:21:34.5953273Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-18T22:21:34.5953481Z 
2025-08-18T22:21:34.5953563Z [+] Installation completed!
2025-08-18T22:21:34.6022438Z 
2025-08-18T22:21:34.6022818Z [+] GITHUB_TOKEN is Exported
2025-08-18T22:21:34.8980743Z github.com
2025-08-18T22:21:34.9000168Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T22:21:34.9000475Z   - Active account: true
2025-08-18T22:21:34.9000695Z   - Git operations protocol: https
2025-08-18T22:21:34.9000990Z   - Token: ghp_************************************
2025-08-18T22:21:34.9001858Z   - 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-18T22:21:34.9002555Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T22:21:34.9002888Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T22:21:35.0986149Z Limit: 5000, Remaining: 4720, Reset: 2025-08-18 22:30:13 +0000 UTC (8m38s)
2025-08-18T22:21:35.0993788Z 
2025-08-18T22:21:35.0993949Z [+] GHCR_TOKEN is Exported
2025-08-18T22:21:35.1022155Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T22:21:35.3883084Z Login Succeeded
2025-08-18T22:21:35.3892144Z 
2025-08-18T22:21:35.3892530Z [+] GITLAB is Exported
2025-08-18T22:21:36.2873252Z [git remote -v]
2025-08-18T22:21:36.4851123Z gitlab.com
2025-08-18T22:21:36.4851868Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T22:21:36.4857625Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T22:21:36.4858191Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T22:21:36.4858592Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T22:21:36.4858942Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T22:21:36.4859262Z   ✓ Token found: **************************
2025-08-18T22:21:36.4859520Z 
2025-08-18T22:21:36.4859906Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T22:21:36.4860453Z [git remote -v]
2025-08-18T22:21:36.4866706Z 2025/08/18 22:21:36 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T22:21:36.4867214Z git: exit status 128]
2025-08-18T22:21:36.7828779Z 
2025-08-18T22:21:36.7828937Z 
2025-08-18T22:21:36.7829624Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:21:36 PM)
2025-08-18T22:21:36.7830311Z 
2025-08-18T22:21:36.7830315Z 
2025-08-18T22:21:36.7830400Z [+] USER = runner
2025-08-18T22:21:36.7830578Z [+] HOME = /home/runner
2025-08-18T22:21:36.7832864Z [+] 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-18T22:21:36.7834962Z 
2025-08-18T22:21:36.8632649Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:21:36.8638428Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:21:37.2868290Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:21:37.4006085Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:21:37.5141102Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:21:37.6277019Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:21:38.4425441Z Reading package lists...
2025-08-18T22:21:38.4723499Z Reading package lists...
2025-08-18T22:21:38.6486911Z Building dependency tree...
2025-08-18T22:21:38.6492777Z Reading state information...
2025-08-18T22:21:38.8849134Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:21:38.8849493Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:21:38.8849815Z ca-certificates is already the newest version (20240203).
2025-08-18T22:21:38.8850175Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:21:38.8850493Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:21:38.8850804Z moreutils is already the newest version (0.69-1).
2025-08-18T22:21:38.8851162Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T22:21:38.8851769Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:21:38.8852130Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:21:38.9758280Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:21:39.0106432Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:21:39.2685398Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:21:39.3785233Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:21:39.4888921Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:21:39.5990803Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:21:40.4349734Z Reading package lists...
2025-08-18T22:21:40.4640253Z Reading package lists...
2025-08-18T22:21:40.6455715Z Building dependency tree...
2025-08-18T22:21:40.6462539Z Reading state information...
2025-08-18T22:21:40.8662382Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:21:40.8662780Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:21:40.8663127Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:21:40.8663436Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:21:40.8663768Z ca-certificates is already the newest version (20240203).
2025-08-18T22:21:40.8664090Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:21:40.8664404Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:21:40.8664694Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:21:40.8664959Z gawk set to manually installed.
2025-08-18T22:21:40.8665565Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:21:40.8665859Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:21:40.8666165Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:21:40.8666459Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:21:40.8666785Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:21:40.8667127Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:21:40.8667436Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:21:40.8667741Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:21:40.8668051Z The following additional packages will be installed:
2025-08-18T22:21:40.8668426Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T22:21:40.8668866Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T22:21:40.8669294Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T22:21:40.8669703Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T22:21:40.8670123Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T22:21:40.8671974Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:21:40.8676438Z Suggested packages:
2025-08-18T22:21:40.8676727Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T22:21:40.8677152Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T22:21:40.8677599Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T22:21:40.8678037Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T22:21:40.8678418Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-18T22:21:40.8678786Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-18T22:21:40.8679142Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-18T22:21:40.8884785Z The following NEW packages will be installed:
2025-08-18T22:21:40.8885173Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T22:21:40.8886432Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T22:21:40.8886930Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T22:21:40.8887453Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T22:21:40.8888358Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T22:21:40.8891872Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T22:21:40.8893086Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:21:41.1740306Z 0 upgraded, 36 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:21:41.1740972Z Need to get 27.2 MB of archives.
2025-08-18T22:21:41.1741382Z After this operation, 111 MB of additional disk space will be used.
2025-08-18T22:21:41.1742341Z 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-18T22:21:42.0975746Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T22:21:42.6597164Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-18T22:21:42.8857517Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-18T22:21:42.9963605Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-18T22:21:43.1073776Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-18T22:21:43.4375641Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T22:21:43.6682720Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T22:21:44.0021613Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-18T22:21:44.1158067Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T22:21:45.2775383Z 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-18T22:21:45.5074109Z 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-18T22:21:46.2468880Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-18T22:21:46.3696873Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-18T22:21:46.4853336Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-18T22:21:46.6091215Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-18T22:21:46.7242967Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-18T22:21:47.6714103Z 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-18T22:21:47.7858002Z 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-18T22:21:48.0132269Z 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-18T22:21:48.1272600Z 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-18T22:21:48.2417599Z 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-18T22:21:48.5840414Z 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-18T22:21:48.9697183Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-18T22:21:49.2930377Z 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-18T22:21:49.4093722Z 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-18T22:21:49.8705150Z 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-18T22:21:49.9848420Z 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-18T22:21:50.0995884Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-18T22:21:50.2180706Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-18T22:21:50.3287370Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-18T22:21:50.4449917Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-18T22:21:50.5613351Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-18T22:21:51.2718793Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-18T22:21:51.9648409Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-18T22:21:52.3012271Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-18T22:21:52.5295115Z Preconfiguring packages ...
2025-08-18T22:21:52.6000624Z Fetched 27.2 MB in 11s (2384 kB/s)
2025-08-18T22:21:52.6435149Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T22:21:52.6465688Z (Reading database ... 
2025-08-18T22:21:52.6466287Z (Reading database ... 5%
2025-08-18T22:21:52.6466529Z (Reading database ... 10%
2025-08-18T22:21:52.6466735Z (Reading database ... 15%
2025-08-18T22:21:52.6466930Z (Reading database ... 20%
2025-08-18T22:21:52.6467128Z (Reading database ... 25%
2025-08-18T22:21:52.6467323Z (Reading database ... 30%
2025-08-18T22:21:52.6467549Z (Reading database ... 35%
2025-08-18T22:21:52.6467748Z (Reading database ... 40%
2025-08-18T22:21:52.6467945Z (Reading database ... 45%
2025-08-18T22:21:52.6468140Z (Reading database ... 50%
2025-08-18T22:21:52.6486737Z (Reading database ... 55%
2025-08-18T22:21:52.6567220Z (Reading database ... 60%
2025-08-18T22:21:52.6605930Z (Reading database ... 65%
2025-08-18T22:21:52.6619066Z (Reading database ... 70%
2025-08-18T22:21:52.6637512Z (Reading database ... 75%
2025-08-18T22:21:52.6667799Z (Reading database ... 80%
2025-08-18T22:21:52.6827008Z (Reading database ... 85%
2025-08-18T22:21:52.6844846Z (Reading database ... 90%
2025-08-18T22:21:52.6930677Z (Reading database ... 95%
2025-08-18T22:21:52.6930886Z (Reading database ... 100%
2025-08-18T22:21:52.6931182Z (Reading database ... 189350 files and directories currently installed.)
2025-08-18T22:21:52.6957127Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T22:21:52.7218092Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:21:52.8790228Z Selecting previously unselected package poppler-data.
2025-08-18T22:21:52.8955386Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T22:21:54.4084662Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T22:21:54.5321158Z Selecting previously unselected package b3sum.
2025-08-18T22:21:54.5472617Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-18T22:21:54.5540270Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T22:21:54.6166937Z Selecting previously unselected package build-essential.
2025-08-18T22:21:54.6337854Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-18T22:21:54.6408647Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T22:21:54.7033969Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-18T22:21:54.7199088Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-18T22:21:54.7351666Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:21:54.8051184Z Selecting previously unselected package ccache.
2025-08-18T22:21:54.8215538Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-18T22:21:54.8305756Z Unpacking ccache (4.9.1-1) ...
2025-08-18T22:21:54.9024388Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T22:21:54.9173063Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T22:21:54.9258902Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T22:21:54.9899758Z Selecting previously unselected package xfonts-encodings.
2025-08-18T22:21:55.0051718Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T22:21:55.0122253Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:21:55.0853583Z Selecting previously unselected package xfonts-utils.
2025-08-18T22:21:55.1036862Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-18T22:21:55.1099408Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:21:55.2079229Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T22:21:55.2273197Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T22:21:55.2859866Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T22:21:55.3909776Z Selecting previously unselected package libgs-common.
2025-08-18T22:21:55.4055209Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:21:55.4126371Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:21:55.4653505Z Selecting previously unselected package libgs10-common.
2025-08-18T22:21:55.4793620Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:21:55.4861272Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:21:55.5662187Z Selecting previously unselected package libidn12:arm64.
2025-08-18T22:21:55.5834984Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-18T22:21:55.5912915Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:21:55.6471623Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-18T22:21:55.6644056Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-18T22:21:55.6714992Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:21:55.7327818Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-18T22:21:55.7497556Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-18T22:21:55.7562286Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:21:55.8278581Z Selecting previously unselected package libpaper1:arm64.
2025-08-18T22:21:55.8431918Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-18T22:21:55.8497847Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:21:55.9150795Z Selecting previously unselected package libgs10:arm64.
2025-08-18T22:21:55.9304882Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:21:55.9373534Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:21:56.1192464Z Selecting previously unselected package ghostscript.
2025-08-18T22:21:56.1358190Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:21:56.1421630Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:21:56.2105948Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T22:21:56.2257352Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:21:56.2331728Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:21:56.3444305Z Selecting previously unselected package imagemagick.
2025-08-18T22:21:56.3609518Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:21:56.3690936Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:21:56.4207416Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T22:21:56.4364460Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T22:21:56.4446361Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:21:56.5157187Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-18T22:21:56.5340865Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:21:56.5427013Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:21:56.6176698Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-18T22:21:56.6342734Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-18T22:21:56.6408286Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:21:56.7080746Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-18T22:21:56.7232994Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:21:56.7305074Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:21:56.7964673Z Selecting previously unselected package libjxr-tools.
2025-08-18T22:21:56.8119900Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:21:56.8185850Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:21:56.8811333Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-18T22:21:56.8954189Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-18T22:21:56.9024681Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:21:56.9803123Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-18T22:21:56.9973894Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-18T22:21:57.0057057Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:21:57.0593676Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-18T22:21:57.0765802Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:21:57.0847647Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:21:57.1621785Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-18T22:21:57.1793460Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:21:57.1885864Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:21:57.2512834Z Selecting previously unselected package libpaper-utils.
2025-08-18T22:21:57.2662192Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-18T22:21:57.2738743Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T22:21:57.3385635Z Selecting previously unselected package libtool-bin.
2025-08-18T22:21:57.3563591Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-18T22:21:57.3626952Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T22:21:57.4262320Z Selecting previously unselected package lzip.
2025-08-18T22:21:57.4423188Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-18T22:21:57.4496224Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T22:21:57.5191287Z Selecting previously unselected package netpbm.
2025-08-18T22:21:57.5366441Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:21:57.5441025Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:21:57.7797322Z Selecting previously unselected package musl:arm64.
2025-08-18T22:21:57.7947448Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-18T22:21:57.8018296Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-18T22:21:57.8659215Z Selecting previously unselected package musl-dev:arm64.
2025-08-18T22:21:57.8806310Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-18T22:21:57.8876839Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:21:57.9699231Z Selecting previously unselected package musl-tools.
2025-08-18T22:21:57.9870659Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-18T22:21:57.9944297Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T22:21:58.0696886Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:21:58.1896463Z 
2025-08-18T22:21:58.1898416Z Creating config file /etc/papersize with new version
2025-08-18T22:21:58.2547237Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T22:21:58.2804179Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T22:21:58.3189770Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:21:58.3440717Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:21:58.3692764Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:21:58.4023589Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T22:21:58.4242086Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:21:58.4528438Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T22:21:58.5119586Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:21:58.5314917Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:21:58.5537460Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T22:21:58.5787846Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T22:21:58.5856392Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T22:21:58.5929204Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T22:21:58.6061376Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:21:58.6244595Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:21:58.6433624Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:21:58.6622820Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:21:58.6862586Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:21:58.7125690Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T22:21:58.7229710Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T22:21:58.7297772Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T22:21:58.7357740Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T22:21:58.7456884Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T22:21:58.7516858Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T22:21:58.7608128Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T22:21:58.7675665Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T22:21:58.7747140Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T22:21:58.7811958Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T22:21:58.7884272Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T22:21:58.7957304Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T22:21:58.8033193Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T22:21:58.8104272Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T22:21:58.8178022Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T22:21:58.8249614Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T22:21:58.8321152Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T22:21:58.8386881Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T22:21:58.8462593Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T22:21:58.8526116Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T22:21:58.8607038Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T22:21:58.8669726Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T22:21:58.8791786Z Setting up b3sum (1.2.0-1) ...
2025-08-18T22:21:58.9009064Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-18T22:21:58.9396835Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T22:21:58.9605084Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:21:59.0008452Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:21:59.0205508Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:21:59.8573786Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:21:59.8815014Z Setting up ccache (4.9.1-1) ...
2025-08-18T22:21:59.9107628Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:21:59.9334523Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:21:59.9570226Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:21:59.9818314Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:22:00.0150933Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:22:00.0423799Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:22:00.0722283Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:22:00.1020436Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T22:22:00.3002085Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T22:22:00.3251179Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:22:00.3464921Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:22:00.3698662Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:22:00.3934586Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:22:00.4801663Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T22:22:00.7094783Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T22:22:00.8189834Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:22:00.8526525Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:03.3132045Z Reading package lists...
2025-08-18T22:22:03.4984137Z Building dependency tree...
2025-08-18T22:22:03.4990403Z Reading state information...
2025-08-18T22:22:03.7157871Z autoconf is already the newest version (2.71-3).
2025-08-18T22:22:03.7158278Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:22:03.7158622Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:22:03.7158959Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:22:03.7159302Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:22:03.7159648Z ca-certificates is already the newest version (20240203).
2025-08-18T22:22:03.7159977Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:22:03.7160275Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:22:03.7160587Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:22:03.7160896Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:22:03.7161211Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:22:03.7161690Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:22:03.7162312Z patch set to manually installed.
2025-08-18T22:22:03.7162612Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:22:03.7162939Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:22:03.7163245Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:22:03.7163543Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:22:03.7163803Z Suggested packages:
2025-08-18T22:22:03.7163974Z   scons-doc
2025-08-18T22:22:03.7300675Z The following NEW packages will be installed:
2025-08-18T22:22:03.7307950Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:22:03.8401091Z 0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:03.8402096Z Need to get 17.8 MB of archives.
2025-08-18T22:22:03.8402448Z After this operation, 171 MB of additional disk space will be used.
2025-08-18T22:22:03.8402953Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:22:04.1278557Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-18T22:22:04.1742335Z 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-18T22:22:04.5371642Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:22:04.5860268Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-18T22:22:04.8310742Z Fetched 17.8 MB in 1s (21.0 MB/s)
2025-08-18T22:22:04.8610285Z Selecting previously unselected package autopoint.
2025-08-18T22:22:04.8641566Z (Reading database ... 
2025-08-18T22:22:04.8641813Z (Reading database ... 5%
2025-08-18T22:22:04.8642016Z (Reading database ... 10%
2025-08-18T22:22:04.8642221Z (Reading database ... 15%
2025-08-18T22:22:04.8642416Z (Reading database ... 20%
2025-08-18T22:22:04.8642613Z (Reading database ... 25%
2025-08-18T22:22:04.8642840Z (Reading database ... 30%
2025-08-18T22:22:04.8643034Z (Reading database ... 35%
2025-08-18T22:22:04.8643229Z (Reading database ... 40%
2025-08-18T22:22:04.8643426Z (Reading database ... 45%
2025-08-18T22:22:04.8643620Z (Reading database ... 50%
2025-08-18T22:22:04.8665634Z (Reading database ... 55%
2025-08-18T22:22:04.8748105Z (Reading database ... 60%
2025-08-18T22:22:04.8787590Z (Reading database ... 65%
2025-08-18T22:22:04.8801239Z (Reading database ... 70%
2025-08-18T22:22:04.8820230Z (Reading database ... 75%
2025-08-18T22:22:04.8851108Z (Reading database ... 80%
2025-08-18T22:22:04.9011356Z (Reading database ... 85%
2025-08-18T22:22:04.9034312Z (Reading database ... 90%
2025-08-18T22:22:04.9118265Z (Reading database ... 95%
2025-08-18T22:22:04.9118502Z (Reading database ... 100%
2025-08-18T22:22:04.9118796Z (Reading database ... 191843 files and directories currently installed.)
2025-08-18T22:22:04.9145798Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:22:04.9231217Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:22:05.0059531Z Selecting previously unselected package clang.
2025-08-18T22:22:05.0193497Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-18T22:22:05.0296575Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:22:05.0947704Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:22:05.1090654Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-18T22:22:05.1169065Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:22:06.2924643Z Selecting previously unselected package scons.
2025-08-18T22:22:06.3081499Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:22:06.3160812Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:22:06.3966766Z Selecting previously unselected package byacc.
2025-08-18T22:22:06.4127270Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-18T22:22:06.4208121Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:22:06.4932590Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:22:06.5143286Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:22:06.5431516Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:22:06.5913555Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:22:06.9542475Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:22:06.9755895Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:08.1774437Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-18T22:22:09.2246314Z Reading package lists...
2025-08-18T22:22:09.4238365Z Building dependency tree...
2025-08-18T22:22:09.4244654Z Reading state information...
2025-08-18T22:22:09.6478301Z The following additional packages will be installed:
2025-08-18T22:22:09.6478699Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:22:09.6479049Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:22:09.6479440Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:22:09.6479977Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:22:09.6480423Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:22:09.6480847Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:22:09.6481295Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:22:09.6481894Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:22:09.6485420Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:22:09.6493980Z Suggested packages:
2025-08-18T22:22:09.6494240Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:22:09.6494628Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:22:09.6495036Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:22:09.6495430Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:22:09.6495825Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-18T22:22:09.6496235Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-18T22:22:09.6496695Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-18T22:22:09.6497167Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-18T22:22:09.6497530Z   libauthen-ntlm-perl wdiff-doc
2025-08-18T22:22:09.6497753Z Recommended packages:
2025-08-18T22:22:09.6498027Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:22:09.6498466Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-18T22:22:09.6498865Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-18T22:22:09.6499222Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-18T22:22:09.6499543Z   libhttp-daemon-perl libmailtools-perl
2025-08-18T22:22:09.6678243Z The following NEW packages will be installed:
2025-08-18T22:22:09.6679011Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:22:09.6679399Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:22:09.6679791Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:22:09.6680259Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:22:09.6680701Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:22:09.6681146Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:22:09.6681791Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:22:09.6683011Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:22:09.6685015Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:22:09.9179999Z 0 upgraded, 30 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:09.9180713Z Need to get 2409 kB of archives.
2025-08-18T22:22:09.9181031Z After this operation, 7427 kB of additional disk space will be used.
2025-08-18T22:22:09.9181747Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:22:10.0287363Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-18T22:22:10.1620472Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-18T22:22:10.3826779Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:22:10.5003605Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-18T22:22:10.6260035Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-18T22:22:10.7702034Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-18T22:22:10.8865030Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-18T22:22:11.0059398Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-18T22:22:11.1284192Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-18T22:22:11.2572006Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-18T22:22:11.4946719Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-18T22:22:11.6049195Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-18T22:22:11.7569699Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-18T22:22:11.9166559Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:22:12.1490335Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-18T22:22:12.2671622Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:22:12.5804855Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-18T22:22:12.6958571Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-18T22:22:12.8090799Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-18T22:22:12.9206448Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-18T22:22:13.2048911Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-18T22:22:13.5475696Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-18T22:22:13.7792647Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-18T22:22:13.9094091Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-18T22:22:14.0657969Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-18T22:22:14.2020949Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:22:14.5751218Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-18T22:22:14.7269153Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-18T22:22:14.8537724Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:22:15.4920942Z Fetched 2409 kB in 6s (434 kB/s)
2025-08-18T22:22:15.6853670Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:22:15.6887095Z (Reading database ... 
2025-08-18T22:22:15.6887669Z (Reading database ... 5%
2025-08-18T22:22:15.6887907Z (Reading database ... 10%
2025-08-18T22:22:15.6888109Z (Reading database ... 15%
2025-08-18T22:22:15.6888304Z (Reading database ... 20%
2025-08-18T22:22:15.6888540Z (Reading database ... 25%
2025-08-18T22:22:15.6888737Z (Reading database ... 30%
2025-08-18T22:22:15.6888932Z (Reading database ... 35%
2025-08-18T22:22:15.6889130Z (Reading database ... 40%
2025-08-18T22:22:15.6889324Z (Reading database ... 45%
2025-08-18T22:22:15.6889518Z (Reading database ... 50%
2025-08-18T22:22:15.6913178Z (Reading database ... 55%
2025-08-18T22:22:15.7002533Z (Reading database ... 60%
2025-08-18T22:22:15.7044461Z (Reading database ... 65%
2025-08-18T22:22:15.7059784Z (Reading database ... 70%
2025-08-18T22:22:15.7079925Z (Reading database ... 75%
2025-08-18T22:22:15.7113168Z (Reading database ... 80%
2025-08-18T22:22:15.7281529Z (Reading database ... 85%
2025-08-18T22:22:15.7306407Z (Reading database ... 90%
2025-08-18T22:22:15.7396178Z (Reading database ... 95%
2025-08-18T22:22:15.7396412Z (Reading database ... 100%
2025-08-18T22:22:15.7396707Z (Reading database ... 192291 files and directories currently installed.)
2025-08-18T22:22:15.7425606Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:22:15.7558778Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:22:15.8208033Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:22:15.8353413Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:22:15.8420566Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:22:15.9029491Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:22:15.9170692Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:22:15.9237010Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:22:15.9766071Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:22:15.9942215Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:22:16.0018665Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:22:16.0618147Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:22:16.0790323Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:22:16.0914001Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:22:16.1648338Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:22:16.1818779Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-18T22:22:16.2003321Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:22:16.2673603Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-18T22:22:16.2820641Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-18T22:22:16.2893023Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:22:16.3538334Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:22:16.3680092Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:22:16.3763163Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:22:16.4278430Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-18T22:22:16.4425515Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-18T22:22:16.4503373Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:22:16.5023151Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-18T22:22:16.5199904Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-18T22:22:16.5266371Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:22:16.5820405Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:22:16.5986822Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:22:16.6070236Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:22:16.6597371Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:22:16.6765884Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:22:16.6866862Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:22:16.7424930Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:22:16.7562295Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:22:16.7627347Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:22:16.8138554Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:22:16.8280112Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:22:16.8346142Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:22:16.8862150Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:22:16.8998708Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:22:16.9111569Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:22:16.9638339Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:22:16.9771071Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:22:16.9840630Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:22:17.0422707Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:22:17.0594688Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:22:17.0685404Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:22:17.1261482Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:22:17.1422975Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:22:17.1496970Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:22:17.2016208Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:22:17.2173549Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:22:17.2237156Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:22:17.2778858Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-18T22:22:17.2914572Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-18T22:22:17.2978969Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:22:17.3479123Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-18T22:22:17.3617739Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-18T22:22:17.3684032Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:22:17.4332531Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:22:17.4470090Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:22:17.4536800Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:22:17.5146121Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:22:17.5317898Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:22:17.5381523Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:22:17.6039866Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:22:17.6200554Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:22:17.6321145Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:22:17.6946190Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:22:17.7109117Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:22:17.7175042Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:22:17.7775921Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:22:17.7907657Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:22:17.7981071Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:22:17.8582100Z Selecting previously unselected package libwww-perl.
2025-08-18T22:22:17.8715850Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:22:17.8778148Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:22:17.9424766Z Selecting previously unselected package patchutils.
2025-08-18T22:22:17.9563470Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-18T22:22:17.9640443Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:22:18.0245975Z Selecting previously unselected package wdiff.
2025-08-18T22:22:18.0422479Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-18T22:22:18.0491569Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:22:18.1301259Z Selecting previously unselected package devscripts.
2025-08-18T22:22:18.1468139Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:22:18.1679853Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:22:18.2860319Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:22:18.3076002Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:22:18.3272413Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:22:18.3459773Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:22:18.3685355Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:22:18.3885624Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:22:18.4078408Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:22:18.4311055Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:22:18.4497167Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:22:18.4726152Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:22:18.4980739Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:22:18.5264423Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:22:18.5462359Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:22:18.5682901Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:22:18.5908915Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:22:18.6225181Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:22:18.6437450Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:22:18.6649094Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:22:18.6846105Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:22:18.7125382Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:22:18.7396823Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:22:18.7625680Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:22:18.7826943Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:22:18.8026845Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:22:18.8283647Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:22:18.8493817Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:22:18.8750391Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:22:18.8964886Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:22:18.9203120Z Setting up devscripts (2.23.7) ...
2025-08-18T22:22:19.0523567Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:22:19.0839290Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:20.6230005Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:22:21.7225783Z Reading package lists...
2025-08-18T22:22:21.9000056Z Building dependency tree...
2025-08-18T22:22:21.9007401Z Reading state information...
2025-08-18T22:22:22.1174740Z The following additional packages will be installed:
2025-08-18T22:22:22.1181875Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:22:22.1189457Z Suggested packages:
2025-08-18T22:22:22.1189674Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-18T22:22:22.1331882Z The following NEW packages will be installed:
2025-08-18T22:22:22.1339698Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:22:22.3714436Z 0 upgraded, 4 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:22.3714808Z Need to get 12.7 MB of archives.
2025-08-18T22:22:22.3715105Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-18T22:22:22.3715617Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-18T22:22:22.7792446Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-18T22:22:23.0376186Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:22:23.6246346Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-18T22:22:24.9912401Z Fetched 12.7 MB in 3s (4845 kB/s)
2025-08-18T22:22:25.0517312Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-18T22:22:25.0549824Z (Reading database ... 
2025-08-18T22:22:25.0550404Z (Reading database ... 5%
2025-08-18T22:22:25.0550645Z (Reading database ... 10%
2025-08-18T22:22:25.0550850Z (Reading database ... 15%
2025-08-18T22:22:25.0551051Z (Reading database ... 20%
2025-08-18T22:22:25.0551250Z (Reading database ... 25%
2025-08-18T22:22:25.0551567Z (Reading database ... 30%
2025-08-18T22:22:25.0551773Z (Reading database ... 35%
2025-08-18T22:22:25.0551968Z (Reading database ... 40%
2025-08-18T22:22:25.0552163Z (Reading database ... 45%
2025-08-18T22:22:25.0552706Z (Reading database ... 50%
2025-08-18T22:22:25.0572283Z (Reading database ... 55%
2025-08-18T22:22:25.0655078Z (Reading database ... 60%
2025-08-18T22:22:25.0694484Z (Reading database ... 65%
2025-08-18T22:22:25.0708910Z (Reading database ... 70%
2025-08-18T22:22:25.0728329Z (Reading database ... 75%
2025-08-18T22:22:25.0851673Z (Reading database ... 80%
2025-08-18T22:22:25.0918274Z (Reading database ... 85%
2025-08-18T22:22:25.0941660Z (Reading database ... 90%
2025-08-18T22:22:25.1025024Z (Reading database ... 95%
2025-08-18T22:22:25.1025247Z (Reading database ... 100%
2025-08-18T22:22:25.1025541Z (Reading database ... 193226 files and directories currently installed.)
2025-08-18T22:22:25.1051102Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-18T22:22:25.1240658Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:22:25.2089006Z Selecting previously unselected package librhash0:arm64.
2025-08-18T22:22:25.2246235Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-18T22:22:25.2351304Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:22:25.3071144Z Selecting previously unselected package cmake-data.
2025-08-18T22:22:25.3234964Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:22:25.3359635Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:22:26.3092126Z Selecting previously unselected package cmake.
2025-08-18T22:22:26.3243987Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-18T22:22:26.3309222Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:22:26.5419480Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:22:26.5704385Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:22:26.5897600Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:22:26.6201946Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:22:26.6426866Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:28.0446574Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:22:29.0829825Z Reading package lists...
2025-08-18T22:22:29.2542242Z Building dependency tree...
2025-08-18T22:22:29.2548271Z Reading state information...
2025-08-18T22:22:29.4989111Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:22:29.4989535Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:22:29.4989853Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:22:29.4990162Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:22:29.4990841Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:22:29.4991209Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:22:29.4991696Z ca-certificates is already the newest version (20240203).
2025-08-18T22:22:29.4992003Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:22:29.4992306Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:22:29.4992613Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:22:29.4992921Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:22:29.4993206Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:22:29.4993539Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:22:29.4993896Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:22:29.4994202Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:22:29.4994514Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:22:29.4994837Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:22:29.4995143Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:22:29.4995422Z musl is already the newest version (1.2.4-2).
2025-08-18T22:22:29.4995696Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:22:29.4995984Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:22:29.4996319Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:22:29.4996902Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:22:29.4997207Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:22:29.4997508Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:22:29.4997844Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:29.5179472Z Reading package lists...
2025-08-18T22:22:29.6796814Z Building dependency tree...
2025-08-18T22:22:29.6805056Z Reading state information...
2025-08-18T22:22:29.9172694Z autoconf is already the newest version (2.71-3).
2025-08-18T22:22:29.9173103Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:22:29.9173449Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:22:29.9173780Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:22:29.9174107Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:22:29.9174451Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:22:29.9174800Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:22:29.9175121Z ca-certificates is already the newest version (20240203).
2025-08-18T22:22:29.9175433Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:22:29.9175736Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:22:29.9176055Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:22:29.9176361Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:22:29.9176676Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:22:29.9176993Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:22:29.9177302Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:22:29.9177612Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:22:29.9177938Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:22:29.9178300Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:22:29.9178659Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:22:29.9178951Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:22:29.9179255Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:22:29.9179590Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:29.9357983Z Reading package lists...
2025-08-18T22:22:30.1021827Z Building dependency tree...
2025-08-18T22:22:30.1028858Z Reading state information...
2025-08-18T22:22:30.3418004Z devscripts is already the newest version (2.23.7).
2025-08-18T22:22:30.3418425Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:30.3604521Z Reading package lists...
2025-08-18T22:22:30.5283127Z Building dependency tree...
2025-08-18T22:22:30.5290851Z Reading state information...
2025-08-18T22:22:30.7685339Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:22:30.7685725Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:30.7876467Z Reading package lists...
2025-08-18T22:22:30.9715012Z Building dependency tree...
2025-08-18T22:22:30.9722760Z Reading state information...
2025-08-18T22:22:31.2001747Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:22:31.2002216Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-18T22:22:31.2370997Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:31.2798262Z Reading package lists...
2025-08-18T22:22:31.4811215Z Building dependency tree...
2025-08-18T22:22:31.4820270Z Reading state information...
2025-08-18T22:22:31.7006236Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-18T22:22:31.7006659Z g++-aarch64-linux-gnu set to manually installed.
2025-08-18T22:22:31.7007009Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:22:31.7007378Z The following additional packages will be installed:
2025-08-18T22:22:31.7008106Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:22:31.7008505Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:22:31.7008958Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:22:31.7009348Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:22:31.7009742Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:22:31.7010188Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:22:31.7010586Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-18T22:22:31.7010995Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:22:31.7011370Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-18T22:22:31.7011917Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-18T22:22:31.7012337Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-18T22:22:31.7012701Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-18T22:22:31.7013069Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:22:31.7013509Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-18T22:22:31.7013848Z   linux-libc-dev-armhf-cross
2025-08-18T22:22:31.7021634Z Suggested packages:
2025-08-18T22:22:31.7021975Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:22:31.7022374Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-18T22:22:31.7333141Z The following NEW packages will be installed:
2025-08-18T22:22:31.7333471Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:22:31.7333875Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:22:31.7334327Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:22:31.7334779Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-18T22:22:31.7335163Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-18T22:22:31.7335553Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-18T22:22:31.7335969Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-18T22:22:31.7336372Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:22:31.7337085Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-18T22:22:31.7337489Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-18T22:22:31.7337897Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-18T22:22:31.7338318Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-18T22:22:31.7338684Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:22:31.7339058Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-18T22:22:31.7340236Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-18T22:22:31.8435662Z 0 upgraded, 42 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:31.8436010Z Need to get 112 MB of archives.
2025-08-18T22:22:31.8436299Z After this operation, 377 MB of additional disk space will be used.
2025-08-18T22:22:31.8436972Z 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-18T22:22:31.9887350Z 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-18T22:22:32.3982043Z 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-18T22:22:32.4446808Z 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-18T22:22:32.5959468Z 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-18T22:22:32.6423198Z 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-18T22:22:32.6888286Z 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-18T22:22:32.7531816Z 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-18T22:22:32.7997692Z 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-18T22:22:32.8465518Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:22:32.8983391Z 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-18T22:22:32.9493625Z 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-18T22:22:32.9963457Z 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-18T22:22:33.0426081Z 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-18T22:22:33.1039866Z 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-18T22:22:33.1537420Z 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-18T22:22:33.2926105Z 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-18T22:22:33.3435742Z 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-18T22:22:33.6079597Z 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-18T22:22:33.6682137Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:22:33.7292777Z 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-18T22:22:33.8014625Z 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-18T22:22:33.9672376Z 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-18T22:22:34.0495651Z 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-18T22:22:34.0960541Z 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-18T22:22:34.1423905Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:22:34.2020246Z 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-18T22:22:34.2485910Z 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-18T22:22:34.2958414Z 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-18T22:22:34.3421278Z 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-18T22:22:34.4187841Z 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-18T22:22:34.4714611Z 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-18T22:22:34.5292295Z 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-18T22:22:34.6713956Z 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-18T22:22:34.9225245Z 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-18T22:22:34.9826008Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:22:35.0430032Z 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-18T22:22:35.1147457Z 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-18T22:22:35.2798607Z 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-18T22:22:35.3261889Z 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-18T22:22:35.3725081Z 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-18T22:22:35.4189112Z 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-18T22:22:35.6860851Z Fetched 112 MB in 4s (30.5 MB/s)
2025-08-18T22:22:35.7171299Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-18T22:22:35.7203925Z (Reading database ... 
2025-08-18T22:22:35.7204188Z (Reading database ... 5%
2025-08-18T22:22:35.7204389Z (Reading database ... 10%
2025-08-18T22:22:35.7204588Z (Reading database ... 15%
2025-08-18T22:22:35.7204786Z (Reading database ... 20%
2025-08-18T22:22:35.7204981Z (Reading database ... 25%
2025-08-18T22:22:35.7205179Z (Reading database ... 30%
2025-08-18T22:22:35.7205684Z (Reading database ... 35%
2025-08-18T22:22:35.7205903Z (Reading database ... 40%
2025-08-18T22:22:35.7206094Z (Reading database ... 45%
2025-08-18T22:22:35.7206288Z (Reading database ... 50%
2025-08-18T22:22:35.7227756Z (Reading database ... 55%
2025-08-18T22:22:35.7308100Z (Reading database ... 60%
2025-08-18T22:22:35.7347314Z (Reading database ... 65%
2025-08-18T22:22:35.7361130Z (Reading database ... 70%
2025-08-18T22:22:35.7380490Z (Reading database ... 75%
2025-08-18T22:22:35.7500701Z (Reading database ... 80%
2025-08-18T22:22:35.7567650Z (Reading database ... 85%
2025-08-18T22:22:35.7590801Z (Reading database ... 90%
2025-08-18T22:22:35.7684240Z (Reading database ... 95%
2025-08-18T22:22:35.7684468Z (Reading database ... 100%
2025-08-18T22:22:35.7684763Z (Reading database ... 196635 files and directories currently installed.)
2025-08-18T22:22:35.7712022Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:35.7796503Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:35.8398448Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:22:35.8527237Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:35.8636262Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:36.0778085Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-18T22:22:36.0955748Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:36.1062191Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:36.1692422Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:22:36.1864305Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:36.1957377Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:36.4064062Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:22:36.4210733Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:22:36.4295670Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:36.4877919Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:22:36.5020886Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:22:36.5087683Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:36.5690555Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:22:36.5867439Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:22:36.5998642Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:22:36.7117260Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:22:36.7292009Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:36.7369453Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:36.7840580Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:22:36.8001307Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:36.8124207Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:36.8735998Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:22:36.8874543Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:22:36.8936953Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:36.9660860Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:22:36.9796239Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:36.9870118Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.0438995Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:22:37.0574513Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.0684613Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.1327835Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:22:37.1497195Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.1585968Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.2171622Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:22:37.2335641Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.2429060Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.3457319Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:22:37.3606821Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.3680023Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.4366550Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:22:37.4513216Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.4586059Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.5311278Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:22:37.5464629Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:37.5536990Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:37.6433949Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:22:37.6608886Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:37.6703414Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:38.0703774Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:22:38.0880400Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:22:38.0946645Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:22:38.3436131Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:22:38.3584603Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:22:38.3686663Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:38.4788329Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:22:38.4937203Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:38.5033100Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:38.7569528Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:22:38.7741274Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:38.7826649Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.0200182Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:22:39.0353629Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:22:39.0445339Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:22:39.1622352Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:22:39.1800814Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.1864969Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.2344465Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:22:39.2521818Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.2593270Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.3224116Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:22:39.3396025Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:22:39.3516554Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:39.4348904Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:22:39.4514107Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.4584134Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.5205596Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:22:39.5392936Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.5459391Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.6049687Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:22:39.6222531Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.6290641Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.6821595Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:22:39.6992157Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.7060208Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.8058175Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:22:39.8209189Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.8279112Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.9000331Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:22:39.9155956Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:39.9247886Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:39.9978058Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:22:40.0156359Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:40.0259982Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:40.1136644Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:22:40.1306167Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:40.1421812Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:40.5178954Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:22:40.5355135Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:22:40.5432658Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:22:40.8349089Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:22:40.8498119Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:22:40.8564907Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:40.9913712Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:22:41.0093366Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:22:41.0184026Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.2932764Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:22:41.3085102Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:22:41.3183974Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.5533855Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:22:41.5704412Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:22:41.5806767Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:41.6282843Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:22:41.6430686Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:22:41.6503044Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:41.6957435Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:22:41.7096304Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:22:41.7179974Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:41.7687335Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:22:41.7828240Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:22:41.7898359Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:41.8556584Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:22:41.8755457Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:41.8954070Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.9146768Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.9346903Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.9574040Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:22:41.9781702Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:41.9988785Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:22:42.0226835Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:42.0501082Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.0717872Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.0914907Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:42.1120573Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:22:42.1331048Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.1525380Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.1780515Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.2037433Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.2297303Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.2521624Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.2716388Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.2978031Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:22:42.3216507Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.3442341Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.3684081Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:42.3886536Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.4120096Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.4312096Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.4516112Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:42.4755388Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.4952300Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.5167218Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.5364561Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.5552730Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.5762524Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.5949206Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:42.6172697Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.6412357Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.6690401Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.6905437Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:22:42.7093827Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:42.7287915Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:22:42.7509994Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:22:42.7763864Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:22:42.7848075Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:22:42.7976456Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:44.1000922Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:22:45.1853873Z Reading package lists...
2025-08-18T22:22:45.3661626Z Building dependency tree...
2025-08-18T22:22:45.3669598Z Reading state information...
2025-08-18T22:22:45.5874888Z The following additional packages will be installed:
2025-08-18T22:22:45.5875625Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:22:45.5878535Z   libpcap0.8-dev
2025-08-18T22:22:45.6138115Z The following NEW packages will be installed:
2025-08-18T22:22:45.6138935Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:22:45.6143821Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:22:45.6314390Z 0 upgraded, 8 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:45.9669920Z Need to get 1640 kB of archives.
2025-08-18T22:22:45.9670655Z After this operation, 7134 kB of additional disk space will be used.
2025-08-18T22:22:45.9671251Z 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-18T22:22:46.5397401Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-18T22:22:46.6911358Z 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-18T22:22:46.8434967Z 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-18T22:22:47.0965200Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-18T22:22:47.4813967Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-18T22:22:47.7121160Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:22:47.8223578Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-18T22:22:48.0673746Z Fetched 1640 kB in 2s (751 kB/s)
2025-08-18T22:22:48.1093509Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-18T22:22:48.1127346Z (Reading database ... 
2025-08-18T22:22:48.1127602Z (Reading database ... 5%
2025-08-18T22:22:48.1127802Z (Reading database ... 10%
2025-08-18T22:22:48.1128004Z (Reading database ... 15%
2025-08-18T22:22:48.1128199Z (Reading database ... 20%
2025-08-18T22:22:48.1128395Z (Reading database ... 25%
2025-08-18T22:22:48.1128590Z (Reading database ... 30%
2025-08-18T22:22:48.1128787Z (Reading database ... 35%
2025-08-18T22:22:48.1129329Z (Reading database ... 40%
2025-08-18T22:22:48.1129544Z (Reading database ... 45%
2025-08-18T22:22:48.1129736Z (Reading database ... 50%
2025-08-18T22:22:48.1149449Z (Reading database ... 55%
2025-08-18T22:22:48.1234631Z (Reading database ... 60%
2025-08-18T22:22:48.1274039Z (Reading database ... 65%
2025-08-18T22:22:48.1288238Z (Reading database ... 70%
2025-08-18T22:22:48.1315246Z (Reading database ... 75%
2025-08-18T22:22:48.1436362Z (Reading database ... 80%
2025-08-18T22:22:48.1505471Z (Reading database ... 85%
2025-08-18T22:22:48.1562188Z (Reading database ... 90%
2025-08-18T22:22:48.1628888Z (Reading database ... 95%
2025-08-18T22:22:48.1629112Z (Reading database ... 100%
2025-08-18T22:22:48.1629720Z (Reading database ... 202071 files and directories currently installed.)
2025-08-18T22:22:48.1656275Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-18T22:22:48.1730457Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:22:48.2695064Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:22:48.2867697Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-18T22:22:48.2994395Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:22:48.3589890Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-18T22:22:48.3759944Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:22:48.3822364Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:22:48.4473039Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-18T22:22:48.4615076Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:22:48.4678672Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:22:48.5265682Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-18T22:22:48.5409696Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-18T22:22:48.5487888Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:22:48.6407667Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-18T22:22:48.6550440Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:22:48.6634083Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:22:48.7271830Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-18T22:22:48.7452550Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:22:48.7630296Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:22:48.8530165Z Selecting previously unselected package pcaputils.
2025-08-18T22:22:48.8698515Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-18T22:22:48.8797447Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:22:48.9561375Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:22:48.9740726Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:22:49.1100514Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:22:49.1390124Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:22:49.1810934Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:22:49.4053108Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:22:49.4371740Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:22:49.4679979Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:22:49.4992641Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:51.0749951Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:22:51.1179553Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:22:51.1396782Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:22:52.1896103Z Reading package lists...
2025-08-18T22:22:52.3691921Z Building dependency tree...
2025-08-18T22:22:52.3698381Z Reading state information...
2025-08-18T22:22:52.4080858Z Reading package lists...
2025-08-18T22:22:52.5793033Z Building dependency tree...
2025-08-18T22:22:52.5801617Z Reading state information...
2025-08-18T22:22:52.7977156Z The following additional packages will be installed:
2025-08-18T22:22:52.7981616Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:22:52.7988044Z Suggested packages:
2025-08-18T22:22:52.7988345Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:22:52.7988746Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:22:52.8144621Z The following NEW packages will be installed:
2025-08-18T22:22:52.8145930Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:22:52.8150273Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:22:52.9261912Z 0 upgraded, 9 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:22:52.9262274Z Need to get 801 kB of archives.
2025-08-18T22:22:52.9262598Z After this operation, 6261 kB of additional disk space will be used.
2025-08-18T22:22:52.9263088Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-18T22:22:53.0422234Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-18T22:22:53.1384752Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-18T22:22:53.2989048Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-18T22:22:53.3492387Z 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-18T22:22:53.3967359Z 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-18T22:22:53.4568957Z 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-18T22:22:53.5034187Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-18T22:22:53.5520590Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-18T22:22:53.7919365Z Fetched 801 kB in 1s (1098 kB/s)
2025-08-18T22:22:53.8259564Z Selecting previously unselected package liblz1:arm64.
2025-08-18T22:22:53.8293515Z (Reading database ... 
2025-08-18T22:22:53.8293765Z (Reading database ... 5%
2025-08-18T22:22:53.8294007Z (Reading database ... 10%
2025-08-18T22:22:53.8294209Z (Reading database ... 15%
2025-08-18T22:22:53.8294401Z (Reading database ... 20%
2025-08-18T22:22:53.8294600Z (Reading database ... 25%
2025-08-18T22:22:53.8294795Z (Reading database ... 30%
2025-08-18T22:22:53.8294989Z (Reading database ... 35%
2025-08-18T22:22:53.8295181Z (Reading database ... 40%
2025-08-18T22:22:53.8295377Z (Reading database ... 45%
2025-08-18T22:22:53.8295571Z (Reading database ... 50%
2025-08-18T22:22:53.8315874Z (Reading database ... 55%
2025-08-18T22:22:53.8399747Z (Reading database ... 60%
2025-08-18T22:22:53.8436568Z (Reading database ... 65%
2025-08-18T22:22:53.8452709Z (Reading database ... 70%
2025-08-18T22:22:53.8477166Z (Reading database ... 75%
2025-08-18T22:22:53.8597002Z (Reading database ... 80%
2025-08-18T22:22:53.8664595Z (Reading database ... 85%
2025-08-18T22:22:53.8720329Z (Reading database ... 90%
2025-08-18T22:22:53.8787713Z (Reading database ... 95%
2025-08-18T22:22:53.8787950Z (Reading database ... 100%
2025-08-18T22:22:53.8788270Z (Reading database ... 202727 files and directories currently installed.)
2025-08-18T22:22:53.8815298Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-18T22:22:53.8964807Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-18T22:22:53.9803015Z Selecting previously unselected package liblz-dev:arm64.
2025-08-18T22:22:53.9970992Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-18T22:22:54.0049692Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:22:54.0835609Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-18T22:22:54.1001676Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-18T22:22:54.1069012Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:22:54.2100361Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-18T22:22:54.2248244Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-18T22:22:54.2310317Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:22:54.2819500Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-18T22:22:54.2968548Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-18T22:22:54.3034056Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:22:54.3726571Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-18T22:22:54.3876437Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-18T22:22:54.3943133Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:22:54.4475314Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-18T22:22:54.4656754Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-18T22:22:54.4738918Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:22:54.5424278Z Selecting previously unselected package lzma.
2025-08-18T22:22:54.5599258Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-18T22:22:54.5665035Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:22:54.6382611Z Selecting previously unselected package lzma-dev.
2025-08-18T22:22:54.6526093Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:22:54.6601345Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:22:54.7367620Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-18T22:22:54.7557273Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:22:54.7798658Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:22:54.7984343Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:22:54.8264709Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:22:54.8424244Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:22:54.8578060Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:22:54.8764882Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:22:54.8970251Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:22:54.9200616Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:22:54.9396630Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:22:54.9680058Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:22:56.2716125Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:22:57.4295687Z Reading package lists...
2025-08-18T22:22:57.6320418Z Building dependency tree...
2025-08-18T22:22:57.6328267Z Reading state information...
2025-08-18T22:22:57.9003848Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:22:57.9004318Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:22:57.9004646Z inetutils-telnet set to manually installed.
2025-08-18T22:22:57.9004954Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:22:57.9005284Z The following additional packages will be installed:
2025-08-18T22:22:57.9005550Z   tcpd update-inetd
2025-08-18T22:22:57.9158396Z The following packages will be REMOVED:
2025-08-18T22:22:57.9164451Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:22:57.9165750Z The following NEW packages will be installed:
2025-08-18T22:22:57.9166114Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:22:57.9166515Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:22:57.9172848Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:22:58.0274055Z 0 upgraded, 13 newly installed, 3 to remove and 164 not upgraded.
2025-08-18T22:22:58.0275011Z Need to get 691 kB of archives.
2025-08-18T22:22:58.0275347Z After this operation, 987 kB disk space will be freed.
2025-08-18T22:22:58.0275861Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-18T22:22:58.1804403Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-18T22:22:58.2373681Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:22:58.2943174Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-18T22:22:58.3617026Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-18T22:22:58.4485354Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-18T22:22:58.5198012Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-18T22:22:58.5858238Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-18T22:22:58.6459159Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-18T22:22:58.7031378Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-18T22:22:58.7682538Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-18T22:22:58.8396162Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-18T22:22:58.9045248Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-18T22:22:59.1296174Z Preconfiguring packages ...
2025-08-18T22:22:59.2230177Z Fetched 691 kB in 1s (697 kB/s)
2025-08-18T22:22:59.2444656Z (Reading database ... 
2025-08-18T22:22:59.2444897Z (Reading database ... 5%
2025-08-18T22:22:59.2445095Z (Reading database ... 10%
2025-08-18T22:22:59.2445291Z (Reading database ... 15%
2025-08-18T22:22:59.2445488Z (Reading database ... 20%
2025-08-18T22:22:59.2445682Z (Reading database ... 25%
2025-08-18T22:22:59.2445876Z (Reading database ... 30%
2025-08-18T22:22:59.2446068Z (Reading database ... 35%
2025-08-18T22:22:59.2446266Z (Reading database ... 40%
2025-08-18T22:22:59.2446476Z (Reading database ... 45%
2025-08-18T22:22:59.2446682Z (Reading database ... 50%
2025-08-18T22:22:59.2466521Z (Reading database ... 55%
2025-08-18T22:22:59.2550429Z (Reading database ... 60%
2025-08-18T22:22:59.2591133Z (Reading database ... 65%
2025-08-18T22:22:59.2606230Z (Reading database ... 70%
2025-08-18T22:22:59.2633529Z (Reading database ... 75%
2025-08-18T22:22:59.2755143Z (Reading database ... 80%
2025-08-18T22:22:59.2826061Z (Reading database ... 85%
2025-08-18T22:22:59.2883888Z (Reading database ... 90%
2025-08-18T22:22:59.2955516Z (Reading database ... 95%
2025-08-18T22:22:59.2955748Z (Reading database ... 100%
2025-08-18T22:22:59.2956037Z (Reading database ... 203219 files and directories currently installed.)
2025-08-18T22:22:59.2986095Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:22:59.4234208Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-18T22:22:59.5121929Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:22:59.8708806Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:22:59.8742771Z (Reading database ... 
2025-08-18T22:22:59.8743029Z (Reading database ... 5%
2025-08-18T22:22:59.8743228Z (Reading database ... 10%
2025-08-18T22:22:59.8743426Z (Reading database ... 15%
2025-08-18T22:22:59.8743624Z (Reading database ... 20%
2025-08-18T22:22:59.8743818Z (Reading database ... 25%
2025-08-18T22:22:59.8744010Z (Reading database ... 30%
2025-08-18T22:22:59.8744206Z (Reading database ... 35%
2025-08-18T22:22:59.8744399Z (Reading database ... 40%
2025-08-18T22:22:59.8744943Z (Reading database ... 45%
2025-08-18T22:22:59.8745153Z (Reading database ... 50%
2025-08-18T22:22:59.8765244Z (Reading database ... 55%
2025-08-18T22:22:59.8847866Z (Reading database ... 60%
2025-08-18T22:22:59.8887955Z (Reading database ... 65%
2025-08-18T22:22:59.8902503Z (Reading database ... 70%
2025-08-18T22:22:59.8929433Z (Reading database ... 75%
2025-08-18T22:22:59.9048767Z (Reading database ... 80%
2025-08-18T22:22:59.9118523Z (Reading database ... 85%
2025-08-18T22:22:59.9174799Z (Reading database ... 90%
2025-08-18T22:22:59.9244019Z (Reading database ... 95%
2025-08-18T22:22:59.9246189Z (Reading database ... 100%
2025-08-18T22:22:59.9246510Z (Reading database ... 203147 files and directories currently installed.)
2025-08-18T22:22:59.9272855Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:22:59.9361974Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.0128341Z Selecting previously unselected package tcpd.
2025-08-18T22:23:00.0297087Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-18T22:23:00.0375196Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:23:00.1140262Z Selecting previously unselected package update-inetd.
2025-08-18T22:23:00.1303986Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:23:00.1375674Z Unpacking update-inetd (4.53) ...
2025-08-18T22:23:00.2213952Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:23:00.2359306Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.2465781Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.3147731Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:23:00.3296550Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.3377470Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.4285668Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:23:00.4468107Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.4542166Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.5150389Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:23:00.5330563Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.5413099Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.6110245Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:23:00.6278091Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.6354849Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.6917478Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:23:00.7063236Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.7123621Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.8051059Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:23:00.8200480Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.8283453Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.9020200Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:23:00.9193093Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:00.9263048Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:23:00.9922459Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:23:01.0124051Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-18T22:23:01.0193760Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:23:01.0924156Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:23:01.1093603Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:23:01.1172237Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:23:01.1966813Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:23:01.2305577Z Setting up update-inetd (4.53) ...
2025-08-18T22:23:01.3237782Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:23:01.3420495Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:23:01.3540200Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:01.6904126Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:23:01.6904562Z 
2025-08-18T22:23:01.6904672Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:23:01.6904855Z 
2025-08-18T22:23:01.6905220Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:23:01.6905589Z 
2025-08-18T22:23:01.6906092Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:23:01.6906575Z 
2025-08-18T22:23:01.9212119Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:23:01.9517234Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:23:01.9684250Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:23:01.9821381Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.0104425Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.0360017Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:23:02.0638660Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.3795279Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:23:02.3795680Z 
2025-08-18T22:23:02.3796221Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:23:02.3796693Z 
2025-08-18T22:23:02.6142599Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.7075165Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.8112908Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:23:02.8883671Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:23:05.5933738Z Reading package lists...
2025-08-18T22:23:05.7769382Z Building dependency tree...
2025-08-18T22:23:05.7777498Z Reading state information...
2025-08-18T22:23:06.0524406Z The following packages will be REMOVED:
2025-08-18T22:23:06.0529755Z   inetutils-ping
2025-08-18T22:23:06.0530837Z The following NEW packages will be installed:
2025-08-18T22:23:06.0538311Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:23:06.0543063Z The following packages will be upgraded:
2025-08-18T22:23:06.0549687Z   iputils-tracepath
2025-08-18T22:23:06.2113181Z 1 upgraded, 3 newly installed, 1 to remove and 163 not upgraded.
2025-08-18T22:23:06.2113527Z Need to get 84.5 kB of archives.
2025-08-18T22:23:06.2113820Z After this operation, 163 kB of additional disk space will be used.
2025-08-18T22:23:06.2114415Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-18T22:23:06.3497891Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-18T22:23:06.4021824Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-18T22:23:06.4562786Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-18T22:23:06.7352536Z Fetched 84.5 kB in 0s (212 kB/s)
2025-08-18T22:23:06.7558561Z (Reading database ... 
2025-08-18T22:23:06.7558820Z (Reading database ... 5%
2025-08-18T22:23:06.7559021Z (Reading database ... 10%
2025-08-18T22:23:06.7559225Z (Reading database ... 15%
2025-08-18T22:23:06.7559423Z (Reading database ... 20%
2025-08-18T22:23:06.7559616Z (Reading database ... 25%
2025-08-18T22:23:06.7559808Z (Reading database ... 30%
2025-08-18T22:23:06.7560336Z (Reading database ... 35%
2025-08-18T22:23:06.7560549Z (Reading database ... 40%
2025-08-18T22:23:06.7560742Z (Reading database ... 45%
2025-08-18T22:23:06.7560935Z (Reading database ... 50%
2025-08-18T22:23:06.7581520Z (Reading database ... 55%
2025-08-18T22:23:06.7665406Z (Reading database ... 60%
2025-08-18T22:23:06.7705070Z (Reading database ... 65%
2025-08-18T22:23:06.7722632Z (Reading database ... 70%
2025-08-18T22:23:06.7747256Z (Reading database ... 75%
2025-08-18T22:23:06.7868744Z (Reading database ... 80%
2025-08-18T22:23:06.7939158Z (Reading database ... 85%
2025-08-18T22:23:06.7996578Z (Reading database ... 90%
2025-08-18T22:23:06.8065897Z (Reading database ... 95%
2025-08-18T22:23:06.8066104Z (Reading database ... 100%
2025-08-18T22:23:06.8066402Z (Reading database ... 203308 files and directories currently installed.)
2025-08-18T22:23:06.8093713Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:23:06.9126924Z Selecting previously unselected package iputils-ping.
2025-08-18T22:23:06.9160054Z (Reading database ... 
2025-08-18T22:23:06.9160275Z (Reading database ... 5%
2025-08-18T22:23:06.9160486Z (Reading database ... 10%
2025-08-18T22:23:06.9160680Z (Reading database ... 15%
2025-08-18T22:23:06.9160876Z (Reading database ... 20%
2025-08-18T22:23:06.9161066Z (Reading database ... 25%
2025-08-18T22:23:06.9161260Z (Reading database ... 30%
2025-08-18T22:23:06.9161617Z (Reading database ... 35%
2025-08-18T22:23:06.9161844Z (Reading database ... 40%
2025-08-18T22:23:06.9162344Z (Reading database ... 45%
2025-08-18T22:23:06.9162537Z (Reading database ... 50%
2025-08-18T22:23:06.9183585Z (Reading database ... 55%
2025-08-18T22:23:06.9264555Z (Reading database ... 60%
2025-08-18T22:23:06.9302469Z (Reading database ... 65%
2025-08-18T22:23:06.9318905Z (Reading database ... 70%
2025-08-18T22:23:06.9342619Z (Reading database ... 75%
2025-08-18T22:23:06.9461238Z (Reading database ... 80%
2025-08-18T22:23:06.9528120Z (Reading database ... 85%
2025-08-18T22:23:06.9583197Z (Reading database ... 90%
2025-08-18T22:23:06.9649795Z (Reading database ... 95%
2025-08-18T22:23:06.9650011Z (Reading database ... 100%
2025-08-18T22:23:06.9650301Z (Reading database ... 203299 files and directories currently installed.)
2025-08-18T22:23:06.9676815Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:23:06.9748140Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.0554830Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:23:07.0852817Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-18T22:23:07.1630525Z Selecting previously unselected package iputils-arping.
2025-08-18T22:23:07.1774828Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:23:07.1850939Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.2414694Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:23:07.2561583Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:23:07.2641353Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.3447674Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.3911193Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.4269055Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.4624787Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-18T22:23:07.4828671Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:23:10.0439228Z Reading package lists...
2025-08-18T22:23:10.2326764Z Building dependency tree...
2025-08-18T22:23:10.2336032Z Reading state information...
2025-08-18T22:23:10.4603327Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:23:10.4875187Z The following packages will be upgraded:
2025-08-18T22:23:10.4877041Z   python3-pip python3-pip-whl
2025-08-18T22:23:10.5032271Z 2 upgraded, 0 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:23:10.6622955Z Need to get 3020 kB of archives.
2025-08-18T22:23:10.6623334Z After this operation, 1024 B of additional disk space will be used.
2025-08-18T22:23:10.6623923Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-18T22:23:11.0299099Z 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-18T22:23:11.3400165Z Fetched 3020 kB in 1s (5294 kB/s)
2025-08-18T22:23:11.3817155Z (Reading database ... 
2025-08-18T22:23:11.3817443Z (Reading database ... 5%
2025-08-18T22:23:11.3817652Z (Reading database ... 10%
2025-08-18T22:23:11.3817853Z (Reading database ... 15%
2025-08-18T22:23:11.3818049Z (Reading database ... 20%
2025-08-18T22:23:11.3818245Z (Reading database ... 25%
2025-08-18T22:23:11.3818439Z (Reading database ... 30%
2025-08-18T22:23:11.3819276Z (Reading database ... 35%
2025-08-18T22:23:11.3819552Z (Reading database ... 40%
2025-08-18T22:23:11.3819762Z (Reading database ... 45%
2025-08-18T22:23:11.3819961Z (Reading database ... 50%
2025-08-18T22:23:11.3839530Z (Reading database ... 55%
2025-08-18T22:23:11.3923065Z (Reading database ... 60%
2025-08-18T22:23:11.3961738Z (Reading database ... 65%
2025-08-18T22:23:11.3978573Z (Reading database ... 70%
2025-08-18T22:23:11.4002493Z (Reading database ... 75%
2025-08-18T22:23:11.4121781Z (Reading database ... 80%
2025-08-18T22:23:11.4190383Z (Reading database ... 85%
2025-08-18T22:23:11.4246719Z (Reading database ... 90%
2025-08-18T22:23:11.4314969Z (Reading database ... 95%
2025-08-18T22:23:11.4315178Z (Reading database ... 100%
2025-08-18T22:23:11.4315475Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:23:11.4344470Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:23:11.5630106Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:23:11.7674240Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:23:11.7876041Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:23:11.8987700Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:23:11.9187465Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:23:12.8340340Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:23:15.5069964Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:23:15.7780429Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:23:16.6131700Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:23:16.7462042Z Collecting pip
2025-08-18T22:23:16.8279675Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:23:16.8536318Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:23:16.9369532Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 22.2 MB/s eta 0:00:00
2025-08-18T22:23:17.1529403Z Installing collected packages: pip
2025-08-18T22:23:17.7904221Z Successfully installed pip-25.2
2025-08-18T22:23:17.9783077Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:23:18.0183351Z Reading package lists...
2025-08-18T22:23:18.2025388Z Building dependency tree...
2025-08-18T22:23:18.2035044Z Reading state information...
2025-08-18T22:23:18.4337242Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:23:18.4337648Z pciutils set to manually installed.
2025-08-18T22:23:18.4337930Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:23:18.4338261Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:23:18.4338553Z python3-distro set to manually installed.
2025-08-18T22:23:18.4338874Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:23:18.4339202Z python3-netifaces set to manually installed.
2025-08-18T22:23:18.4339904Z The following additional packages will be installed:
2025-08-18T22:23:18.4340196Z   libsysfs2
2025-08-18T22:23:18.4347553Z Suggested packages:
2025-08-18T22:23:18.4347803Z   fancontrol read-edid i2c-tools
2025-08-18T22:23:18.4608551Z The following NEW packages will be installed:
2025-08-18T22:23:18.4611031Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:23:18.4793853Z 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:23:18.7200762Z Need to get 133 kB of archives.
2025-08-18T22:23:18.7201156Z After this operation, 695 kB of additional disk space will be used.
2025-08-18T22:23:18.7201795Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-18T22:23:18.9520663Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-18T22:23:19.0922053Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-18T22:23:19.3883342Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-18T22:23:19.6484895Z Fetched 133 kB in 1s (147 kB/s)
2025-08-18T22:23:19.6910123Z Selecting previously unselected package libsysfs2:arm64.
2025-08-18T22:23:19.6944669Z (Reading database ... 
2025-08-18T22:23:19.6945217Z (Reading database ... 5%
2025-08-18T22:23:19.6945455Z (Reading database ... 10%
2025-08-18T22:23:19.6945658Z (Reading database ... 15%
2025-08-18T22:23:19.6945853Z (Reading database ... 20%
2025-08-18T22:23:19.6946345Z (Reading database ... 25%
2025-08-18T22:23:19.6946545Z (Reading database ... 30%
2025-08-18T22:23:19.6946736Z (Reading database ... 35%
2025-08-18T22:23:19.6946930Z (Reading database ... 40%
2025-08-18T22:23:19.6947122Z (Reading database ... 45%
2025-08-18T22:23:19.6947315Z (Reading database ... 50%
2025-08-18T22:23:19.6966633Z (Reading database ... 55%
2025-08-18T22:23:19.7051140Z (Reading database ... 60%
2025-08-18T22:23:19.7090675Z (Reading database ... 65%
2025-08-18T22:23:19.7107917Z (Reading database ... 70%
2025-08-18T22:23:19.7132532Z (Reading database ... 75%
2025-08-18T22:23:19.7262152Z (Reading database ... 80%
2025-08-18T22:23:19.7334288Z (Reading database ... 85%
2025-08-18T22:23:19.7392823Z (Reading database ... 90%
2025-08-18T22:23:19.7464524Z (Reading database ... 95%
2025-08-18T22:23:19.7464757Z (Reading database ... 100%
2025-08-18T22:23:19.7465048Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:23:19.7494286Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-18T22:23:19.7845977Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:23:19.8595484Z Selecting previously unselected package sysfsutils.
2025-08-18T22:23:19.8780461Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-18T22:23:19.8913679Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:23:19.9804635Z Selecting previously unselected package lm-sensors.
2025-08-18T22:23:19.9964396Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-18T22:23:20.0188660Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:23:20.0823517Z Selecting previously unselected package virt-what.
2025-08-18T22:23:20.1018879Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-18T22:23:20.1086233Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:23:20.1913838Z Setting up virt-what (1.25-2) ...
2025-08-18T22:23:20.2175655Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:23:20.2396221Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:23:20.5655732Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:23:20.5656117Z 
2025-08-18T22:23:20.5656572Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:23:20.5657016Z 
2025-08-18T22:23:20.8094258Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:23:21.1213373Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:23:21.1213886Z 
2025-08-18T22:23:21.1311930Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:23:22.7169526Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:23:23.8152289Z Reading package lists...
2025-08-18T22:23:23.9988605Z Building dependency tree...
2025-08-18T22:23:23.9995332Z Reading state information...
2025-08-18T22:23:24.2198161Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:23:24.2198546Z The following additional packages will be installed:
2025-08-18T22:23:24.2203211Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:23:24.2203560Z   xorg-sgml-doctools
2025-08-18T22:23:24.2210848Z Suggested packages:
2025-08-18T22:23:24.2211027Z   libxcb-doc
2025-08-18T22:23:24.2366073Z The following NEW packages will be installed:
2025-08-18T22:23:24.2367839Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:23:24.2371107Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:23:24.2371634Z   xcb xorg-sgml-doctools
2025-08-18T22:23:24.4749469Z 0 upgraded, 11 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:23:24.4749825Z Need to get 816 kB of archives.
2025-08-18T22:23:24.4750121Z After this operation, 3266 kB of additional disk space will be used.
2025-08-18T22:23:24.4750671Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-18T22:23:24.5853248Z 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-18T22:23:24.7027994Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:23:25.3505314Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-18T22:23:25.4616051Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-18T22:23:25.5739748Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-18T22:23:25.6950768Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-18T22:23:25.8066331Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-18T22:23:25.9168294Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-18T22:23:26.0271551Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-18T22:23:26.1385360Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-18T22:23:26.3966667Z Fetched 816 kB in 2s (431 kB/s)
2025-08-18T22:23:26.4228728Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-18T22:23:26.4264435Z (Reading database ... 
2025-08-18T22:23:26.4264680Z (Reading database ... 5%
2025-08-18T22:23:26.4264881Z (Reading database ... 10%
2025-08-18T22:23:26.4265076Z (Reading database ... 15%
2025-08-18T22:23:26.4265271Z (Reading database ... 20%
2025-08-18T22:23:26.4265469Z (Reading database ... 25%
2025-08-18T22:23:26.4265662Z (Reading database ... 30%
2025-08-18T22:23:26.4265858Z (Reading database ... 35%
2025-08-18T22:23:26.4266050Z (Reading database ... 40%
2025-08-18T22:23:26.4266260Z (Reading database ... 45%
2025-08-18T22:23:26.4266458Z (Reading database ... 50%
2025-08-18T22:23:26.4289300Z (Reading database ... 55%
2025-08-18T22:23:26.4373947Z (Reading database ... 60%
2025-08-18T22:23:26.4413340Z (Reading database ... 65%
2025-08-18T22:23:26.4430459Z (Reading database ... 70%
2025-08-18T22:23:26.4455427Z (Reading database ... 75%
2025-08-18T22:23:26.4580720Z (Reading database ... 80%
2025-08-18T22:23:26.4654571Z (Reading database ... 85%
2025-08-18T22:23:26.4714791Z (Reading database ... 90%
2025-08-18T22:23:26.4785546Z (Reading database ... 95%
2025-08-18T22:23:26.4785804Z (Reading database ... 100%
2025-08-18T22:23:26.4786102Z (Reading database ... 203371 files and directories currently installed.)
2025-08-18T22:23:26.4815847Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-18T22:23:26.4904780Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:23:26.5807659Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:23:26.5977709Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:23:26.6072843Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:23:26.6830452Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:23:26.6990662Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:23:26.7065861Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:23:26.7867474Z Selecting previously unselected package libxau-dev:arm64.
2025-08-18T22:23:26.8019133Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-18T22:23:26.8086186Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:23:26.8887182Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-18T22:23:26.9063501Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-18T22:23:26.9147525Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:23:26.9688969Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-18T22:23:26.9863782Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:23:27.0002849Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.0597406Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-18T22:23:27.0750413Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:23:27.0819246Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.1575968Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-18T22:23:27.1725199Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:23:27.1929269Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.2439865Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-18T22:23:27.2587702Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:23:27.2662997Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.3199133Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-18T22:23:27.3379279Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:23:27.3459865Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.4164476Z Selecting previously unselected package xcb.
2025-08-18T22:23:27.4336507Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-18T22:23:27.4410335Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:23:27.5194708Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:27.5446699Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:23:27.5706770Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:23:27.6050459Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:23:27.6291226Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:23:27.6630938Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:23:29.1361177Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:23:29.1708800Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:23:29.1902870Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:23:29.2121744Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:23:29.2398402Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:29.2635608Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:29.2859031Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:29.3085506Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:23:30.5233588Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:23:31.1750432Z Collecting build
2025-08-18T22:23:31.2389692Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:23:31.3641816Z Collecting cffi
2025-08-18T22:23:31.3777220Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:23:31.4188693Z Collecting scons
2025-08-18T22:23:31.4346847Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:23:31.4753854Z Collecting scuba
2025-08-18T22:23:31.4893481Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:23:31.5586270Z Collecting pytest
2025-08-18T22:23:31.5741289Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:23:31.6344662Z Collecting packaging>=19.1 (from build)
2025-08-18T22:23:31.6476951Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:23:31.6859854Z Collecting pyproject_hooks (from build)
2025-08-18T22:23:31.6991859Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:23:31.7344878Z Collecting pycparser (from cffi)
2025-08-18T22:23:31.7475076Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:23:31.7994720Z Collecting PyYAML (from scuba)
2025-08-18T22:23:31.8139114Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:23:31.8530440Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:23:31.8675704Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:23:31.9108557Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:23:31.9238527Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:23:31.9695415Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:23:31.9825608Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:32.0096587Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:23:32.0394408Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:23:32.1046530Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:23:32.1651063Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 68.6 MB/s  0:00:00
2025-08-18T22:23:32.1818671Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:23:32.2084856Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:23:32.2366977Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:23:32.2603100Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:23:32.2864117Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:23:32.3093954Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:32.3438422Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 29.8 MB/s  0:00:00
2025-08-18T22:23:32.3574778Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:23:32.3837544Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:23:32.4166244Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:23:32.4346486Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 29.7 MB/s  0:00:00
2025-08-18T22:23:32.5302736Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:23:34.1398568Z 
2025-08-18T22:23:34.1412576Z 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-18T22:23:34.4247317Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:23:35.0576240Z Collecting ansi2txt
2025-08-18T22:23:35.1251803Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:23:35.1768403Z Collecting pipx
2025-08-18T22:23:35.1927094Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:23:35.2350835Z Collecting scons
2025-08-18T22:23:35.2360995Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:23:35.2619669Z Collecting py2static
2025-08-18T22:23:35.2807999Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:23:35.3299315Z Collecting typer
2025-08-18T22:23:35.3435270Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:23:35.3970878Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:23:35.4106378Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:23:35.4481631Z Collecting packaging>=20 (from pipx)
2025-08-18T22:23:35.4490793Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:23:35.4794356Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:23:35.4928923Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:23:35.5344311Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:23:35.5488368Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:23:35.6207431Z Collecting pyinstaller (from py2static)
2025-08-18T22:23:35.6347511Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:23:35.6789801Z Collecting staticx (from py2static)
2025-08-18T22:23:35.6970802Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:23:35.7439482Z   Preparing metadata (setup.py): started
2025-08-18T22:23:36.0780479Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:23:36.1155061Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:23:36.1291723Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:36.1785016Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:23:36.1922824Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:23:36.2359665Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:23:36.2495193Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:23:36.3077614Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:23:36.3215733Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:23:36.3687210Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:23:36.3824306Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:23:36.4267056Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:23:36.4276856Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:36.4577063Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:23:36.4712177Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:23:36.5989431Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:23:36.6126416Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:23:36.6578286Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:23:36.6764683Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:23:36.7197771Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:23:36.7335448Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:23:36.7789239Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:23:36.7937191Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:23:36.8323998Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:23:36.8553289Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:23:36.8709432Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:23:36.8884726Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:23:36.9132751Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:23:36.9425592Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:23:36.9660428Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:23:36.9786355Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:23:36.9930826Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:23:37.0156540Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:23:37.0396485Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:37.0538540Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:23:37.0849454Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:23:37.1079256Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:23:37.1341834Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:23:37.1564317Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:23:37.1814217Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:23:37.2093108Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.6 MB/s  0:00:00
2025-08-18T22:23:37.2230432Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:23:37.2558995Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:37.2851347Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 35.2 MB/s  0:00:00
2025-08-18T22:23:37.2988493Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:23:37.3331727Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:23:37.4455941Z Building wheels for collected packages: staticx
2025-08-18T22:23:37.4462520Z   Building wheel for staticx (setup.py): started
2025-08-18T22:23:47.1218097Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:23:47.1228453Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=a850173cf29d8df5e94500012ef6d706d141b0868306b4c42ab8f5708b238bbb
2025-08-18T22:23:47.1229358Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:23:47.1244860Z Successfully built staticx
2025-08-18T22:23:47.2196158Z 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-18T22:23:48.0338477Z   Attempting uninstall: scons
2025-08-18T22:23:48.0409965Z     Found existing installation: SCons 4.9.1
2025-08-18T22:23:48.0700149Z     Uninstalling SCons-4.9.1:
2025-08-18T22:23:48.0760244Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:23:48.5845085Z   Attempting uninstall: pygments
2025-08-18T22:23:48.5920679Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:23:48.6078407Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:23:48.6100856Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:23:49.2154931Z   Attempting uninstall: packaging
2025-08-18T22:23:49.2224843Z     Found existing installation: packaging 25.0
2025-08-18T22:23:49.2244171Z     Uninstalling packaging-25.0:
2025-08-18T22:23:49.2249832Z       Successfully uninstalled packaging-25.0
2025-08-18T22:23:50.2110359Z 
2025-08-18T22:23:50.2135066Z 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-18T22:23:50.4970083Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:23:50.6746731Z Collecting build
2025-08-18T22:23:50.6757035Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:23:50.7600504Z Collecting cffi
2025-08-18T22:23:50.7611355Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:23:50.7879173Z Collecting scons
2025-08-18T22:23:50.7888241Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:23:50.8146021Z Collecting scuba
2025-08-18T22:23:50.8155078Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:23:50.8641237Z Collecting pytest
2025-08-18T22:23:50.8650461Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:23:50.8966031Z Collecting packaging>=19.1 (from build)
2025-08-18T22:23:50.8973913Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:23:50.9196595Z Collecting pyproject_hooks (from build)
2025-08-18T22:23:50.9204557Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:23:50.9454484Z Collecting pycparser (from cffi)
2025-08-18T22:23:50.9464372Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:23:50.9832196Z Collecting PyYAML (from scuba)
2025-08-18T22:23:50.9845647Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:23:51.0061931Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:23:51.0070834Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:23:51.0373839Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:23:51.0382618Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:23:51.0672409Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:23:51.0681163Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:51.0729639Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:23:51.0737588Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:23:51.0748587Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:23:51.0779890Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:23:51.0789778Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:23:51.0799944Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:23:51.0808639Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:23:51.0817039Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:23:51.0825805Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:51.0839486Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:23:51.0848550Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:23:51.0857283Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:23:51.1882107Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:23:51.1886966Z   Attempting uninstall: scons
2025-08-18T22:23:51.1957422Z     Found existing installation: SCons 4.9.1
2025-08-18T22:23:51.2236248Z     Uninstalling SCons-4.9.1:
2025-08-18T22:23:51.2294356Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:23:51.7114222Z   Attempting uninstall: PyYAML
2025-08-18T22:23:51.7191529Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:23:51.7210716Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:23:51.7217032Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:23:51.7786951Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:23:51.7854191Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:23:51.7867075Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:23:51.7871932Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:23:51.8032623Z   Attempting uninstall: pygments
2025-08-18T22:23:51.8097975Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:23:51.8247140Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:23:51.8268814Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:23:52.3844054Z   Attempting uninstall: pycparser
2025-08-18T22:23:52.3911688Z     Found existing installation: pycparser 2.22
2025-08-18T22:23:52.3938328Z     Uninstalling pycparser-2.22:
2025-08-18T22:23:52.3943466Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:23:52.5149931Z   Attempting uninstall: pluggy
2025-08-18T22:23:52.5218258Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:23:52.5233825Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:23:52.5238854Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:23:52.5459753Z   Attempting uninstall: packaging
2025-08-18T22:23:52.5531111Z     Found existing installation: packaging 25.0
2025-08-18T22:23:52.5549967Z     Uninstalling packaging-25.0:
2025-08-18T22:23:52.5555972Z       Successfully uninstalled packaging-25.0
2025-08-18T22:23:52.5995544Z   Attempting uninstall: iniconfig
2025-08-18T22:23:52.6066397Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:23:52.6079552Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:23:52.6084307Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:23:52.6288197Z   Attempting uninstall: scuba
2025-08-18T22:23:52.6354248Z     Found existing installation: scuba 2.14.1
2025-08-18T22:23:52.6371010Z     Uninstalling scuba-2.14.1:
2025-08-18T22:23:52.6377844Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:23:52.6666714Z   Attempting uninstall: pytest
2025-08-18T22:23:52.6738595Z     Found existing installation: pytest 8.4.1
2025-08-18T22:23:52.6784752Z     Uninstalling pytest-8.4.1:
2025-08-18T22:23:52.6980729Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:23:52.8981853Z   Attempting uninstall: cffi
2025-08-18T22:23:52.9048033Z     Found existing installation: cffi 1.17.1
2025-08-18T22:23:52.9071648Z     Uninstalling cffi-1.17.1:
2025-08-18T22:23:52.9251029Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:23:52.9946354Z   Attempting uninstall: build
2025-08-18T22:23:53.0014910Z     Found existing installation: build 1.3.0
2025-08-18T22:23:53.0033639Z     Uninstalling build-1.3.0:
2025-08-18T22:23:53.0040792Z       Successfully uninstalled build-1.3.0
2025-08-18T22:23:53.0325413Z 
2025-08-18T22:23:53.0347562Z 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-18T22:23:53.3190407Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:23:53.4940891Z Collecting ansi2txt
2025-08-18T22:23:53.4950949Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:23:53.5239736Z Collecting pipx
2025-08-18T22:23:53.5248808Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:23:53.5529975Z Collecting scons
2025-08-18T22:23:53.5538445Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:23:53.5767167Z Collecting py2static
2025-08-18T22:23:53.5776206Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:23:53.6045125Z Collecting typer
2025-08-18T22:23:53.6054149Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:23:53.6383040Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:23:53.6391724Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:23:53.6670031Z Collecting packaging>=20 (from pipx)
2025-08-18T22:23:53.6679069Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:23:53.6949460Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:23:53.6957430Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:23:53.7212485Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:23:53.7221311Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:23:53.7657331Z Collecting pyinstaller (from py2static)
2025-08-18T22:23:53.7667407Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:23:53.7923660Z Collecting staticx (from py2static)
2025-08-18T22:23:53.7933093Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:23:53.8066965Z   Preparing metadata (setup.py): started
2025-08-18T22:23:54.0038876Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:23:54.0303959Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:23:54.0312631Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:54.0600679Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:23:54.0610513Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:23:54.0957810Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:23:54.0967728Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:23:54.1409594Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:23:54.1419150Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:23:54.1698183Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:23:54.1708930Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:23:54.2031563Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:23:54.2041587Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:23:54.2261955Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:23:54.2271367Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:23:54.3263310Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:23:54.3273499Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:23:54.3552743Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:23:54.3561039Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:23:54.3843041Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:23:54.3852560Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:23:54.4121634Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:23:54.4130806Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:23:54.4161936Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:23:54.4171173Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:23:54.4180833Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:23:54.4214887Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:23:54.4223905Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:23:54.4233271Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:23:54.4242732Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:23:54.4252233Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:23:54.4261636Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:23:54.4270852Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:23:54.4281204Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:54.4296693Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:23:54.4306351Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:23:54.4315572Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:23:54.4324828Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:23:54.4334210Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:23:54.4343517Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:23:54.4357276Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:23:54.4369201Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:23:54.4384981Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:23:54.4394169Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:23:54.4709087Z Building wheels for collected packages: staticx
2025-08-18T22:23:54.4714789Z   Building wheel for staticx (setup.py): started
2025-08-18T22:23:56.8115107Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:23:56.8125134Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790762 sha256=ce36e57bd2c4686207f7c0dc761b92da3dd0f37d532ad7a2f7f4dedc91ce88e1
2025-08-18T22:23:56.8126321Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:23:56.8143220Z Successfully built staticx
2025-08-18T22:23:56.9100488Z 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-18T22:23:56.9103737Z   Attempting uninstall: pyelftools
2025-08-18T22:23:56.9169902Z     Found existing installation: pyelftools 0.32
2025-08-18T22:23:56.9206501Z     Uninstalling pyelftools-0.32:
2025-08-18T22:23:56.9217609Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:23:57.0298637Z   Attempting uninstall: altgraph
2025-08-18T22:23:57.0368280Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:23:57.0383602Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:23:57.0388631Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:23:57.0598881Z   Attempting uninstall: typing-extensions
2025-08-18T22:23:57.0666514Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:23:57.0678890Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:23:57.0864823Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:23:57.1152791Z   Attempting uninstall: staticx
2025-08-18T22:23:57.1221979Z     Found existing installation: staticx 0.14.1
2025-08-18T22:23:57.1241696Z     Uninstalling staticx-0.14.1:
2025-08-18T22:23:57.1249333Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:23:57.1576066Z   Attempting uninstall: shellingham
2025-08-18T22:23:57.1646623Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:23:57.1661164Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:23:57.1666049Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:23:57.1826823Z   Attempting uninstall: setuptools
2025-08-18T22:23:57.1893561Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:23:57.2088997Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:23:57.2300917Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:23:57.8085387Z   Attempting uninstall: scons
2025-08-18T22:23:57.8168605Z     Found existing installation: SCons 4.9.1
2025-08-18T22:23:57.8452766Z     Uninstalling SCons-4.9.1:
2025-08-18T22:23:57.8511866Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:23:58.3379146Z   Attempting uninstall: pygments
2025-08-18T22:23:58.3459867Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:23:58.3610721Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:23:58.3633842Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:23:58.9259109Z   Attempting uninstall: platformdirs
2025-08-18T22:23:58.9333925Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:23:58.9348870Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:23:58.9361516Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:23:58.9570003Z   Attempting uninstall: packaging
2025-08-18T22:23:58.9640657Z     Found existing installation: packaging 25.0
2025-08-18T22:23:58.9659052Z     Uninstalling packaging-25.0:
2025-08-18T22:23:58.9664537Z       Successfully uninstalled packaging-25.0
2025-08-18T22:23:59.0105739Z   Attempting uninstall: mdurl
2025-08-18T22:23:59.0171367Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:23:59.0184533Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:23:59.0188870Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:23:59.0494920Z   Attempting uninstall: click
2025-08-18T22:23:59.0563910Z     Found existing installation: click 8.2.1
2025-08-18T22:23:59.0581306Z     Uninstalling click-8.2.1:
2025-08-18T22:23:59.0586406Z       Successfully uninstalled click-8.2.1
2025-08-18T22:23:59.1204471Z   Attempting uninstall: argcomplete
2025-08-18T22:23:59.1275200Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:23:59.1297281Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:23:59.1305537Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:23:59.1619090Z   Attempting uninstall: ansi2txt
2025-08-18T22:23:59.1687653Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:23:59.1700113Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:23:59.1886235Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:23:59.2099757Z   Attempting uninstall: userpath
2025-08-18T22:23:59.2168855Z     Found existing installation: userpath 1.9.2
2025-08-18T22:23:59.2183850Z     Uninstalling userpath-1.9.2:
2025-08-18T22:23:59.2190172Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:23:59.2419144Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:23:59.2491312Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:23:59.2787658Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:23:59.2824443Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:23:59.4718171Z   Attempting uninstall: markdown-it-py
2025-08-18T22:23:59.4788326Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:23:59.4831037Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:23:59.4851833Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:23:59.5455698Z   Attempting uninstall: rich
2025-08-18T22:23:59.5527550Z     Found existing installation: rich 14.1.0
2025-08-18T22:23:59.5570714Z     Uninstalling rich-14.1.0:
2025-08-18T22:23:59.5578920Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:23:59.7094830Z   Attempting uninstall: pyinstaller
2025-08-18T22:23:59.7165605Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:23:59.7404525Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:23:59.7440265Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:24:00.0014203Z   Attempting uninstall: pipx
2025-08-18T22:24:00.0088749Z     Found existing installation: pipx 1.7.1
2025-08-18T22:24:00.0125315Z     Uninstalling pipx-1.7.1:
2025-08-18T22:24:00.0133037Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:24:00.0690391Z   Attempting uninstall: typer
2025-08-18T22:24:00.0761148Z     Found existing installation: typer 0.16.1
2025-08-18T22:24:00.0782965Z     Uninstalling typer-0.16.1:
2025-08-18T22:24:00.0789282Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:24:00.1212226Z   Attempting uninstall: py2static
2025-08-18T22:24:00.1277525Z     Found existing installation: py2static 0.0.1
2025-08-18T22:24:00.1293540Z     Uninstalling py2static-0.0.1:
2025-08-18T22:24:00.1300820Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:24:00.1488647Z 
2025-08-18T22:24:00.1512096Z 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-18T22:24:00.4365090Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:24:00.5342707Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:24:00.5345949Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-zumj7zda
2025-08-18T22:24:00.5362253Z 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-zumj7zda
2025-08-18T22:24:02.4213813Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:24:02.4248240Z   Installing build dependencies: started
2025-08-18T22:24:03.2375588Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:24:03.2384798Z   Getting requirements to build wheel: started
2025-08-18T22:24:03.4899103Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:24:03.4908947Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:24:03.6507175Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:24:03.8230358Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:24:03.8240528Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:24:03.8532424Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:24:03.8541098Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:24:03.8835117Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:24:03.8844065Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:24:03.9131949Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:24:03.9140813Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:24:03.9177160Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:24:03.9186225Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:24:03.9197868Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:24:03.9212750Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:24:03.9316018Z Building wheels for collected packages: pyinstaller
2025-08-18T22:24:03.9322421Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:24:06.5064032Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:24:06.5082400Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=95ce2658595d07fc24baefcce45a7b41b77d072b20537827704df5e5f1ad3af1
2025-08-18T22:24:06.5083710Z   Stored in directory: /tmp/pip-ephem-wheel-cache-o5lsz906/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:24:06.5120961Z Successfully built pyinstaller
2025-08-18T22:24:06.5909166Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:24:06.5914508Z   Attempting uninstall: altgraph
2025-08-18T22:24:06.5983081Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:24:06.6000370Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:24:06.6006055Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:24:06.6283775Z   Attempting uninstall: setuptools
2025-08-18T22:24:06.6349945Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:24:06.6548457Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:24:06.6763610Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:24:07.2440957Z   Attempting uninstall: packaging
2025-08-18T22:24:07.2512222Z     Found existing installation: packaging 25.0
2025-08-18T22:24:07.2530668Z     Uninstalling packaging-25.0:
2025-08-18T22:24:07.2536155Z       Successfully uninstalled packaging-25.0
2025-08-18T22:24:07.2975445Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:24:07.3048666Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:24:07.3340883Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:24:07.3378343Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:24:07.5265852Z   Attempting uninstall: pyinstaller
2025-08-18T22:24:07.5348962Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:24:07.5589438Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:24:07.5626281Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:24:07.8464505Z 
2025-08-18T22:24:07.8489330Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-18T22:24:08.0909285Z 6.15.0
2025-08-18T22:24:09.9090190Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-18T22:24:09.9097966Z Warning: the "docker" command appears to already exist on this system.
2025-08-18T22:24:09.9098242Z 
2025-08-18T22:24:09.9098504Z If you already have Docker installed, this script can cause trouble, which is
2025-08-18T22:24:09.9099073Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-18T22:24:09.9099447Z installation.
2025-08-18T22:24:09.9099564Z 
2025-08-18T22:24:09.9099806Z If you installed the current Docker package using this script and are using it
2025-08-18T22:24:09.9100327Z again to update Docker, you can ignore this message, but be aware that the
2025-08-18T22:24:09.9100798Z script resets any custom changes in the deb and rpm repo configuration
2025-08-18T22:24:09.9101231Z files to match the parameters passed to the script.
2025-08-18T22:24:09.9101607Z 
2025-08-18T22:24:09.9101786Z You may press Ctrl+C now to abort this script.
2025-08-18T22:24:09.9244210Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:24:11.4458678Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-18T22:24:11.8673670Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-18T22:24:11.8689320Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-18T22:24:11.9769036Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-18T22:24:11.9782207Z + 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-18T22:24:11.9788656Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:24:13.4407016Z + 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-18T22:24:23.6959064Z + sh -c 'docker version'
2025-08-18T22:24:23.7093574Z Client: Docker Engine - Community
2025-08-18T22:24:23.7093919Z  Version:           28.3.3
2025-08-18T22:24:23.7094167Z  API version:       1.51
2025-08-18T22:24:23.7094521Z  Go version:        go1.24.5
2025-08-18T22:24:23.7094827Z  Git commit:        980b856
2025-08-18T22:24:23.7095141Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-18T22:24:23.7095420Z  OS/Arch:           linux/arm64
2025-08-18T22:24:23.7095654Z  Context:           default
2025-08-18T22:24:23.7095828Z 
2025-08-18T22:24:23.7095952Z Server: Docker Engine - Community
2025-08-18T22:24:23.7096209Z  Engine:
2025-08-18T22:24:23.7096394Z   Version:          28.3.3
2025-08-18T22:24:23.7096697Z   API version:      1.51 (minimum version 1.24)
2025-08-18T22:24:23.7096999Z   Go version:       go1.24.5
2025-08-18T22:24:23.7097264Z   Git commit:       bea959c
2025-08-18T22:24:23.7097565Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-18T22:24:23.7097837Z   OS/Arch:          linux/arm64
2025-08-18T22:24:23.7098117Z   Experimental:     false
2025-08-18T22:24:23.7098342Z  containerd:
2025-08-18T22:24:23.7098527Z   Version:          1.7.27
2025-08-18T22:24:23.7099033Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-18T22:24:23.7099337Z  runc:
2025-08-18T22:24:23.7099565Z   Version:          1.2.5
2025-08-18T22:24:23.7099813Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-18T22:24:23.7100050Z  docker-init:
2025-08-18T22:24:23.7100279Z   Version:          0.19.0
2025-08-18T22:24:23.7100547Z   GitCommit:        de40ad0
2025-08-18T22:24:23.7114324Z 
2025-08-18T22:24:23.7114588Z ================================================================================
2025-08-18T22:24:23.7114983Z 
2025-08-18T22:24:23.7115197Z To run Docker as a non-privileged user, consider setting up the
2025-08-18T22:24:23.7115851Z Docker daemon in rootless mode for your user:
2025-08-18T22:24:23.7116082Z 
2025-08-18T22:24:23.7116188Z     dockerd-rootless-setuptool.sh install
2025-08-18T22:24:23.7116493Z 
2025-08-18T22:24:23.7116708Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-18T22:24:23.7116995Z 
2025-08-18T22:24:23.7116999Z 
2025-08-18T22:24:23.7117185Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-18T22:24:23.7117678Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-18T22:24:23.7117950Z 
2025-08-18T22:24:23.7118148Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-18T22:24:23.7118601Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-18T22:24:23.7119124Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-18T22:24:23.7119413Z 
2025-08-18T22:24:23.7119518Z ================================================================================
2025-08-18T22:24:23.7119725Z 
2025-08-18T22:24:34.6428037Z ● docker.service - Docker Application Container Engine
2025-08-18T22:24:34.6428575Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:24:34.6429210Z      Active: active (running) since Mon 2025-08-18 22:24:24 UTC; 10s ago
2025-08-18T22:24:34.6429724Z TriggeredBy: ● docker.socket
2025-08-18T22:24:34.6430096Z        Docs: https://docs.docker.com
2025-08-18T22:24:34.6430819Z    Main PID: 20722 (dockerd)
2025-08-18T22:24:34.6431108Z       Tasks: 10
2025-08-18T22:24:34.6431363Z      Memory: 21.2M (peak: 24.6M)
2025-08-18T22:24:34.6432157Z         CPU: 239ms
2025-08-18T22:24:34.6432458Z      CGroup: /system.slice/docker.service
2025-08-18T22:24:34.6434618Z              └─20722 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:24:34.6434988Z 
2025-08-18T22:24:34.6435351Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.085696518Z" level=info msg="Loading containers: start."
2025-08-18T22:24:34.6436613Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.541512368Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 68000eb62d0e9efa9ba2eccff2831c7558d99a5a63c4a33392bc9dcdc743fd8c], retrying...."
2025-08-18T22:24:34.6437784Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.589932624Z" level=info msg="Loading containers: done."
2025-08-18T22:24:34.6438939Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608628906Z" 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-18T22:24:34.6440313Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608738884Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:24:34.6441198Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608774077Z" level=info msg="Initializing buildkit"
2025-08-18T22:24:34.6442074Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.624559828Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:24:34.6442814Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627493376Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:24:34.6443543Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627555017Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:24:34.6444279Z Aug 18 22:24:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:24:34.6513737Z ● docker.service - Docker Application Container Engine
2025-08-18T22:24:34.6514370Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:24:34.6515111Z      Active: active (running) since Mon 2025-08-18 22:24:24 UTC; 10s ago
2025-08-18T22:24:34.6515601Z TriggeredBy: ● docker.socket
2025-08-18T22:24:34.6516006Z        Docs: https://docs.docker.com
2025-08-18T22:24:34.6516289Z    Main PID: 20722 (dockerd)
2025-08-18T22:24:34.6516563Z       Tasks: 10
2025-08-18T22:24:34.6516790Z      Memory: 21.2M (peak: 24.6M)
2025-08-18T22:24:34.6517039Z         CPU: 239ms
2025-08-18T22:24:34.6517346Z      CGroup: /system.slice/docker.service
2025-08-18T22:24:34.6517882Z              └─20722 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:24:34.6518196Z 
2025-08-18T22:24:34.6518491Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.085696518Z" level=info msg="Loading containers: start."
2025-08-18T22:24:34.6519719Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.541512368Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 68000eb62d0e9efa9ba2eccff2831c7558d99a5a63c4a33392bc9dcdc743fd8c], retrying...."
2025-08-18T22:24:34.6520923Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.589932624Z" level=info msg="Loading containers: done."
2025-08-18T22:24:34.6522252Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608628906Z" 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-18T22:24:34.6523751Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608738884Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:24:34.6524642Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608774077Z" level=info msg="Initializing buildkit"
2025-08-18T22:24:34.6525392Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.624559828Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:24:34.6526144Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627493376Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:24:34.6526891Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627555017Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:24:34.6527591Z Aug 18 22:24:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:24:34.6671285Z ● docker.service - Docker Application Container Engine
2025-08-18T22:24:34.6672055Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:24:34.6672551Z      Active: active (running) since Mon 2025-08-18 22:24:24 UTC; 10s ago
2025-08-18T22:24:34.6673094Z TriggeredBy: ● docker.socket
2025-08-18T22:24:34.6673467Z        Docs: https://docs.docker.com
2025-08-18T22:24:34.6673746Z    Main PID: 20722 (dockerd)
2025-08-18T22:24:34.6674039Z       Tasks: 10
2025-08-18T22:24:34.6674273Z      Memory: 21.2M (peak: 24.6M)
2025-08-18T22:24:34.6674528Z         CPU: 239ms
2025-08-18T22:24:34.6674797Z      CGroup: /system.slice/docker.service
2025-08-18T22:24:34.6675349Z              └─20722 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:24:34.6675667Z 
2025-08-18T22:24:34.6675978Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.085696518Z" level=info msg="Loading containers: start."
2025-08-18T22:24:34.6677189Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.541512368Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 68000eb62d0e9efa9ba2eccff2831c7558d99a5a63c4a33392bc9dcdc743fd8c], retrying...."
2025-08-18T22:24:34.6678363Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.589932624Z" level=info msg="Loading containers: done."
2025-08-18T22:24:34.6679720Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608628906Z" 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-18T22:24:34.6681066Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608738884Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:24:34.6682095Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.608774077Z" level=info msg="Initializing buildkit"
2025-08-18T22:24:34.6682847Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.624559828Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:24:34.6683613Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627493376Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:24:34.6684334Z Aug 18 22:24:24 runnervmdbl46 dockerd[20722]: time="2025-08-18T22:24:24.627555017Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:24:34.6685030Z Aug 18 22:24:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:24:34.6766530Z Docker version 28.3.3, build 980b856
2025-08-18T22:24:34.6923831Z Unable to find image 'hello-world:latest' locally
2025-08-18T22:24:35.4013896Z latest: Pulling from library/hello-world
2025-08-18T22:24:35.5879310Z 198f93fd5094: Pulling fs layer
2025-08-18T22:24:35.8759617Z 198f93fd5094: Verifying Checksum
2025-08-18T22:24:35.9123050Z 198f93fd5094: Download complete
2025-08-18T22:24:35.9123596Z 198f93fd5094: Pull complete
2025-08-18T22:24:35.9453719Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-18T22:24:35.9579217Z Status: Downloaded newer image for hello-world:latest
2025-08-18T22:24:36.6366789Z 
2025-08-18T22:24:36.6367261Z Hello from Docker!
2025-08-18T22:24:36.6368556Z This message shows that your installation appears to be working correctly.
2025-08-18T22:24:36.6369014Z 
2025-08-18T22:24:36.6369184Z To generate this message, Docker took the following steps:
2025-08-18T22:24:36.6369595Z  1. The Docker client contacted the Docker daemon.
2025-08-18T22:24:36.6369982Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-18T22:24:36.6370390Z     (arm64v8)
2025-08-18T22:24:36.6370695Z  3. The Docker daemon created a new container from that image which runs the
2025-08-18T22:24:36.6371184Z     executable that produces the output you are currently reading.
2025-08-18T22:24:36.6371847Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-18T22:24:36.6372218Z     to your terminal.
2025-08-18T22:24:36.6372338Z 
2025-08-18T22:24:36.6372582Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-18T22:24:36.6372960Z  $ docker run -it ubuntu bash
2025-08-18T22:24:36.6373110Z 
2025-08-18T22:24:36.6373288Z Share images, automate workflows, and more with a free Docker ID:
2025-08-18T22:24:36.6373760Z  https://hub.docker.com/
2025-08-18T22:24:36.6373910Z 
2025-08-18T22:24:36.6374020Z For more examples and ideas, visit:
2025-08-18T22:24:36.6374338Z  https://docs.docker.com/get-started/
2025-08-18T22:24:36.6375722Z 
2025-08-18T22:24:36.7741025Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:24:36.7741679Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:24:36.7742307Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:24:36.7742829Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:24:36.7743265Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:24:36.7743744Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:24:36.7744164Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:24:36.7744635Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:24:36.7745318Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:24:36.7745721Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:24:36.7746175Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:24:36.7746900Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:24:36.7747377Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:24:36.7747845Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:24:36.7748284Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:24:36.7748801Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:24:36.7749260Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:24:36.7749730Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:24:36.7750176Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:24:36.7750696Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:24:36.7751232Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:24:36.7752007Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:24:36.7752502Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:24:36.7753260Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:24:36.7753667Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:24:36.7754138Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:24:36.7754630Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:24:36.7755128Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:24:36.7755625Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:24:36.7756074Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:24:36.7756540Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:24:36.7757050Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:24:36.7757639Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:24:36.7758110Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:24:36.7758668Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:24:36.7759148Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:24:36.7759638Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:24:36.7760143Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:24:36.7760589Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:24:36.7761074Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:24:36.7761741Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:24:36.7762265Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:24:36.7762810Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:24:36.7763419Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:24:36.7763951Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:24:36.7764489Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:24:36.7765011Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:24:36.7825871Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:24:36.7826470Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:24:36.7826905Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:24:36.7827327Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:24:36.7827737Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:24:36.7828166Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:24:36.7828566Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:24:36.7828934Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:24:36.7829290Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:24:36.7829660Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:24:36.7830060Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:24:36.7830468Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:24:36.7830849Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:24:36.7831254Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:24:36.7831905Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:24:36.7832527Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:24:36.7832938Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:24:36.7833363Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:24:36.7833792Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:24:36.7834204Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:24:36.7834600Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:24:36.7835045Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:24:36.7835546Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:24:36.7836048Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:24:36.7836513Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:24:36.7836930Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:24:36.7837319Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:24:36.7837710Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:24:36.7838109Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:24:36.7838512Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:24:36.7838973Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:24:36.7839472Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:24:36.7839978Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:24:36.7840469Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:24:36.7840913Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:24:36.7841316Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:24:36.7842063Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:24:36.7842487Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:24:36.7843090Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:24:36.7843485Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:24:36.7843909Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:24:36.7844333Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:24:36.7844715Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:24:36.7845088Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:24:36.7845501Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:24:36.7845908Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:24:36.7846285Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:24:36.7846654Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:24:36.7847052Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:24:36.7847443Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:24:36.7847800Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:24:36.7848179Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:24:36.7848590Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:24:36.7848977Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:24:36.7849504Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:24:36.7849867Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:24:36.7850244Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:24:36.7850631Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:24:36.7851031Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:24:36.7851619Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:24:36.7852015Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:24:36.7852397Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:24:36.7852795Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:24:36.7853194Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:24:36.7853593Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:24:36.7853949Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:24:36.7854300Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:24:36.7854655Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:24:36.7855019Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:24:36.7855374Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:24:36.7855748Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:24:36.7856144Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:24:36.7856574Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:24:36.7857011Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:24:36.7857416Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:24:36.7857807Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:24:36.7858198Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:24:36.7858580Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:24:36.7858985Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:24:36.7859595Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:24:36.7860021Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:24:36.7860417Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:24:36.7860988Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:24:36.7861638Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:24:36.7862107Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:24:36.7862500Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:24:36.7862899Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:24:36.7863309Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:24:36.7863719Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:24:36.7864125Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:24:36.7864523Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:24:36.7864923Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:24:36.7865330Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:24:36.7865712Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:24:36.7866246Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:24:36.7866617Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:24:36.7867013Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:24:36.7867430Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:24:36.7867832Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:24:36.7868226Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:24:36.7868602Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:24:36.7868978Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:24:36.7869357Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:24:36.7869743Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:24:36.7870169Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:24:36.7870616Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:24:36.7871014Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:24:36.7871390Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:24:36.7871987Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:24:36.7872418Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:24:36.7872840Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:24:36.7873195Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:24:36.7873541Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:24:36.7873960Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:24:36.7874396Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:24:36.7874804Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:24:36.7875187Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:24:36.7875569Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:24:36.7875952Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:24:36.7876564Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:24:36.7877080Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:24:36.7877496Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:24:36.7877865Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:24:36.7878227Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:24:36.7878674Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:24:36.7879179Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:24:36.7879620Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:24:36.7879995Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:24:36.7880458Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:24:36.7880994Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:24:36.7881872Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:24:36.7882319Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:24:36.7882680Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:24:36.7883240Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:24:36.7883653Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:24:36.7884066Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:24:36.7884474Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:24:36.7884849Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:24:36.7885229Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:24:36.7885629Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:24:36.7886029Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:24:36.7886427Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:24:36.7886826Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:24:36.7887226Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:24:36.7887619Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:24:36.7888040Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:24:36.7888484Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:24:36.7888910Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:24:36.7889304Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:24:36.7889678Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:24:36.7890050Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:24:36.7890425Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:24:36.7890817Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:24:36.7891240Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:24:36.7892110Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:24:36.7892570Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:24:36.7892981Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:24:36.7893369Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:24:36.7893961Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:24:36.7894359Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:24:36.7894731Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:24:36.7895119Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:24:36.7895505Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:24:36.7895955Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:24:36.7896427Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:24:36.7896886Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:24:36.7897404Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:24:36.7897921Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:24:36.7898429Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:24:36.7898867Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:24:36.7899231Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:24:36.7899596Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:24:36.7900121Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:24:36.7900501Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:24:36.7900871Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:24:36.7901253Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:24:36.7901849Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:24:36.7902248Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:24:36.7902631Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:24:36.7903007Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:24:36.7903405Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:24:36.7903794Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:24:36.7904211Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:24:36.7904653Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:24:36.7905072Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:24:36.7905490Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:24:36.7905896Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:24:36.7906311Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:24:36.7906737Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:24:36.7907128Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:24:36.7907492Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:24:36.7907998Z 	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-18T22:24:36.7908522Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:24:36.7908901Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:24:36.7909272Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:24:36.7909643Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:24:36.7910246Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:24:36.7910696Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:24:36.7911125Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:24:36.7911693Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:24:36.7912107Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:24:36.7912511Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:24:36.7912939Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:24:36.7913351Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:24:36.7913743Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:24:36.7914176Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:24:36.7914672Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:24:36.7915169Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:24:36.7915620Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:24:36.7916030Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:24:36.7916432Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:24:36.7917077Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:24:36.7917568Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:24:36.7917979Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:24:36.7918414Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:24:36.7918872Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:24:36.7919275Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:24:36.7919637Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:24:36.7919988Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:24:36.7920359Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:24:36.7920746Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:24:36.7921117Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:24:36.7921599Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:24:36.7921981Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:24:36.7922345Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:24:36.7922706Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:24:36.7923082Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:24:36.7923438Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:24:36.7923850Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:24:36.7924235Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:24:36.7924597Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:24:36.7924954Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:24:36.7925319Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:24:36.7925685Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:24:36.7926061Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:24:36.7926424Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:24:36.7926995Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:24:36.7927389Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:24:36.7927811Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:24:36.7928249Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:24:36.7928656Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:24:36.7929022Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:24:36.7929411Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:24:36.7929837Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:24:36.7930238Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:24:36.7930602Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:24:36.7930969Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:24:36.7931332Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:24:36.7931830Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:24:36.7932181Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:24:36.7932537Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:24:36.7932908Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:24:36.7933438Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:24:36.7933789Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:24:36.7934121Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:24:36.7934497Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:24:36.7934906Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:24:36.7935308Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:24:36.7935707Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:24:36.7936101Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:24:36.7936518Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:24:36.7937020Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:24:36.7937641Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:24:36.7938270Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:24:36.7938817Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:24:36.7939289Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:24:36.7939750Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:24:36.7940270Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:24:36.7940893Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:24:36.7941658Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:24:36.7942171Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:24:36.7942618Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:24:36.7942988Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:24:36.7943363Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:24:36.7943737Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:24:36.7944301Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:24:36.7944699Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:24:36.7945082Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:24:36.7945470Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:24:36.7945856Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:24:36.7946249Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:24:36.7946629Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:24:36.7947006Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:24:36.7947382Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:24:36.7947776Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:24:36.7948175Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:24:36.7948593Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:24:36.7949009Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:24:36.7949380Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:24:36.7949773Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:24:36.7950397Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:24:36.7950811Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:24:36.7951253Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:24:36.7951854Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:24:36.7952227Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:24:36.7952602Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:24:36.7952988Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:24:36.7953355Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:24:36.7953746Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:24:36.7954140Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:24:36.7954534Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:24:36.7954920Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:24:36.7955284Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:24:36.7955653Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:24:36.7956205Z 	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-18T22:24:36.7956919Z 	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-18T22:24:36.7957605Z 	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-18T22:24:36.7958274Z 	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-18T22:24:36.7958807Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:24:36.7959194Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:24:36.7959607Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:24:36.7960013Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:24:36.7960393Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:24:36.7960967Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:24:36.7961369Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:24:36.7961900Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:24:36.7962287Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:24:36.7962662Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:24:36.7963045Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:24:36.7963432Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:24:36.7963831Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:24:36.7964229Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:24:36.7964627Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:24:36.7965018Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:24:36.7965401Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:24:36.7965788Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:24:36.7966194Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:24:36.7966594Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:24:36.7967156Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:24:36.7967551Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:24:36.7967975Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:24:36.7968408Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:24:36.7968811Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:24:36.7969258Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:24:36.7969716Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:24:36.7970123Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:24:36.7970495Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:24:36.7970877Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:24:36.7971343Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:24:36.7971893Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:24:36.7972305Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:24:36.7972688Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:24:36.7973082Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:24:36.7973556Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:24:36.7974028Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:24:36.7974442Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:24:36.7974850Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:24:36.7975302Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:24:36.7975754Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:24:36.7976230Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:24:36.7976718Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:24:36.7977165Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:24:36.7977775Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:24:36.7978209Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:24:36.7978600Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:24:36.7979025Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:24:36.7979411Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:24:36.7979792Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:24:36.7980201Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:24:36.7980602Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:24:36.7981009Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:24:36.7981584Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:24:36.7982008Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:24:36.7982389Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:24:36.7982756Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:24:36.7983111Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:24:36.7983501Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:24:36.7984095Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:24:36.7984490Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:24:36.7984941Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:24:36.7985393Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:24:36.7985801Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:24:36.7986243Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:24:36.7986668Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:24:36.7987077Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:24:36.7987490Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:24:36.7987847Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:24:36.7988219Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:24:36.7988614Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:24:36.7989012Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:24:36.7989391Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:24:36.7989749Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:24:36.7990106Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:24:36.7990455Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:24:36.7990947Z 	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-18T22:24:36.7991636Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:24:36.7992053Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:24:36.7992441Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:24:36.7992842Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:24:36.7993252Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:24:36.7993663Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:24:36.7994292Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:24:36.7994719Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:24:36.7995134Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:24:36.7995510Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:24:36.7995877Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:24:36.7996239Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:24:36.7996623Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:24:36.7997048Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:24:36.7997481Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:24:36.7997881Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:24:36.7998307Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:24:36.7998748Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:24:36.7999148Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:24:36.7999518Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:24:36.7999868Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:24:36.8000219Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:24:36.8000745Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:24:36.8001123Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:24:36.8001643Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:24:36.8002056Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:24:36.8002480Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:24:36.8002945Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:24:36.8003384Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:24:36.8003761Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:24:36.8004148Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:24:36.8004535Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:24:36.8004928Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:24:36.8005311Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:24:36.8005689Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:24:36.8006131Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:24:36.8006626Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:24:36.8007048Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:24:36.8007424Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:24:36.8007806Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:24:36.8008211Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:24:36.8008612Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:24:36.8008985Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:24:36.8009384Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:24:36.8009765Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:24:36.8010116Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:24:36.8010677Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:24:36.8011115Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:24:36.8011675Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:24:36.8012063Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:24:36.8012448Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:24:36.8012890Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:24:36.8013338Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:24:36.8013768Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:24:36.8014161Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:24:36.8014678Z 	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-18T22:24:36.8015194Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:24:36.8015595Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:24:36.8016004Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:24:36.8016433Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:24:36.8016956Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:24:36.8017747Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:24:36.8018361Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:24:36.8019011Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:24:36.8019665Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:24:36.8020297Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:24:36.8020925Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:24:36.8021711Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:24:36.8022223Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:24:36.8022670Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:24:36.8023108Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:24:36.8023540Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:24:36.8024052Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:24:36.8024491Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:24:36.8024873Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:24:36.8025244Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:24:36.8025623Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:24:36.8026004Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:24:36.8026417Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:24:36.8026830Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:24:36.8027192Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:24:36.8027579Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:24:36.8028217Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:24:36.8028741Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:24:36.8029230Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:24:36.8029718Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:24:36.8030170Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:24:36.8030590Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:24:36.8031004Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:24:36.8031559Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:24:36.8032001Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:24:36.8032428Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:24:36.8032821Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:24:36.8033204Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:24:36.8033582Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:24:36.8033959Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:24:36.8034396Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:24:36.8035012Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:24:36.8035419Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:24:36.8035832Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:24:36.8036263Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:24:36.8036721Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:24:36.8037167Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:24:36.8037600Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:24:36.8037994Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:24:36.8038364Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:24:36.8038750Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:24:36.8039123Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:24:36.8039493Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:24:36.8039893Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:24:36.8040294Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:24:36.8040725Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:24:36.8041194Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:24:36.8041792Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:24:36.8042187Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:24:36.8042538Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:24:36.8042911Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:24:36.8043310Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:24:36.8043695Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:24:36.8044084Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:24:36.8044514Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:24:36.8045131Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:24:36.8045574Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:24:36.8045959Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:24:36.8046358Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:24:36.8046902Z 	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-18T22:24:36.8047483Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:24:36.8047938Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:24:36.8048385Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:24:36.8048811Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:24:36.8049215Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:24:36.8049608Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:24:36.8050008Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:24:36.8050409Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:24:36.8050814Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:24:36.8051353Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:24:36.8051929Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:24:36.8052342Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:24:36.8052723Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:24:36.8053132Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:24:36.8053607Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:24:36.8054037Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:24:36.8054415Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:24:36.8054793Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:24:36.8055185Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:24:36.8055567Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:24:36.8055943Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:24:36.8056369Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:24:36.8056817Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:24:36.8057221Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:24:36.8057622Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:24:36.8058023Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:24:36.8058407Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:24:36.8058783Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:24:36.8059172Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:24:36.8059581Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:24:36.8060029Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:24:36.8060480Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:24:36.8060904Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:24:36.8061310Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:24:36.8062065Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:24:36.8062520Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:24:36.8062911Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:24:36.8063270Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:24:36.8063621Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:24:36.8063992Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:24:36.8064367Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:24:36.8064722Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:24:36.8065091Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:24:36.8065489Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:24:36.8065881Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:24:36.8066243Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:24:36.8066594Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:24:36.8066973Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:24:36.8067374Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:24:36.8067901Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:24:36.8068268Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:24:36.8068631Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:24:36.8069013Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:24:36.8069395Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:24:36.8069751Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:24:36.8070128Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:24:36.8070523Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:24:36.8070905Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:24:36.8071286Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:24:36.8071860Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:24:36.8072259Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:24:36.8072661Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:24:36.8073087Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:24:36.8073488Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:24:36.8073848Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:24:36.8074198Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:24:36.8074543Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:24:36.8074966Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:24:36.8075471Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:24:36.8075976Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:24:36.8076459Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:24:36.8076966Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:24:36.8077410Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:24:36.8077793Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:24:36.8078414Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:24:36.8078842Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:24:36.8079234Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:24:36.8079623Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:24:36.8080011Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:24:36.8080391Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:24:36.8080783Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:24:36.8081227Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:24:36.8081813Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:24:36.8082196Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:24:36.8082603Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:24:36.8083030Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:24:36.8083411Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:24:36.8083761Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:24:36.8084148Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:24:36.8084772Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:24:36.8085237Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:24:36.8085649Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:24:36.8086066Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:24:36.8086500Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:24:36.8086936Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:24:36.8813920Z [+] Installing Go for linux-arm64...
2025-08-18T22:24:37.2257938Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:24:37.2258361Z [!] GOROOT: /usr/lib/go-1.22
2025-08-18T22:24:37.2258598Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-18T22:24:37.2268277Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-18T22:24:37.2268715Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-18T22:24:37.2269078Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-18T22:24:37.2269868Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-18T22:24:37.2270339Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-18T22:24:37.2270808Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-18T22:24:37.2271265Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-18T22:24:37.2271807Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-18T22:24:37.2272254Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-18T22:24:37.2272724Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-18T22:24:37.2273191Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-18T22:24:37.2273627Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-18T22:24:37.2274073Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-18T22:24:37.2274515Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-18T22:24:37.2274948Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-18T22:24:37.2275720Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-18T22:24:37.2276202Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-18T22:24:37.2276656Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-18T22:24:37.2277110Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-18T22:24:37.2277577Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-18T22:24:37.2278043Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-18T22:24:37.2278493Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-18T22:24:37.2278909Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-18T22:24:37.2279260Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-18T22:24:37.2279591Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-18T22:24:37.2279924Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-18T22:24:37.2280261Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-18T22:24:37.2280597Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-18T22:24:37.2308342Z go version go1.22.2 linux/arm64
2025-08-18T22:24:37.2574520Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:24:37.2574888Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:24:37.2575680Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:24:37.2576044Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:24:37.2576413Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:24:37.2576773Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:24:37.2577136Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:24:37.2577509Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:24:37.2577896Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:24:37.2578227Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:24:37.2578587Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:24:37.2578970Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:24:37.2579357Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:24:37.2579763Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:24:37.2580162Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:24:37.2580563Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:24:37.2580967Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:24:37.2581335Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:24:37.2581889Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:24:37.2582350Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:24:37.2582797Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:24:37.2583190Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:24:37.2583623Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:24:37.2584025Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:24:37.2584375Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:24:37.2584766Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:24:37.2585199Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:24:37.2585882Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:24:37.2586319Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:24:37.2586732Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:24:37.2587298Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:24:37.2587724Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:24:37.2588159Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:24:37.2588581Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:24:37.2589023Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:24:37.2589447Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:24:37.2589855Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:24:37.2590272Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:24:37.2590668Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:24:37.2591079Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:24:37.2591678Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:24:37.2592114Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:24:37.2592697Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:24:37.2593093Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:24:37.2593550Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:24:37.2594020Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:24:37.2594495Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:24:37.2594986Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:24:37.2595430Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:24:37.2595851Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:24:37.2596274Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:24:37.2596691Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:24:37.2597106Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:24:37.2597510Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:24:37.2597881Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:24:37.2598239Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:24:37.2598609Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:24:37.2599006Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:24:37.2599415Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:24:37.2599802Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:24:37.2600213Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:24:37.2600659Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:24:37.2601089Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:24:37.2601651Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:24:37.2602084Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:24:37.2602515Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:24:37.2603095Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:24:37.2603526Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:24:37.2603968Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:24:37.2604468Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:24:37.2604968Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:24:37.2605437Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:24:37.2605853Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:24:37.2606241Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:24:37.2606634Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:24:37.2607044Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:24:37.2607445Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:24:37.2607904Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:24:37.2608403Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:24:37.2608911Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:24:37.2609531Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:24:37.2609971Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:24:37.2610375Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:24:37.2610767Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:24:37.2611178Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:24:37.2611752Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:24:37.2612141Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:24:37.2612565Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:24:37.2612993Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:24:37.2613381Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:24:37.2613754Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:24:37.2614160Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:24:37.2614566Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:24:37.2614942Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:24:37.2615321Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:24:37.2615717Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:24:37.2616105Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:24:37.2616455Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:24:37.2616836Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:24:37.2617242Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:24:37.2617637Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:24:37.2617999Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:24:37.2618363Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:24:37.2618744Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:24:37.2619135Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:24:37.2619702Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:24:37.2620121Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:24:37.2620505Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:24:37.2620887Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:24:37.2621287Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:24:37.2621828Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:24:37.2622202Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:24:37.2622561Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:24:37.2622915Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:24:37.2623273Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:24:37.2623642Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:24:37.2623992Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:24:37.2624367Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:24:37.2624761Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:24:37.2625190Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:24:37.2625772Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:24:37.2626177Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:24:37.2626573Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:24:37.2626964Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:24:37.2627353Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:24:37.2627761Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:24:37.2628172Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:24:37.2628556Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:24:37.2628948Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:24:37.2629360Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:24:37.2629804Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:24:37.2630233Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:24:37.2630626Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:24:37.2631023Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:24:37.2631584Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:24:37.2632023Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:24:37.2632431Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:24:37.2632826Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:24:37.2633229Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:24:37.2633630Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:24:37.2634019Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:24:37.2634380Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:24:37.2634749Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:24:37.2635151Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:24:37.2635550Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:24:37.2636137Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:24:37.2636547Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:24:37.2636919Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:24:37.2637295Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:24:37.2637675Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:24:37.2638072Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:24:37.2638499Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:24:37.2638945Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:24:37.2639345Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:24:37.2639726Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:24:37.2640124Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:24:37.2640548Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:24:37.2640969Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:24:37.2641324Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:24:37.2641931Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:24:37.2642530Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:24:37.2642962Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:24:37.2643377Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:24:37.2643764Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:24:37.2644147Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:24:37.2644534Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:24:37.2644962Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:24:37.2645430Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:24:37.2645848Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:24:37.2646218Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:24:37.2646585Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:24:37.2647031Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:24:37.2647537Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:24:37.2647979Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:24:37.2648361Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:24:37.2648825Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:24:37.2649367Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:24:37.2649871Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:24:37.2650317Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:24:37.2650688Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:24:37.2651066Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:24:37.2651640Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:24:37.2652071Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:24:37.2652480Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:24:37.2653021Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:24:37.2653411Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:24:37.2653814Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:24:37.2654221Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:24:37.2654624Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:24:37.2655033Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:24:37.2655429Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:24:37.2655824Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:24:37.2656247Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:24:37.2656697Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:24:37.2657131Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:24:37.2657526Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:24:37.2657903Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:24:37.2658278Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:24:37.2658657Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:24:37.2659205Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:24:37.2659623Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:24:37.2660090Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:24:37.2660543Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:24:37.2660948Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:24:37.2661342Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:24:37.2661892Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:24:37.2662282Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:24:37.2662653Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:24:37.2663042Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:24:37.2663434Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:24:37.2663878Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:24:37.2664350Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:24:37.2664839Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:24:37.2665367Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:24:37.2665882Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:24:37.2666387Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:24:37.2666827Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:24:37.2667194Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:24:37.2667559Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:24:37.2667939Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:24:37.2668319Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:24:37.2668692Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:24:37.2669073Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:24:37.2669655Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:24:37.2670073Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:24:37.2670451Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:24:37.2670827Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:24:37.2671227Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:24:37.2671742Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:24:37.2672165Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:24:37.2672602Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:24:37.2673025Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:24:37.2673439Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:24:37.2673851Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:24:37.2674266Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:24:37.2674690Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:24:37.2675084Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:24:37.2675446Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:24:37.2676132Z 	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-18T22:24:37.2676652Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:24:37.2677026Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:24:37.2677404Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:24:37.2677774Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:24:37.2678216Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:24:37.2678656Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:24:37.2679085Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:24:37.2679511Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:24:37.2679918Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:24:37.2680325Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:24:37.2680748Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:24:37.2681161Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:24:37.2681666Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:24:37.2682104Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:24:37.2682596Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:24:37.2683095Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:24:37.2683547Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:24:37.2683958Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:24:37.2684364Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:24:37.2684838Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:24:37.2685326Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:24:37.2685738Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:24:37.2686363Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:24:37.2686840Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:24:37.2687250Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:24:37.2687609Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:24:37.2687961Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:24:37.2688331Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:24:37.2688718Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:24:37.2689088Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:24:37.2689445Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:24:37.2689818Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:24:37.2690181Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:24:37.2690544Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:24:37.2690917Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:24:37.2691274Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:24:37.2691788Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:24:37.2692180Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:24:37.2692708Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:24:37.2693069Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:24:37.2693429Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:24:37.2693796Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:24:37.2694172Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:24:37.2694545Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:24:37.2694902Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:24:37.2695278Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:24:37.2695698Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:24:37.2696133Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:24:37.2696543Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:24:37.2696911Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:24:37.2697293Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:24:37.2697718Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:24:37.2698121Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:24:37.2698481Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:24:37.2698852Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:24:37.2699217Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:24:37.2699564Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:24:37.2699915Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:24:37.2700273Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:24:37.2700650Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:24:37.2701011Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:24:37.2701362Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:24:37.2701873Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:24:37.2702251Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:24:37.2702853Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:24:37.2703268Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:24:37.2703664Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:24:37.2704067Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:24:37.2704481Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:24:37.2704991Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:24:37.2705607Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:24:37.2706231Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:24:37.2706772Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:24:37.2707250Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:24:37.2707705Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:24:37.2708226Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:24:37.2708845Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:24:37.2709592Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:24:37.2710086Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:24:37.2710532Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:24:37.2710902Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:24:37.2711279Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:24:37.2711812Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:24:37.2712195Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:24:37.2712585Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:24:37.2712972Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:24:37.2713361Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:24:37.2713748Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:24:37.2714134Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:24:37.2714858Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:24:37.2715251Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:24:37.2715632Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:24:37.2716038Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:24:37.2716435Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:24:37.2716848Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:24:37.2717267Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:24:37.2717638Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:24:37.2718035Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:24:37.2718445Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:24:37.2718858Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:24:37.2719296Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:24:37.2719727Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:24:37.2720311Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:24:37.2720696Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:24:37.2721080Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:24:37.2721574Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:24:37.2721974Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:24:37.2722367Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:24:37.2722756Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:24:37.2723138Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:24:37.2723504Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:24:37.2723874Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:24:37.2724427Z 	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-18T22:24:37.2725151Z 	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-18T22:24:37.2725841Z 	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-18T22:24:37.2726507Z 	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-18T22:24:37.2727186Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:24:37.2727573Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:24:37.2727981Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:24:37.2728385Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:24:37.2728769Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:24:37.2729144Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:24:37.2729512Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:24:37.2729891Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:24:37.2730274Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:24:37.2730654Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:24:37.2731034Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:24:37.2731542Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:24:37.2731958Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:24:37.2732359Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:24:37.2732759Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:24:37.2733150Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:24:37.2733539Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:24:37.2733928Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:24:37.2734332Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:24:37.2734732Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:24:37.2735131Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:24:37.2735522Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:24:37.2735946Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:24:37.2736381Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:24:37.2736963Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:24:37.2737420Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:24:37.2737878Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:24:37.2738288Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:24:37.2738659Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:24:37.2739046Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:24:37.2739445Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:24:37.2739853Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:24:37.2740261Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:24:37.2740642Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:24:37.2741037Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:24:37.2741645Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:24:37.2742136Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:24:37.2742537Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:24:37.2742945Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:24:37.2743552Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:24:37.2744002Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:24:37.2744477Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:24:37.2744964Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:24:37.2745417Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:24:37.2745856Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:24:37.2746257Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:24:37.2746651Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:24:37.2747070Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:24:37.2747455Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:24:37.2747832Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:24:37.2748245Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:24:37.2748646Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:24:37.2749049Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:24:37.2749473Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:24:37.2749870Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:24:37.2750251Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:24:37.2750621Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:24:37.2750975Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:24:37.2751370Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:24:37.2751940Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:24:37.2752343Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:24:37.2752794Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:24:37.2753247Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:24:37.2753845Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:24:37.2754304Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:24:37.2754730Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:24:37.2755137Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:24:37.2755544Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:24:37.2755907Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:24:37.2756272Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:24:37.2756668Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:24:37.2757065Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:24:37.2757453Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:24:37.2757812Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:24:37.2758165Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:24:37.2758514Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:24:37.2759005Z 	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-18T22:24:37.2759513Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:24:37.2760032Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:24:37.2760414Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:24:37.2760809Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:24:37.2761222Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:24:37.2761765Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:24:37.2762171Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:24:37.2762589Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:24:37.2763002Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:24:37.2763377Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:24:37.2763745Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:24:37.2764110Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:24:37.2764490Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:24:37.2764912Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:24:37.2765341Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:24:37.2765743Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:24:37.2766164Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:24:37.2766606Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:24:37.2767009Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:24:37.2767380Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:24:37.2767734Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:24:37.2768085Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:24:37.2768456Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:24:37.2768837Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:24:37.2769215Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:24:37.2769809Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:24:37.2770250Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:24:37.2770716Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:24:37.2771154Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:24:37.2771664Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:24:37.2772057Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:24:37.2772454Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:24:37.2772844Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:24:37.2773226Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:24:37.2773603Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:24:37.2774050Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:24:37.2774547Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:24:37.2774972Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:24:37.2775347Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:24:37.2775725Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:24:37.2776275Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:24:37.2776666Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:24:37.2777040Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:24:37.2777440Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:24:37.2777824Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:24:37.2778220Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:24:37.2778577Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:24:37.2778979Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:24:37.2779401Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:24:37.2779781Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:24:37.2780165Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:24:37.2780611Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:24:37.2781057Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:24:37.2781617Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:24:37.2782029Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:24:37.2782552Z 	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-18T22:24:37.2783060Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:24:37.2783453Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:24:37.2783865Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:24:37.2784293Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:24:37.2784817Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:24:37.2785401Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:24:37.2786014Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:24:37.2786841Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:24:37.2787503Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:24:37.2788135Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:24:37.2788763Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:24:37.2789347Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:24:37.2789835Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:24:37.2790282Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:24:37.2790720Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:24:37.2791149Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:24:37.2791753Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:24:37.2792192Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:24:37.2792579Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:24:37.2792950Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:24:37.2793327Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:24:37.2793850Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:24:37.2794259Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:24:37.2794674Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:24:37.2795039Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:24:37.2795430Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:24:37.2795900Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:24:37.2796392Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:24:37.2796885Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:24:37.2797376Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:24:37.2797833Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:24:37.2798253Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:24:37.2798669Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:24:37.2799086Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:24:37.2799519Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:24:37.2799955Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:24:37.2800346Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:24:37.2800735Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:24:37.2801113Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:24:37.2801674Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:24:37.2802135Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:24:37.2802578Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:24:37.2802982Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:24:37.2803396Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:24:37.2803826Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:24:37.2804463Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:24:37.2804915Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:24:37.2805350Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:24:37.2805746Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:24:37.2806122Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:24:37.2806521Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:24:37.2806897Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:24:37.2807268Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:24:37.2807667Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:24:37.2808075Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:24:37.2808508Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:24:37.2808992Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:24:37.2809456Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:24:37.2809848Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:24:37.2810201Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:24:37.2810706Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:24:37.2811102Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:24:37.2811633Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:24:37.2812035Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:24:37.2812470Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:24:37.2812922Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:24:37.2813343Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:24:37.2813731Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:24:37.2814132Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:24:37.2814682Z 	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-18T22:24:37.2815261Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:24:37.2815718Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:24:37.2816166Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:24:37.2816597Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:24:37.2816994Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:24:37.2817383Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:24:37.2817774Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:24:37.2818174Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:24:37.2818581Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:24:37.2818964Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:24:37.2819358Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:24:37.2819766Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:24:37.2820143Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:24:37.2820747Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:24:37.2821239Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:24:37.2821792Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:24:37.2822169Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:24:37.2822548Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:24:37.2822941Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:24:37.2823317Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:24:37.2823688Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:24:37.2824119Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:24:37.2824569Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:24:37.2824979Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:24:37.2825382Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:24:37.2825780Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:24:37.2826157Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:24:37.2826535Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:24:37.2827079Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:24:37.2827483Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:24:37.2827929Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:24:37.2828378Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:24:37.2828801Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:24:37.2829208Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:24:37.2829612Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:24:37.2830038Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:24:37.2830429Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:24:37.2830786Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:24:37.2831137Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:24:37.2831637Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:24:37.2832031Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:24:37.2832387Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:24:37.2832761Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:24:37.2833163Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:24:37.2833550Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:24:37.2833909Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:24:37.2834255Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:24:37.2834641Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:24:37.2835048Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:24:37.2835426Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:24:37.2835792Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:24:37.2836154Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:24:37.2836540Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:24:37.2837158Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:24:37.2837529Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:24:37.2837901Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:24:37.2838296Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:24:37.2838679Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:24:37.2839055Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:24:37.2839439Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:24:37.2839827Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:24:37.2840231Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:24:37.2840658Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:24:37.2841067Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:24:37.2841546Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:24:37.2841906Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:24:37.2842248Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:24:37.2842672Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:24:37.2843175Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:24:37.2843818Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:24:37.2844297Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:24:37.2844802Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:24:37.2845244Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:24:37.2845634Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:24:37.2846026Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:24:37.2846417Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:24:37.2846808Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:24:37.2847195Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:24:37.2847589Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:24:37.2847966Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:24:37.2848361Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:24:37.2848805Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:24:37.2849243Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:24:37.2849626Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:24:37.2850028Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:24:37.2850455Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:24:37.2850835Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:24:37.2851185Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:24:37.2851702Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:24:37.2852163Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:24:37.2852627Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:24:37.2853038Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:24:37.2853640Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:24:37.2854089Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:24:37.2854522Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:24:37.4741662Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:24:37.6596989Z Collecting meson
2025-08-18T22:24:37.7470110Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:24:37.8120851Z Collecting ninja
2025-08-18T22:24:37.8265600Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-18T22:24:37.8553459Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:24:37.9263028Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 20.6 MB/s  0:00:00
2025-08-18T22:24:37.9415592Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-18T22:24:38.0280660Z Installing collected packages: ninja, meson
2025-08-18T22:24:38.6967709Z 
2025-08-18T22:24:38.6991356Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:24:38.9605239Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:24:39.0465417Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:24:39.1329406Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:24:39.4906736Z 1.8.3
2025-08-18T22:24:39.5184845Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:24:39.5526591Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:24:39.5527014Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:24:39.5527383Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:24:39.5527759Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:24:39.5528167Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:24:39.5528548Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:24:39.5528915Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:24:39.5529279Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:24:39.5529630Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:24:39.5529965Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:24:39.5530343Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:24:39.5530733Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:24:39.5531120Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:24:39.5532018Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:24:39.5532456Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:24:39.5532870Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:24:39.5533277Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:24:39.5533640Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:24:39.5534020Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:24:39.5534479Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:24:39.5534934Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:24:39.5535323Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:24:39.5535746Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:24:39.5536149Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:24:39.5536503Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:24:39.5537242Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:24:39.5537702Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:24:39.5538124Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:24:39.5538531Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:24:39.5538945Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:24:39.5539377Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:24:39.5539801Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:24:39.5540234Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:24:39.5540657Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:24:39.5541098Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:24:39.5541722Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:24:39.5542144Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:24:39.5542556Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:24:39.5542957Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:24:39.5543367Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:24:39.5544032Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:24:39.5544455Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:24:39.5544862Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:24:39.5545258Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:24:39.5545719Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:24:39.5546194Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:24:39.5546671Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:24:39.5547166Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:24:39.5547608Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:24:39.5548033Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:24:39.5548452Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:24:39.5548862Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:24:39.5549279Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:24:39.5549679Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:24:39.5550057Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:24:39.5550418Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:24:39.5550792Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:24:39.5551188Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:24:39.5551951Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:24:39.5552347Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:24:39.5552758Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:24:39.5553203Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:24:39.5553624Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:24:39.5554038Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:24:39.5554653Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:24:39.5555117Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:24:39.5555523Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:24:39.5555920Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:24:39.5556357Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:24:39.5556863Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:24:39.5557362Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:24:39.5557822Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:24:39.5558240Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:24:39.5558633Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:24:39.5559028Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:24:39.5559434Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:24:39.5559834Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:24:39.5560293Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:24:39.5560976Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:24:39.5561741Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:24:39.5562260Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:24:39.5562703Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:24:39.5563113Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:24:39.5563660Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:24:39.5564068Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:24:39.5564468Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:24:39.5564855Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:24:39.5565284Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:24:39.5565709Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:24:39.5566097Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:24:39.5566471Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:24:39.5566880Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:24:39.5567289Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:24:39.5567668Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:24:39.5568040Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:24:39.5568436Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:24:39.5568825Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:24:39.5569176Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:24:39.5569563Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:24:39.5569982Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:24:39.5570374Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:24:39.5570741Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:24:39.5571336Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:24:39.5571902Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:24:39.5572296Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:24:39.5572698Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:24:39.5573095Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:24:39.5573480Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:24:39.5573868Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:24:39.5574267Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:24:39.5574666Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:24:39.5575032Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:24:39.5575410Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:24:39.5575765Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:24:39.5576124Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:24:39.5576486Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:24:39.5576836Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:24:39.5577212Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:24:39.5577800Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:24:39.5578232Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:24:39.5578669Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:24:39.5579072Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:24:39.5579466Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:24:39.5579863Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:24:39.5580253Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:24:39.5580657Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:24:39.5581068Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:24:39.5581676Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:24:39.5582123Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:24:39.5582537Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:24:39.5582976Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:24:39.5583405Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:24:39.5583793Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:24:39.5584194Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:24:39.5584603Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:24:39.5585015Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:24:39.5585422Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:24:39.5585817Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:24:39.5586223Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:24:39.5586628Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:24:39.5587013Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:24:39.5587374Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:24:39.5587740Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:24:39.5588360Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:24:39.5588779Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:24:39.5589183Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:24:39.5589574Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:24:39.5589947Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:24:39.5590326Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:24:39.5590707Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:24:39.5591093Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:24:39.5591646Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:24:39.5592100Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:24:39.5592505Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:24:39.5592880Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:24:39.5593276Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:24:39.5593698Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:24:39.5594117Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:24:39.5594628Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:24:39.5594978Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:24:39.5595403Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:24:39.5595878Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:24:39.5596291Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:24:39.5596679Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:24:39.5597062Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:24:39.5597447Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:24:39.5597870Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:24:39.5598338Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:24:39.5598758Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:24:39.5599129Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:24:39.5599494Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:24:39.5599936Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:24:39.5600445Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:24:39.5600887Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:24:39.5601264Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:24:39.5601951Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:24:39.5602501Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:24:39.5603012Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:24:39.5603453Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:24:39.5603817Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:24:39.5604199Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:24:39.5604612Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:24:39.5605208Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:24:39.5605634Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:24:39.5606011Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:24:39.5606389Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:24:39.5606806Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:24:39.5607211Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:24:39.5607610Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:24:39.5608011Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:24:39.5608403Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:24:39.5608796Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:24:39.5609223Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:24:39.5609668Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:24:39.5610100Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:24:39.5610490Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:24:39.5610865Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:24:39.5611395Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:24:39.5611909Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:24:39.5612302Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:24:39.5612721Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:24:39.5613193Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:24:39.5613649Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:24:39.5614056Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:24:39.5614443Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:24:39.5614829Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:24:39.5615209Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:24:39.5615582Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:24:39.5615969Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:24:39.5616356Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:24:39.5616804Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:24:39.5617279Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:24:39.5617746Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:24:39.5618267Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:24:39.5618779Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:24:39.5619286Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:24:39.5619729Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:24:39.5620094Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:24:39.5620457Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:24:39.5620843Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:24:39.5621228Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:24:39.5621893Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:24:39.5622311Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:24:39.5622697Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:24:39.5623081Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:24:39.5623458Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:24:39.5623843Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:24:39.5624239Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:24:39.5624633Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:24:39.5625051Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:24:39.5625494Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:24:39.5625920Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:24:39.5626335Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:24:39.5626740Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:24:39.5627150Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:24:39.5627574Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:24:39.5628123Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:24:39.5628485Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:24:39.5628998Z 	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-18T22:24:39.5629518Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:24:39.5629896Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:24:39.5630275Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:24:39.5630643Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:24:39.5631041Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:24:39.5631647Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:24:39.5632088Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:24:39.5632527Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:24:39.5632932Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:24:39.5633335Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:24:39.5633758Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:24:39.5634172Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:24:39.5634567Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:24:39.5634999Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:24:39.5635491Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:24:39.5635989Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:24:39.5636443Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:24:39.5636851Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:24:39.5637254Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:24:39.5637735Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:24:39.5638415Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:24:39.5638842Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:24:39.5639276Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:24:39.5639730Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:24:39.5640137Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:24:39.5640501Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:24:39.5640857Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:24:39.5641228Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:24:39.5641825Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:24:39.5642197Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:24:39.5642551Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:24:39.5642928Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:24:39.5643292Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:24:39.5643650Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:24:39.5644021Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:24:39.5644378Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:24:39.5644954Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:24:39.5645340Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:24:39.5645704Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:24:39.5646067Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:24:39.5646427Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:24:39.5646798Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:24:39.5647178Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:24:39.5647545Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:24:39.5647909Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:24:39.5648286Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:24:39.5648710Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:24:39.5649150Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:24:39.5649559Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:24:39.5649928Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:24:39.5650312Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:24:39.5650745Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:24:39.5651146Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:24:39.5651669Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:24:39.5652058Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:24:39.5652417Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:24:39.5652759Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:24:39.5653111Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:24:39.5653466Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:24:39.5653834Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:24:39.5654196Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:24:39.5654543Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:24:39.5655090Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:24:39.5655488Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:24:39.5655900Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:24:39.5656296Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:24:39.5656696Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:24:39.5657094Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:24:39.5657513Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:24:39.5658011Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:24:39.5658628Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:24:39.5659257Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:24:39.5659803Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:24:39.5660276Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:24:39.5660734Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:24:39.5661257Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:24:39.5662289Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:24:39.5662854Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:24:39.5663348Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:24:39.5663790Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:24:39.5664170Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:24:39.5664543Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:24:39.5664917Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:24:39.5665297Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:24:39.5665684Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:24:39.5666079Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:24:39.5666467Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:24:39.5666856Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:24:39.5667247Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:24:39.5667626Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:24:39.5668010Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:24:39.5668388Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:24:39.5668781Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:24:39.5669177Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:24:39.5669588Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:24:39.5670009Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:24:39.5670381Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:24:39.5670777Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:24:39.5671192Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:24:39.5671759Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:24:39.5672392Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:24:39.5672849Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:24:39.5673217Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:24:39.5673588Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:24:39.5673974Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:24:39.5674350Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:24:39.5674743Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:24:39.5675138Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:24:39.5675527Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:24:39.5675909Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:24:39.5676275Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:24:39.5676644Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:24:39.5677194Z 	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-18T22:24:39.5677914Z 	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-18T22:24:39.5678731Z 	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-18T22:24:39.5679401Z 	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-18T22:24:39.5679928Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:24:39.5680314Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:24:39.5680726Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:24:39.5681128Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:24:39.5681741Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:24:39.5682133Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:24:39.5682498Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:24:39.5682879Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:24:39.5683260Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:24:39.5683641Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:24:39.5684020Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:24:39.5684409Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:24:39.5684817Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:24:39.5685220Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:24:39.5685618Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:24:39.5686007Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:24:39.5686384Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:24:39.5686779Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:24:39.5687183Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:24:39.5687581Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:24:39.5687980Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:24:39.5688372Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:24:39.5689015Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:24:39.5689476Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:24:39.5689880Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:24:39.5690321Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:24:39.5690779Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:24:39.5691189Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:24:39.5691708Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:24:39.5692088Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:24:39.5692489Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:24:39.5692900Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:24:39.5693310Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:24:39.5693692Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:24:39.5694084Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:24:39.5694555Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:24:39.5695028Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:24:39.5695610Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:24:39.5696017Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:24:39.5696472Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:24:39.5696919Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:24:39.5697400Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:24:39.5697890Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:24:39.5698334Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:24:39.5698773Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:24:39.5699171Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:24:39.5699567Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:24:39.5699988Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:24:39.5700371Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:24:39.5700747Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:24:39.5701155Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:24:39.5701680Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:24:39.5702087Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:24:39.5702512Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:24:39.5702906Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:24:39.5703284Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:24:39.5703655Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:24:39.5704010Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:24:39.5704399Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:24:39.5704820Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:24:39.5705215Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:24:39.5705861Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:24:39.5706334Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:24:39.5706740Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:24:39.5707180Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:24:39.5707607Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:24:39.5708019Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:24:39.5708430Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:24:39.5708789Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:24:39.5709151Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:24:39.5709550Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:24:39.5709947Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:24:39.5710326Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:24:39.5710687Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:24:39.5711040Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:24:39.5711390Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:24:39.5712199Z 	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-18T22:24:39.5712711Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:24:39.5713097Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:24:39.5713477Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:24:39.5713883Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:24:39.5714296Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:24:39.5714709Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:24:39.5715114Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:24:39.5715532Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:24:39.5715948Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:24:39.5716325Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:24:39.5716694Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:24:39.5717058Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:24:39.5717432Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:24:39.5717859Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:24:39.5718289Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:24:39.5718688Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:24:39.5719112Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:24:39.5719559Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:24:39.5719963Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:24:39.5720334Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:24:39.5720684Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:24:39.5721035Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:24:39.5721542Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:24:39.5722136Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:24:39.5722537Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:24:39.5722943Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:24:39.5723360Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:24:39.5723821Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:24:39.5724266Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:24:39.5724641Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:24:39.5725030Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:24:39.5725419Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:24:39.5725800Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:24:39.5726187Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:24:39.5726563Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:24:39.5727005Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:24:39.5727500Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:24:39.5727926Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:24:39.5728470Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:24:39.5728853Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:24:39.5729258Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:24:39.5729650Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:24:39.5730024Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:24:39.5730428Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:24:39.5730811Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:24:39.5731158Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:24:39.5731680Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:24:39.5732096Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:24:39.5732522Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:24:39.5732905Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:24:39.5733291Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:24:39.5733734Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:24:39.5734178Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:24:39.5734605Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:24:39.5735001Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:24:39.5735517Z 	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-18T22:24:39.5736027Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:24:39.5736416Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:24:39.5736833Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:24:39.5737264Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:24:39.5737787Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:24:39.5738370Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:24:39.5739174Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:24:39.5739840Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:24:39.5740492Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:24:39.5741119Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:24:39.5741886Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:24:39.5742475Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:24:39.5742960Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:24:39.5743407Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:24:39.5743850Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:24:39.5744279Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:24:39.5744755Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:24:39.5745192Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:24:39.5745573Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:24:39.5746105Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:24:39.5746486Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:24:39.5746870Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:24:39.5747276Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:24:39.5747689Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:24:39.5748058Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:24:39.5748449Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:24:39.5748915Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:24:39.5749408Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:24:39.5749902Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:24:39.5750397Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:24:39.5750853Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:24:39.5751269Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:24:39.5751824Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:24:39.5752251Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:24:39.5752685Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:24:39.5753116Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:24:39.5753507Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:24:39.5753893Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:24:39.5754277Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:24:39.5754659Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:24:39.5755098Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:24:39.5755541Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:24:39.5755946Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:24:39.5756547Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:24:39.5757042Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:24:39.5757497Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:24:39.5757944Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:24:39.5758379Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:24:39.5758783Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:24:39.5759159Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:24:39.5759548Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:24:39.5759920Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:24:39.5760298Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:24:39.5760697Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:24:39.5761102Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:24:39.5761674Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:24:39.5762159Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:24:39.5762811Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:24:39.5763206Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:24:39.5763559Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:24:39.5763934Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:24:39.5764329Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:24:39.5764724Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:24:39.5765117Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:24:39.5765549Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:24:39.5765999Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:24:39.5766420Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:24:39.5766811Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:24:39.5767212Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:24:39.5767759Z 	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-18T22:24:39.5768340Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:24:39.5768802Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:24:39.5769250Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:24:39.5769676Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:24:39.5770078Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:24:39.5770476Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:24:39.5770870Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:24:39.5771274Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:24:39.5771892Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:24:39.5772280Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:24:39.5772678Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:24:39.5773290Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:24:39.5773723Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:24:39.5774135Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:24:39.5774602Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:24:39.5775028Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:24:39.5775411Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:24:39.5775785Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:24:39.5776173Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:24:39.5776546Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:24:39.5776919Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:24:39.5777352Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:24:39.5777802Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:24:39.5778207Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:24:39.5778607Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:24:39.5779005Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:24:39.5779561Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:24:39.5779939Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:24:39.5780326Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:24:39.5780729Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:24:39.5781176Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:24:39.5781796Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:24:39.5782225Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:24:39.5782628Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:24:39.5783033Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:24:39.5783457Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:24:39.5783853Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:24:39.5784208Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:24:39.5784556Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:24:39.5784922Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:24:39.5785297Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:24:39.5785659Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:24:39.5786030Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:24:39.5786429Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:24:39.5786815Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:24:39.5787173Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:24:39.5787528Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:24:39.5787907Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:24:39.5788308Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:24:39.5788687Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:24:39.5789050Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:24:39.5789666Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:24:39.5790074Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:24:39.5790456Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:24:39.5790806Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:24:39.5791182Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:24:39.5791714Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:24:39.5792104Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:24:39.5792482Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:24:39.5792863Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:24:39.5793250Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:24:39.5793656Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:24:39.5794083Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:24:39.5794488Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:24:39.5794843Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:24:39.5795192Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:24:39.5795573Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:24:39.5796181Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:24:39.5796682Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:24:39.5797157Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:24:39.5797636Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:24:39.5798146Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:24:39.5798585Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:24:39.5798965Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:24:39.5799355Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:24:39.5799745Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:24:39.5800137Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:24:39.5800519Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:24:39.5800907Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:24:39.5801284Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:24:39.5801849Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:24:39.5802305Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:24:39.5802740Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:24:39.5803119Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:24:39.5803519Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:24:39.5803943Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:24:39.5804328Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:24:39.5804679Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:24:39.5805065Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:24:39.5805517Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:24:39.5806157Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:24:39.5806603Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:24:39.5807020Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:24:39.5807451Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:24:39.5807884Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:24:39.8701113Z info: downloading installer
2025-08-18T22:24:40.3208486Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:24:40.3208873Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:24:40.3209236Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:24:40.3209655Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:24:40.3408425Z info: profile set to 'default'
2025-08-18T22:24:40.3408740Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-18T22:24:40.3409138Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:24:40.3938171Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:24:40.5815998Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:24:40.6069394Z info: downloading component 'clippy'
2025-08-18T22:24:40.7442888Z info: downloading component 'rustfmt'
2025-08-18T22:24:41.0543257Z info: downloading component 'cargo'
2025-08-18T22:24:41.2671498Z info: downloading component 'rust-std'
2025-08-18T22:24:41.9761360Z info: downloading component 'rustc'
2025-08-18T22:24:42.8590306Z info: removing previous version of component 'clippy'
2025-08-18T22:24:42.8663994Z info: removing previous version of component 'rustfmt'
2025-08-18T22:24:42.8667956Z info: removing previous version of component 'cargo'
2025-08-18T22:24:42.8711847Z info: removing previous version of component 'rust-std'
2025-08-18T22:24:42.8766366Z info: removing previous version of component 'rustc'
2025-08-18T22:24:42.8782369Z info: installing component 'clippy'
2025-08-18T22:24:43.1430592Z info: installing component 'rustfmt'
2025-08-18T22:24:43.3458831Z info: installing component 'cargo'
2025-08-18T22:24:43.8338721Z info: installing component 'rust-std'
2025-08-18T22:24:45.1287680Z info: installing component 'rustc'
2025-08-18T22:24:47.8385529Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:24:47.8385827Z 
2025-08-18T22:24:47.8454499Z   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-18T22:24:47.8454940Z 
2025-08-18T22:24:47.8454946Z 
2025-08-18T22:24:47.8455028Z Rust is installed now. Great!
2025-08-18T22:24:47.8455180Z 
2025-08-18T22:24:47.8455355Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:24:47.8455751Z environment variable. This has not been done automatically.
2025-08-18T22:24:47.8455973Z 
2025-08-18T22:24:47.8456112Z To configure your current shell, you need to source
2025-08-18T22:24:47.8456401Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:24:47.8456580Z 
2025-08-18T22:24:47.8456752Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:24:47.8457342Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:24:47.8457650Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:24:47.8457924Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:24:47.8625319Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:24:47.8994976Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:24:47.8995250Z 
2025-08-18T22:24:47.9066066Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:24:47.9066385Z 
2025-08-18T22:24:47.9460409Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:24:47.9828129Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:24:48.0109626Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:24:48.0110154Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:24:48.0110504Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:24:48.0110864Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:24:48.0111231Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:24:48.0111725Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:24:48.0112112Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:24:48.0112474Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:24:48.0112819Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:24:48.0113150Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:24:48.0113517Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:24:48.0113911Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:24:48.0114293Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:24:48.0114703Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:24:48.0115103Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:24:48.0115504Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:24:48.0116175Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:24:48.0116551Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:24:48.0116931Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:24:48.0117388Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:24:48.0117833Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:24:48.0118229Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:24:48.0118647Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:24:48.0119045Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:24:48.0119396Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:24:48.0119786Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:24:48.0120223Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:24:48.0120643Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:24:48.0121047Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:24:48.0121617Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:24:48.0122061Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:24:48.0122491Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:24:48.0122921Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:24:48.0123343Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:24:48.0123783Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:24:48.0124209Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:24:48.0124619Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:24:48.0125030Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:24:48.0125425Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:24:48.0125833Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:24:48.0126467Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:24:48.0126919Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:24:48.0127324Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:24:48.0127721Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:24:48.0128179Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:24:48.0128659Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:24:48.0129138Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:24:48.0129629Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:24:48.0130074Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:24:48.0130499Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:24:48.0130921Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:24:48.0131330Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:24:48.0132118Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:24:48.0132549Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:24:48.0132924Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:24:48.0133486Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:24:48.0133856Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:24:48.0134251Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:24:48.0134657Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:24:48.0135036Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:24:48.0135453Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:24:48.0135894Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:24:48.0136318Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:24:48.0136734Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:24:48.0137160Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:24:48.0137595Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:24:48.0138001Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:24:48.0138396Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:24:48.0138836Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:24:48.0139341Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:24:48.0139844Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:24:48.0140309Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:24:48.0140725Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:24:48.0141118Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:24:48.0141699Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:24:48.0142126Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:24:48.0142533Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:24:48.0142991Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:24:48.0143816Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:24:48.0144357Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:24:48.0144850Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:24:48.0145291Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:24:48.0145696Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:24:48.0146097Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:24:48.0146505Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:24:48.0146903Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:24:48.0147292Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:24:48.0147715Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:24:48.0148148Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:24:48.0148580Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:24:48.0148959Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:24:48.0149366Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:24:48.0149779Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:24:48.0150364Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:24:48.0150744Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:24:48.0151141Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:24:48.0151688Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:24:48.0152051Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:24:48.0152442Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:24:48.0152855Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:24:48.0153244Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:24:48.0153612Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:24:48.0153976Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:24:48.0154353Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:24:48.0154747Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:24:48.0155149Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:24:48.0155546Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:24:48.0155930Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:24:48.0156320Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:24:48.0156723Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:24:48.0157129Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:24:48.0157499Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:24:48.0157858Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:24:48.0158205Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:24:48.0158570Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:24:48.0158935Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:24:48.0159288Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:24:48.0159663Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:24:48.0160067Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:24:48.0160731Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:24:48.0161191Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:24:48.0161763Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:24:48.0162166Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:24:48.0162559Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:24:48.0162957Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:24:48.0163365Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:24:48.0163777Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:24:48.0164165Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:24:48.0164562Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:24:48.0164987Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:24:48.0165433Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:24:48.0165867Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:24:48.0166261Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:24:48.0166656Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:24:48.0167287Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:24:48.0167699Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:24:48.0168106Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:24:48.0168504Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:24:48.0168908Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:24:48.0169314Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:24:48.0169697Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:24:48.0170057Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:24:48.0170425Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:24:48.0170824Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:24:48.0171227Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:24:48.0171815Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:24:48.0172245Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:24:48.0172622Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:24:48.0173001Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:24:48.0173388Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:24:48.0173780Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:24:48.0174209Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:24:48.0174655Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:24:48.0175051Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:24:48.0175430Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:24:48.0175821Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:24:48.0176242Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:24:48.0176666Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:24:48.0177020Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:24:48.0177581Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:24:48.0178036Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:24:48.0178468Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:24:48.0178881Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:24:48.0179268Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:24:48.0179655Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:24:48.0180042Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:24:48.0180467Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:24:48.0180935Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:24:48.0181357Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:24:48.0181907Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:24:48.0182276Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:24:48.0182724Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:24:48.0183229Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:24:48.0183851Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:24:48.0184230Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:24:48.0184696Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:24:48.0185235Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:24:48.0185739Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:24:48.0186180Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:24:48.0186548Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:24:48.0186928Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:24:48.0187338Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:24:48.0187760Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:24:48.0188171Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:24:48.0188554Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:24:48.0188934Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:24:48.0189335Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:24:48.0189737Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:24:48.0190144Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:24:48.0190547Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:24:48.0190947Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:24:48.0191340Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:24:48.0191996Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:24:48.0192465Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:24:48.0192898Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:24:48.0193285Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:24:48.0193666Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:24:48.0194042Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:24:48.0194616Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:24:48.0195036Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:24:48.0195459Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:24:48.0195929Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:24:48.0196382Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:24:48.0196795Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:24:48.0197188Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:24:48.0197576Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:24:48.0197954Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:24:48.0198330Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:24:48.0198721Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:24:48.0199104Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:24:48.0199551Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:24:48.0200022Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:24:48.0200486Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:24:48.0201199Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:24:48.0201855Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:24:48.0202366Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:24:48.0202805Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:24:48.0203177Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:24:48.0203540Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:24:48.0203920Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:24:48.0204303Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:24:48.0204671Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:24:48.0205061Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:24:48.0205447Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:24:48.0205833Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:24:48.0206213Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:24:48.0206591Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:24:48.0206996Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:24:48.0207394Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:24:48.0207817Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:24:48.0208261Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:24:48.0208683Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:24:48.0209105Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:24:48.0209511Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:24:48.0209929Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:24:48.0210356Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:24:48.0210744Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:24:48.0211315Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:24:48.0212000Z 	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-18T22:24:48.0212528Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:24:48.0212909Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:24:48.0213290Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:24:48.0213663Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:24:48.0214066Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:24:48.0214507Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:24:48.0214934Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:24:48.0215371Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:24:48.0215777Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:24:48.0216186Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:24:48.0216609Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:24:48.0217026Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:24:48.0217592Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:24:48.0218027Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:24:48.0218519Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:24:48.0219020Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:24:48.0219476Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:24:48.0219889Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:24:48.0220290Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:24:48.0220764Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:24:48.0221252Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:24:48.0221804Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:24:48.0222243Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:24:48.0222698Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:24:48.0223110Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:24:48.0223473Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:24:48.0223831Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:24:48.0224204Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:24:48.0224593Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:24:48.0224958Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:24:48.0225316Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:24:48.0225688Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:24:48.0226057Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:24:48.0226419Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:24:48.0226791Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:24:48.0227150Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:24:48.0227528Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:24:48.0228115Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:24:48.0228544Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:24:48.0228905Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:24:48.0229268Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:24:48.0229636Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:24:48.0230017Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:24:48.0230382Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:24:48.0230744Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:24:48.0231124Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:24:48.0231673Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:24:48.0232123Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:24:48.0232537Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:24:48.0232905Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:24:48.0233288Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:24:48.0233715Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:24:48.0234280Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:24:48.0234646Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:24:48.0235015Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:24:48.0235377Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:24:48.0235726Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:24:48.0236080Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:24:48.0236434Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:24:48.0236807Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:24:48.0237167Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:24:48.0237514Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:24:48.0237853Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:24:48.0238234Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:24:48.0238645Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:24:48.0239044Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:24:48.0239444Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:24:48.0239837Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:24:48.0240261Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:24:48.0240765Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:24:48.0241383Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:24:48.0242181Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:24:48.0242730Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:24:48.0243203Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:24:48.0243660Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:24:48.0244179Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:24:48.0244998Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:24:48.0245586Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:24:48.0246081Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:24:48.0246528Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:24:48.0246916Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:24:48.0247291Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:24:48.0247665Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:24:48.0248048Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:24:48.0248440Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:24:48.0248885Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:24:48.0249280Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:24:48.0249668Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:24:48.0250059Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:24:48.0250440Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:24:48.0250817Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:24:48.0251384Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:24:48.0252031Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:24:48.0252436Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:24:48.0252849Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:24:48.0253272Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:24:48.0253642Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:24:48.0254036Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:24:48.0254448Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:24:48.0254862Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:24:48.0255304Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:24:48.0255732Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:24:48.0256199Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:24:48.0256571Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:24:48.0256956Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:24:48.0257335Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:24:48.0257729Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:24:48.0258123Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:24:48.0258512Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:24:48.0258895Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:24:48.0259258Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:24:48.0259635Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:24:48.0260190Z 	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-18T22:24:48.0260911Z 	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-18T22:24:48.0262055Z 	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-18T22:24:48.0262766Z 	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-18T22:24:48.0263300Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:24:48.0263689Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:24:48.0264098Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:24:48.0264509Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:24:48.0264887Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:24:48.0265264Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:24:48.0265632Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:24:48.0266013Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:24:48.0266400Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:24:48.0266773Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:24:48.0267152Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:24:48.0267541Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:24:48.0267943Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:24:48.0268591Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:24:48.0268995Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:24:48.0269387Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:24:48.0269767Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:24:48.0270154Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:24:48.0270562Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:24:48.0270962Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:24:48.0271362Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:24:48.0271926Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:24:48.0272362Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:24:48.0272806Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:24:48.0273211Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:24:48.0273652Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:24:48.0274114Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:24:48.0274527Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:24:48.0274902Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:24:48.0275280Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:24:48.0275680Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:24:48.0276089Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:24:48.0276496Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:24:48.0276886Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:24:48.0277280Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:24:48.0277754Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:24:48.0278228Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:24:48.0278847Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:24:48.0279265Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:24:48.0279717Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:24:48.0280165Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:24:48.0280641Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:24:48.0281133Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:24:48.0281738Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:24:48.0282183Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:24:48.0282585Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:24:48.0282984Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:24:48.0283405Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:24:48.0283790Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:24:48.0284168Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:24:48.0284581Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:24:48.0284978Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:24:48.0285594Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:24:48.0286019Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:24:48.0286412Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:24:48.0286792Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:24:48.0287165Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:24:48.0287520Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:24:48.0287913Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:24:48.0288333Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:24:48.0288727Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:24:48.0289175Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:24:48.0289633Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:24:48.0290037Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:24:48.0290479Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:24:48.0290903Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:24:48.0291315Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:24:48.0291872Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:24:48.0292237Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:24:48.0292601Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:24:48.0292995Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:24:48.0293394Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:24:48.0293778Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:24:48.0294136Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:24:48.0294487Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:24:48.0294838Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:24:48.0295540Z 	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-18T22:24:48.0296074Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:24:48.0296464Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:24:48.0296846Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:24:48.0297245Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:24:48.0297662Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:24:48.0298075Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:24:48.0298480Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:24:48.0298895Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:24:48.0299310Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:24:48.0299691Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:24:48.0300064Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:24:48.0300433Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:24:48.0300814Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:24:48.0301240Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:24:48.0301975Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:24:48.0302375Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:24:48.0302802Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:24:48.0303246Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:24:48.0303645Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:24:48.0304022Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:24:48.0304374Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:24:48.0304724Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:24:48.0305092Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:24:48.0305472Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:24:48.0305854Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:24:48.0306256Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:24:48.0306674Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:24:48.0307139Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:24:48.0307583Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:24:48.0307964Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:24:48.0308356Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:24:48.0308749Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:24:48.0309141Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:24:48.0309526Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:24:48.0309910Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:24:48.0310350Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:24:48.0310845Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:24:48.0311272Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:24:48.0311788Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:24:48.0312386Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:24:48.0312815Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:24:48.0313209Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:24:48.0313585Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:24:48.0313985Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:24:48.0314374Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:24:48.0314725Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:24:48.0315079Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:24:48.0315482Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:24:48.0315907Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:24:48.0316292Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:24:48.0316681Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:24:48.0317126Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:24:48.0317569Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:24:48.0317998Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:24:48.0318565Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:24:48.0319085Z 	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-18T22:24:48.0319593Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:24:48.0319990Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:24:48.0320409Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:24:48.0320845Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:24:48.0321386Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:24:48.0322114Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:24:48.0322733Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:24:48.0323389Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:24:48.0324040Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:24:48.0324672Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:24:48.0325303Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:24:48.0325887Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:24:48.0326371Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:24:48.0326817Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:24:48.0327253Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:24:48.0327683Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:24:48.0328162Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:24:48.0328597Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:24:48.0328980Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:24:48.0329538Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:24:48.0329928Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:24:48.0330312Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:24:48.0330720Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:24:48.0331135Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:24:48.0331632Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:24:48.0332032Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:24:48.0332498Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:24:48.0332989Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:24:48.0333480Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:24:48.0333978Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:24:48.0334436Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:24:48.0334857Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:24:48.0335272Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:24:48.0335685Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:24:48.0336273Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:24:48.0336702Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:24:48.0337093Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:24:48.0337479Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:24:48.0337855Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:24:48.0338241Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:24:48.0338683Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:24:48.0339127Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:24:48.0339535Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:24:48.0339952Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:24:48.0340387Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:24:48.0340837Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:24:48.0341283Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:24:48.0341880Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:24:48.0342297Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:24:48.0342673Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:24:48.0343062Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:24:48.0343437Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:24:48.0343816Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:24:48.0344224Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:24:48.0344626Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:24:48.0345058Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:24:48.0345530Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:24:48.0345992Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:24:48.0346585Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:24:48.0346960Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:24:48.0347334Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:24:48.0347731Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:24:48.0348118Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:24:48.0348515Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:24:48.0348993Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:24:48.0349445Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:24:48.0349863Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:24:48.0350249Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:24:48.0350655Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:24:48.0351199Z 	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-18T22:24:48.0351978Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:24:48.0352435Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:24:48.0353063Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:24:48.0353489Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:24:48.0353890Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:24:48.0354282Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:24:48.0354674Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:24:48.0355081Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:24:48.0355487Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:24:48.0355868Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:24:48.0356261Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:24:48.0356669Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:24:48.0357051Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:24:48.0357461Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:24:48.0357929Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:24:48.0358359Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:24:48.0358740Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:24:48.0359123Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:24:48.0359515Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:24:48.0359895Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:24:48.0360264Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:24:48.0360700Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:24:48.0361156Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:24:48.0361710Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:24:48.0362116Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:24:48.0362516Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:24:48.0363117Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:24:48.0363502Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:24:48.0363892Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:24:48.0364293Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:24:48.0364736Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:24:48.0365186Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:24:48.0365616Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:24:48.0366018Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:24:48.0366424Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:24:48.0366853Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:24:48.0367247Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:24:48.0367609Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:24:48.0367957Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:24:48.0368324Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:24:48.0368699Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:24:48.0369057Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:24:48.0369591Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:24:48.0369995Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:24:48.0370380Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:24:48.0370738Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:24:48.0371094Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:24:48.0371632Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:24:48.0372047Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:24:48.0372428Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:24:48.0372794Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:24:48.0373157Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:24:48.0373548Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:24:48.0373930Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:24:48.0374283Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:24:48.0374661Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:24:48.0375055Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:24:48.0375443Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:24:48.0375822Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:24:48.0376194Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:24:48.0376579Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:24:48.0376985Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:24:48.0377416Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:24:48.0377822Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:24:48.0378178Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:24:48.0378528Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:24:48.0378873Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:24:48.0379507Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:24:48.0380063Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:24:48.0380537Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:24:48.0381018Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:24:48.0381666Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:24:48.0382123Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:24:48.0382507Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:24:48.0382897Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:24:48.0383289Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:24:48.0383682Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:24:48.0384071Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:24:48.0384462Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:24:48.0384841Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:24:48.0385231Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:24:48.0385677Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:24:48.0386279Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:24:48.0386656Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:24:48.0387059Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:24:48.0387485Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:24:48.0387873Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:24:48.0388224Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:24:48.0388613Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:24:48.0389066Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:24:48.0389527Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:24:48.0389944Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:24:48.0390359Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:24:48.0390787Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:24:48.0391227Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:24:48.0391639Z 
2025-08-18T22:24:48.0391645Z 
2025-08-18T22:24:48.0392036Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:24:48 PM)
2025-08-18T22:24:48.0392386Z 
2025-08-18T22:24:48.0392389Z 
2025-08-18T22:24:48.0392396Z 
2025-08-18T22:24:48.0392462Z [+] Continue : YES
2025-08-18T22:24:48.0392567Z 
2025-08-18T22:24:48.0392798Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:24:48.1015366Z 
2025-08-18T22:24:48.1015937Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:24:48 PM) UTC
2025-08-18T22:24:48.1016207Z 
2025-08-18T22:24:48.1029986Z 
2025-08-18T22:24:48.1030164Z [+] Total RECIPES :: 1
2025-08-18T22:24:48.1030306Z 
2025-08-18T22:24:48.1099030Z 
2025-08-18T22:24:48.1099560Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml (1/1)
2025-08-18T22:24:48.1100051Z 
2025-08-18T22:24:48.1676163Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:24:48.1685218Z mode of '/tmp/pkgforge/pa8NFtSOc_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:24:48.1727231Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/xcp/official [Provided]
2025-08-18T22:24:48.1727609Z [+] Setting '.pkg_family' --> xcp [Provided]
2025-08-18T22:24:48.1740037Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:24:48.1760457Z [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-18T22:24:48.1769786Z [00:00:00.003]➜  
2025-08-18T22:24:48.1770310Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:24:48.1770726Z [00:00:00.003]➜  
2025-08-18T22:24:48.1802373Z [00:00:00.006]➜  
2025-08-18T22:24:48.1802806Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:24:48.1803208Z [00:00:00.006]➜  
2025-08-18T22:24:48.1875894Z [00:00:00.013]➜  
2025-08-18T22:24:48.1877344Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/xcp/static.official.source.yaml) --> /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:24:48 PM) UTC]
2025-08-18T22:24:48.1878165Z [00:00:00.013]➜  
2025-08-18T22:24:48.1878357Z [00:00:00.013]➜  
2025-08-18T22:24:48.1878543Z [00:00:00.013]➜  
2025-08-18T22:24:48.1878818Z [00:00:00.013]➜  ###################################################################
2025-08-18T22:24:48.1884582Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-18T22:24:48.1887668Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:24:48.1888236Z [00:00:00.014]➜  _disabled: false
2025-08-18T22:24:48.1888470Z [00:00:00.014]➜  
2025-08-18T22:24:48.1888670Z [00:00:00.014]➜  pkg: "xcp"
2025-08-18T22:24:48.1888975Z [00:00:00.014]➜  pkg_id: "github.com.tarka.xcp"
2025-08-18T22:24:48.1889289Z [00:00:00.014]➜  pkg_type: "static"
2025-08-18T22:24:48.1889535Z [00:00:00.014]➜  category:
2025-08-18T22:24:48.1890175Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-18T22:24:48.1890493Z [00:00:00.014]➜    - "Utility"
2025-08-18T22:24:48.1890864Z [00:00:00.014]➜  description: "Modern Alternative to cp with extended features"
2025-08-18T22:24:48.1891216Z [00:00:00.014]➜  homepage:
2025-08-18T22:24:48.1891622Z [00:00:00.014]➜    - "https://github.com/tarka/xcp"
2025-08-18T22:24:48.1891987Z [00:00:00.014]➜  distro_pkg:
2025-08-18T22:24:48.1892226Z [00:00:00.014]➜    archlinux:
2025-08-18T22:24:48.1892453Z [00:00:00.014]➜      aur:
2025-08-18T22:24:48.1892677Z [00:00:00.014]➜        - "xcp"
2025-08-18T22:24:48.1892939Z [00:00:00.014]➜        - "xcp-git"
2025-08-18T22:24:48.1893178Z [00:00:00.014]➜    nixpkgs:
2025-08-18T22:24:48.1893403Z [00:00:00.014]➜      - "xcp"  
2025-08-18T22:24:48.1893629Z [00:00:00.014]➜  maintainer:
2025-08-18T22:24:48.1893954Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:24:48.1894258Z [00:00:00.014]➜  note:
2025-08-18T22:24:48.1894563Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:24:48.1895067Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tarka/xcp"  
2025-08-18T22:24:48.1895471Z [00:00:00.014]➜  repology:
2025-08-18T22:24:48.1895692Z [00:00:00.014]➜    - "xcp"
2025-08-18T22:24:48.1895916Z [00:00:00.014]➜  src_url:
2025-08-18T22:24:48.1896196Z [00:00:00.014]➜    - "https://github.com/tarka/xcp"
2025-08-18T22:24:48.1896473Z [00:00:00.014]➜  tag:
2025-08-18T22:24:48.1896701Z [00:00:00.014]➜    - "cp"
2025-08-18T22:24:48.1896915Z [00:00:00.014]➜  x_exec:
2025-08-18T22:24:48.1897152Z [00:00:00.014]➜    bsys: "docker://rust"
2025-08-18T22:24:48.1897407Z [00:00:00.014]➜    host:
2025-08-18T22:24:48.1897649Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-18T22:24:48.1897913Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-18T22:24:48.1898411Z [00:00:00.014]➜    shell: "bash"
2025-08-18T22:24:48.1898731Z [00:00:00.014]➜    pkgver: |
2025-08-18T22:24:48.1899023Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:24:48.1899700Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/tarka/xcp" "./TEMPREPO" &>/dev/null && \
2025-08-18T22:24:48.1900532Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-18T22:24:48.1901186Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:24:48.1902387Z [00:00:00.014]➜    run: |
2025-08-18T22:24:48.1902626Z [00:00:00.014]➜      #Build
2025-08-18T22:24:48.1903230Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-18T22:24:48.1903971Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-18T22:24:48.1904572Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:24:48.1905038Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:24:48.1905447Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-18T22:24:48.1905788Z [00:00:00.014]➜        bash -l -c '
2025-08-18T22:24:48.1906293Z [00:00:00.014]➜        #Setup ENV
2025-08-18T22:24:48.1906670Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:24:48.1907116Z [00:00:00.014]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:24:48.1907531Z [00:00:00.014]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-18T22:24:48.1908166Z [00:00:00.014]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-18T22:24:48.1908712Z [00:00:00.014]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:24:48.1909036Z [00:00:00.014]➜             export RUST_TARGET
2025-08-18T22:24:48.1909301Z [00:00:00.014]➜           else
2025-08-18T22:24:48.1909551Z [00:00:00.014]➜             rustc -Vv ; exit 1
2025-08-18T22:24:48.1909809Z [00:00:00.014]➜           fi
2025-08-18T22:24:48.1910031Z [00:00:00.014]➜         else
2025-08-18T22:24:48.1910359Z [00:00:00.014]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:24:48.1910732Z [00:00:00.014]➜           rustup target add "${RUST_TARGET}"
2025-08-18T22:24:48.1911016Z [00:00:00.014]➜         fi
2025-08-18T22:24:48.1911244Z [00:00:00.014]➜         RUST_FLAGS=()
2025-08-18T22:24:48.1911803Z [00:00:00.014]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:24:48.1912212Z [00:00:00.014]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:24:48.1912637Z [00:00:00.014]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:24:48.1913031Z [00:00:00.014]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:24:48.1913325Z [00:00:00.014]➜         fi
2025-08-18T22:24:48.1913599Z [00:00:00.014]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:24:48.1913954Z [00:00:00.014]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:24:48.1914285Z [00:00:00.014]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:24:48.1914613Z [00:00:00.014]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:24:48.1914941Z [00:00:00.014]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:24:48.1915266Z [00:00:00.014]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:24:48.1915587Z [00:00:00.014]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:24:48.1915953Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:24:48.1916554Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:24:48.1916977Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:24:48.1917335Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:24:48.1917696Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:24:48.1918053Z [00:00:00.014]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:24:48.1918337Z [00:00:00.014]➜        #Build
2025-08-18T22:24:48.1918843Z [00:00:00.014]➜         git clone --filter "blob:none" --quiet "https://github.com/tarka/xcp" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:24:48.1919343Z [00:00:00.014]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:24:48.1919681Z [00:00:00.014]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:24:48.1920315Z [00:00:00.014]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-18T22:24:48.1920915Z [00:00:00.014]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:24:48.1921595Z [00:00:00.014]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:24:48.1922247Z [00:00:00.014]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:24:48.1922614Z [00:00:00.014]➜        #Copy
2025-08-18T22:24:48.1923563Z [00:00:00.014]➜         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-18T22:24:48.1925074Z [00:00:00.014]➜         ( 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-18T22:24:48.1925644Z [00:00:00.014]➜        #Strip 
2025-08-18T22:24:48.1926172Z [00:00:00.014]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-18T22:24:48.1926886Z [00:00:00.014]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:24:48.1927570Z [00:00:00.014]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:24:48.1928171Z [00:00:00.014]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:24:48.1928729Z [00:00:00.014]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:24:48.1929186Z [00:00:00.014]➜         popd &>/dev/null
2025-08-18T22:24:48.1929433Z [00:00:00.014]➜        '
2025-08-18T22:24:48.1929654Z [00:00:00.014]➜      #Copy & Meta
2025-08-18T22:24:48.1930016Z [00:00:00.014]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:24:48.1930562Z [00:00:00.014]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:24:48.1931763Z [00:00:00.014]➜       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-18T22:24:48.1932602Z [00:00:00.014]➜  
2025-08-18T22:24:48.1932798Z [00:00:00.014]➜  
2025-08-18T22:24:48.1933069Z [00:00:00.014]➜  ###################################################################
2025-08-18T22:24:48.1933345Z [00:00:00.014]➜  
2025-08-18T22:24:48.1933525Z [00:00:00.014]➜  
2025-08-18T22:24:48.1933704Z [00:00:00.014]➜  
2025-08-18T22:24:48.1934197Z [00:00:00.015]➜  '/tmp/pkgforge/pa8NFtSOc_build.yaml' -> '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:24:49.6085960Z [00:00:01.434]➜  '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.version' -> '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.version'
2025-08-18T22:24:49.6133928Z [00:00:01.439]➜  [+] Version: HEAD-2b07e10-250628T113133 ('.x_exec.pkgver') [/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.version]
2025-08-18T22:24:49.6257135Z [00:00:01.451]➜  [+] Progs: xcp
2025-08-18T22:24:49.8724925Z [00:00:01.698]➜  
2025-08-18T22:24:49.8725239Z [00:00:01.698]➜  [-] Missing packages. Found: 
2025-08-18T22:24:49.8725569Z [00:00:01.698]➜  [+] Expected: xcp
2025-08-18T22:24:49.8725850Z [00:00:01.698]➜  [+] Continuing with build...
2025-08-18T22:24:49.8726102Z [00:00:01.698]➜  
2025-08-18T22:24:50.1796838Z [00:00:02.005]➜  
2025-08-18T22:24:50.1797173Z [00:00:02.005]➜  
2025-08-18T22:24:50.1870882Z [00:00:02.013]➜  + mkdir -pv /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:24:50.1887226Z [00:00:02.014]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=xcp -e PKG_ID=github.com.tarka.xcp -e PKG_TYPE=static -e PKG_VER=HEAD-2b07e10-250628T113133 -e PKGVER=HEAD-2b07e10-250628T113133 -e SBUILD_PKG=xcp.static -e SBUILD_PKGVER=HEAD-2b07e10-250628T113133 --volume /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-18T22:24:50.1889992Z [00:00:02.014]➜    #Setup ENV
2025-08-18T22:24:50.1890423Z [00:00:02.014]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:24:50.1891296Z [00:00:02.014]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:24:50.1891853Z [00:00:02.014]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-18T22:24:50.1892470Z [00:00:02.014]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-18T22:24:50.1893027Z [00:00:02.014]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:24:50.1893352Z [00:00:02.014]➜         export RUST_TARGET
2025-08-18T22:24:50.1893606Z [00:00:02.014]➜       else
2025-08-18T22:24:50.1893842Z [00:00:02.014]➜         rustc -Vv ; exit 1
2025-08-18T22:24:50.1894090Z [00:00:02.014]➜       fi
2025-08-18T22:24:50.1894299Z [00:00:02.014]➜     else
2025-08-18T22:24:50.1894605Z [00:00:02.014]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:24:50.1894991Z [00:00:02.014]➜       rustup target add "${RUST_TARGET}"
2025-08-18T22:24:50.1895263Z [00:00:02.014]➜     fi
2025-08-18T22:24:50.1895479Z [00:00:02.014]➜     RUST_FLAGS=()
2025-08-18T22:24:50.1895792Z [00:00:02.014]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:24:50.1896179Z [00:00:02.014]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:24:50.1896586Z [00:00:02.014]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:24:50.1896987Z [00:00:02.014]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:24:50.1897277Z [00:00:02.014]➜     fi
2025-08-18T22:24:50.1897539Z [00:00:02.014]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:24:50.1897872Z [00:00:02.014]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:24:50.1898182Z [00:00:02.014]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:24:50.1898482Z [00:00:02.014]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:24:50.1898803Z [00:00:02.014]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:24:50.1899136Z [00:00:02.014]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:24:50.1899453Z [00:00:02.014]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:24:50.1899817Z [00:00:02.014]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:24:50.1900192Z [00:00:02.014]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:24:50.1900538Z [00:00:02.014]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:24:50.1900867Z [00:00:02.014]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:24:50.1901694Z [00:00:02.014]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:24:50.1902159Z [00:00:02.014]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:24:50.1902437Z [00:00:02.014]➜    #Build
2025-08-18T22:24:50.1902930Z [00:00:02.014]➜     git clone --filter "blob:none" --quiet "https://github.com/tarka/xcp" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:24:50.1903430Z [00:00:02.014]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:24:50.1903769Z [00:00:02.014]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:24:50.1904434Z [00:00:02.014]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-18T22:24:50.1905016Z [00:00:02.014]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:24:50.1905534Z [00:00:02.014]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:24:50.1906108Z [00:00:02.014]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:24:50.1906467Z [00:00:02.014]➜    #Copy
2025-08-18T22:24:50.1907406Z [00:00:02.014]➜     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-18T22:24:50.1908646Z [00:00:02.014]➜     ( 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-18T22:24:50.1909483Z [00:00:02.014]➜    #Strip 
2025-08-18T22:24:50.1910008Z [00:00:02.014]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-18T22:24:50.1910727Z [00:00:02.014]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:24:50.1911549Z [00:00:02.014]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:24:50.1912213Z [00:00:02.014]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:24:50.1912762Z [00:00:02.014]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:24:50.1913171Z [00:00:02.014]➜     popd &>/dev/null
2025-08-18T22:24:50.1913410Z [00:00:02.014]➜    '
2025-08-18T22:24:50.7816688Z [00:00:02.607]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-18T22:24:50.9364601Z [00:00:02.762]➜  b2e6f696af52: Pulling fs layer
2025-08-18T22:24:50.9364993Z [00:00:02.762]➜  d4a1d5d7b706: Pulling fs layer
2025-08-18T22:24:50.9365309Z [00:00:02.762]➜  528f6872ed5d: Pulling fs layer
2025-08-18T22:24:50.9365615Z [00:00:02.762]➜  c0ae0f48cd04: Pulling fs layer
2025-08-18T22:24:50.9365955Z [00:00:02.762]➜  1be6e3faca7e: Pulling fs layer
2025-08-18T22:24:50.9366258Z [00:00:02.762]➜  1289f0770c38: Pulling fs layer
2025-08-18T22:24:50.9366543Z [00:00:02.762]➜  c0ae0f48cd04: Waiting
2025-08-18T22:24:50.9366808Z [00:00:02.762]➜  1be6e3faca7e: Waiting
2025-08-18T22:24:50.9367069Z [00:00:02.762]➜  1289f0770c38: Waiting
2025-08-18T22:24:51.1078878Z [00:00:02.933]➜  528f6872ed5d: Verifying Checksum
2025-08-18T22:24:51.1079279Z [00:00:02.933]➜  528f6872ed5d: Download complete
2025-08-18T22:24:51.2008000Z [00:00:03.026]➜  b2e6f696af52: Verifying Checksum
2025-08-18T22:24:51.2009281Z [00:00:03.027]➜  b2e6f696af52: Download complete
2025-08-18T22:24:51.2076757Z [00:00:03.033]➜  d4a1d5d7b706: Verifying Checksum
2025-08-18T22:24:51.2077269Z [00:00:03.033]➜  d4a1d5d7b706: Download complete
2025-08-18T22:24:51.2961866Z [00:00:03.122]➜  b2e6f696af52: Pull complete
2025-08-18T22:24:51.3825560Z [00:00:03.208]➜  1289f0770c38: Verifying Checksum
2025-08-18T22:24:51.3827019Z [00:00:03.208]➜  1289f0770c38: Download complete
2025-08-18T22:24:51.6299255Z [00:00:03.455]➜  1be6e3faca7e: Verifying Checksum
2025-08-18T22:24:51.6300336Z [00:00:03.455]➜  1be6e3faca7e: Download complete
2025-08-18T22:24:57.7023243Z [00:00:09.528]➜  c0ae0f48cd04: Verifying Checksum
2025-08-18T22:24:57.7023638Z [00:00:09.528]➜  c0ae0f48cd04: Download complete
2025-08-18T22:25:01.7087261Z [00:00:13.534]➜  d4a1d5d7b706: Pull complete
2025-08-18T22:25:08.3209740Z [00:00:20.146]➜  528f6872ed5d: Pull complete
2025-08-18T22:26:30.2545985Z [00:01:42.080]➜  c0ae0f48cd04: Pull complete
2025-08-18T22:26:37.8457045Z [00:01:49.671]➜  1be6e3faca7e: Pull complete
2025-08-18T22:26:37.9159924Z [00:01:49.741]➜  1289f0770c38: Pull complete
2025-08-18T22:26:37.9467282Z [00:01:49.772]➜  Digest: sha256:63840bcb220a08a2cec04f73baf13d38d0b6e55d564a31f426615f1d2b358e58
2025-08-18T22:26:37.9579172Z [00:01:49.783]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-18T22:26:38.2826496Z [00:01:50.108]➜  + mkdir -p /build-bins
2025-08-18T22:26:38.2842449Z [00:01:50.110]➜  ++ mktemp -d
2025-08-18T22:26:38.2856135Z [00:01:50.111]➜  + pushd /tmp/tmp.rqjVfdLoco
2025-08-18T22:26:38.2856630Z [00:01:50.111]➜  + [[ -s /root/.cargo/env ]]
2025-08-18T22:26:38.2857013Z [00:01:50.111]➜  + source /root/.cargo/env
2025-08-18T22:26:38.2857301Z [00:01:50.111]➜  ++ case ":${PATH}:" in
2025-08-18T22:26:38.2862541Z [00:01:50.112]➜  ++ uname -m
2025-08-18T22:26:38.2863228Z [00:01:50.112]➜  ++ tr -d '[:space:]'
2025-08-18T22:26:38.2877311Z [00:01:50.113]➜  + [[ aarch64 == riscv64 ]]
2025-08-18T22:26:38.2879581Z [00:01:50.114]➜  ++ uname -m
2025-08-18T22:26:38.2892388Z [00:01:50.115]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-18T22:26:38.2893805Z [00:01:50.115]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-18T22:26:38.2894233Z [00:01:50.115]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-18T22:26:38.4440615Z [00:01:50.269]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-18T22:26:38.4456820Z [00:01:50.271]➜  + RUST_FLAGS=()
2025-08-18T22:26:38.4457182Z [00:01:50.271]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:26:38.4457576Z [00:01:50.271]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:26:38.4460056Z [00:01:50.272]➜  + echo aarch64-unknown-linux-musl
2025-08-18T22:26:38.4461358Z [00:01:50.272]➜  + grep -Eqiv 'alpine|gnu'
2025-08-18T22:26:38.4469078Z [00:01:50.272]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:26:38.4469470Z [00:01:50.272]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:26:38.4469853Z [00:01:50.272]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:26:38.4470164Z [00:01:50.272]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:26:38.4470467Z [00:01:50.272]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:26:38.4470794Z [00:01:50.273]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:26:38.4471114Z [00:01:50.273]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:26:38.4471774Z [00:01:50.273]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:26:38.4472559Z [00:01:50.273]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:26:38.4473002Z [00:01:50.273]➜  ++ which mold
2025-08-18T22:26:38.4485881Z [00:01:50.274]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:26:38.4486285Z [00:01:50.274]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:26:38.4486633Z [00:01:50.274]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:26:38.4486997Z [00:01:50.274]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:26:38.4488492Z [00:01:50.274]➜  + 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-18T22:26:38.4490922Z [00:01:50.274]➜  + 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-18T22:26:38.4493711Z [00:01:50.275]➜  + git clone --filter blob:none --quiet https://github.com/tarka/xcp ./TEMPREPO
2025-08-18T22:26:39.2268227Z [00:01:51.052]➜  + cd ./TEMPREPO/
2025-08-18T22:26:39.2269100Z [00:01:51.052]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-18T22:26:39.2270557Z [00:01:51.052]➜  + 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-18T22:26:39.2271889Z [00:01:51.052]➜  
2025-08-18T22:26:39.2272163Z [00:01:51.052]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-18T22:26:39.2273538Z [00:01:51.052]➜  [+] 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-18T22:26:39.2274655Z [00:01:51.052]➜  
2025-08-18T22:26:39.2274942Z [00:01:51.052]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-18T22:26:39.2276700Z [00:01:51.053]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-18T22:26:39.2277125Z [00:01:51.053]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-18T22:26:39.2296132Z [00:01:51.055]➜  ++ nproc
2025-08-18T22:26:39.2310196Z [00:01:51.057]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-18T22:26:39.3689349Z [00:01:51.194]➜      Updating crates.io index
2025-08-18T22:26:40.2524714Z [00:01:52.078]➜   Downloading crates ...
2025-08-18T22:26:40.3613107Z [00:01:52.187]➜    Downloaded anstyle-query v1.1.2
2025-08-18T22:26:40.3631570Z [00:01:52.189]➜    Downloaded anstyle v1.0.10
2025-08-18T22:26:40.3719248Z [00:01:52.197]➜    Downloaded blocking-threadpool v1.0.1
2025-08-18T22:26:40.3732188Z [00:01:52.199]➜    Downloaded anstyle-parse v0.2.6
2025-08-18T22:26:40.3753849Z [00:01:52.201]➜    Downloaded anyhow v1.0.97
2025-08-18T22:26:40.3788947Z [00:01:52.204]➜    Downloaded anstream v0.6.18
2025-08-18T22:26:40.3808134Z [00:01:52.206]➜    Downloaded bitflags v2.9.0
2025-08-18T22:26:40.3837169Z [00:01:52.209]➜    Downloaded aho-corasick v1.1.3
2025-08-18T22:26:40.3890875Z [00:01:52.215]➜    Downloaded strsim v0.11.1
2025-08-18T22:26:40.3901535Z [00:01:52.216]➜    Downloaded quote v1.0.40
2025-08-18T22:26:40.3929717Z [00:01:52.219]➜    Downloaded walkdir v2.5.0
2025-08-18T22:26:40.3944603Z [00:01:52.220]➜    Downloaded utf8parse v0.2.2
2025-08-18T22:26:40.3953334Z [00:01:52.221]➜    Downloaded termcolor v1.4.1
2025-08-18T22:26:40.3964414Z [00:01:52.222]➜    Downloaded same-file v1.0.6
2025-08-18T22:26:40.3974293Z [00:01:52.223]➜    Downloaded heck v0.5.0
2025-08-18T22:26:40.3984243Z [00:01:52.224]➜    Downloaded powerfmt v0.2.0
2025-08-18T22:26:40.4002560Z [00:01:52.226]➜    Downloaded ignore v0.4.23
2025-08-18T22:26:40.4029847Z [00:01:52.228]➜    Downloaded xattr v1.5.0
2025-08-18T22:26:40.4054912Z [00:01:52.231]➜    Downloaded time-core v0.1.2
2025-08-18T22:26:40.4063738Z [00:01:52.232]➜    Downloaded itoa v1.0.11
2025-08-18T22:26:40.4074243Z [00:01:52.233]➜    Downloaded clap_derive v4.5.32
2025-08-18T22:26:40.4096575Z [00:01:52.235]➜    Downloaded crossbeam-channel v0.5.15
2025-08-18T22:26:40.4133661Z [00:01:52.239]➜    Downloaded unbytify v0.2.0
2025-08-18T22:26:40.4148896Z [00:01:52.240]➜    Downloaded portable-atomic v1.11.0
2025-08-18T22:26:40.4216809Z [00:01:52.247]➜    Downloaded time v0.3.36
2025-08-18T22:26:40.4271952Z [00:01:52.253]➜    Downloaded syn v2.0.100
2025-08-18T22:26:40.4357442Z [00:01:52.261]➜    Downloaded rustix v1.0.5
2025-08-18T22:26:40.4538505Z [00:01:52.279]➜    Downloaded unicode-ident v1.0.18
2025-08-18T22:26:40.4561819Z [00:01:52.282]➜    Downloaded once_cell v1.21.1
2025-08-18T22:26:40.4582411Z [00:01:52.284]➜    Downloaded memchr v2.7.4
2025-08-18T22:26:40.4622701Z [00:01:52.288]➜    Downloaded indicatif v0.17.11
2025-08-18T22:26:40.4653591Z [00:01:52.291]➜    Downloaded regex v1.11.1
2025-08-18T22:26:40.4749674Z [00:01:52.301]➜    Downloaded glob v0.3.2
2025-08-18T22:26:40.4766077Z [00:01:52.302]➜    Downloaded errno v0.3.10
2025-08-18T22:26:40.4779697Z [00:01:52.304]➜    Downloaded thiserror-impl v2.0.12
2025-08-18T22:26:40.4792226Z [00:01:52.305]➜    Downloaded unicode-width v0.2.0
2025-08-18T22:26:40.4844470Z [00:01:52.310]➜    Downloaded deranged v0.3.11
2025-08-18T22:26:40.4855904Z [00:01:52.311]➜    Downloaded regex-syntax v0.8.5
2025-08-18T22:26:40.4918916Z [00:01:52.317]➜    Downloaded crossbeam-deque v0.8.5
2025-08-18T22:26:40.4931069Z [00:01:52.319]➜    Downloaded lazy_static v0.2.11
2025-08-18T22:26:40.4943518Z [00:01:52.320]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-18T22:26:40.4962508Z [00:01:52.322]➜    Downloaded number_prefix v0.4.0
2025-08-18T22:26:40.4970830Z [00:01:52.323]➜    Downloaded libc v0.2.171
2025-08-18T22:26:40.5167536Z [00:01:52.342]➜    Downloaded colorchoice v1.0.3
2025-08-18T22:26:40.5177000Z [00:01:52.343]➜    Downloaded clap v4.5.35
2025-08-18T22:26:40.5236697Z [00:01:52.349]➜    Downloaded bstr v1.10.0
2025-08-18T22:26:40.5312398Z [00:01:52.357]➜    Downloaded num-conv v0.1.0
2025-08-18T22:26:40.5320885Z [00:01:52.358]➜    Downloaded clap_lex v0.7.4
2025-08-18T22:26:40.5330656Z [00:01:52.359]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-18T22:26:40.5339948Z [00:01:52.360]➜    Downloaded globset v0.4.15
2025-08-18T22:26:40.5351987Z [00:01:52.361]➜    Downloaded serde v1.0.210
2025-08-18T22:26:40.5376672Z [00:01:52.363]➜    Downloaded num_threads v0.1.7
2025-08-18T22:26:40.5385044Z [00:01:52.364]➜    Downloaded regex-automata v0.4.8
2025-08-18T22:26:40.5507996Z [00:01:52.376]➜    Downloaded num_cpus v1.16.0
2025-08-18T22:26:40.5528920Z [00:01:52.378]➜    Downloaded log v0.4.27
2025-08-18T22:26:40.5546825Z [00:01:52.380]➜    Downloaded crossbeam-utils v0.8.21
2025-08-18T22:26:40.5567058Z [00:01:52.382]➜    Downloaded console v0.15.11
2025-08-18T22:26:40.5589709Z [00:01:52.385]➜    Downloaded cfg-if v1.0.0
2025-08-18T22:26:40.5598492Z [00:01:52.385]➜    Downloaded time-macros v0.2.18
2025-08-18T22:26:40.5615260Z [00:01:52.387]➜    Downloaded thiserror v2.0.12
2025-08-18T22:26:40.5654393Z [00:01:52.391]➜    Downloaded terminal_size v0.4.2
2025-08-18T22:26:40.5664460Z [00:01:52.392]➜    Downloaded simplelog v0.12.2
2025-08-18T22:26:40.5678861Z [00:01:52.393]➜    Downloaded proc-macro2 v1.0.94
2025-08-18T22:26:40.5713119Z [00:01:52.397]➜    Downloaded linux-raw-sys v0.9.4
2025-08-18T22:26:40.6127730Z [00:01:52.438]➜    Downloaded clap_builder v4.5.35
2025-08-18T22:26:40.6944992Z [00:01:52.520]➜     Compiling libc v0.2.171
2025-08-18T22:26:40.6945946Z [00:01:52.520]➜     Compiling proc-macro2 v1.0.94
2025-08-18T22:26:40.6946329Z [00:01:52.520]➜     Compiling unicode-ident v1.0.18
2025-08-18T22:26:40.6946673Z [00:01:52.520]➜     Compiling crossbeam-utils v0.8.21
2025-08-18T22:26:40.6946986Z [00:01:52.520]➜     Compiling memchr v2.7.4
2025-08-18T22:26:40.6969868Z [00:01:52.520]➜       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.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2485ccf2902951c3 -C extra-filename=-dacefecd8fadd5f9 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9 -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:40.6976405Z [00:01:52.521]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d3579865dc1921c5 -C extra-filename=-6e3b2e43d0d2e2f1 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1 -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:40.6982688Z [00:01:52.521]➜       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.94/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=81ec12ca6ecd8790 -C extra-filename=-87a2c9edbff0f0bb --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:40.6987681Z [00:01:52.521]➜       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.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:40.6996589Z [00:01:52.521]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=057b792ae532dfe5 -C extra-filename=-e799659df7e28d12 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:40.8385840Z [00:01:52.664]➜     Compiling rustix v1.0.5
2025-08-18T22:26:40.8396181Z [00:01:52.664]➜       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.5/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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ebed0d5b7e354256 -C extra-filename=-40e7e3f87f70460f --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:40.9789675Z [00:01:52.804]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build`
2025-08-18T22:26:40.9811996Z [00:01:52.806]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c2369afc65c85144 -C extra-filename=-2a0f94165a5f3a35 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-18T22:26:41.0806154Z [00:01:52.905]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build-script-build`
2025-08-18T22:26:41.1010086Z [00:01:52.926]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build`
2025-08-18T22:26:41.1094621Z [00:01:52.934]➜       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.171/src/lib.rs --error-format=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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=22162e3e20d30eec -C extra-filename=-7cfc513217272e17 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-18T22:26:41.1340352Z [00:01:52.959]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build-script-build`
2025-08-18T22:26:41.1815434Z [00:01:53.007]➜     Compiling log v0.4.27
2025-08-18T22:26:41.1824380Z [00:01:53.007]➜       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 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=24c8ed13755e6b38 -C extra-filename=-7bd9b6a084c4e530 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:41.2032265Z [00:01:53.028]➜       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.94/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=bbff98099e1e547c -C extra-filename=-2e6bb0e4e636bc30 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.rqjVfdLoco/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-18T22:26:41.5746964Z [00:01:53.400]➜     Compiling aho-corasick v1.1.3
2025-08-18T22:26:41.5762110Z [00:01:53.401]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7f663b7b38675d9c -C extra-filename=-271f229373c5cb4d --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:41.8042065Z [00:01:53.629]➜     Compiling quote v1.0.40
2025-08-18T22:26:41.8047394Z [00:01:53.629]➜       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=87a2bbdb1c833656 -C extra-filename=-f8cc3838dae6e460 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta --cap-lints allow`
2025-08-18T22:26:41.9302347Z [00:01:53.755]➜     Compiling linux-raw-sys v0.9.4
2025-08-18T22:26:41.9318387Z [00:01:53.756]➜       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="default"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="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=e313cafe5e40ec49 -C extra-filename=-f165e23b6c899f56 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:42.3258186Z [00:01:54.151]➜     Compiling syn v2.0.100
2025-08-18T22:26:42.3272386Z [00:01:54.152]➜       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.100/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=314cdc2c7fae4cab -C extra-filename=-3d5459919cb6dbec --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta --extern quote=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta --extern unicode_ident=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-18T22:26:42.3768640Z [00:01:54.202]➜     Compiling regex-syntax v0.8.5
2025-08-18T22:26:42.3777264Z [00:01:54.203]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:42.4001792Z [00:01:54.225]➜     Compiling bitflags v2.9.0
2025-08-18T22:26:42.4008763Z [00:01:54.226]➜       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.0/src/lib.rs --error-format=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=59d07ca01c43f1d8 -C extra-filename=-dadc80606a3f6919 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:42.7198688Z [00:01:54.544]➜       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.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=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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ca46e21d118b9c2f -C extra-filename=-1775794c7b7d7869 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern linux_raw_sys=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-18T22:26:42.8818296Z [00:01:54.707]➜     Compiling utf8parse v0.2.2
2025-08-18T22:26:42.8852255Z [00:01:54.710]➜       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.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:43.0045770Z [00:01:54.830]➜     Compiling thiserror v2.0.12
2025-08-18T22:26:43.0051725Z [00:01:54.830]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6df20d64be8ec8b6 -C extra-filename=-9498c34815b63e89 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:43.4289570Z [00:01:55.254]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-18T22:26:43.5502248Z [00:01:55.376]➜     Compiling anstyle-parse v0.2.6
2025-08-18T22:26:43.5539929Z [00:01:55.377]➜       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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3c659ba999432b9c -C extra-filename=-d9f762c54654b497 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.rqjVfdLoco/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-18T22:26:43.7597910Z [00:01:55.585]➜     Compiling crossbeam-epoch v0.9.18
2025-08-18T22:26:43.7614360Z [00:01:55.586]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=90a89f2671c3666c -C extra-filename=-94c322854b6e302d --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:44.6035934Z [00:01:56.429]➜     Compiling bstr v1.10.0
2025-08-18T22:26:44.6045731Z [00:01:56.430]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=ce2526bc57258474 -C extra-filename=-2b36aebc1118b74e --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.1920888Z [00:01:57.018]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-18T22:26:45.1960018Z [00:01:57.020]➜       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.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.2764921Z [00:01:57.102]➜     Compiling regex-automata v0.4.8
2025-08-18T22:26:45.2813535Z [00:01:57.104]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=46abf7e386e5aa80 -C extra-filename=-6808b439c1bc05b7 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern memchr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_syntax=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.5356737Z [00:01:57.361]➜     Compiling colorchoice v1.0.3
2025-08-18T22:26:45.5376918Z [00:01:57.362]➜       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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad561afae0839777 -C extra-filename=-6013ebb501c1abed --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.6192141Z [00:01:57.444]➜     Compiling same-file v1.0.6
2025-08-18T22:26:45.6201885Z [00:01:57.445]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d33aed99317f05c4 -C extra-filename=-68187b3b758edad5 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.8141960Z [00:01:57.639]➜     Compiling anstyle-query v1.1.2
2025-08-18T22:26:45.8166258Z [00:01:57.640]➜       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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873e16a806854108 -C extra-filename=-d3912d4c466823d0 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:45.9217086Z [00:01:57.747]➜     Compiling portable-atomic v1.11.0
2025-08-18T22:26:45.9246744Z [00:01:57.748]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=699f3ada77ecd3e4 -C extra-filename=-9d25252e8ce111c6 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6 -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:46.5042740Z [00:01:58.330]➜     Compiling anyhow v1.0.97
2025-08-18T22:26:46.5051151Z [00:01:58.330]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c008f5b2a659e3a0 -C extra-filename=-d2ab9cca0d7c98af --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:46.8123200Z [00:01:58.638]➜     Compiling time-core v0.1.2
2025-08-18T22:26:46.8125991Z [00:01:58.638]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=864d32169f18f214 -C extra-filename=-85da46b00da71f1f --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:46.9485736Z [00:01:58.774]➜     Compiling anstyle v1.0.10
2025-08-18T22:26:46.9501247Z [00:01:58.774]➜       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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ace0b2c7f20e529f -C extra-filename=-74b0f744cbb31470 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:47.2691818Z [00:01:59.094]➜     Compiling powerfmt v0.2.0
2025-08-18T22:26:47.2696487Z [00:01:59.095]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=a4b46e89bbcfab13 -C extra-filename=-6e0d9dec78c98ec2 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:47.5652149Z [00:01:59.391]➜     Compiling num-conv v0.1.0
2025-08-18T22:26:47.5668115Z [00:01:59.392]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19899e22d7342c20 -C extra-filename=-71dddd71ec9df857 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:47.6667059Z [00:01:59.492]➜     Compiling deranged v0.3.11
2025-08-18T22:26:47.6679053Z [00:01:59.493]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=656857b614ed783b -C extra-filename=-e9b64198e293fccd --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:47.7762121Z [00:01:59.602]➜     Compiling time-macros v0.2.18
2025-08-18T22:26:47.7786303Z [00:01:59.603]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/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=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=c1ad43871c2c1881 -C extra-filename=-b70e0357be8359fa --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern num_conv=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rlib --extern time_core=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_core-85da46b00da71f1f.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:26:48.2537553Z [00:02:00.079]➜     Compiling anstream v0.6.18
2025-08-18T22:26:48.2560098Z [00:02:00.080]➜       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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9a7f0218b242990f -C extra-filename=-920aadcb768c81d9 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern anstyle_parse=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta --extern anstyle_query=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta --extern colorchoice=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta --extern is_terminal_polyfill=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.rqjVfdLoco/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-18T22:26:48.4887539Z [00:02:00.314]➜     Compiling thiserror-impl v2.0.12
2025-08-18T22:26:48.4943477Z [00:02:00.319]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd8deef47f12696 -C extra-filename=-51e2ecb706be7a15 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern syn=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:26:48.8353491Z [00:02:00.661]➜     Compiling globset v0.4.15
2025-08-18T22:26:48.8361192Z [00:02:00.661]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name globset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=53c5929e8b3d26c7 -C extra-filename=-6a028d8a7c45a9de --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern bstr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-2b36aebc1118b74e.rmeta --extern log=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern regex_automata=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rmeta --extern regex_syntax=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:48.8800529Z [00:02:00.705]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build`
2025-08-18T22:26:48.9760222Z [00:02:00.800]➜       Running `/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build-script-build`
2025-08-18T22:26:49.0011121Z [00:02:00.826]➜     Compiling xattr v1.5.0
2025-08-18T22:26:49.0033224Z [00:02:00.828]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name xattr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=8ddbf60cab91d29c -C extra-filename=-4ec6aaa06811773b --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:49.5363884Z [00:02:01.362]➜     Compiling walkdir v2.5.0
2025-08-18T22:26:49.5388514Z [00:02:01.362]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fcdd874244de7ed -C extra-filename=-a545e9a5ea7ecd80 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:49.8003659Z [00:02:01.626]➜     Compiling crossbeam-deque v0.8.5
2025-08-18T22:26:49.8031090Z [00:02:01.628]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a0ce458269569df -C extra-filename=-71754c7a5ea95b6d --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta --extern crossbeam_utils=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:49.9616963Z [00:02:01.787]➜     Compiling num_cpus v1.16.0
2025-08-18T22:26:49.9626670Z [00:02:01.788]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4104f6be15916083 -C extra-filename=-22cfa321b717a944 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.3896745Z [00:02:02.215]➜     Compiling crossbeam-channel v0.5.15
2025-08-18T22:26:50.3925475Z [00:02:02.217]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a33e9eab90d43fd -C extra-filename=-5fc4c4d98b01b02e --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.4278881Z [00:02:02.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4592a11405a64b43 -C extra-filename=-198f64728de8ba4c --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-18T22:26:50.5152980Z [00:02:02.341]➜     Compiling strsim v0.11.1
2025-08-18T22:26:50.5161990Z [00:02:02.341]➜       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.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.6606369Z [00:02:02.486]➜     Compiling unicode-width v0.2.0
2025-08-18T22:26:50.6627750Z [00:02:02.486]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=69745e8fc4513b16 -C extra-filename=-7ded428ff597e470 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.8319112Z [00:02:02.657]➜     Compiling cfg-if v1.0.0
2025-08-18T22:26:50.8325168Z [00:02:02.658]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=509f8198fcdbfe62 -C extra-filename=-5335dbb64cbcc9f5 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.8767953Z [00:02:02.702]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.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=1cf277b8a8ae86cb -C extra-filename=-c92fcfce196be157 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.9388232Z [00:02:02.764]➜     Compiling once_cell v1.21.1
2025-08-18T22:26:50.9399698Z [00:02:02.765]➜       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.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="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=e146897ece1b494f -C extra-filename=-cfb2e885d3b9d093 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:50.9628095Z [00:02:02.788]➜     Compiling num_threads v0.1.7
2025-08-18T22:26:50.9637551Z [00:02:02.789]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_threads --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cacb02293a6397f -C extra-filename=-47ae292fa6d277fc --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.1161725Z [00:02:02.942]➜     Compiling clap_lex v0.7.4
2025-08-18T22:26:51.1184390Z [00:02:02.943]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b63f4bbcdf0d24 -C extra-filename=-f497dbc862f38eff --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.1460619Z [00:02:02.971]➜     Compiling heck v0.5.0
2025-08-18T22:26:51.1473200Z [00:02:02.972]➜       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.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:26:51.2341557Z [00:02:03.059]➜     Compiling itoa v1.0.11
2025-08-18T22:26:51.2353006Z [00:02:03.060]➜       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.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("no-panic"))' -C metadata=73e533d099a9d303 -C extra-filename=-59041cb9a26e99e3 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.2395169Z [00:02:03.064]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa28f54885fa307e -C extra-filename=-b338309f5a6d2497 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.3904090Z [00:02:03.216]➜     Compiling time v0.3.36
2025-08-18T22:26:51.3928054Z [00:02:03.216]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=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=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=5c5e8a2ae5ab8b33 -C extra-filename=-2f284fb08a96f79d --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta --extern itoa=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-59041cb9a26e99e3.rmeta --extern libc=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta --extern num_conv=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta --extern num_threads=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_threads-47ae292fa6d277fc.rmeta --extern powerfmt=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta --extern time_core=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rmeta --extern time_macros=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_macros-b70e0357be8359fa.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-18T22:26:51.4030199Z [00:02:03.228]➜     Compiling clap_builder v4.5.35
2025-08-18T22:26:51.4051067Z [00:02:03.228]➜       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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=3651108cf633391b -C extra-filename=-036d3e82f2fbb576 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta --extern anstyle=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern clap_lex=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta --extern strsim=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.4117034Z [00:02:03.237]➜     Compiling console v0.15.11
2025-08-18T22:26:51.4131565Z [00:02:03.238]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name console --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="ansi-parsing"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=cdd5f5443c3c10b4 -C extra-filename=-27b22a7146f60507 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta --extern once_cell=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-cfb2e885d3b9d093.rmeta --extern unicode_width=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:51.4583116Z [00:02:03.284]➜     Compiling clap_derive v4.5.32
2025-08-18T22:26:51.4626221Z [00:02:03.286]➜       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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=0e42967110c650c5 -C extra-filename=-64cd6b2156641833 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern syn=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:26:53.0060432Z [00:02:04.831]➜     Compiling blocking-threadpool v1.0.1
2025-08-18T22:26:53.0091244Z [00:02:04.834]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name blocking_threadpool --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-threadpool-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24a09eb81e498c95 -C extra-filename=-9683192a575eeee4 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rmeta --extern num_cpus=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-22cfa321b717a944.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:54.0626080Z [00:02:05.888]➜     Compiling libfs v0.9.1 (/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs)
2025-08-18T22:26:54.0640791Z [00:02:05.888]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libfs --edition=2021 libfs/src/lib.rs --error-format=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::upper_case_acronyms' --cfg 'feature="default"' --cfg 'feature="use_linux"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "test_no_acl", "test_no_extents", "test_no_reflink", "test_no_sockets", "test_no_sparse", "use_linux"))' -C metadata=689a59145939e2fd -C extra-filename=-de620aa6da1409e3 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta --extern linux_raw_sys=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rmeta --extern log=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern rustix=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta --extern thiserror=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta --extern xattr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:54.1987218Z [00:02:06.024]➜  error[E0308]: mismatched types
2025-08-18T22:26:54.2026845Z [00:02:06.024]➜      --> libfs/src/linux.rs:153:45
2025-08-18T22:26:54.2028240Z [00:02:06.024]➜       |
2025-08-18T22:26:54.2028839Z [00:02:06.024]➜  153  |     if unsafe { libc::ioctl(fd.as_raw_fd(), FS_IOC_FIEMAP as u64, req_ptr) } != 0 {
2025-08-18T22:26:54.2029362Z [00:02:06.024]➜       |                 -----------                 ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64`
2025-08-18T22:26:54.2029744Z [00:02:06.028]➜       |                 |
2025-08-18T22:26:54.2030079Z [00:02:06.028]➜       |                 arguments to this function are incorrect
2025-08-18T22:26:54.2030378Z [00:02:06.028]➜       |
2025-08-18T22:26:54.2030618Z [00:02:06.028]➜  note: function defined here
2025-08-18T22:26:54.2031240Z [00:02:06.028]➜      --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6914:12
2025-08-18T22:26:54.2031978Z [00:02:06.028]➜       |
2025-08-18T22:26:54.2032311Z [00:02:06.028]➜  6914 |     pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
2025-08-18T22:26:54.2032656Z [00:02:06.028]➜       |            ^^^^^
2025-08-18T22:26:54.2033087Z [00:02:06.028]➜  help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit
2025-08-18T22:26:54.2042110Z [00:02:06.030]➜       |
2025-08-18T22:26:54.2047808Z [00:02:06.030]➜  153  |     if unsafe { libc::ioctl(fd.as_raw_fd(), (FS_IOC_FIEMAP as u64).try_into().unwrap(), req_ptr) } != 0 {
2025-08-18T22:26:54.2048368Z [00:02:06.030]➜       |                                             +                    +++++++++++++++++++++
2025-08-18T22:26:54.2048663Z [00:02:06.030]➜  
2025-08-18T22:26:54.2118071Z [00:02:06.037]➜  error[E0308]: mismatched types
2025-08-18T22:26:54.2124359Z [00:02:06.038]➜      --> libfs/src/linux.rs:256:48
2025-08-18T22:26:54.2127194Z [00:02:06.038]➜       |
2025-08-18T22:26:54.2128389Z [00:02:06.038]➜  256  |     if unsafe { libc::ioctl(outfd.as_raw_fd(), FICLONE as u64, infd.as_raw_fd()) } != 0 {
2025-08-18T22:26:54.2131140Z [00:02:06.038]➜       |                 -----------                    ^^^^^^^^^^^^^^ expected `i32`, found `u64`
2025-08-18T22:26:54.2134056Z [00:02:06.038]➜       |                 |
2025-08-18T22:26:54.2134420Z [00:02:06.038]➜       |                 arguments to this function are incorrect
2025-08-18T22:26:54.2134724Z [00:02:06.038]➜       |
2025-08-18T22:26:54.2134984Z [00:02:06.038]➜  note: function defined here
2025-08-18T22:26:54.2135602Z [00:02:06.038]➜      --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6914:12
2025-08-18T22:26:54.2136159Z [00:02:06.038]➜       |
2025-08-18T22:26:54.2142857Z [00:02:06.040]➜  6914 |     pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
2025-08-18T22:26:54.2143825Z [00:02:06.040]➜       |            ^^^^^
2025-08-18T22:26:54.2146582Z [00:02:06.040]➜  help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit
2025-08-18T22:26:54.2147162Z [00:02:06.040]➜       |
2025-08-18T22:26:54.2150032Z [00:02:06.040]➜  256  |     if unsafe { libc::ioctl(outfd.as_raw_fd(), (FICLONE as u64).try_into().unwrap(), infd.as_raw_fd()) } != 0 {
2025-08-18T22:26:54.2150577Z [00:02:06.040]➜       |                                                +              +++++++++++++++++++++
2025-08-18T22:26:54.2150868Z [00:02:06.040]➜  
2025-08-18T22:26:54.2830472Z [00:02:06.108]➜  For more information about this error, try `rustc --explain E0308`.
2025-08-18T22:26:54.2914647Z [00:02:06.117]➜  error: could not compile `libfs` (lib) due to 2 previous errors
2025-08-18T22:26:54.2921937Z [00:02:06.118]➜  
2025-08-18T22:26:54.2922299Z [00:02:06.118]➜  Caused by:
2025-08-18T22:26:54.2937782Z [00:02:06.119]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libfs --edition=2021 libfs/src/lib.rs --error-format=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::upper_case_acronyms' --cfg 'feature="default"' --cfg 'feature="use_linux"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "test_no_acl", "test_no_extents", "test_no_reflink", "test_no_sockets", "test_no_sparse", "use_linux"))' -C metadata=689a59145939e2fd -C extra-filename=-de620aa6da1409e3 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta --extern linux_raw_sys=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rmeta --extern log=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern rustix=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta --extern thiserror=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta --extern xattr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none` (exit status: 1)
2025-08-18T22:26:54.2955769Z [00:02:06.121]➜  warning: build failed, waiting for other jobs to finish...
2025-08-18T22:26:54.2963191Z [00:02:06.122]➜     Compiling ignore v0.4.23
2025-08-18T22:26:54.2980314Z [00:02:06.123]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ignore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=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("simd-accel"))' -C metadata=cb8bb4c517efbd75 -C extra-filename=-d5c98fcbb3e21784 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-71754c7a5ea95b6d.rmeta --extern globset=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-6a028d8a7c45a9de.rmeta --extern log=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern memchr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rmeta --extern same_file=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --extern walkdir=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:54.3227749Z [00:02:06.146]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name portable_atomic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=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::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=b567d118ba876d89 -C extra-filename=-e09a09661abbc135 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
2025-08-18T22:26:54.4601719Z [00:02:06.285]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167b9caa920c1f4b -C extra-filename=-986dda3a006ea422 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-18T22:26:54.6949907Z [00:02:06.520]➜     Compiling regex v1.11.1
2025-08-18T22:26:54.6973258Z [00:02:06.521]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=062c9b86b1342462 -C extra-filename=-33878f07d63c61d9 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern memchr=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rmeta --extern regex_syntax=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.0198582Z [00:02:06.845]➜     Compiling number_prefix v0.4.0
2025-08-18T22:26:55.0206601Z [00:02:06.845]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name number_prefix --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=36870c1bf6279c44 -C extra-filename=-02fae07189323803 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.1622673Z [00:02:06.988]➜     Compiling lazy_static v0.2.11
2025-08-18T22:26:55.1629855Z [00:02:06.988]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiletest", "compiletest_rs", "nightly", "spin", "spin_no_std"))' -C metadata=b1e8af48f6aa6ab5 -C extra-filename=-b770d9896d52fa9b --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.1830078Z [00:02:07.008]➜     Compiling termcolor v1.4.1
2025-08-18T22:26:55.1835818Z [00:02:07.009]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a080c20b57e4281 -C extra-filename=-f8f0edae3397cc76 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.2398219Z [00:02:07.065]➜     Compiling unbytify v0.2.0
2025-08-18T22:26:55.2407024Z [00:02:07.066]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unbytify --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unbytify-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=5081f67543c54116 -C extra-filename=-c670e9864dd090d6 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-b770d9896d52fa9b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.6256680Z [00:02:07.451]➜     Compiling simplelog v0.12.2
2025-08-18T22:26:55.6265814Z [00:02:07.452]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name simplelog --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simplelog-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="local-offset"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "default", "local-offset", "paris", "termcolor", "test"))' -C metadata=0b5431778d53eb0d -C extra-filename=-54bbf64bcd903ffd --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern log=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern termcolor=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta --extern time=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-2f284fb08a96f79d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.6797330Z [00:02:07.505]➜     Compiling indicatif v0.17.11
2025-08-18T22:26:55.6815754Z [00:02:07.506]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indicatif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=01e08eb08a8e4c13 -C extra-filename=-9b3362f5be31fd21 --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern console=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-27b22a7146f60507.rmeta --extern number_prefix=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnumber_prefix-02fae07189323803.rmeta --extern portable_atomic=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-e09a09661abbc135.rmeta --extern unicode_width=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.7296826Z [00:02:07.555]➜     Compiling clap v4.5.35
2025-08-18T22:26:55.7327100Z [00:02:07.557]➜       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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1679df354f269bcf -C extra-filename=-2b9a1cbf1287cdbe --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-036d3e82f2fbb576.rmeta --extern clap_derive=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libclap_derive-64cd6b2156641833.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-18T22:26:55.7959970Z [00:02:07.621]➜     Compiling terminal_size v0.4.2
2025-08-18T22:26:55.7999589Z [00:02:07.625]➜       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=a47d1952c2d10c92 -C extra-filename=-9fbe79530e7954fc --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:55.9544143Z [00:02:07.780]➜     Compiling glob v0.3.2
2025-08-18T22:26:55.9553477Z [00:02:07.780]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9464a06e2dd1fb9b -C extra-filename=-e1593301ec4d278a --out-dir /tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:26:58.5272664Z [00:02:10.353]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-18T22:26:58.5280116Z [00:02:10.354]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-18T22:26:58.5295929Z [00:02:10.355]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:26:58.5297705Z [00:02:10.355]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:26:58.5298203Z [00:02:10.355]➜  + cut -d: -f1
2025-08-18T22:26:58.5298480Z [00:02:10.355]➜  + xargs realpath --no-symlinks
2025-08-18T22:26:58.5298830Z [00:02:10.355]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:26:58.5315052Z [00:02:10.357]➜  realpath: missing operand
2025-08-18T22:26:58.5315741Z [00:02:10.357]➜  Try 'realpath --help' for more information.
2025-08-18T22:26:58.6528052Z [00:02:10.478]➜  '/tmp/tmp.rqjVfdLoco/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-18T22:26:58.6665655Z [00:02:10.492]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:26:58.6685258Z [00:02:10.494]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:26:58.7021574Z [00:02:10.528]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:26:58.7044213Z [00:02:10.530]➜  
2025-08-18T22:26:58.7056665Z [00:02:10.531]➜  /build-bins/LICENSE
2025-08-18T22:26:58.7071088Z [00:02:10.533]➜  + file /build-bins/LICENSE
2025-08-18T22:26:58.7248801Z [00:02:10.550]➜  /build-bins/LICENSE: ASCII text
2025-08-18T22:26:58.7255181Z [00:02:10.551]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-18T22:26:58.7269257Z [00:02:10.552]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-18T22:26:58.7271301Z [00:02:10.553]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-18T22:26:58.7283736Z [00:02:10.554]➜  35K	2025-08-18 22:26:58.652146516 +0000	/build-bins/LICENSE
2025-08-18T22:26:58.7285018Z [00:02:10.554]➜  + popd
2025-08-18T22:26:59.2673927Z [00:02:11.093]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:26:59.2983990Z [00:02:11.124]➜  + '[' -s /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:26:59.2984929Z [00:02:11.124]➜  + cp -fv /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:26:59.3000762Z [00:02:11.126]➜  '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:26:59.3005940Z [00:02:11.126]➜  + find /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:26:59.3016898Z [00:02:11.127]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:26:59.3017587Z [00:02:11.127]➜  + cut -d: -f1
2025-08-18T22:26:59.3018818Z [00:02:11.127]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:26:59.3019794Z [00:02:11.127]➜  + xargs realpath --no-symlinks
2025-08-18T22:26:59.4707771Z [00:02:11.296]➜  realpath: missing operand
2025-08-18T22:26:59.4708173Z [00:02:11.296]➜  Try 'realpath --help' for more information.
2025-08-18T22:26:59.4717186Z [00:02:11.297]➜  
2025-08-18T22:26:59.8258431Z [00:02:11.651]➜  
2025-08-18T22:26:59.8340222Z [00:02:11.660]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-18T22:26:59.8341217Z [00:02:11.660]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-18T22:26:59.8342459Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-18T22:26:59.8343681Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.bash' from root:root to runner:runner
2025-08-18T22:26:59.8344949Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.fish' from root:root to runner:runner
2025-08-18T22:26:59.8346188Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.zsh' from root:root to runner:runner
2025-08-18T22:26:59.8347705Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions' from root:root to runner:runner
2025-08-18T22:26:59.8348977Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/Cargo.toml' from root:root to runner:runner
2025-08-18T22:26:59.8350181Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/README.md' from root:root to runner:runner
2025-08-18T22:26:59.8351395Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/.gitignore' from root:root to runner:runner
2025-08-18T22:26:59.8352927Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/fallback.rs' from root:root to runner:runner
2025-08-18T22:26:59.8354170Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/errors.rs' from root:root to runner:runner
2025-08-18T22:26:59.8355400Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/linux.rs' from root:root to runner:runner
2025-08-18T22:26:59.8356894Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/lib.rs' from root:root to runner:runner
2025-08-18T22:26:59.8358115Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/common.rs' from root:root to runner:runner
2025-08-18T22:26:59.8359306Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src' from root:root to runner:runner
2025-08-18T22:26:59.8360440Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs' from root:root to runner:runner
2025-08-18T22:26:59.8361673Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/README.md' from root:root to runner:runner
2025-08-18T22:26:59.8362882Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-18T22:26:59.8364032Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:26:59.8365260Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.github/workflows/tests.yml' from root:root to runner:runner
2025-08-18T22:26:59.8366501Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:26:59.8367665Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:26:59.8368896Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/Cargo.toml' from root:root to runner:runner
2025-08-18T22:26:59.8370182Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/README.md' from root:root to runner:runner
2025-08-18T22:26:59.8371692Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/operations.rs' from root:root to runner:runner
2025-08-18T22:26:59.8373029Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/paths.rs' from root:root to runner:runner
2025-08-18T22:26:59.8374278Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/feedback.rs' from root:root to runner:runner
2025-08-18T22:26:59.8375536Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/errors.rs' from root:root to runner:runner
2025-08-18T22:26:59.8376780Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/backup.rs' from root:root to runner:runner
2025-08-18T22:26:59.8378012Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/lib.rs' from root:root to runner:runner
2025-08-18T22:26:59.8379236Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/config.rs' from root:root to runner:runner
2025-08-18T22:26:59.8380516Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/parfile.rs' from root:root to runner:runner
2025-08-18T22:26:59.8382214Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/parblock.rs' from root:root to runner:runner
2025-08-18T22:26:59.8383542Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/mod.rs' from root:root to runner:runner
2025-08-18T22:26:59.8384826Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers' from root:root to runner:runner
2025-08-18T22:26:59.8386033Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src' from root:root to runner:runner
2025-08-18T22:26:59.8387187Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp' from root:root to runner:runner
2025-08-18T22:26:59.8388393Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-18T22:26:59.8389904Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8391715Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-986dda3a006ea422.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8393478Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8395369Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-cfb2e885d3b9d093.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8397151Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8398891Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-e09a09661abbc135.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8400610Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-198f64728de8ba4c.d' from root:root to runner:runner
2025-08-18T22:26:59.8402411Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8404113Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-f165e23b6c899f56.d' from root:root to runner:runner
2025-08-18T22:26:59.8405799Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8407745Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8409462Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' from root:root to runner:runner
2025-08-18T22:26:59.8411176Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-9fbe79530e7954fc.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8413019Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-2f284fb08a96f79d.d' from root:root to runner:runner
2025-08-18T22:26:59.8414684Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-2b9a1cbf1287cdbe.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8416359Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-271f229373c5cb4d.d' from root:root to runner:runner
2025-08-18T22:26:59.8418025Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-18T22:26:59.8419726Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimplelog-54bbf64bcd903ffd.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8421696Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8423470Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8425154Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8426847Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-22cfa321b717a944.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8435643Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8437404Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' from root:root to runner:runner
2025-08-18T22:26:59.8439378Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unbytify-c670e9864dd090d6.d' from root:root to runner:runner
2025-08-18T22:26:59.8441032Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-d5c98fcbb3e21784.d' from root:root to runner:runner
2025-08-18T22:26:59.8443890Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8445589Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8447280Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_threads-47ae292fa6d277fc.d' from root:root to runner:runner
2025-08-18T22:26:59.8448965Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-e9b64198e293fccd.d' from root:root to runner:runner
2025-08-18T22:26:59.8450650Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8452552Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_threads-47ae292fa6d277fc.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8454219Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/glob-e1593301ec4d278a.d' from root:root to runner:runner
2025-08-18T22:26:59.8456117Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8457921Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8459636Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' from root:root to runner:runner
2025-08-18T22:26:59.8461356Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8463233Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-d5c98fcbb3e21784.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8464927Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-2b36aebc1118b74e.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8466830Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-18T22:26:59.8468539Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-e09a09661abbc135.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8470262Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunbytify-c670e9864dd090d6.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8472043Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8473781Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8475533Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblocking_threadpool-9683192a575eeee4.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8477287Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8478986Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-2f284fb08a96f79d.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8480832Z [00:02:11.660]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portable_atomic-e09a09661abbc135.d' from root:root to runner:runner
2025-08-18T22:26:59.8482657Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' from root:root to runner:runner
2025-08-18T22:26:59.8484323Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xattr-4ec6aaa06811773b.d' from root:root to runner:runner
2025-08-18T22:26:59.8486053Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8487773Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8489508Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-71754c7a5ea95b6d.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8491210Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-c92fcfce196be157.d' from root:root to runner:runner
2025-08-18T22:26:59.8493188Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8494847Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' from root:root to runner:runner
2025-08-18T22:26:59.8496517Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimplelog-54bbf64bcd903ffd.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8498204Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-b770d9896d52fa9b.d' from root:root to runner:runner
2025-08-18T22:26:59.8499883Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-6a028d8a7c45a9de.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8501637Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/number_prefix-02fae07189323803.d' from root:root to runner:runner
2025-08-18T22:26:59.8503371Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-9fbe79530e7954fc.d' from root:root to runner:runner
2025-08-18T22:26:59.8505014Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-59041cb9a26e99e3.d' from root:root to runner:runner
2025-08-18T22:26:59.8506794Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-18T22:26:59.8508594Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8510307Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8512571Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-6a028d8a7c45a9de.d' from root:root to runner:runner
2025-08-18T22:26:59.8514327Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8516047Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8517743Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simplelog-54bbf64bcd903ffd.d' from root:root to runner:runner
2025-08-18T22:26:59.8519672Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8521333Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' from root:root to runner:runner
2025-08-18T22:26:59.8523221Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8524956Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8526665Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-036d3e82f2fbb576.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8528340Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-b338309f5a6d2497.d' from root:root to runner:runner
2025-08-18T22:26:59.8529985Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-2f284fb08a96f79d.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8531730Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-6808b439c1bc05b7.d' from root:root to runner:runner
2025-08-18T22:26:59.8533634Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-2a0f94165a5f3a35.d' from root:root to runner:runner
2025-08-18T22:26:59.8535891Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-e1593301ec4d278a.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8537564Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-dadc80606a3f6919.d' from root:root to runner:runner
2025-08-18T22:26:59.8539249Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-b770d9896d52fa9b.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8540925Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-27b22a7146f60507.d' from root:root to runner:runner
2025-08-18T22:26:59.8542805Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblocking_threadpool-9683192a575eeee4.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8544792Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8546510Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8548241Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/blocking_threadpool-9683192a575eeee4.d' from root:root to runner:runner
2025-08-18T22:26:59.8549900Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-2b36aebc1118b74e.d' from root:root to runner:runner
2025-08-18T22:26:59.8551634Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-33878f07d63c61d9.d' from root:root to runner:runner
2025-08-18T22:26:59.8553362Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-71754c7a5ea95b6d.d' from root:root to runner:runner
2025-08-18T22:26:59.8555025Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' from root:root to runner:runner
2025-08-18T22:26:59.8556715Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-18T22:26:59.8558415Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' from root:root to runner:runner
2025-08-18T22:26:59.8560247Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-33878f07d63c61d9.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8562157Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8563918Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8565650Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnumber_prefix-02fae07189323803.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8567383Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8569098Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunbytify-c670e9864dd090d6.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8571036Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8572967Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8574677Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-94c322854b6e302d.d' from root:root to runner:runner
2025-08-18T22:26:59.8576338Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' from root:root to runner:runner
2025-08-18T22:26:59.8578002Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-59041cb9a26e99e3.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8579738Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8581563Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8583296Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-1775794c7b7d7869.d' from root:root to runner:runner
2025-08-18T22:26:59.8585184Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindicatif-9b3362f5be31fd21.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8586970Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-71754c7a5ea95b6d.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8588708Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnumber_prefix-02fae07189323803.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8590443Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-6a028d8a7c45a9de.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8592263Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-18T22:26:59.8593911Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-986dda3a006ea422.d' from root:root to runner:runner
2025-08-18T22:26:59.8595541Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-22cfa321b717a944.d' from root:root to runner:runner
2025-08-18T22:26:59.8597409Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-036d3e82f2fbb576.d' from root:root to runner:runner
2025-08-18T22:26:59.8599088Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indicatif-9b3362f5be31fd21.d' from root:root to runner:runner
2025-08-18T22:26:59.8600785Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8602606Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-cfb2e885d3b9d093.d' from root:root to runner:runner
2025-08-18T22:26:59.8604284Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-22cfa321b717a944.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8605969Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-2b9a1cbf1287cdbe.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8607700Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8609402Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-986dda3a006ea422.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8611223Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8613059Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8614745Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-d5c98fcbb3e21784.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8616631Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' from root:root to runner:runner
2025-08-18T22:26:59.8618302Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-59041cb9a26e99e3.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8620009Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8621772Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' from root:root to runner:runner
2025-08-18T22:26:59.8623485Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-e1593301ec4d278a.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8625170Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8626875Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8628568Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8630455Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-cfb2e885d3b9d093.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8632391Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8634062Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7cfc513217272e17.d' from root:root to runner:runner
2025-08-18T22:26:59.8635749Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8637522Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8639237Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8640921Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8642968Z [00:02:11.661]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8644716Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-27b22a7146f60507.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8646428Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8648127Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-2b36aebc1118b74e.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8649843Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8651659Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8653464Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8655179Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8656986Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-18T22:26:59.8658754Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_threads-47ae292fa6d277fc.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8660451Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8662261Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8664010Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindicatif-9b3362f5be31fd21.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8665738Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-b770d9896d52fa9b.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8667637Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8669367Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-9fbe79530e7954fc.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8671042Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs-de620aa6da1409e3.d' from root:root to runner:runner
2025-08-18T22:26:59.8672815Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-6e0d9dec78c98ec2.d' from root:root to runner:runner
2025-08-18T22:26:59.8674506Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-33878f07d63c61d9.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8676220Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8677972Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8679671Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-27b22a7146f60507.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8681581Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8683399Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-5fc4c4d98b01b02e.d' from root:root to runner:runner
2025-08-18T22:26:59.8685156Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-036d3e82f2fbb576.rlib' from root:root to runner:runner
2025-08-18T22:26:59.8686892Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.8688567Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-2b9a1cbf1287cdbe.d' from root:root to runner:runner
2025-08-18T22:26:59.8690092Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-18T22:26:59.8691614Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-18T22:26:59.8693330Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-18T22:26:59.8694951Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8696708Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8698443Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/out' from root:root to runner:runner
2025-08-18T22:26:59.8700161Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8701962Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' from root:root to runner:runner
2025-08-18T22:26:59.8703699Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-18T22:26:59.8705413Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8707371Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8709215Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/out' from root:root to runner:runner
2025-08-18T22:26:59.8710977Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8712901Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/output' from root:root to runner:runner
2025-08-18T22:26:59.8714624Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47' from root:root to runner:runner
2025-08-18T22:26:59.8716303Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8718027Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8719928Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/out' from root:root to runner:runner
2025-08-18T22:26:59.8721729Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8723505Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/output' from root:root to runner:runner
2025-08-18T22:26:59.8725162Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab' from root:root to runner:runner
2025-08-18T22:26:59.8726864Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8728661Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8730448Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/out' from root:root to runner:runner
2025-08-18T22:26:59.8732304Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8734236Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/output' from root:root to runner:runner
2025-08-18T22:26:59.8736078Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12' from root:root to runner:runner
2025-08-18T22:26:59.8737779Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8739512Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8741241Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/out' from root:root to runner:runner
2025-08-18T22:26:59.8743071Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8744982Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/output' from root:root to runner:runner
2025-08-18T22:26:59.8746642Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5' from root:root to runner:runner
2025-08-18T22:26:59.8748283Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/stderr' from root:root to runner:runner
2025-08-18T22:26:59.8749989Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8751770Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/out' from root:root to runner:runner
2025-08-18T22:26:59.8753504Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/root-output' from root:root to runner:runner
2025-08-18T22:26:59.8755185Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/output' from root:root to runner:runner
2025-08-18T22:26:59.8756825Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795' from root:root to runner:runner
2025-08-18T22:26:59.8758349Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-18T22:26:59.8759963Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:26:59.8761748Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/dep-lib-libc' from root:root to runner:runner
2025-08-18T22:26:59.8763593Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8765351Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/lib-libc' from root:root to runner:runner
2025-08-18T22:26:59.8767095Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/lib-libc.json' from root:root to runner:runner
2025-08-18T22:26:59.8768794Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17' from root:root to runner:runner
2025-08-18T22:26:59.8770764Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/dep-lib-time_core' from root:root to runner:runner
2025-08-18T22:26:59.8772754Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core.json' from root:root to runner:runner
2025-08-18T22:26:59.8774594Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8776414Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core' from root:root to runner:runner
2025-08-18T22:26:59.8778162Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157' from root:root to runner:runner
2025-08-18T22:26:59.8779965Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8782053Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:26:59.8784074Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-18T22:26:59.8786174Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:26:59.8788069Z [00:02:11.662]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35' from root:root to runner:runner
2025-08-18T22:26:59.8789920Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8791966Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/dep-lib-blocking_threadpool' from root:root to runner:runner
2025-08-18T22:26:59.8794022Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/lib-blocking_threadpool.json' from root:root to runner:runner
2025-08-18T22:26:59.8796003Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/lib-blocking_threadpool' from root:root to runner:runner
2025-08-18T22:26:59.8798122Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4' from root:root to runner:runner
2025-08-18T22:26:59.8799901Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/dep-lib-time' from root:root to runner:runner
2025-08-18T22:26:59.8801740Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/lib-time' from root:root to runner:runner
2025-08-18T22:26:59.8803567Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8805350Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/lib-time.json' from root:root to runner:runner
2025-08-18T22:26:59.8807050Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d' from root:root to runner:runner
2025-08-18T22:26:59.8808780Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/dep-lib-ignore' from root:root to runner:runner
2025-08-18T22:26:59.8810558Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/lib-ignore' from root:root to runner:runner
2025-08-18T22:26:59.8812662Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8814546Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/lib-ignore.json' from root:root to runner:runner
2025-08-18T22:26:59.8816284Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784' from root:root to runner:runner
2025-08-18T22:26:59.8818021Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/dep-lib-anyhow' from root:root to runner:runner
2025-08-18T22:26:59.8819789Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/lib-anyhow' from root:root to runner:runner
2025-08-18T22:26:59.8821677Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8823731Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/lib-anyhow.json' from root:root to runner:runner
2025-08-18T22:26:59.8825465Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422' from root:root to runner:runner
2025-08-18T22:26:59.8827210Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/dep-lib-num_conv' from root:root to runner:runner
2025-08-18T22:26:59.8829029Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv.json' from root:root to runner:runner
2025-08-18T22:26:59.8830865Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv' from root:root to runner:runner
2025-08-18T22:26:59.8832807Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8834559Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497' from root:root to runner:runner
2025-08-18T22:26:59.8836340Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8838369Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:26:59.8840318Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:26:59.8842289Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-18T22:26:59.8844152Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497' from root:root to runner:runner
2025-08-18T22:26:59.8845943Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/lib-number_prefix' from root:root to runner:runner
2025-08-18T22:26:59.8847789Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8849862Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/dep-lib-number_prefix' from root:root to runner:runner
2025-08-18T22:26:59.8851824Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/lib-number_prefix.json' from root:root to runner:runner
2025-08-18T22:26:59.8853677Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803' from root:root to runner:runner
2025-08-18T22:26:59.8855464Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-18T22:26:59.8857295Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8859111Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-18T22:26:59.8860961Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-18T22:26:59.8862998Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-18T22:26:59.8864866Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/dep-lib-terminal_size' from root:root to runner:runner
2025-08-18T22:26:59.8866754Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/lib-terminal_size.json' from root:root to runner:runner
2025-08-18T22:26:59.8868628Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8870490Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/lib-terminal_size' from root:root to runner:runner
2025-08-18T22:26:59.8872404Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc' from root:root to runner:runner
2025-08-18T22:26:59.8874306Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libxcp-160e416e44c5fb57' from root:root to runner:runner
2025-08-18T22:26:59.8875972Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xcp-f34cbc11a5301ebd' from root:root to runner:runner
2025-08-18T22:26:59.8877675Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/lib-regex' from root:root to runner:runner
2025-08-18T22:26:59.8879428Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/dep-lib-regex' from root:root to runner:runner
2025-08-18T22:26:59.8881220Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8883160Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/lib-regex.json' from root:root to runner:runner
2025-08-18T22:26:59.8884910Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9' from root:root to runner:runner
2025-08-18T22:26:59.8886666Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/lib-clap_builder' from root:root to runner:runner
2025-08-18T22:26:59.8888671Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8890630Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/dep-lib-clap_builder' from root:root to runner:runner
2025-08-18T22:26:59.8892605Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/lib-clap_builder.json' from root:root to runner:runner
2025-08-18T22:26:59.8894404Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576' from root:root to runner:runner
2025-08-18T22:26:59.8896192Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' from root:root to runner:runner
2025-08-18T22:26:59.8898013Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' from root:root to runner:runner
2025-08-18T22:26:59.8900033Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8901967Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' from root:root to runner:runner
2025-08-18T22:26:59.8903789Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76' from root:root to runner:runner
2025-08-18T22:26:59.8905553Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/dep-lib-bitflags' from root:root to runner:runner
2025-08-18T22:26:59.8907377Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8909224Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags.json' from root:root to runner:runner
2025-08-18T22:26:59.8911033Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags' from root:root to runner:runner
2025-08-18T22:26:59.8912907Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919' from root:root to runner:runner
2025-08-18T22:26:59.8914840Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' from root:root to runner:runner
2025-08-18T22:26:59.8916781Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' from root:root to runner:runner
2025-08-18T22:26:59.8918648Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8920520Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' from root:root to runner:runner
2025-08-18T22:26:59.8922435Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed' from root:root to runner:runner
2025-08-18T22:26:59.8924226Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/lib-indicatif.json' from root:root to runner:runner
2025-08-18T22:26:59.8926319Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8928168Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/dep-lib-indicatif' from root:root to runner:runner
2025-08-18T22:26:59.8929989Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/lib-indicatif' from root:root to runner:runner
2025-08-18T22:26:59.8931846Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21' from root:root to runner:runner
2025-08-18T22:26:59.8933723Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8935648Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/lib-portable_atomic.json' from root:root to runner:runner
2025-08-18T22:26:59.8937583Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-18T22:26:59.8939499Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/lib-portable_atomic' from root:root to runner:runner
2025-08-18T22:26:59.8941556Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135' from root:root to runner:runner
2025-08-18T22:26:59.8943430Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/lib-console' from root:root to runner:runner
2025-08-18T22:26:59.8945233Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8947052Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/lib-console.json' from root:root to runner:runner
2025-08-18T22:26:59.8948852Z [00:02:11.663]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/dep-lib-console' from root:root to runner:runner
2025-08-18T22:26:59.8950581Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507' from root:root to runner:runner
2025-08-18T22:26:59.8952721Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8954640Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/lib-regex_automata.json' from root:root to runner:runner
2025-08-18T22:26:59.8956552Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/dep-lib-regex_automata' from root:root to runner:runner
2025-08-18T22:26:59.8958451Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/lib-regex_automata' from root:root to runner:runner
2025-08-18T22:26:59.8960255Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7' from root:root to runner:runner
2025-08-18T22:26:59.8962112Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' from root:root to runner:runner
2025-08-18T22:26:59.8963977Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8965768Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' from root:root to runner:runner
2025-08-18T22:26:59.8967711Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-18T22:26:59.8969503Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5' from root:root to runner:runner
2025-08-18T22:26:59.8971334Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-18T22:26:59.8973460Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8975386Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:26:59.8977360Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:26:59.8979428Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e' from root:root to runner:runner
2025-08-18T22:26:59.8981244Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:26:59.8983246Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8985153Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:26:59.8987033Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-18T22:26:59.8988822Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-18T22:26:59.8990607Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-18T22:26:59.8992558Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.8994520Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-18T22:26:59.8996407Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-18T22:26:59.8998174Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-18T22:26:59.8999937Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/lib-once_cell.json' from root:root to runner:runner
2025-08-18T22:26:59.9001841Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/dep-lib-once_cell' from root:root to runner:runner
2025-08-18T22:26:59.9003725Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9005729Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/lib-once_cell' from root:root to runner:runner
2025-08-18T22:26:59.9007474Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093' from root:root to runner:runner
2025-08-18T22:26:59.9009214Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/lib-unbytify' from root:root to runner:runner
2025-08-18T22:26:59.9011029Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9012998Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/dep-lib-unbytify' from root:root to runner:runner
2025-08-18T22:26:59.9014817Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/lib-unbytify.json' from root:root to runner:runner
2025-08-18T22:26:59.9016573Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6' from root:root to runner:runner
2025-08-18T22:26:59.9018434Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9020617Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9022633Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-18T22:26:59.9024391Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-18T22:26:59.9026172Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-18T22:26:59.9027960Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9029762Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-18T22:26:59.9031817Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-18T22:26:59.9033622Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' from root:root to runner:runner
2025-08-18T22:26:59.9035422Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9037242Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' from root:root to runner:runner
2025-08-18T22:26:59.9039058Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' from root:root to runner:runner
2025-08-18T22:26:59.9040794Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff' from root:root to runner:runner
2025-08-18T22:26:59.9042638Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/dep-lib-rustix' from root:root to runner:runner
2025-08-18T22:26:59.9044438Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9046422Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/lib-rustix.json' from root:root to runner:runner
2025-08-18T22:26:59.9048262Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/lib-rustix' from root:root to runner:runner
2025-08-18T22:26:59.9049970Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869' from root:root to runner:runner
2025-08-18T22:26:59.9051776Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/lib-num_cpus' from root:root to runner:runner
2025-08-18T22:26:59.9053638Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9055444Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/dep-lib-num_cpus' from root:root to runner:runner
2025-08-18T22:26:59.9057485Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/lib-num_cpus.json' from root:root to runner:runner
2025-08-18T22:26:59.9059236Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944' from root:root to runner:runner
2025-08-18T22:26:59.9060983Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged' from root:root to runner:runner
2025-08-18T22:26:59.9062929Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9064764Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/dep-lib-deranged' from root:root to runner:runner
2025-08-18T22:26:59.9066577Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged.json' from root:root to runner:runner
2025-08-18T22:26:59.9068377Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd' from root:root to runner:runner
2025-08-18T22:26:59.9070145Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/dep-lib-globset' from root:root to runner:runner
2025-08-18T22:26:59.9072188Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/lib-globset.json' from root:root to runner:runner
2025-08-18T22:26:59.9074085Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9075887Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/lib-globset' from root:root to runner:runner
2025-08-18T22:26:59.9077626Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de' from root:root to runner:runner
2025-08-18T22:26:59.9079334Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/lib-xattr' from root:root to runner:runner
2025-08-18T22:26:59.9081094Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/dep-lib-xattr' from root:root to runner:runner
2025-08-18T22:26:59.9083148Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9084983Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/lib-xattr.json' from root:root to runner:runner
2025-08-18T22:26:59.9086692Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b' from root:root to runner:runner
2025-08-18T22:26:59.9088462Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9090335Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:26:59.9092261Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:26:59.9094177Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick.json' from root:root to runner:runner
2025-08-18T22:26:59.9095975Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d' from root:root to runner:runner
2025-08-18T22:26:59.9097860Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' from root:root to runner:runner
2025-08-18T22:26:59.9099726Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9101635Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' from root:root to runner:runner
2025-08-18T22:26:59.9103497Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' from root:root to runner:runner
2025-08-18T22:26:59.9105222Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12' from root:root to runner:runner
2025-08-18T22:26:59.9106985Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9109014Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/lib-lazy_static' from root:root to runner:runner
2025-08-18T22:26:59.9110863Z [00:02:11.664]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/dep-lib-lazy_static' from root:root to runner:runner
2025-08-18T22:26:59.9112851Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/lib-lazy_static.json' from root:root to runner:runner
2025-08-18T22:26:59.9114633Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b' from root:root to runner:runner
2025-08-18T22:26:59.9116407Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/lib-num_threads' from root:root to runner:runner
2025-08-18T22:26:59.9118246Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/lib-num_threads.json' from root:root to runner:runner
2025-08-18T22:26:59.9120096Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9122030Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/dep-lib-num_threads' from root:root to runner:runner
2025-08-18T22:26:59.9124022Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc' from root:root to runner:runner
2025-08-18T22:26:59.9125849Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libfs-de620aa6da1409e3/output-lib-libfs' from root:root to runner:runner
2025-08-18T22:26:59.9127657Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libfs-de620aa6da1409e3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9129388Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libfs-de620aa6da1409e3' from root:root to runner:runner
2025-08-18T22:26:59.9131094Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' from root:root to runner:runner
2025-08-18T22:26:59.9132999Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9134944Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' from root:root to runner:runner
2025-08-18T22:26:59.9136674Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' from root:root to runner:runner
2025-08-18T22:26:59.9138348Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530' from root:root to runner:runner
2025-08-18T22:26:59.9140045Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/lib-clap' from root:root to runner:runner
2025-08-18T22:26:59.9141898Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9143752Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/dep-lib-clap' from root:root to runner:runner
2025-08-18T22:26:59.9145516Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/lib-clap.json' from root:root to runner:runner
2025-08-18T22:26:59.9147226Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe' from root:root to runner:runner
2025-08-18T22:26:59.9149221Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-3755343872c48a47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9151352Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-3755343872c48a47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9153390Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-3755343872c48a47' from root:root to runner:runner
2025-08-18T22:26:59.9155187Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9156996Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' from root:root to runner:runner
2025-08-18T22:26:59.9158786Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' from root:root to runner:runner
2025-08-18T22:26:59.9160785Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' from root:root to runner:runner
2025-08-18T22:26:59.9162637Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470' from root:root to runner:runner
2025-08-18T22:26:59.9164438Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-18T22:26:59.9166313Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/lib-linux_raw_sys' from root:root to runner:runner
2025-08-18T22:26:59.9168175Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9170056Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-18T22:26:59.9171935Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56' from root:root to runner:runner
2025-08-18T22:26:59.9173833Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' from root:root to runner:runner
2025-08-18T22:26:59.9175866Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' from root:root to runner:runner
2025-08-18T22:26:59.9177813Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9179701Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' from root:root to runner:runner
2025-08-18T22:26:59.9181601Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470' from root:root to runner:runner
2025-08-18T22:26:59.9183521Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-cd8cfb2221f6b9ab/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9185779Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-cd8cfb2221f6b9ab/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9187618Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-cd8cfb2221f6b9ab' from root:root to runner:runner
2025-08-18T22:26:59.9189410Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:26:59.9191321Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:26:59.9193366Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9195285Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-18T22:26:59.9197113Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d' from root:root to runner:runner
2025-08-18T22:26:59.9198909Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9200900Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/dep-lib-thiserror' from root:root to runner:runner
2025-08-18T22:26:59.9202871Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror' from root:root to runner:runner
2025-08-18T22:26:59.9204701Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror.json' from root:root to runner:runner
2025-08-18T22:26:59.9206472Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c' from root:root to runner:runner
2025-08-18T22:26:59.9208234Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' from root:root to runner:runner
2025-08-18T22:26:59.9210035Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' from root:root to runner:runner
2025-08-18T22:26:59.9212116Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9214012Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' from root:root to runner:runner
2025-08-18T22:26:59.9215765Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9' from root:root to runner:runner
2025-08-18T22:26:59.9217545Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/lib-simplelog.json' from root:root to runner:runner
2025-08-18T22:26:59.9219378Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/lib-simplelog' from root:root to runner:runner
2025-08-18T22:26:59.9221208Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/dep-lib-simplelog' from root:root to runner:runner
2025-08-18T22:26:59.9223176Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9224959Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd' from root:root to runner:runner
2025-08-18T22:26:59.9227022Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9229167Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9231070Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12' from root:root to runner:runner
2025-08-18T22:26:59.9233082Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-9d11a3f53188d6c5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9235068Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-9d11a3f53188d6c5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9236886Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-9d11a3f53188d6c5' from root:root to runner:runner
2025-08-18T22:26:59.9238846Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/lib-bstr.json' from root:root to runner:runner
2025-08-18T22:26:59.9240599Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/lib-bstr' from root:root to runner:runner
2025-08-18T22:26:59.9242480Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9244262Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/dep-lib-bstr' from root:root to runner:runner
2025-08-18T22:26:59.9245971Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e' from root:root to runner:runner
2025-08-18T22:26:59.9247794Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:26:59.9249752Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-18T22:26:59.9251739Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9253887Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:26:59.9255823Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-18T22:26:59.9257591Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/lib-itoa.json' from root:root to runner:runner
2025-08-18T22:26:59.9259347Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/dep-lib-itoa' from root:root to runner:runner
2025-08-18T22:26:59.9261121Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9263008Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/lib-itoa' from root:root to runner:runner
2025-08-18T22:26:59.9264891Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3' from root:root to runner:runner
2025-08-18T22:26:59.9266690Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:26:59.9268604Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:26:59.9270519Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9272598Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-18T22:26:59.9274432Z [00:02:11.665]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d' from root:root to runner:runner
2025-08-18T22:26:59.9276226Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9278065Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt.json' from root:root to runner:runner
2025-08-18T22:26:59.9280023Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt' from root:root to runner:runner
2025-08-18T22:26:59.9281975Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/dep-lib-powerfmt' from root:root to runner:runner
2025-08-18T22:26:59.9283775Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2' from root:root to runner:runner
2025-08-18T22:26:59.9285639Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-af29da692c81f795/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9287601Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-af29da692c81f795/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9289602Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-af29da692c81f795' from root:root to runner:runner
2025-08-18T22:26:59.9291346Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-18T22:26:59.9293290Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-18T22:26:59.9295094Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9296914Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-18T22:26:59.9298656Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-18T22:26:59.9300374Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/dep-lib-glob' from root:root to runner:runner
2025-08-18T22:26:59.9302187Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/lib-glob.json' from root:root to runner:runner
2025-08-18T22:26:59.9304027Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9305947Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/lib-glob' from root:root to runner:runner
2025-08-18T22:26:59.9307703Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a' from root:root to runner:runner
2025-08-18T22:26:59.9309475Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9311344Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:26:59.9313346Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:26:59.9315243Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' from root:root to runner:runner
2025-08-18T22:26:59.9317259Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0' from root:root to runner:runner
2025-08-18T22:26:59.9318862Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:26:59.9320309Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-18T22:26:59.9321807Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:26:59.9323233Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-18T22:26:59.9324691Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9326197Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9327669Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9329151Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9330797Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/thiserror_impl-51e2ecb706be7a15.d' from root:root to runner:runner
2025-08-18T22:26:59.9332469Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-18T22:26:59.9333906Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/syn-3d5459919cb6dbec.d' from root:root to runner:runner
2025-08-18T22:26:59.9335342Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/time_macros-b70e0357be8359fa.d' from root:root to runner:runner
2025-08-18T22:26:59.9336772Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-18T22:26:59.9338241Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9339733Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9341504Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/num_conv-71dddd71ec9df857.d' from root:root to runner:runner
2025-08-18T22:26:59.9342995Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/quote-f8cc3838dae6e460.d' from root:root to runner:runner
2025-08-18T22:26:59.9344448Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9345930Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libclap_derive-64cd6b2156641833.so' from root:root to runner:runner
2025-08-18T22:26:59.9347447Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9348934Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9350413Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_core-85da46b00da71f1f.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9352051Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so' from root:root to runner:runner
2025-08-18T22:26:59.9353608Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/time_core-85da46b00da71f1f.d' from root:root to runner:runner
2025-08-18T22:26:59.9355258Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_core-85da46b00da71f1f.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9356858Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9358369Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_macros-b70e0357be8359fa.so' from root:root to runner:runner
2025-08-18T22:26:59.9359843Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/clap_derive-64cd6b2156641833.d' from root:root to runner:runner
2025-08-18T22:26:59.9361304Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/proc_macro2-2e6bb0e4e636bc30.d' from root:root to runner:runner
2025-08-18T22:26:59.9362917Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta' from root:root to runner:runner
2025-08-18T22:26:59.9364425Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib' from root:root to runner:runner
2025-08-18T22:26:59.9365992Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-18T22:26:59.9367242Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-18T22:26:59.9368522Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-18T22:26:59.9370050Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-18T22:26:59.9371944Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb.d' from root:root to runner:runner
2025-08-18T22:26:59.9373641Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build' retained as runner:runner
2025-08-18T22:26:59.9375135Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-18T22:26:59.9376722Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build_script_build-dacefecd8fadd5f9.d' from root:root to runner:runner
2025-08-18T22:26:59.9378465Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build_script_build-dacefecd8fadd5f9' from root:root to runner:runner
2025-08-18T22:26:59.9380201Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build-script-build' retained as runner:runner
2025-08-18T22:26:59.9381809Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9' from root:root to runner:runner
2025-08-18T22:26:59.9383447Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af.d' from root:root to runner:runner
2025-08-18T22:26:59.9385136Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9386740Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af' retained as runner:runner
2025-08-18T22:26:59.9388252Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af' from root:root to runner:runner
2025-08-18T22:26:59.9389870Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1.d' from root:root to runner:runner
2025-08-18T22:26:59.9391943Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-18T22:26:59.9393668Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build' retained as runner:runner
2025-08-18T22:26:59.9395203Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-18T22:26:59.9396710Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/stderr' from root:root to runner:runner
2025-08-18T22:26:59.9398286Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9399833Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/out' from root:root to runner:runner
2025-08-18T22:26:59.9401353Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/root-output' from root:root to runner:runner
2025-08-18T22:26:59.9403021Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/output' from root:root to runner:runner
2025-08-18T22:26:59.9404523Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5' from root:root to runner:runner
2025-08-18T22:26:59.9406321Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build_script_build-9d25252e8ce111c6.d' from root:root to runner:runner
2025-08-18T22:26:59.9408161Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build_script_build-9d25252e8ce111c6' from root:root to runner:runner
2025-08-18T22:26:59.9409810Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build-script-build' retained as runner:runner
2025-08-18T22:26:59.9411343Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6' from root:root to runner:runner
2025-08-18T22:26:59.9413114Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-18T22:26:59.9414723Z [00:02:11.666]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-18T22:26:59.9416342Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-18T22:26:59.9418120Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-18T22:26:59.9419709Z [00:02:11.666]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build_script_build-40e7e3f87f70460f.d' from root:root to runner:runner
2025-08-18T22:26:59.9421339Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9423079Z [00:02:11.667]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build_script_build-40e7e3f87f70460f' retained as runner:runner
2025-08-18T22:26:59.9424583Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f' from root:root to runner:runner
2025-08-18T22:26:59.9425908Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-18T22:26:59.9427165Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:26:59.9428645Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/lib-time_macros.json' from root:root to runner:runner
2025-08-18T22:26:59.9430302Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/lib-time_macros' from root:root to runner:runner
2025-08-18T22:26:59.9432210Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9433943Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/dep-lib-time_macros' from root:root to runner:runner
2025-08-18T22:26:59.9435531Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa' from root:root to runner:runner
2025-08-18T22:26:59.9437117Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9438785Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2.json' from root:root to runner:runner
2025-08-18T22:26:59.9440444Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:26:59.9442399Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:26:59.9443974Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30' from root:root to runner:runner
2025-08-18T22:26:59.9445565Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9447295Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9449096Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9450880Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9452600Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-18T22:26:59.9454161Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9455849Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9457748Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9459561Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9461139Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9' from root:root to runner:runner
2025-08-18T22:26:59.9462820Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9464518Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9466273Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9468215Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9469812Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af' from root:root to runner:runner
2025-08-18T22:26:59.9471319Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote' from root:root to runner:runner
2025-08-18T22:26:59.9473039Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9474637Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/dep-lib-quote' from root:root to runner:runner
2025-08-18T22:26:59.9476212Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote.json' from root:root to runner:runner
2025-08-18T22:26:59.9477720Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460' from root:root to runner:runner
2025-08-18T22:26:59.9479300Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9481076Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9483206Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9485137Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9486806Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-18T22:26:59.9488407Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9490053Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/lib-clap_derive.json' from root:root to runner:runner
2025-08-18T22:26:59.9491781Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/lib-clap_derive' from root:root to runner:runner
2025-08-18T22:26:59.9493613Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/dep-lib-clap_derive' from root:root to runner:runner
2025-08-18T22:26:59.9495184Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833' from root:root to runner:runner
2025-08-18T22:26:59.9496677Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn' from root:root to runner:runner
2025-08-18T22:26:59.9498221Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9499788Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn.json' from root:root to runner:runner
2025-08-18T22:26:59.9501328Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/dep-lib-syn' from root:root to runner:runner
2025-08-18T22:26:59.9502938Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec' from root:root to runner:runner
2025-08-18T22:26:59.9504520Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:26:59.9506223Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:26:59.9508070Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-18T22:26:59.9509832Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9511511Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15' from root:root to runner:runner
2025-08-18T22:26:59.9513247Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9515065Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9516726Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5' from root:root to runner:runner
2025-08-18T22:26:59.9518561Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9520342Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9522248Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9524121Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9525790Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6' from root:root to runner:runner
2025-08-18T22:26:59.9527504Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/dep-lib-time_core' from root:root to runner:runner
2025-08-18T22:26:59.9529221Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/lib-time_core.json' from root:root to runner:runner
2025-08-18T22:26:59.9530850Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9532602Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/lib-time_core' from root:root to runner:runner
2025-08-18T22:26:59.9534148Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f' from root:root to runner:runner
2025-08-18T22:26:59.9535697Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/dep-lib-num_conv' from root:root to runner:runner
2025-08-18T22:26:59.9537305Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv.json' from root:root to runner:runner
2025-08-18T22:26:59.9539114Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv' from root:root to runner:runner
2025-08-18T22:26:59.9540730Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9542406Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857' from root:root to runner:runner
2025-08-18T22:26:59.9543975Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9545697Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9547480Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9549238Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9550850Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-18T22:26:59.9552689Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9554482Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:26:59.9556238Z [00:02:11.667]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9557976Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:26:59.9559558Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f' from root:root to runner:runner
2025-08-18T22:26:59.9561146Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-18T22:26:59.9562969Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9564866Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:26:59.9566548Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:26:59.9568135Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-18T22:26:59.9569703Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:26:59.9571258Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-18T22:26:59.9572914Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-18T22:26:59.9574466Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-18T22:26:59.9575958Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-18T22:26:59.9577313Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:26:59.9578699Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release' from root:root to runner:runner
2025-08-18T22:26:59.9579998Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:26:59.9581169Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target' from root:root to runner:runner
2025-08-18T22:26:59.9582448Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.circleci/config.yml' from root:root to runner:runner
2025-08-18T22:26:59.9583634Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.circleci' from root:root to runner:runner
2025-08-18T22:26:59.9584821Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-18T22:26:59.9585998Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/progress.rs' from root:root to runner:runner
2025-08-18T22:26:59.9587176Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-18T22:26:59.9588570Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/options.rs' from root:root to runner:runner
2025-08-18T22:26:59.9589719Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src' from root:root to runner:runner
2025-08-18T22:26:59.9590895Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:26:59.9592314Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:26:59.9593677Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:26:59.9594993Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:26:59.9596300Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:26:59.9597588Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:26:59.9598846Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:26:59.9600139Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:26:59.9601764Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:26:59.9603149Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:26:59.9604440Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:26:59.9605756Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:26:59.9607061Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:26:59.9608411Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:26:59.9609730Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:26:59.9610969Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:26:59.9612537Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:26:59.9613706Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:26:59.9615130Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.promisor' from root:root to runner:runner
2025-08-18T22:26:59.9616759Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.idx' from root:root to runner:runner
2025-08-18T22:26:59.9618360Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.pack' from root:root to runner:runner
2025-08-18T22:26:59.9620019Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.pack' from root:root to runner:runner
2025-08-18T22:26:59.9621722Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.promisor' from root:root to runner:runner
2025-08-18T22:26:59.9623394Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.rev' from root:root to runner:runner
2025-08-18T22:26:59.9625006Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.idx' from root:root to runner:runner
2025-08-18T22:26:59.9626762Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.rev' from root:root to runner:runner
2025-08-18T22:26:59.9628229Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:26:59.9629433Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:26:59.9630618Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:26:59.9631878Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:26:59.9633114Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:26:59.9634284Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:26:59.9635470Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:26:59.9636900Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-18T22:26:59.9638154Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:26:59.9639437Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:26:59.9640742Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:26:59.9642149Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:26:59.9643365Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:26:59.9644532Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:26:59.9645674Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:26:59.9646827Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:26:59.9648033Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-18T22:26:59.9649239Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:26:59.9650625Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:26:59.9652119Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:26:59.9653400Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:26:59.9654576Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:26:59.9655719Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:26:59.9656932Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/scripts/test-linux.sh' from root:root to runner:runner
2025-08-18T22:26:59.9658248Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/scripts/make-filesystems.sh' from root:root to runner:runner
2025-08-18T22:26:59.9659500Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/scripts' from root:root to runner:runner
2025-08-18T22:26:59.9660912Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/util.rs' from root:root to runner:runner
2025-08-18T22:26:59.9662291Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/linux.rs' from root:root to runner:runner
2025-08-18T22:26:59.9663484Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/common.rs' from root:root to runner:runner
2025-08-18T22:26:59.9664633Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:26:59.9665725Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO' from root:root to runner:runner
2025-08-18T22:26:59.9666774Z [00:02:11.668]➜  changed ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco' from root:root to runner:runner
2025-08-18T22:26:59.9667668Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-18T22:26:59.9668466Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-18T22:26:59.9669244Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.version' retained as runner:runner
2025-08-18T22:26:59.9670004Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-18T22:26:59.9670794Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.version' retained as runner:runner
2025-08-18T22:26:59.9671666Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-18T22:26:59.9672443Z [00:02:11.668]➜  ownership of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-18T22:26:59.9673498Z [00:02:11.675]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9674566Z [00:02:11.680]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9675639Z [00:02:11.685]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9676863Z [00:02:11.691]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9678114Z [00:02:11.696]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9679366Z [00:02:11.701]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/completions/xcp.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9680627Z [00:02:11.706]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9681935Z [00:02:11.711]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9683345Z [00:02:11.716]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9684619Z [00:02:11.722]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/fallback.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9685874Z [00:02:11.727]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9687101Z [00:02:11.732]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/linux.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9688313Z [00:02:11.737]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9689536Z [00:02:11.743]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libfs/src/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9690738Z [00:02:11.748]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9692025Z [00:02:11.753]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9693209Z [00:02:11.758]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9694453Z [00:02:11.764]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.github/workflows/tests.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9695711Z [00:02:11.769]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9697084Z [00:02:11.774]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9698427Z [00:02:11.779]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9699684Z [00:02:11.785]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9700940Z [00:02:11.790]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/feedback.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9702365Z [00:02:11.795]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9747011Z [00:02:11.800]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/backup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9797774Z [00:02:11.805]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9850115Z [00:02:11.811]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9902660Z [00:02:11.816]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/parfile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:26:59.9953710Z [00:02:11.821]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/parblock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0002417Z [00:02:11.826]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/libxcp/src/drivers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0055361Z [00:02:11.831]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0108441Z [00:02:11.836]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0158799Z [00:02:11.841]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-986dda3a006ea422.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0210060Z [00:02:11.846]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0261569Z [00:02:11.852]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-cfb2e885d3b9d093.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0313116Z [00:02:11.857]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0364949Z [00:02:11.862]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-e09a09661abbc135.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0415819Z [00:02:11.867]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-198f64728de8ba4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0466726Z [00:02:11.872]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0518264Z [00:02:11.877]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-f165e23b6c899f56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0569172Z [00:02:11.882]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0620343Z [00:02:11.887]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0671853Z [00:02:11.893]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0725194Z [00:02:11.898]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-9fbe79530e7954fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0777338Z [00:02:11.903]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-2f284fb08a96f79d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0830430Z [00:02:11.908]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-2b9a1cbf1287cdbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0883218Z [00:02:11.914]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-271f229373c5cb4d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0934026Z [00:02:11.919]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.0984817Z [00:02:11.924]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimplelog-54bbf64bcd903ffd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1034334Z [00:02:11.929]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1086897Z [00:02:11.934]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1137178Z [00:02:11.939]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1186026Z [00:02:11.944]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-22cfa321b717a944.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1237117Z [00:02:11.949]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1289649Z [00:02:11.954]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1342203Z [00:02:11.960]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unbytify-c670e9864dd090d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1394045Z [00:02:11.965]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-d5c98fcbb3e21784.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1446500Z [00:02:11.970]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1498412Z [00:02:11.975]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1549195Z [00:02:11.980]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_threads-47ae292fa6d277fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1598595Z [00:02:11.985]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-e9b64198e293fccd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1649932Z [00:02:11.990]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1700071Z [00:02:11.995]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_threads-47ae292fa6d277fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1750922Z [00:02:12.001]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/glob-e1593301ec4d278a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1801931Z [00:02:12.006]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1852779Z [00:02:12.011]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1904176Z [00:02:12.016]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.1955537Z [00:02:12.021]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2006072Z [00:02:12.026]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-d5c98fcbb3e21784.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2056579Z [00:02:12.031]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-2b36aebc1118b74e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2107708Z [00:02:12.036]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2158513Z [00:02:12.041]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-e09a09661abbc135.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2211970Z [00:02:12.047]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunbytify-c670e9864dd090d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2264396Z [00:02:12.052]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2317273Z [00:02:12.057]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2368671Z [00:02:12.062]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblocking_threadpool-9683192a575eeee4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2421044Z [00:02:12.068]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2473622Z [00:02:12.073]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-2f284fb08a96f79d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2527106Z [00:02:12.078]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portable_atomic-e09a09661abbc135.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2580735Z [00:02:12.083]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2633175Z [00:02:12.089]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xattr-4ec6aaa06811773b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2686011Z [00:02:12.094]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2739436Z [00:02:12.099]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2793098Z [00:02:12.105]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-71754c7a5ea95b6d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2848759Z [00:02:12.110]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-c92fcfce196be157.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2907132Z [00:02:12.116]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.2963027Z [00:02:12.122]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3019166Z [00:02:12.127]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimplelog-54bbf64bcd903ffd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3076211Z [00:02:12.133]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-b770d9896d52fa9b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3133443Z [00:02:12.139]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-6a028d8a7c45a9de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3188118Z [00:02:12.144]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/number_prefix-02fae07189323803.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3246031Z [00:02:12.150]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-9fbe79530e7954fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3300420Z [00:02:12.156]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-59041cb9a26e99e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3355061Z [00:02:12.161]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3408171Z [00:02:12.166]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3460906Z [00:02:12.172]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3515363Z [00:02:12.177]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-6a028d8a7c45a9de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3569932Z [00:02:12.182]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3624632Z [00:02:12.188]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-6808b439c1bc05b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3678332Z [00:02:12.193]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simplelog-54bbf64bcd903ffd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3733523Z [00:02:12.199]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3787302Z [00:02:12.204]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3842250Z [00:02:12.210]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3898776Z [00:02:12.215]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-4ec6aaa06811773b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.3950935Z [00:02:12.221]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-036d3e82f2fbb576.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4004771Z [00:02:12.226]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-b338309f5a6d2497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4058846Z [00:02:12.231]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-2f284fb08a96f79d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4114238Z [00:02:12.237]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-6808b439c1bc05b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4167843Z [00:02:12.242]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-2a0f94165a5f3a35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4221936Z [00:02:12.248]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-e1593301ec4d278a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4274426Z [00:02:12.253]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-dadc80606a3f6919.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4326633Z [00:02:12.258]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-b770d9896d52fa9b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4379764Z [00:02:12.263]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-27b22a7146f60507.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4433215Z [00:02:12.269]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblocking_threadpool-9683192a575eeee4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4486402Z [00:02:12.274]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4539617Z [00:02:12.279]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4595000Z [00:02:12.285]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/blocking_threadpool-9683192a575eeee4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4648319Z [00:02:12.290]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-2b36aebc1118b74e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4702600Z [00:02:12.296]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-33878f07d63c61d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4756410Z [00:02:12.301]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-71754c7a5ea95b6d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4808178Z [00:02:12.306]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4862824Z [00:02:12.312]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:00.4915653Z [00:02:12.317]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.4970249Z [00:02:12.322]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-33878f07d63c61d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5024880Z [00:02:12.328]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5078878Z [00:02:12.333]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5130110Z [00:02:12.338]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnumber_prefix-02fae07189323803.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5181100Z [00:02:12.344]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5233414Z [00:02:12.349]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunbytify-c670e9864dd090d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5285709Z [00:02:12.354]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-f165e23b6c899f56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5337002Z [00:02:12.359]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5388940Z [00:02:12.364]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-94c322854b6e302d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5440896Z [00:02:12.370]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5493149Z [00:02:12.375]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-59041cb9a26e99e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5546516Z [00:02:12.380]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:00.5597827Z [00:02:12.385]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5651763Z [00:02:12.391]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-1775794c7b7d7869.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5704885Z [00:02:12.396]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindicatif-9b3362f5be31fd21.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5759473Z [00:02:12.401]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-71754c7a5ea95b6d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5814225Z [00:02:12.407]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnumber_prefix-02fae07189323803.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5867706Z [00:02:12.412]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-6a028d8a7c45a9de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5922320Z [00:02:12.418]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.5976364Z [00:02:12.423]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-986dda3a006ea422.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6027932Z [00:02:12.428]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-22cfa321b717a944.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6079588Z [00:02:12.433]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-036d3e82f2fbb576.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6132095Z [00:02:12.439]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indicatif-9b3362f5be31fd21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6184680Z [00:02:12.444]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6237986Z [00:02:12.449]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-cfb2e885d3b9d093.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6290419Z [00:02:12.454]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-22cfa321b717a944.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6342728Z [00:02:12.460]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-2b9a1cbf1287cdbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6395102Z [00:02:12.465]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6448467Z [00:02:12.470]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-986dda3a006ea422.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6501596Z [00:02:12.476]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6556505Z [00:02:12.481]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-1775794c7b7d7869.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6609209Z [00:02:12.486]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-d5c98fcbb3e21784.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6662689Z [00:02:12.492]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6716748Z [00:02:12.497]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-59041cb9a26e99e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6769409Z [00:02:12.502]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6824652Z [00:02:12.508]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6880553Z [00:02:12.514]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-e1593301ec4d278a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6933781Z [00:02:12.519]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.6988355Z [00:02:12.524]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7041803Z [00:02:12.530]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7cfc513217272e17.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7092956Z [00:02:12.535]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-cfb2e885d3b9d093.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7143366Z [00:02:12.540]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7195767Z [00:02:12.545]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7cfc513217272e17.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7248607Z [00:02:12.550]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7302006Z [00:02:12.556]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7354599Z [00:02:12.561]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7406292Z [00:02:12.566]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7458120Z [00:02:12.571]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:00.7509776Z [00:02:12.576]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-27b22a7146f60507.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7562115Z [00:02:12.582]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7615618Z [00:02:12.587]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-2b36aebc1118b74e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7667194Z [00:02:12.592]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7719405Z [00:02:12.597]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7772042Z [00:02:12.603]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7825390Z [00:02:12.608]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7877245Z [00:02:12.613]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7930472Z [00:02:12.619]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_threads-47ae292fa6d277fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.7984636Z [00:02:12.624]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8038716Z [00:02:12.629]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8091317Z [00:02:12.635]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindicatif-9b3362f5be31fd21.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8142203Z [00:02:12.640]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-b770d9896d52fa9b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8196371Z [00:02:12.645]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8248073Z [00:02:12.650]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-9fbe79530e7954fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8299554Z [00:02:12.655]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs-de620aa6da1409e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8352439Z [00:02:12.661]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-6e0d9dec78c98ec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8405283Z [00:02:12.666]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-33878f07d63c61d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8456430Z [00:02:12.671]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8509155Z [00:02:12.676]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8560253Z [00:02:12.681]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-27b22a7146f60507.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8612450Z [00:02:12.687]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8664806Z [00:02:12.692]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-5fc4c4d98b01b02e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8716363Z [00:02:12.697]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-036d3e82f2fbb576.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8768443Z [00:02:12.702]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8821862Z [00:02:12.708]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-2b9a1cbf1287cdbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8875036Z [00:02:12.713]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8928474Z [00:02:12.718]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.8980260Z [00:02:12.723]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9034711Z [00:02:12.729]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9086193Z [00:02:12.734]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9137242Z [00:02:12.739]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9191734Z [00:02:12.745]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9245092Z [00:02:12.750]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-3755343872c48a47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9296856Z [00:02:12.755]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9347876Z [00:02:12.760]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9401648Z [00:02:12.766]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9454628Z [00:02:12.771]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-cd8cfb2221f6b9ab/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9509356Z [00:02:12.776]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9562999Z [00:02:12.782]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9616733Z [00:02:12.787]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9669426Z [00:02:12.792]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9725372Z [00:02:12.798]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9779097Z [00:02:12.803]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9831333Z [00:02:12.809]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9884273Z [00:02:12.814]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-9d11a3f53188d6c5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9936349Z [00:02:12.819]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:00.9986086Z [00:02:12.824]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0036313Z [00:02:12.829]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0086531Z [00:02:12.834]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-af29da692c81f795/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0136270Z [00:02:12.839]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0187153Z [00:02:12.844]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0238096Z [00:02:12.849]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0289326Z [00:02:12.854]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0342878Z [00:02:12.860]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7cfc513217272e17/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0394678Z [00:02:12.865]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0447479Z [00:02:12.870]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0500396Z [00:02:12.875]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0552883Z [00:02:12.881]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0604465Z [00:02:12.886]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0659443Z [00:02:12.891]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0713186Z [00:02:12.897]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0765542Z [00:02:12.902]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0821149Z [00:02:12.908]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0876418Z [00:02:12.913]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/dep-lib-blocking_threadpool' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0928347Z [00:02:12.918]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/lib-blocking_threadpool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.0980404Z [00:02:12.923]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blocking-threadpool-9683192a575eeee4/lib-blocking_threadpool' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1033301Z [00:02:12.929]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1086993Z [00:02:12.934]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1139891Z [00:02:12.939]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1192741Z [00:02:12.945]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-2f284fb08a96f79d/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1246618Z [00:02:12.950]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1298477Z [00:02:12.955]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1350190Z [00:02:12.960]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1402468Z [00:02:12.966]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-d5c98fcbb3e21784/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1455711Z [00:02:12.971]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1509051Z [00:02:12.976]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1561197Z [00:02:12.982]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1614930Z [00:02:12.987]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-986dda3a006ea422/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1667330Z [00:02:12.992]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1719743Z [00:02:12.997]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1773804Z [00:02:13.003]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1826476Z [00:02:13.008]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1878575Z [00:02:13.013]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1929358Z [00:02:13.018]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.1981060Z [00:02:13.024]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2031175Z [00:02:13.029]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2085117Z [00:02:13.034]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2136115Z [00:02:13.039]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2187549Z [00:02:13.044]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/dep-lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2240075Z [00:02:13.049]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/number_prefix-02fae07189323803/lib-number_prefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2293848Z [00:02:13.055]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2347251Z [00:02:13.060]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2403206Z [00:02:13.066]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2457070Z [00:02:13.071]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2513095Z [00:02:13.077]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2570109Z [00:02:13.082]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2628267Z [00:02:13.088]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2683568Z [00:02:13.094]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-9fbe79530e7954fc/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2737703Z [00:02:13.099]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2790516Z [00:02:13.104]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2843635Z [00:02:13.110]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2897974Z [00:02:13.115]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-33878f07d63c61d9/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.2951955Z [00:02:13.121]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3004916Z [00:02:13.126]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3057820Z [00:02:13.131]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3111779Z [00:02:13.137]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-036d3e82f2fbb576/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3166235Z [00:02:13.142]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3222270Z [00:02:13.148]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3276773Z [00:02:13.153]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3331516Z [00:02:13.159]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3386710Z [00:02:13.164]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3440077Z [00:02:13.169]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3495175Z [00:02:13.175]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3548033Z [00:02:13.180]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3600981Z [00:02:13.186]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3653586Z [00:02:13.191]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3706907Z [00:02:13.196]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3759272Z [00:02:13.201]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3812686Z [00:02:13.207]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/lib-indicatif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3865255Z [00:02:13.212]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3917525Z [00:02:13.217]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/dep-lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.3970188Z [00:02:13.222]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indicatif-9b3362f5be31fd21/lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4022651Z [00:02:13.228]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4077190Z [00:02:13.233]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4131829Z [00:02:13.239]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4184316Z [00:02:13.244]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-e09a09661abbc135/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4239927Z [00:02:13.249]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4294154Z [00:02:13.255]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4347215Z [00:02:13.260]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4401105Z [00:02:13.266]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-27b22a7146f60507/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4455984Z [00:02:13.271]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4509740Z [00:02:13.276]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4566061Z [00:02:13.282]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4622316Z [00:02:13.288]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-6808b439c1bc05b7/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4679246Z [00:02:13.293]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4737143Z [00:02:13.299]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4793753Z [00:02:13.305]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4848235Z [00:02:13.310]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4904545Z [00:02:13.316]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.4962866Z [00:02:13.322]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5020051Z [00:02:13.327]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5078993Z [00:02:13.333]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5133303Z [00:02:13.339]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5190328Z [00:02:13.344]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5247832Z [00:02:13.350]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5303848Z [00:02:13.356]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5359831Z [00:02:13.361]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.5413184Z [00:02:13.367]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.5466132Z [00:02:13.372]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.5518715Z [00:02:13.377]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.5569984Z [00:02:13.382]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5620797Z [00:02:13.388]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5672691Z [00:02:13.393]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5723377Z [00:02:13.398]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-cfb2e885d3b9d093/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5776923Z [00:02:13.403]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/lib-unbytify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5827343Z [00:02:13.408]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5878551Z [00:02:13.413]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/dep-lib-unbytify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5932193Z [00:02:13.419]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unbytify-c670e9864dd090d6/lib-unbytify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.5985798Z [00:02:13.424]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6040125Z [00:02:13.429]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6093929Z [00:02:13.435]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.6147587Z [00:02:13.440]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.6202806Z [00:02:13.446]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.6254608Z [00:02:13.451]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:01.6309131Z [00:02:13.456]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6362383Z [00:02:13.462]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6417488Z [00:02:13.467]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6470701Z [00:02:13.472]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6524574Z [00:02:13.478]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6575647Z [00:02:13.483]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6628740Z [00:02:13.488]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6680700Z [00:02:13.494]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1775794c7b7d7869/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6733126Z [00:02:13.499]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6786239Z [00:02:13.504]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6836187Z [00:02:13.509]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6887497Z [00:02:13.514]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-22cfa321b717a944/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6939358Z [00:02:13.519]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.6991071Z [00:02:13.525]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7041585Z [00:02:13.530]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7092829Z [00:02:13.535]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7145598Z [00:02:13.540]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7196958Z [00:02:13.545]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7247447Z [00:02:13.550]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7298727Z [00:02:13.555]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-6a028d8a7c45a9de/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7351364Z [00:02:13.561]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7403076Z [00:02:13.566]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/dep-lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7455805Z [00:02:13.571]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7508516Z [00:02:13.576]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-4ec6aaa06811773b/lib-xattr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7562428Z [00:02:13.582]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7614291Z [00:02:13.587]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7666635Z [00:02:13.592]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7718692Z [00:02:13.597]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7772225Z [00:02:13.603]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7825055Z [00:02:13.608]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7878311Z [00:02:13.613]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7931270Z [00:02:13.619]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.7985003Z [00:02:13.624]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8037729Z [00:02:13.629]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8092712Z [00:02:13.635]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8145667Z [00:02:13.640]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-b770d9896d52fa9b/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8198389Z [00:02:13.645]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8249667Z [00:02:13.650]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/lib-num_threads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8300885Z [00:02:13.656]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8352105Z [00:02:13.661]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_threads-47ae292fa6d277fc/dep-lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8403053Z [00:02:13.666]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libfs-de620aa6da1409e3/output-lib-libfs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8454928Z [00:02:13.671]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libfs-de620aa6da1409e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8506602Z [00:02:13.676]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8559262Z [00:02:13.681]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8610449Z [00:02:13.686]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8661917Z [00:02:13.692]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8715085Z [00:02:13.697]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8766186Z [00:02:13.702]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8817937Z [00:02:13.707]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8870140Z [00:02:13.712]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-2b9a1cbf1287cdbe/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8921348Z [00:02:13.718]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-3755343872c48a47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.8971967Z [00:02:13.723]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-3755343872c48a47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9024028Z [00:02:13.728]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9075452Z [00:02:13.733]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9125842Z [00:02:13.738]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9176040Z [00:02:13.743]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9227648Z [00:02:13.748]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9276789Z [00:02:13.753]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9327059Z [00:02:13.758]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9377817Z [00:02:13.763]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-f165e23b6c899f56/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9430584Z [00:02:13.769]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9482816Z [00:02:13.774]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9535426Z [00:02:13.779]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9585775Z [00:02:13.784]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9637625Z [00:02:13.789]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-cd8cfb2221f6b9ab/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9689026Z [00:02:13.794]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-cd8cfb2221f6b9ab/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9740697Z [00:02:13.800]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9794486Z [00:02:13.805]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9846259Z [00:02:13.810]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9897518Z [00:02:13.815]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-71754c7a5ea95b6d/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:01.9949195Z [00:02:13.820]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0000120Z [00:02:13.825]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0052243Z [00:02:13.831]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0103058Z [00:02:13.836]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0155033Z [00:02:13.841]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0206619Z [00:02:13.846]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0258215Z [00:02:13.851]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0310591Z [00:02:13.856]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0363079Z [00:02:13.862]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/lib-simplelog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0413473Z [00:02:13.867]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/lib-simplelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0465337Z [00:02:13.872]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/dep-lib-simplelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0516546Z [00:02:13.877]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simplelog-54bbf64bcd903ffd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0569866Z [00:02:13.882]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0625012Z [00:02:13.888]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0677755Z [00:02:13.893]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-9d11a3f53188d6c5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0730126Z [00:02:13.898]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-9d11a3f53188d6c5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0784295Z [00:02:13.904]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0836574Z [00:02:13.909]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0888625Z [00:02:13.914]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0940492Z [00:02:13.920]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-2b36aebc1118b74e/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.0994926Z [00:02:13.925]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:02.1047705Z [00:02:13.930]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:02.1099407Z [00:02:13.935]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:02.1149467Z [00:02:13.940]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/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-18T22:27:02.1199739Z [00:02:13.945]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1253237Z [00:02:13.951]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1304517Z [00:02:13.956]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1354071Z [00:02:13.961]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-59041cb9a26e99e3/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1405230Z [00:02:13.966]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1458741Z [00:02:13.971]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1508673Z [00:02:13.976]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1561077Z [00:02:13.982]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1614166Z [00:02:13.987]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1666473Z [00:02:13.992]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1717655Z [00:02:13.997]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1768771Z [00:02:14.002]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1821313Z [00:02:14.008]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-af29da692c81f795/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1875025Z [00:02:14.013]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-af29da692c81f795/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1926669Z [00:02:14.018]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.1979544Z [00:02:14.023]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2034910Z [00:02:14.029]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2089132Z [00:02:14.034]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2145016Z [00:02:14.040]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2199024Z [00:02:14.045]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2254458Z [00:02:14.051]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2307271Z [00:02:14.056]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-e1593301ec4d278a/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2361801Z [00:02:14.062]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2416642Z [00:02:14.067]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2470467Z [00:02:14.073]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2527672Z [00:02:14.078]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2582956Z [00:02:14.084]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2639704Z [00:02:14.089]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2693865Z [00:02:14.095]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2750540Z [00:02:14.101]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2804450Z [00:02:14.106]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2860291Z [00:02:14.111]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/thiserror_impl-51e2ecb706be7a15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2914862Z [00:02:14.117]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.2970323Z [00:02:14.123]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/syn-3d5459919cb6dbec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3025177Z [00:02:14.128]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/time_macros-b70e0357be8359fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3078201Z [00:02:14.133]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3134876Z [00:02:14.139]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3188102Z [00:02:14.144]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3242342Z [00:02:14.150]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/num_conv-71dddd71ec9df857.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3297818Z [00:02:14.155]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/quote-f8cc3838dae6e460.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3352231Z [00:02:14.161]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3406716Z [00:02:14.166]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libclap_derive-64cd6b2156641833.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3462048Z [00:02:14.172]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3515144Z [00:02:14.177]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3570015Z [00:02:14.182]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_core-85da46b00da71f1f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3625874Z [00:02:14.188]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3680398Z [00:02:14.194]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/time_core-85da46b00da71f1f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3735147Z [00:02:14.199]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_core-85da46b00da71f1f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3790490Z [00:02:14.205]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3844840Z [00:02:14.210]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libtime_macros-b70e0357be8359fa.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3897780Z [00:02:14.215]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/clap_derive-64cd6b2156641833.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.3949801Z [00:02:14.220]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/proc_macro2-2e6bb0e4e636bc30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4004011Z [00:02:14.226]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4056651Z [00:02:14.231]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4111111Z [00:02:14.237]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4165260Z [00:02:14.242]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4218175Z [00:02:14.247]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4272207Z [00:02:14.253]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build_script_build-dacefecd8fadd5f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4325007Z [00:02:14.258]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build_script_build-dacefecd8fadd5f9' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4378404Z [00:02:14.263]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/libc-dacefecd8fadd5f9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4435022Z [00:02:14.269]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4488690Z [00:02:14.274]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4544689Z [00:02:14.280]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4597524Z [00:02:14.285]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4652961Z [00:02:14.291]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4709201Z [00:02:14.296]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4763417Z [00:02:14.302]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4818003Z [00:02:14.307]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4873443Z [00:02:14.313]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4925960Z [00:02:14.318]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.4979009Z [00:02:14.323]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build_script_build-9d25252e8ce111c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5033312Z [00:02:14.329]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build_script_build-9d25252e8ce111c6' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5084793Z [00:02:14.334]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/portable-atomic-9d25252e8ce111c6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5137434Z [00:02:14.339]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5188635Z [00:02:14.344]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5241245Z [00:02:14.350]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5294263Z [00:02:14.355]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build_script_build-40e7e3f87f70460f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5347645Z [00:02:14.360]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5401664Z [00:02:14.366]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/build/rustix-40e7e3f87f70460f/build_script_build-40e7e3f87f70460f' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5454068Z [00:02:14.371]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5508104Z [00:02:14.376]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/lib-time_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5562124Z [00:02:14.382]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5614535Z [00:02:14.387]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5667542Z [00:02:14.392]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-macros-b70e0357be8359fa/dep-lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5722806Z [00:02:14.398]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5776818Z [00:02:14.403]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5829532Z [00:02:14.408]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5881866Z [00:02:14.414]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5932150Z [00:02:14.419]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.5984599Z [00:02:14.424]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6034453Z [00:02:14.429]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6085664Z [00:02:14.434]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6137202Z [00:02:14.439]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6188581Z [00:02:14.444]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6242351Z [00:02:14.450]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6295180Z [00:02:14.455]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/libc-dacefecd8fadd5f9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6349263Z [00:02:14.460]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6403277Z [00:02:14.466]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6458488Z [00:02:14.471]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6512557Z [00:02:14.477]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6568329Z [00:02:14.482]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6624724Z [00:02:14.488]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6679866Z [00:02:14.493]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6734394Z [00:02:14.499]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6790115Z [00:02:14.504]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6844576Z [00:02:14.510]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6896995Z [00:02:14.515]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.6949955Z [00:02:14.520]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7005921Z [00:02:14.526]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7056519Z [00:02:14.531]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7108662Z [00:02:14.536]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7161879Z [00:02:14.542]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/clap_derive-64cd6b2156641833/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7213798Z [00:02:14.547]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7265730Z [00:02:14.552]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7317905Z [00:02:14.557]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7369160Z [00:02:14.562]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7420170Z [00:02:14.567]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7473281Z [00:02:14.573]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7526498Z [00:02:14.578]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7579820Z [00:02:14.583]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7632757Z [00:02:14.589]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7686365Z [00:02:14.594]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7739903Z [00:02:14.599]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7794643Z [00:02:14.605]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7849251Z [00:02:14.610]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7902981Z [00:02:14.616]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/portable-atomic-9d25252e8ce111c6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.7956085Z [00:02:14.621]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8010078Z [00:02:14.626]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8062906Z [00:02:14.632]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8117443Z [00:02:14.637]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/time-core-85da46b00da71f1f/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8171364Z [00:02:14.643]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8223830Z [00:02:14.648]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8278845Z [00:02:14.653]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8331235Z [00:02:14.659]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8385500Z [00:02:14.664]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8439079Z [00:02:14.669]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8490636Z [00:02:14.674]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8544726Z [00:02:14.680]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8597535Z [00:02:14.685]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8651589Z [00:02:14.691]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8704529Z [00:02:14.696]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8757100Z [00:02:14.701]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/rustix-40e7e3f87f70460f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8808316Z [00:02:14.706]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8861901Z [00:02:14.712]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8915848Z [00:02:14.717]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.8968858Z [00:02:14.722]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9020293Z [00:02:14.728]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9072457Z [00:02:14.733]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9124551Z [00:02:14.738]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9176995Z [00:02:14.743]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9230806Z [00:02:14.749]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9284970Z [00:02:14.754]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.circleci/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9338655Z [00:02:14.759]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9393056Z [00:02:14.765]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9447975Z [00:02:14.770]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9502806Z [00:02:14.776]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/src/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9557988Z [00:02:14.781]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9614326Z [00:02:14.787]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9668004Z [00:02:14.792]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9721247Z [00:02:14.798]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9775379Z [00:02:14.803]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9829649Z [00:02:14.808]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9883125Z [00:02:14.814]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9936148Z [00:02:14.819]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:02.9989147Z [00:02:14.824]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0043257Z [00:02:14.830]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0095641Z [00:02:14.835]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0148065Z [00:02:14.840]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0201066Z [00:02:14.846]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0252842Z [00:02:14.851]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0305210Z [00:02:14.856]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0357715Z [00:02:14.861]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0410922Z [00:02:14.867]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0464513Z [00:02:14.872]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0516579Z [00:02:14.877]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0572818Z [00:02:14.883]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0628908Z [00:02:14.888]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0682767Z [00:02:14.894]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0736394Z [00:02:14.899]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-91569570caf3fd41b1f7a6031f7d66b399a1e4e0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0789269Z [00:02:14.904]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0840064Z [00:02:14.909]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/objects/pack/pack-d684fa489e1332db0eb54fcbe9be71f05a00e9f8.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0889369Z [00:02:14.914]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0940113Z [00:02:14.920]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.0992446Z [00:02:14.925]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1044613Z [00:02:14.930]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1096283Z [00:02:14.935]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1148164Z [00:02:14.940]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1201940Z [00:02:14.946]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1254663Z [00:02:14.951]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1306871Z [00:02:14.956]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/scripts/test-linux.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1359404Z [00:02:14.961]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/scripts/make-filesystems.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1413093Z [00:02:14.967]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1465463Z [00:02:14.972]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/linux.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1518620Z [00:02:14.977]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rqjVfdLoco/TEMPREPO/tests/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1573934Z [00:02:14.983]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1625481Z [00:02:14.988]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1680287Z [00:02:14.993]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.1731190Z [00:02:14.999]➜  mode of '/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:27:03.2008305Z [00:02:15.026]➜  realpath: missing operand
2025-08-18T22:27:03.2008707Z [00:02:15.026]➜  Try 'realpath --help' for more information.
2025-08-18T22:27:03.2081649Z [00:02:15.034]➜  
2025-08-18T22:27:03.2082198Z [00:02:15.034]➜  [+] Found LICENSE ==> [/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-18T22:27:03.2082608Z [00:02:15.034]➜  
2025-08-18T22:27:03.2082801Z [00:02:15.034]➜  
2025-08-18T22:27:03.2090025Z [00:02:15.035]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-18T22:27:03.2093848Z [00:02:15.035]➜                         Version 3, 29 June 2007
2025-08-18T22:27:03.2094225Z [00:02:15.035]➜  
2025-08-18T22:27:03.2094615Z [00:02:15.035]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-18T22:27:03.2095113Z [00:02:15.035]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-18T22:27:03.2095570Z [00:02:15.035]➜   of this license document, but changing it is not allowed.
2025-08-18T22:27:03.2095883Z [00:02:15.035]➜  
2025-08-18T22:27:03.2096148Z [00:02:15.035]➜                              Preamble
2025-08-18T22:27:03.2096430Z [00:02:15.035]➜  
2025-08-18T22:27:03.2096756Z [00:02:15.035]➜    The GNU General Public License is a free, copyleft license for
2025-08-18T22:27:03.2097148Z [00:02:15.035]➜  software and other kinds of works.
2025-08-18T22:27:03.2097414Z [00:02:15.035]➜  
2025-08-18T22:27:03.2097762Z [00:02:15.035]➜    The licenses for most software and other practical works are designed
2025-08-18T22:27:03.2098264Z [00:02:15.035]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-18T22:27:03.2098778Z [00:02:15.035]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-18T22:27:03.2099299Z [00:02:15.035]➜  share and change all versions of a program--to make sure it remains free
2025-08-18T22:27:03.2099810Z [00:02:15.035]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-18T22:27:03.2100443Z [00:02:15.035]➜  GNU General Public License for most of our software; it applies also to
2025-08-18T22:27:03.2100965Z [00:02:15.035]➜  any other work released this way by its authors.  You can apply it to
2025-08-18T22:27:03.2101355Z [00:02:15.035]➜  your programs, too.
2025-08-18T22:27:03.2101811Z [00:02:15.035]➜  
2025-08-18T22:27:03.2102145Z [00:02:15.035]➜    When we speak of free software, we are referring to freedom, not
2025-08-18T22:27:03.2102637Z [00:02:15.035]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-18T22:27:03.2103137Z [00:02:15.035]➜  have the freedom to distribute copies of free software (and charge for
2025-08-18T22:27:03.2103896Z [00:02:15.035]➜  them if you wish), that you receive source code or can get it if you
2025-08-18T22:27:03.2104460Z [00:02:15.035]➜  want it, that you can change the software or use pieces of it in new
2025-08-18T22:27:03.2104924Z [00:02:15.035]➜  free programs, and that you know you can do these things.
2025-08-18T22:27:03.2105236Z [00:02:15.035]➜  
2025-08-18T22:27:03.2105615Z [00:02:15.035]➜    To protect your rights, we need to prevent others from denying you
2025-08-18T22:27:03.2106129Z [00:02:15.035]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-18T22:27:03.2106661Z [00:02:15.035]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-18T22:27:03.2107170Z [00:02:15.035]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-18T22:27:03.2107507Z [00:02:15.035]➜  
2025-08-18T22:27:03.2107832Z [00:02:15.035]➜    For example, if you distribute copies of such a program, whether
2025-08-18T22:27:03.2108307Z [00:02:15.035]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-18T22:27:03.2108795Z [00:02:15.035]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-18T22:27:03.2109292Z [00:02:15.035]➜  or can get the source code.  And you must show them these terms so they
2025-08-18T22:27:03.2109654Z [00:02:15.035]➜  know their rights.
2025-08-18T22:27:03.2109886Z [00:02:15.035]➜  
2025-08-18T22:27:03.2110233Z [00:02:15.035]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-18T22:27:03.2110977Z [00:02:15.035]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-18T22:27:03.2111603Z [00:02:15.035]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-18T22:27:03.2112001Z [00:02:15.035]➜  
2025-08-18T22:27:03.2112350Z [00:02:15.035]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-18T22:27:03.2112861Z [00:02:15.035]➜  that there is no warranty for this free software.  For both users' and
2025-08-18T22:27:03.2113347Z [00:02:15.035]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-18T22:27:03.2113843Z [00:02:15.035]➜  changed, so that their problems will not be attributed erroneously to
2025-08-18T22:27:03.2114235Z [00:02:15.035]➜  authors of previous versions.
2025-08-18T22:27:03.2114489Z [00:02:15.035]➜  
2025-08-18T22:27:03.2114813Z [00:02:15.035]➜    Some devices are designed to deny users access to install or run
2025-08-18T22:27:03.2115325Z [00:02:15.035]➜  modified versions of the software inside them, although the manufacturer
2025-08-18T22:27:03.2115829Z [00:02:15.035]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-18T22:27:03.2116306Z [00:02:15.035]➜  protecting users' freedom to change the software.  The systematic
2025-08-18T22:27:03.2116809Z [00:02:15.035]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-18T22:27:03.2117325Z [00:02:15.035]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-18T22:27:03.2117839Z [00:02:15.035]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-18T22:27:03.2118347Z [00:02:15.035]➜  products.  If such problems arise substantially in other domains, we
2025-08-18T22:27:03.2118855Z [00:02:15.035]➜  stand ready to extend this provision to those domains in future versions
2025-08-18T22:27:03.2119310Z [00:02:15.035]➜  of the GPL, as needed to protect the freedom of users.
2025-08-18T22:27:03.2119612Z [00:02:15.035]➜  
2025-08-18T22:27:03.2119956Z [00:02:15.035]➜    Finally, every program is threatened constantly by software patents.
2025-08-18T22:27:03.2120453Z [00:02:15.035]➜  States should not allow patents to restrict development and use of
2025-08-18T22:27:03.2120963Z [00:02:15.035]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-18T22:27:03.2121651Z [00:02:15.035]➜  avoid the special danger that patents applied to a free program could
2025-08-18T22:27:03.2122470Z [00:02:15.035]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-18T22:27:03.2123016Z [00:02:15.035]➜  patents cannot be used to render the program non-free.
2025-08-18T22:27:03.2123331Z [00:02:15.035]➜  
2025-08-18T22:27:03.2123655Z [00:02:15.035]➜    The precise terms and conditions for copying, distribution and
2025-08-18T22:27:03.2124014Z [00:02:15.035]➜  modification follow.
2025-08-18T22:27:03.2124248Z [00:02:15.035]➜  
2025-08-18T22:27:03.2124513Z [00:02:15.035]➜                         TERMS AND CONDITIONS
2025-08-18T22:27:03.2124783Z [00:02:15.035]➜  
2025-08-18T22:27:03.2124988Z [00:02:15.035]➜    0. Definitions.
2025-08-18T22:27:03.2125215Z [00:02:15.035]➜  
2025-08-18T22:27:03.2125556Z [00:02:15.035]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-18T22:27:03.2125897Z [00:02:15.035]➜  
2025-08-18T22:27:03.2126252Z [00:02:15.035]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-18T22:27:03.2126685Z [00:02:15.035]➜  works, such as semiconductor masks.
2025-08-18T22:27:03.2126957Z [00:02:15.035]➜  
2025-08-18T22:27:03.2127293Z [00:02:15.035]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-18T22:27:03.2127775Z [00:02:15.035]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-18T22:27:03.2128204Z [00:02:15.035]➜  "recipients" may be individuals or organizations.
2025-08-18T22:27:03.2128503Z [00:02:15.035]➜  
2025-08-18T22:27:03.2129096Z [00:02:15.035]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-18T22:27:03.2129606Z [00:02:15.035]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-18T22:27:03.2130121Z [00:02:15.035]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-18T22:27:03.2130563Z [00:02:15.035]➜  earlier work or a work "based on" the earlier work.
2025-08-18T22:27:03.2130862Z [00:02:15.035]➜  
2025-08-18T22:27:03.2131230Z [00:02:15.035]➜    A "covered work" means either the unmodified Program or a work based
2025-08-18T22:27:03.2132260Z [00:02:15.035]➜  on the Program.
2025-08-18T22:27:03.2132490Z [00:02:15.035]➜  
2025-08-18T22:27:03.2132814Z [00:02:15.035]➜    To "propagate" a work means to do anything with it that, without
2025-08-18T22:27:03.2133274Z [00:02:15.035]➜  permission, would make you directly or secondarily liable for
2025-08-18T22:27:03.2133770Z [00:02:15.035]➜  infringement under applicable copyright law, except executing it on a
2025-08-18T22:27:03.2134304Z [00:02:15.035]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-18T22:27:03.2134810Z [00:02:15.035]➜  distribution (with or without modification), making available to the
2025-08-18T22:27:03.2135268Z [00:02:15.035]➜  public, and in some countries other activities as well.
2025-08-18T22:27:03.2135578Z [00:02:15.035]➜  
2025-08-18T22:27:03.2135912Z [00:02:15.035]➜    To "convey" a work means any kind of propagation that enables other
2025-08-18T22:27:03.2136408Z [00:02:15.035]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-18T22:27:03.2136901Z [00:02:15.035]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-18T22:27:03.2137239Z [00:02:15.035]➜  
2025-08-18T22:27:03.2137572Z [00:02:15.035]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-18T22:27:03.2138064Z [00:02:15.035]➜  to the extent that it includes a convenient and prominently visible
2025-08-18T22:27:03.2138561Z [00:02:15.035]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-18T22:27:03.2139047Z [00:02:15.035]➜  tells the user that there is no warranty for the work (except to the
2025-08-18T22:27:03.2139542Z [00:02:15.035]➜  extent that warranties are provided), that licensees may convey the
2025-08-18T22:27:03.2140038Z [00:02:15.035]➜  work under this License, and how to view a copy of this License.  If
2025-08-18T22:27:03.2140759Z [00:02:15.035]➜  the interface presents a list of user commands or options, such as a
2025-08-18T22:27:03.2141343Z [00:02:15.035]➜  menu, a prominent item in the list meets this criterion.
2025-08-18T22:27:03.2141841Z [00:02:15.035]➜  
2025-08-18T22:27:03.2142056Z [00:02:15.035]➜    1. Source Code.
2025-08-18T22:27:03.2142281Z [00:02:15.035]➜  
2025-08-18T22:27:03.2142607Z [00:02:15.035]➜    The "source code" for a work means the preferred form of the work
2025-08-18T22:27:03.2143093Z [00:02:15.035]➜  for making modifications to it.  "Object code" means any non-source
2025-08-18T22:27:03.2143470Z [00:02:15.035]➜  form of a work.
2025-08-18T22:27:03.2143688Z [00:02:15.035]➜  
2025-08-18T22:27:03.2144059Z [00:02:15.035]➜    A "Standard Interface" means an interface that either is an official
2025-08-18T22:27:03.2144557Z [00:02:15.035]➜  standard defined by a recognized standards body, or, in the case of
2025-08-18T22:27:03.2145064Z [00:02:15.035]➜  interfaces specified for a particular programming language, one that
2025-08-18T22:27:03.2145545Z [00:02:15.035]➜  is widely used among developers working in that language.
2025-08-18T22:27:03.2145859Z [00:02:15.035]➜  
2025-08-18T22:27:03.2146200Z [00:02:15.035]➜    The "System Libraries" of an executable work include anything, other
2025-08-18T22:27:03.2146684Z [00:02:15.035]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-18T22:27:03.2147158Z [00:02:15.035]➜  packaging a Major Component, but which is not part of that Major
2025-08-18T22:27:03.2147920Z [00:02:15.035]➜  Component, and (b) serves only to enable use of the work with that
2025-08-18T22:27:03.2148407Z [00:02:15.035]➜  Major Component, or to implement a Standard Interface for which an
2025-08-18T22:27:03.2148905Z [00:02:15.035]➜  implementation is available to the public in source code form.  A
2025-08-18T22:27:03.2149403Z [00:02:15.035]➜  "Major Component", in this context, means a major essential component
2025-08-18T22:27:03.2149902Z [00:02:15.035]➜  (kernel, window system, and so on) of the specific operating system
2025-08-18T22:27:03.2150379Z [00:02:15.035]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-18T22:27:03.2150830Z [00:02:15.035]➜  produce the work, or an object code interpreter used to run it.
2025-08-18T22:27:03.2151161Z [00:02:15.035]➜  
2025-08-18T22:27:03.2151627Z [00:02:15.035]➜    The "Corresponding Source" for a work in object code form means all
2025-08-18T22:27:03.2152179Z [00:02:15.035]➜  the source code needed to generate, install, and (for an executable
2025-08-18T22:27:03.2152682Z [00:02:15.035]➜  work) run the object code and to modify the work, including scripts to
2025-08-18T22:27:03.2153177Z [00:02:15.035]➜  control those activities.  However, it does not include the work's
2025-08-18T22:27:03.2153683Z [00:02:15.035]➜  System Libraries, or general-purpose tools or generally available free
2025-08-18T22:27:03.2154197Z [00:02:15.035]➜  programs which are used unmodified in performing those activities but
2025-08-18T22:27:03.2154701Z [00:02:15.035]➜  which are not part of the work.  For example, Corresponding Source
2025-08-18T22:27:03.2155197Z [00:02:15.035]➜  includes interface definition files associated with source files for
2025-08-18T22:27:03.2155690Z [00:02:15.035]➜  the work, and the source code for shared libraries and dynamically
2025-08-18T22:27:03.2156182Z [00:02:15.035]➜  linked subprograms that the work is specifically designed to require,
2025-08-18T22:27:03.2156685Z [00:02:15.035]➜  such as by intimate data communication or control flow between those
2025-08-18T22:27:03.2157105Z [00:02:15.035]➜  subprograms and other parts of the work.
2025-08-18T22:27:03.2157379Z [00:02:15.035]➜  
2025-08-18T22:27:03.2157700Z [00:02:15.035]➜    The Corresponding Source need not include anything that users
2025-08-18T22:27:03.2158182Z [00:02:15.035]➜  can regenerate automatically from other parts of the Corresponding
2025-08-18T22:27:03.2158536Z [00:02:15.035]➜  Source.
2025-08-18T22:27:03.2158736Z [00:02:15.035]➜  
2025-08-18T22:27:03.2159262Z [00:02:15.035]➜    The Corresponding Source for a work in source code form is that
2025-08-18T22:27:03.2159728Z [00:02:15.035]➜  same work.
2025-08-18T22:27:03.2159947Z [00:02:15.035]➜  
2025-08-18T22:27:03.2160170Z [00:02:15.035]➜    2. Basic Permissions.
2025-08-18T22:27:03.2160413Z [00:02:15.035]➜  
2025-08-18T22:27:03.2160748Z [00:02:15.035]➜    All rights granted under this License are granted for the term of
2025-08-18T22:27:03.2161232Z [00:02:15.035]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-18T22:27:03.2161933Z [00:02:15.035]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-18T22:27:03.2162437Z [00:02:15.035]➜  permission to run the unmodified Program.  The output from running a
2025-08-18T22:27:03.2162937Z [00:02:15.035]➜  covered work is covered by this License only if the output, given its
2025-08-18T22:27:03.2163438Z [00:02:15.035]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-18T22:27:03.2163947Z [00:02:15.035]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-18T22:27:03.2164293Z [00:02:15.035]➜  
2025-08-18T22:27:03.2164604Z [00:02:15.035]➜    You may make, run and propagate covered works that you do not
2025-08-18T22:27:03.2165083Z [00:02:15.035]➜  convey, without conditions so long as your license otherwise remains
2025-08-18T22:27:03.2165583Z [00:02:15.035]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-18T22:27:03.2166364Z [00:02:15.035]➜  of having them make modifications exclusively for you, or provide you
2025-08-18T22:27:03.2166881Z [00:02:15.035]➜  with facilities for running those works, provided that you comply with
2025-08-18T22:27:03.2167381Z [00:02:15.035]➜  the terms of this License in conveying all material for which you do
2025-08-18T22:27:03.2167875Z [00:02:15.035]➜  not control copyright.  Those thus making or running the covered works
2025-08-18T22:27:03.2168381Z [00:02:15.035]➜  for you must do so exclusively on your behalf, under your direction
2025-08-18T22:27:03.2168862Z [00:02:15.035]➜  and control, on terms that prohibit them from making any copies of
2025-08-18T22:27:03.2169340Z [00:02:15.035]➜  your copyrighted material outside their relationship with you.
2025-08-18T22:27:03.2169678Z [00:02:15.035]➜  
2025-08-18T22:27:03.2170047Z [00:02:15.035]➜    Conveying under any other circumstances is permitted solely under
2025-08-18T22:27:03.2170556Z [00:02:15.035]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-18T22:27:03.2170953Z [00:02:15.035]➜  makes it unnecessary.
2025-08-18T22:27:03.2171190Z [00:02:15.035]➜  
2025-08-18T22:27:03.2171704Z [00:02:15.035]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-18T22:27:03.2172102Z [00:02:15.035]➜  
2025-08-18T22:27:03.2172441Z [00:02:15.035]➜    No covered work shall be deemed part of an effective technological
2025-08-18T22:27:03.2172940Z [00:02:15.035]➜  measure under any applicable law fulfilling obligations under article
2025-08-18T22:27:03.2173460Z [00:02:15.035]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-18T22:27:03.2173923Z [00:02:15.035]➜  similar laws prohibiting or restricting circumvention of such
2025-08-18T22:27:03.2174272Z [00:02:15.035]➜  measures.
2025-08-18T22:27:03.2174479Z [00:02:15.035]➜  
2025-08-18T22:27:03.2174812Z [00:02:15.035]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-18T22:27:03.2175323Z [00:02:15.035]➜  circumvention of technological measures to the extent such circumvention
2025-08-18T22:27:03.2175847Z [00:02:15.035]➜  is effected by exercising rights under this License with respect to
2025-08-18T22:27:03.2176343Z [00:02:15.035]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-18T22:27:03.2176839Z [00:02:15.035]➜  modification of the work as a means of enforcing, against the work's
2025-08-18T22:27:03.2177335Z [00:02:15.035]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-18T22:27:03.2177927Z [00:02:15.035]➜  technological measures.
2025-08-18T22:27:03.2178235Z [00:02:15.035]➜  
2025-08-18T22:27:03.2178478Z [00:02:15.035]➜    4. Conveying Verbatim Copies.
2025-08-18T22:27:03.2178739Z [00:02:15.035]➜  
2025-08-18T22:27:03.2179071Z [00:02:15.035]➜    You may convey verbatim copies of the Program's source code as you
2025-08-18T22:27:03.2179541Z [00:02:15.035]➜  receive it, in any medium, provided that you conspicuously and
2025-08-18T22:27:03.2180036Z [00:02:15.035]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-18T22:27:03.2180503Z [00:02:15.035]➜  keep intact all notices stating that this License and any
2025-08-18T22:27:03.2180983Z [00:02:15.035]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-18T22:27:03.2181779Z [00:02:15.035]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-18T22:27:03.2182328Z [00:02:15.035]➜  recipients a copy of this License along with the Program.
2025-08-18T22:27:03.2182658Z [00:02:15.035]➜  
2025-08-18T22:27:03.2182987Z [00:02:15.035]➜    You may charge any price or no price for each copy that you convey,
2025-08-18T22:27:03.2183452Z [00:02:15.035]➜  and you may offer support or warranty protection for a fee.
2025-08-18T22:27:03.2183765Z [00:02:15.035]➜  
2025-08-18T22:27:03.2184015Z [00:02:15.035]➜    5. Conveying Modified Source Versions.
2025-08-18T22:27:03.2184285Z [00:02:15.035]➜  
2025-08-18T22:27:03.2184616Z [00:02:15.035]➜    You may convey a work based on the Program, or the modifications to
2025-08-18T22:27:03.2185364Z [00:02:15.035]➜  produce it from the Program, in the form of source code under the
2025-08-18T22:27:03.2185862Z [00:02:15.035]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-18T22:27:03.2186211Z [00:02:15.035]➜  
2025-08-18T22:27:03.2186541Z [00:02:15.035]➜      a) The work must carry prominent notices stating that you modified
2025-08-18T22:27:03.2186940Z [00:02:15.035]➜      it, and giving a relevant date.
2025-08-18T22:27:03.2187206Z [00:02:15.035]➜  
2025-08-18T22:27:03.2187510Z [00:02:15.035]➜      b) The work must carry prominent notices stating that it is
2025-08-18T22:27:03.2187980Z [00:02:15.035]➜      released under this License and any conditions added under section
2025-08-18T22:27:03.2188453Z [00:02:15.035]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-18T22:27:03.2188825Z [00:02:15.035]➜      "keep intact all notices".
2025-08-18T22:27:03.2189088Z [00:02:15.035]➜  
2025-08-18T22:27:03.2189392Z [00:02:15.035]➜      c) You must license the entire work, as a whole, under this
2025-08-18T22:27:03.2189837Z [00:02:15.035]➜      License to anyone who comes into possession of a copy.  This
2025-08-18T22:27:03.2190313Z [00:02:15.035]➜      License will therefore apply, along with any applicable section 7
2025-08-18T22:27:03.2190800Z [00:02:15.035]➜      additional terms, to the whole of the work, and all its parts,
2025-08-18T22:27:03.2191271Z [00:02:15.035]➜      regardless of how they are packaged.  This License gives no
2025-08-18T22:27:03.2191972Z [00:02:15.035]➜      permission to license the work in any other way, but it does not
2025-08-18T22:27:03.2192459Z [00:02:15.035]➜      invalidate such permission if you have separately received it.
2025-08-18T22:27:03.2192797Z [00:02:15.035]➜  
2025-08-18T22:27:03.2193123Z [00:02:15.035]➜      d) If the work has interactive user interfaces, each must display
2025-08-18T22:27:03.2193610Z [00:02:15.035]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-18T22:27:03.2194111Z [00:02:15.035]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-18T22:27:03.2194496Z [00:02:15.035]➜      work need not make them do so.
2025-08-18T22:27:03.2194756Z [00:02:15.035]➜  
2025-08-18T22:27:03.2195096Z [00:02:15.035]➜    A compilation of a covered work with other separate and independent
2025-08-18T22:27:03.2195826Z [00:02:15.035]➜  works, which are not by their nature extensions of the covered work,
2025-08-18T22:27:03.2196399Z [00:02:15.035]➜  and which are not combined with it such as to form a larger program,
2025-08-18T22:27:03.2196884Z [00:02:15.035]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-18T22:27:03.2197358Z [00:02:15.035]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-18T22:27:03.2197840Z [00:02:15.035]➜  used to limit the access or legal rights of the compilation's users
2025-08-18T22:27:03.2198344Z [00:02:15.035]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-18T22:27:03.2198834Z [00:02:15.035]➜  in an aggregate does not cause this License to apply to the other
2025-08-18T22:27:03.2199201Z [00:02:15.035]➜  parts of the aggregate.
2025-08-18T22:27:03.2199438Z [00:02:15.035]➜  
2025-08-18T22:27:03.2199678Z [00:02:15.035]➜    6. Conveying Non-Source Forms.
2025-08-18T22:27:03.2199937Z [00:02:15.035]➜  
2025-08-18T22:27:03.2200269Z [00:02:15.035]➜    You may convey a covered work in object code form under the terms
2025-08-18T22:27:03.2200712Z [00:02:15.035]➜  of sections 4 and 5, provided that you also convey the
2025-08-18T22:27:03.2201182Z [00:02:15.035]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-18T22:27:03.2201793Z [00:02:15.035]➜  in one of these ways:
2025-08-18T22:27:03.2202030Z [00:02:15.035]➜  
2025-08-18T22:27:03.2202354Z [00:02:15.035]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-18T22:27:03.2203095Z [00:02:15.035]➜      (including a physical distribution medium), accompanied by the
2025-08-18T22:27:03.2203561Z [00:02:15.035]➜      Corresponding Source fixed on a durable physical medium
2025-08-18T22:27:03.2203958Z [00:02:15.035]➜      customarily used for software interchange.
2025-08-18T22:27:03.2204240Z [00:02:15.035]➜  
2025-08-18T22:27:03.2204561Z [00:02:15.035]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-18T22:27:03.2205036Z [00:02:15.035]➜      (including a physical distribution medium), accompanied by a
2025-08-18T22:27:03.2205501Z [00:02:15.035]➜      written offer, valid for at least three years and valid for as
2025-08-18T22:27:03.2205976Z [00:02:15.035]➜      long as you offer spare parts or customer support for that product
2025-08-18T22:27:03.2206457Z [00:02:15.035]➜      model, to give anyone who possesses the object code either (1) a
2025-08-18T22:27:03.2206912Z [00:02:15.035]➜      copy of the Corresponding Source for all the software in the
2025-08-18T22:27:03.2207380Z [00:02:15.035]➜      product that is covered by this License, on a durable physical
2025-08-18T22:27:03.2207859Z [00:02:15.035]➜      medium customarily used for software interchange, for a price no
2025-08-18T22:27:03.2208335Z [00:02:15.035]➜      more than your reasonable cost of physically performing this
2025-08-18T22:27:03.2208749Z [00:02:15.035]➜      conveying of source, or (2) access to copy the
2025-08-18T22:27:03.2209168Z [00:02:15.035]➜      Corresponding Source from a network server at no charge.
2025-08-18T22:27:03.2209489Z [00:02:15.035]➜  
2025-08-18T22:27:03.2209819Z [00:02:15.035]➜      c) Convey individual copies of the object code with a copy of the
2025-08-18T22:27:03.2210280Z [00:02:15.035]➜      written offer to provide the Corresponding Source.  This
2025-08-18T22:27:03.2210754Z [00:02:15.035]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-18T22:27:03.2211244Z [00:02:15.035]➜      only if you received the object code with such an offer, in accord
2025-08-18T22:27:03.2211788Z [00:02:15.035]➜      with subsection 6b.
2025-08-18T22:27:03.2212037Z [00:02:15.035]➜  
2025-08-18T22:27:03.2212354Z [00:02:15.035]➜      d) Convey the object code by offering access from a designated
2025-08-18T22:27:03.2212825Z [00:02:15.035]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-18T22:27:03.2213312Z [00:02:15.035]➜      Corresponding Source in the same way through the same place at no
2025-08-18T22:27:03.2214026Z [00:02:15.035]➜      further charge.  You need not require recipients to copy the
2025-08-18T22:27:03.2214584Z [00:02:15.035]➜      Corresponding Source along with the object code.  If the place to
2025-08-18T22:27:03.2215083Z [00:02:15.035]➜      copy the object code is a network server, the Corresponding Source
2025-08-18T22:27:03.2215551Z [00:02:15.035]➜      may be on a different server (operated by you or a third party)
2025-08-18T22:27:03.2216031Z [00:02:15.035]➜      that supports equivalent copying facilities, provided you maintain
2025-08-18T22:27:03.2216709Z [00:02:15.035]➜      clear directions next to the object code saying where to find the
2025-08-18T22:27:03.2217188Z [00:02:15.035]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-18T22:27:03.2217661Z [00:02:15.035]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-18T22:27:03.2218139Z [00:02:15.035]➜      available for as long as needed to satisfy these requirements.
2025-08-18T22:27:03.2218471Z [00:02:15.035]➜  
2025-08-18T22:27:03.2218819Z [00:02:15.035]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-18T22:27:03.2219298Z [00:02:15.035]➜      you inform other peers where the object code and Corresponding
2025-08-18T22:27:03.2219767Z [00:02:15.035]➜      Source of the work are being offered to the general public at no
2025-08-18T22:27:03.2220144Z [00:02:15.035]➜      charge under subsection 6d.
2025-08-18T22:27:03.2220400Z [00:02:15.035]➜  
2025-08-18T22:27:03.2220750Z [00:02:15.035]➜    A separable portion of the object code, whose source code is excluded
2025-08-18T22:27:03.2221239Z [00:02:15.035]➜  from the Corresponding Source as a System Library, need not be
2025-08-18T22:27:03.2221859Z [00:02:15.035]➜  included in conveying the object code work.
2025-08-18T22:27:03.2222144Z [00:02:15.035]➜  
2025-08-18T22:27:03.2222474Z [00:02:15.035]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-18T22:27:03.2222991Z [00:02:15.035]➜  tangible personal property which is normally used for personal, family,
2025-08-18T22:27:03.2223522Z [00:02:15.035]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-18T22:27:03.2224040Z [00:02:15.035]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-18T22:27:03.2224562Z [00:02:15.035]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-18T22:27:03.2225068Z [00:02:15.035]➜  product received by a particular user, "normally used" refers to a
2025-08-18T22:27:03.2225579Z [00:02:15.035]➜  typical or common use of that class of product, regardless of the status
2025-08-18T22:27:03.2226075Z [00:02:15.035]➜  of the particular user or of the way in which the particular user
2025-08-18T22:27:03.2226576Z [00:02:15.035]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-18T22:27:03.2227090Z [00:02:15.035]➜  is a consumer product regardless of whether the product has substantial
2025-08-18T22:27:03.2227838Z [00:02:15.035]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-18T22:27:03.2228359Z [00:02:15.035]➜  the only significant mode of use of the product.
2025-08-18T22:27:03.2228650Z [00:02:15.035]➜  
2025-08-18T22:27:03.2228982Z [00:02:15.035]➜    "Installation Information" for a User Product means any methods,
2025-08-18T22:27:03.2229500Z [00:02:15.035]➜  procedures, authorization keys, or other information required to install
2025-08-18T22:27:03.2230043Z [00:02:15.035]➜  and execute modified versions of a covered work in that User Product from
2025-08-18T22:27:03.2230557Z [00:02:15.035]➜  a modified version of its Corresponding Source.  The information must
2025-08-18T22:27:03.2231072Z [00:02:15.035]➜  suffice to ensure that the continued functioning of the modified object
2025-08-18T22:27:03.2231765Z [00:02:15.035]➜  code is in no case prevented or interfered with solely because
2025-08-18T22:27:03.2232144Z [00:02:15.035]➜  modification has been made.
2025-08-18T22:27:03.2232404Z [00:02:15.035]➜  
2025-08-18T22:27:03.2232738Z [00:02:15.035]➜    If you convey an object code work under this section in, or with, or
2025-08-18T22:27:03.2233229Z [00:02:15.035]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-18T22:27:03.2233731Z [00:02:15.035]➜  part of a transaction in which the right of possession and use of the
2025-08-18T22:27:03.2234225Z [00:02:15.035]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-18T22:27:03.2235034Z [00:02:15.035]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-18T22:27:03.2235544Z [00:02:15.035]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-18T22:27:03.2236056Z [00:02:15.035]➜  by the Installation Information.  But this requirement does not apply
2025-08-18T22:27:03.2236546Z [00:02:15.035]➜  if neither you nor any third party retains the ability to install
2025-08-18T22:27:03.2237040Z [00:02:15.035]➜  modified object code on the User Product (for example, the work has
2025-08-18T22:27:03.2237414Z [00:02:15.035]➜  been installed in ROM).
2025-08-18T22:27:03.2237655Z [00:02:15.035]➜  
2025-08-18T22:27:03.2238008Z [00:02:15.035]➜    The requirement to provide Installation Information does not include a
2025-08-18T22:27:03.2238536Z [00:02:15.035]➜  requirement to continue to provide support service, warranty, or updates
2025-08-18T22:27:03.2239052Z [00:02:15.035]➜  for a work that has been modified or installed by the recipient, or for
2025-08-18T22:27:03.2239567Z [00:02:15.035]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-18T22:27:03.2240060Z [00:02:15.035]➜  network may be denied when the modification itself materially and
2025-08-18T22:27:03.2240570Z [00:02:15.035]➜  adversely affects the operation of the network or violates the rules and
2025-08-18T22:27:03.2241024Z [00:02:15.035]➜  protocols for communication across the network.
2025-08-18T22:27:03.2241323Z [00:02:15.035]➜  
2025-08-18T22:27:03.2241916Z [00:02:15.035]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-18T22:27:03.2242420Z [00:02:15.035]➜  in accord with this section must be in a format that is publicly
2025-08-18T22:27:03.2242895Z [00:02:15.035]➜  documented (and with an implementation available to the public in
2025-08-18T22:27:03.2243392Z [00:02:15.035]➜  source code form), and must require no special password or key for
2025-08-18T22:27:03.2243776Z [00:02:15.035]➜  unpacking, reading or copying.
2025-08-18T22:27:03.2244077Z [00:02:15.035]➜  
2025-08-18T22:27:03.2244299Z [00:02:15.035]➜    7. Additional Terms.
2025-08-18T22:27:03.2244544Z [00:02:15.035]➜  
2025-08-18T22:27:03.2244888Z [00:02:15.035]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-18T22:27:03.2245377Z [00:02:15.035]➜  License by making exceptions from one or more of its conditions.
2025-08-18T22:27:03.2245881Z [00:02:15.035]➜  Additional permissions that are applicable to the entire Program shall
2025-08-18T22:27:03.2246623Z [00:02:15.035]➜  be treated as though they were included in this License, to the extent
2025-08-18T22:27:03.2247203Z [00:02:15.035]➜  that they are valid under applicable law.  If additional permissions
2025-08-18T22:27:03.2247695Z [00:02:15.035]➜  apply only to part of the Program, that part may be used separately
2025-08-18T22:27:03.2248185Z [00:02:15.035]➜  under those permissions, but the entire Program remains governed by
2025-08-18T22:27:03.2248652Z [00:02:15.035]➜  this License without regard to the additional permissions.
2025-08-18T22:27:03.2248983Z [00:02:15.035]➜  
2025-08-18T22:27:03.2249304Z [00:02:15.035]➜    When you convey a copy of a covered work, you may at your option
2025-08-18T22:27:03.2249799Z [00:02:15.035]➜  remove any additional permissions from that copy, or from any part of
2025-08-18T22:27:03.2250289Z [00:02:15.035]➜  it.  (Additional permissions may be written to require their own
2025-08-18T22:27:03.2250773Z [00:02:15.035]➜  removal in certain cases when you modify the work.)  You may place
2025-08-18T22:27:03.2251263Z [00:02:15.035]➜  additional permissions on material, added by you to a covered work,
2025-08-18T22:27:03.2251986Z [00:02:15.035]➜  for which you have or can give appropriate copyright permission.
2025-08-18T22:27:03.2252323Z [00:02:15.035]➜  
2025-08-18T22:27:03.2252676Z [00:02:15.035]➜    Notwithstanding any other provision of this License, for material you
2025-08-18T22:27:03.2253194Z [00:02:15.035]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-18T22:27:03.2253944Z [00:02:15.035]➜  that material) supplement the terms of this License with terms:
2025-08-18T22:27:03.2254275Z [00:02:15.035]➜  
2025-08-18T22:27:03.2254610Z [00:02:15.035]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-18T22:27:03.2255045Z [00:02:15.035]➜      terms of sections 15 and 16 of this License; or
2025-08-18T22:27:03.2255373Z [00:02:15.035]➜  
2025-08-18T22:27:03.2255723Z [00:02:15.035]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-18T22:27:03.2256221Z [00:02:15.035]➜      author attributions in that material or in the Appropriate Legal
2025-08-18T22:27:03.2256651Z [00:02:15.035]➜      Notices displayed by works containing it; or
2025-08-18T22:27:03.2256939Z [00:02:15.035]➜  
2025-08-18T22:27:03.2257284Z [00:02:15.035]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-18T22:27:03.2257775Z [00:02:15.035]➜      requiring that modified versions of such material be marked in
2025-08-18T22:27:03.2258248Z [00:02:15.035]➜      reasonable ways as different from the original version; or
2025-08-18T22:27:03.2258749Z [00:02:15.035]➜  
2025-08-18T22:27:03.2259197Z [00:02:15.035]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-18T22:27:03.2269344Z [00:02:15.035]➜      authors of the material; or
2025-08-18T22:27:03.2269638Z [00:02:15.035]➜  
2025-08-18T22:27:03.2269998Z [00:02:15.035]➜      e) Declining to grant rights under trademark law for use of some
2025-08-18T22:27:03.2270425Z [00:02:15.035]➜      trade names, trademarks, or service marks; or
2025-08-18T22:27:03.2270712Z [00:02:15.036]➜  
2025-08-18T22:27:03.2271077Z [00:02:15.036]➜      f) Requiring indemnification of licensors and authors of that
2025-08-18T22:27:03.2271789Z [00:02:15.036]➜      material by anyone who conveys the material (or modified versions of
2025-08-18T22:27:03.2272360Z [00:02:15.036]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-18T22:27:03.2272881Z [00:02:15.036]➜      any liability that these contractual assumptions directly impose on
2025-08-18T22:27:03.2273279Z [00:02:15.036]➜      those licensors and authors.
2025-08-18T22:27:03.2273539Z [00:02:15.036]➜  
2025-08-18T22:27:03.2273864Z [00:02:15.036]➜    All other non-permissive additional terms are considered "further
2025-08-18T22:27:03.2274369Z [00:02:15.036]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-18T22:27:03.2275151Z [00:02:15.036]➜  received it, or any part of it, contains a notice stating that it is
2025-08-18T22:27:03.2275697Z [00:02:15.036]➜  governed by this License along with a term that is a further
2025-08-18T22:27:03.2276177Z [00:02:15.036]➜  restriction, you may remove that term.  If a license document contains
2025-08-18T22:27:03.2276689Z [00:02:15.036]➜  a further restriction but permits relicensing or conveying under this
2025-08-18T22:27:03.2277187Z [00:02:15.036]➜  License, you may add to a covered work material governed by the terms
2025-08-18T22:27:03.2277689Z [00:02:15.036]➜  of that license document, provided that the further restriction does
2025-08-18T22:27:03.2278105Z [00:02:15.036]➜  not survive such relicensing or conveying.
2025-08-18T22:27:03.2278387Z [00:02:15.036]➜  
2025-08-18T22:27:03.2278712Z [00:02:15.036]➜    If you add terms to a covered work in accord with this section, you
2025-08-18T22:27:03.2279168Z [00:02:15.036]➜  must place, in the relevant source files, a statement of the
2025-08-18T22:27:03.2279652Z [00:02:15.036]➜  additional terms that apply to those files, or a notice indicating
2025-08-18T22:27:03.2280062Z [00:02:15.036]➜  where to find the applicable terms.
2025-08-18T22:27:03.2280327Z [00:02:15.036]➜  
2025-08-18T22:27:03.2280679Z [00:02:15.036]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-18T22:27:03.2281160Z [00:02:15.036]➜  form of a separately written license, or stated as exceptions;
2025-08-18T22:27:03.2281953Z [00:02:15.036]➜  the above requirements apply either way.
2025-08-18T22:27:03.2282233Z [00:02:15.036]➜  
2025-08-18T22:27:03.2282442Z [00:02:15.036]➜    8. Termination.
2025-08-18T22:27:03.2282667Z [00:02:15.036]➜  
2025-08-18T22:27:03.2282992Z [00:02:15.036]➜    You may not propagate or modify a covered work except as expressly
2025-08-18T22:27:03.2283491Z [00:02:15.036]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-18T22:27:03.2284002Z [00:02:15.036]➜  modify it is void, and will automatically terminate your rights under
2025-08-18T22:27:03.2284495Z [00:02:15.036]➜  this License (including any patent licenses granted under the third
2025-08-18T22:27:03.2284881Z [00:02:15.036]➜  paragraph of section 11).
2025-08-18T22:27:03.2285126Z [00:02:15.036]➜  
2025-08-18T22:27:03.2285442Z [00:02:15.036]➜    However, if you cease all violation of this License, then your
2025-08-18T22:27:03.2285900Z [00:02:15.036]➜  license from a particular copyright holder is reinstated (a)
2025-08-18T22:27:03.2286395Z [00:02:15.036]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-18T22:27:03.2286910Z [00:02:15.036]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-18T22:27:03.2287414Z [00:02:15.036]➜  holder fails to notify you of the violation by some reasonable means
2025-08-18T22:27:03.2287820Z [00:02:15.036]➜  prior to 60 days after the cessation.
2025-08-18T22:27:03.2288091Z [00:02:15.036]➜  
2025-08-18T22:27:03.2288419Z [00:02:15.036]➜    Moreover, your license from a particular copyright holder is
2025-08-18T22:27:03.2288974Z [00:02:15.036]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-18T22:27:03.2289474Z [00:02:15.036]➜  violation by some reasonable means, this is the first time you have
2025-08-18T22:27:03.2289974Z [00:02:15.036]➜  received notice of violation of this License (for any work) from that
2025-08-18T22:27:03.2290477Z [00:02:15.036]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-18T22:27:03.2290875Z [00:02:15.036]➜  your receipt of the notice.
2025-08-18T22:27:03.2291129Z [00:02:15.036]➜  
2025-08-18T22:27:03.2291718Z [00:02:15.036]➜    Termination of your rights under this section does not terminate the
2025-08-18T22:27:03.2292291Z [00:02:15.036]➜  licenses of parties who have received copies or rights from you under
2025-08-18T22:27:03.2292795Z [00:02:15.036]➜  this License.  If your rights have been terminated and not permanently
2025-08-18T22:27:03.2293535Z [00:02:15.036]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-18T22:27:03.2294039Z [00:02:15.036]➜  material under section 10.
2025-08-18T22:27:03.2294292Z [00:02:15.036]➜  
2025-08-18T22:27:03.2294566Z [00:02:15.036]➜    9. Acceptance Not Required for Having Copies.
2025-08-18T22:27:03.2294857Z [00:02:15.036]➜  
2025-08-18T22:27:03.2295185Z [00:02:15.036]➜    You are not required to accept this License in order to receive or
2025-08-18T22:27:03.2295664Z [00:02:15.036]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-18T22:27:03.2296170Z [00:02:15.036]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-18T22:27:03.2296657Z [00:02:15.036]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-18T22:27:03.2297149Z [00:02:15.036]➜  nothing other than this License grants you permission to propagate or
2025-08-18T22:27:03.2297655Z [00:02:15.036]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-18T22:27:03.2298156Z [00:02:15.036]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-18T22:27:03.2298647Z [00:02:15.036]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-18T22:27:03.2298996Z [00:02:15.036]➜  
2025-08-18T22:27:03.2299276Z [00:02:15.036]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-18T22:27:03.2299574Z [00:02:15.036]➜  
2025-08-18T22:27:03.2299896Z [00:02:15.036]➜    Each time you convey a covered work, the recipient automatically
2025-08-18T22:27:03.2300625Z [00:02:15.036]➜  receives a license from the original licensors, to run, modify and
2025-08-18T22:27:03.2301128Z [00:02:15.036]➜  propagate that work, subject to this License.  You are not responsible
2025-08-18T22:27:03.2301780Z [00:02:15.036]➜  for enforcing compliance by third parties with this License.
2025-08-18T22:27:03.2302116Z [00:02:15.036]➜  
2025-08-18T22:27:03.2302454Z [00:02:15.036]➜    An "entity transaction" is a transaction transferring control of an
2025-08-18T22:27:03.2302961Z [00:02:15.036]➜  organization, or substantially all assets of one, or subdividing an
2025-08-18T22:27:03.2303466Z [00:02:15.036]➜  organization, or merging organizations.  If propagation of a covered
2025-08-18T22:27:03.2303941Z [00:02:15.036]➜  work results from an entity transaction, each party to that
2025-08-18T22:27:03.2304409Z [00:02:15.036]➜  transaction who receives a copy of the work also receives whatever
2025-08-18T22:27:03.2304908Z [00:02:15.036]➜  licenses to the work the party's predecessor in interest had or could
2025-08-18T22:27:03.2305413Z [00:02:15.036]➜  give under the previous paragraph, plus a right to possession of the
2025-08-18T22:27:03.2305925Z [00:02:15.036]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-18T22:27:03.2306410Z [00:02:15.036]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-18T22:27:03.2306739Z [00:02:15.036]➜  
2025-08-18T22:27:03.2307074Z [00:02:15.036]➜    You may not impose any further restrictions on the exercise of the
2025-08-18T22:27:03.2307564Z [00:02:15.036]➜  rights granted or affirmed under this License.  For example, you may
2025-08-18T22:27:03.2308053Z [00:02:15.036]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-18T22:27:03.2308546Z [00:02:15.036]➜  rights granted under this License, and you may not initiate litigation
2025-08-18T22:27:03.2309055Z [00:02:15.036]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-18T22:27:03.2309567Z [00:02:15.036]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-18T22:27:03.2310022Z [00:02:15.036]➜  sale, or importing the Program or any portion of it.
2025-08-18T22:27:03.2310323Z [00:02:15.036]➜  
2025-08-18T22:27:03.2310526Z [00:02:15.036]➜    11. Patents.
2025-08-18T22:27:03.2310742Z [00:02:15.036]➜  
2025-08-18T22:27:03.2311081Z [00:02:15.036]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-18T22:27:03.2312008Z [00:02:15.036]➜  License of the Program or a work on which the Program is based.  The
2025-08-18T22:27:03.2312601Z [00:02:15.036]➜  work thus licensed is called the contributor's "contributor version".
2025-08-18T22:27:03.2312959Z [00:02:15.036]➜  
2025-08-18T22:27:03.2313284Z [00:02:15.036]➜    A contributor's "essential patent claims" are all patent claims
2025-08-18T22:27:03.2313768Z [00:02:15.036]➜  owned or controlled by the contributor, whether already acquired or
2025-08-18T22:27:03.2314275Z [00:02:15.036]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-18T22:27:03.2314788Z [00:02:15.036]➜  by this License, of making, using, or selling its contributor version,
2025-08-18T22:27:03.2315252Z [00:02:15.036]➜  but do not include claims that would be infringed only as a
2025-08-18T22:27:03.2315723Z [00:02:15.036]➜  consequence of further modification of the contributor version.  For
2025-08-18T22:27:03.2316221Z [00:02:15.036]➜  purposes of this definition, "control" includes the right to grant
2025-08-18T22:27:03.2316716Z [00:02:15.036]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-18T22:27:03.2317075Z [00:02:15.036]➜  this License.
2025-08-18T22:27:03.2317291Z [00:02:15.036]➜  
2025-08-18T22:27:03.2317638Z [00:02:15.036]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-18T22:27:03.2318136Z [00:02:15.036]➜  patent license under the contributor's essential patent claims, to
2025-08-18T22:27:03.2318627Z [00:02:15.036]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-18T22:27:03.2319309Z [00:02:15.036]➜  propagate the contents of its contributor version.
2025-08-18T22:27:03.2319611Z [00:02:15.036]➜  
2025-08-18T22:27:03.2319950Z [00:02:15.036]➜    In the following three paragraphs, a "patent license" is any express
2025-08-18T22:27:03.2320453Z [00:02:15.036]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-18T22:27:03.2320972Z [00:02:15.036]➜  (such as an express permission to practice a patent or covenant not to
2025-08-18T22:27:03.2321746Z [00:02:15.036]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-18T22:27:03.2322316Z [00:02:15.036]➜  party means to make such an agreement or commitment not to enforce a
2025-08-18T22:27:03.2322695Z [00:02:15.036]➜  patent against the party.
2025-08-18T22:27:03.2322942Z [00:02:15.036]➜  
2025-08-18T22:27:03.2323274Z [00:02:15.036]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-18T22:27:03.2323777Z [00:02:15.036]➜  and the Corresponding Source of the work is not available for anyone
2025-08-18T22:27:03.2324324Z [00:02:15.036]➜  to copy, free of charge and under the terms of this License, through a
2025-08-18T22:27:03.2324827Z [00:02:15.036]➜  publicly available network server or other readily accessible means,
2025-08-18T22:27:03.2325313Z [00:02:15.036]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-18T22:27:03.2325791Z [00:02:15.036]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-18T22:27:03.2326281Z [00:02:15.036]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-18T22:27:03.2326789Z [00:02:15.036]➜  consistent with the requirements of this License, to extend the patent
2025-08-18T22:27:03.2327301Z [00:02:15.036]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-18T22:27:03.2327805Z [00:02:15.036]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-18T22:27:03.2328315Z [00:02:15.036]➜  covered work in a country, or your recipient's use of the covered work
2025-08-18T22:27:03.2328815Z [00:02:15.036]➜  in a country, would infringe one or more identifiable patents in that
2025-08-18T22:27:03.2329260Z [00:02:15.036]➜  country that you have reason to believe are valid.
2025-08-18T22:27:03.2329556Z [00:02:15.036]➜  
2025-08-18T22:27:03.2329870Z [00:02:15.036]➜    If, pursuant to or in connection with a single transaction or
2025-08-18T22:27:03.2330571Z [00:02:15.036]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-18T22:27:03.2331145Z [00:02:15.036]➜  covered work, and grant a patent license to some of the parties
2025-08-18T22:27:03.2331811Z [00:02:15.036]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-18T22:27:03.2332327Z [00:02:15.036]➜  or convey a specific copy of the covered work, then the patent license
2025-08-18T22:27:03.2332822Z [00:02:15.036]➜  you grant is automatically extended to all recipients of the covered
2025-08-18T22:27:03.2333218Z [00:02:15.036]➜  work and works based on it.
2025-08-18T22:27:03.2333467Z [00:02:15.036]➜  
2025-08-18T22:27:03.2333799Z [00:02:15.036]➜    A patent license is "discriminatory" if it does not include within
2025-08-18T22:27:03.2334268Z [00:02:15.036]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-18T22:27:03.2334745Z [00:02:15.036]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-18T22:27:03.2335263Z [00:02:15.036]➜  specifically granted under this License.  You may not convey a covered
2025-08-18T22:27:03.2335762Z [00:02:15.036]➜  work if you are a party to an arrangement with a third party that is
2025-08-18T22:27:03.2336249Z [00:02:15.036]➜  in the business of distributing software, under which you make payment
2025-08-18T22:27:03.2336740Z [00:02:15.036]➜  to the third party based on the extent of your activity of conveying
2025-08-18T22:27:03.2337208Z [00:02:15.036]➜  the work, and under which the third party grants, to any of the
2025-08-18T22:27:03.2337955Z [00:02:15.036]➜  parties who would receive the covered work from you, a discriminatory
2025-08-18T22:27:03.2338444Z [00:02:15.036]➜  patent license (a) in connection with copies of the covered work
2025-08-18T22:27:03.2338927Z [00:02:15.036]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-18T22:27:03.2339407Z [00:02:15.036]➜  for and in connection with specific products or compilations that
2025-08-18T22:27:03.2339898Z [00:02:15.036]➜  contain the covered work, unless you entered into that arrangement,
2025-08-18T22:27:03.2340360Z [00:02:15.036]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-18T22:27:03.2340676Z [00:02:15.036]➜  
2025-08-18T22:27:03.2341010Z [00:02:15.036]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-18T22:27:03.2341654Z [00:02:15.036]➜  any implied license or other defenses to infringement that may
2025-08-18T22:27:03.2342186Z [00:02:15.036]➜  otherwise be available to you under applicable patent law.
2025-08-18T22:27:03.2342510Z [00:02:15.036]➜  
2025-08-18T22:27:03.2342760Z [00:02:15.036]➜    12. No Surrender of Others' Freedom.
2025-08-18T22:27:03.2343025Z [00:02:15.036]➜  
2025-08-18T22:27:03.2343367Z [00:02:15.036]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-18T22:27:03.2343879Z [00:02:15.036]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-18T22:27:03.2344431Z [00:02:15.036]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-18T22:27:03.2344938Z [00:02:15.036]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-18T22:27:03.2345462Z [00:02:15.036]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-18T22:27:03.2345984Z [00:02:15.036]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-18T22:27:03.2346492Z [00:02:15.036]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-18T22:27:03.2347001Z [00:02:15.036]➜  the Program, the only way you could satisfy both those terms and this
2025-08-18T22:27:03.2347482Z [00:02:15.036]➜  License would be to refrain entirely from conveying the Program.
2025-08-18T22:27:03.2347816Z [00:02:15.036]➜  
2025-08-18T22:27:03.2348097Z [00:02:15.036]➜    13. Use with the GNU Affero General Public License.
2025-08-18T22:27:03.2348392Z [00:02:15.036]➜  
2025-08-18T22:27:03.2348947Z [00:02:15.036]➜    Notwithstanding any other provision of this License, you have
2025-08-18T22:27:03.2349549Z [00:02:15.036]➜  permission to link or combine any covered work with a work licensed
2025-08-18T22:27:03.2350049Z [00:02:15.036]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-18T22:27:03.2350543Z [00:02:15.036]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-18T22:27:03.2351036Z [00:02:15.036]➜  License will continue to apply to the part which is the covered work,
2025-08-18T22:27:03.2351703Z [00:02:15.036]➜  but the special requirements of the GNU Affero General Public License,
2025-08-18T22:27:03.2352259Z [00:02:15.036]➜  section 13, concerning interaction through a network will apply to the
2025-08-18T22:27:03.2352640Z [00:02:15.036]➜  combination as such.
2025-08-18T22:27:03.2352877Z [00:02:15.036]➜  
2025-08-18T22:27:03.2353126Z [00:02:15.036]➜    14. Revised Versions of this License.
2025-08-18T22:27:03.2353395Z [00:02:15.036]➜  
2025-08-18T22:27:03.2353756Z [00:02:15.036]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-18T22:27:03.2354285Z [00:02:15.036]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-18T22:27:03.2354798Z [00:02:15.036]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-18T22:27:03.2355202Z [00:02:15.036]➜  address new problems or concerns.
2025-08-18T22:27:03.2355467Z [00:02:15.036]➜  
2025-08-18T22:27:03.2356041Z [00:02:15.036]➜    Each version is given a distinguishing version number.  If the
2025-08-18T22:27:03.2356526Z [00:02:15.036]➜  Program specifies that a certain numbered version of the GNU General
2025-08-18T22:27:03.2357016Z [00:02:15.036]➜  Public License "or any later version" applies to it, you have the
2025-08-18T22:27:03.2357502Z [00:02:15.036]➜  option of following the terms and conditions either of that numbered
2025-08-18T22:27:03.2357984Z [00:02:15.036]➜  version or of any later version published by the Free Software
2025-08-18T22:27:03.2358461Z [00:02:15.036]➜  Foundation.  If the Program does not specify a version number of the
2025-08-18T22:27:03.2358960Z [00:02:15.036]➜  GNU General Public License, you may choose any version ever published
2025-08-18T22:27:03.2359359Z [00:02:15.036]➜  by the Free Software Foundation.
2025-08-18T22:27:03.2359614Z [00:02:15.036]➜  
2025-08-18T22:27:03.2359937Z [00:02:15.036]➜    If the Program specifies that a proxy can decide which future
2025-08-18T22:27:03.2360422Z [00:02:15.036]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-18T22:27:03.2360928Z [00:02:15.036]➜  public statement of acceptance of a version permanently authorizes you
2025-08-18T22:27:03.2361353Z [00:02:15.036]➜  to choose that version for the Program.
2025-08-18T22:27:03.2361845Z [00:02:15.036]➜  
2025-08-18T22:27:03.2362177Z [00:02:15.036]➜    Later license versions may give you additional or different
2025-08-18T22:27:03.2362670Z [00:02:15.036]➜  permissions.  However, no additional obligations are imposed on any
2025-08-18T22:27:03.2363168Z [00:02:15.036]➜  author or copyright holder as a result of your choosing to follow a
2025-08-18T22:27:03.2363529Z [00:02:15.036]➜  later version.
2025-08-18T22:27:03.2363743Z [00:02:15.036]➜  
2025-08-18T22:27:03.2363971Z [00:02:15.036]➜    15. Disclaimer of Warranty.
2025-08-18T22:27:03.2364223Z [00:02:15.036]➜  
2025-08-18T22:27:03.2364549Z [00:02:15.036]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-18T22:27:03.2365054Z [00:02:15.036]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-18T22:27:03.2365575Z [00:02:15.036]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-18T22:27:03.2366092Z [00:02:15.036]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-18T22:27:03.2366606Z [00:02:15.036]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-18T22:27:03.2367326Z [00:02:15.036]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-18T22:27:03.2367914Z [00:02:15.036]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-18T22:27:03.2368346Z [00:02:15.036]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-18T22:27:03.2368633Z [00:02:15.036]➜  
2025-08-18T22:27:03.2368862Z [00:02:15.036]➜    16. Limitation of Liability.
2025-08-18T22:27:03.2369116Z [00:02:15.036]➜  
2025-08-18T22:27:03.2369467Z [00:02:15.036]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-18T22:27:03.2369979Z [00:02:15.036]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-18T22:27:03.2370512Z [00:02:15.036]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-18T22:27:03.2371044Z [00:02:15.036]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-18T22:27:03.2371715Z [00:02:15.036]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-18T22:27:03.2372302Z [00:02:15.036]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-18T22:27:03.2372831Z [00:02:15.036]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-18T22:27:03.2373346Z [00:02:15.036]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-18T22:27:03.2373716Z [00:02:15.036]➜  SUCH DAMAGES.
2025-08-18T22:27:03.2374199Z [00:02:15.036]➜  
2025-08-18T22:27:03.2374469Z [00:02:15.036]➜    17. Interpretation of Sections 15 and 16.
2025-08-18T22:27:03.2374748Z [00:02:15.036]➜  
2025-08-18T22:27:03.2375085Z [00:02:15.036]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-18T22:27:03.2375567Z [00:02:15.036]➜  above cannot be given local legal effect according to their terms,
2025-08-18T22:27:03.2376064Z [00:02:15.036]➜  reviewing courts shall apply local law that most closely approximates
2025-08-18T22:27:03.2376569Z [00:02:15.036]➜  an absolute waiver of all civil liability in connection with the
2025-08-18T22:27:03.2377058Z [00:02:15.036]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-18T22:27:03.2377477Z [00:02:15.036]➜  copy of the Program in return for a fee.
2025-08-18T22:27:03.2377749Z [00:02:15.036]➜  
2025-08-18T22:27:03.2378006Z [00:02:15.036]➜                       END OF TERMS AND CONDITIONS
2025-08-18T22:27:03.2378277Z [00:02:15.036]➜  
2025-08-18T22:27:03.2378568Z [00:02:15.036]➜              How to Apply These Terms to Your New Programs
2025-08-18T22:27:03.2378859Z [00:02:15.036]➜  
2025-08-18T22:27:03.2379185Z [00:02:15.036]➜    If you develop a new program, and you want it to be of the greatest
2025-08-18T22:27:03.2379674Z [00:02:15.036]➜  possible use to the public, the best way to achieve this is to make it
2025-08-18T22:27:03.2380195Z [00:02:15.036]➜  free software which everyone can redistribute and change under these terms.
2025-08-18T22:27:03.2380561Z [00:02:15.036]➜  
2025-08-18T22:27:03.2380896Z [00:02:15.036]➜    To do so, attach the following notices to the program.  It is safest
2025-08-18T22:27:03.2381381Z [00:02:15.036]➜  to attach them to the start of each source file to most effectively
2025-08-18T22:27:03.2382085Z [00:02:15.036]➜  state the exclusion of warranty; and each file should have at least
2025-08-18T22:27:03.2382584Z [00:02:15.036]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-18T22:27:03.2382926Z [00:02:15.036]➜  
2025-08-18T22:27:03.2383274Z [00:02:15.036]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-18T22:27:03.2383684Z [00:02:15.036]➜      Copyright (C) <year>  <name of author>
2025-08-18T22:27:03.2383955Z [00:02:15.036]➜  
2025-08-18T22:27:03.2384292Z [00:02:15.036]➜      This program is free software: you can redistribute it and/or modify
2025-08-18T22:27:03.2384783Z [00:02:15.036]➜      it under the terms of the GNU General Public License as published by
2025-08-18T22:27:03.2385513Z [00:02:15.036]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-18T22:27:03.2385996Z [00:02:15.036]➜      (at your option) any later version.
2025-08-18T22:27:03.2386266Z [00:02:15.036]➜  
2025-08-18T22:27:03.2386593Z [00:02:15.036]➜      This program is distributed in the hope that it will be useful,
2025-08-18T22:27:03.2387065Z [00:02:15.036]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-18T22:27:03.2387537Z [00:02:15.036]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-18T22:27:03.2387970Z [00:02:15.036]➜      GNU General Public License for more details.
2025-08-18T22:27:03.2388255Z [00:02:15.036]➜  
2025-08-18T22:27:03.2388586Z [00:02:15.036]➜      You should have received a copy of the GNU General Public License
2025-08-18T22:27:03.2389102Z [00:02:15.036]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-18T22:27:03.2389456Z [00:02:15.036]➜  
2025-08-18T22:27:03.2389810Z [00:02:15.036]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-18T22:27:03.2390166Z [00:02:15.036]➜  
2025-08-18T22:27:03.2390492Z [00:02:15.036]➜    If the program does terminal interaction, make it output a short
2025-08-18T22:27:03.2390939Z [00:02:15.036]➜  notice like this when it starts in an interactive mode:
2025-08-18T22:27:03.2391252Z [00:02:15.036]➜  
2025-08-18T22:27:03.2391815Z [00:02:15.036]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-18T22:27:03.2392585Z [00:02:15.036]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-18T22:27:03.2393087Z [00:02:15.036]➜      This is free software, and you are welcome to redistribute it
2025-08-18T22:27:03.2393519Z [00:02:15.036]➜      under certain conditions; type `show c' for details.
2025-08-18T22:27:03.2393823Z [00:02:15.036]➜  
2025-08-18T22:27:03.2394186Z [00:02:15.036]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-18T22:27:03.2394727Z [00:02:15.036]➜  parts of the General Public License.  Of course, your program's commands
2025-08-18T22:27:03.2395235Z [00:02:15.036]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-18T22:27:03.2395581Z [00:02:15.036]➜  
2025-08-18T22:27:03.2395939Z [00:02:15.036]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-18T22:27:03.2396447Z [00:02:15.036]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-18T22:27:03.2397015Z [00:02:15.036]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-18T22:27:03.2397439Z [00:02:15.036]➜  <https://www.gnu.org/licenses/>.
2025-08-18T22:27:03.2397706Z [00:02:15.036]➜  
2025-08-18T22:27:03.2398061Z [00:02:15.036]➜    The GNU General Public License does not permit incorporating your program
2025-08-18T22:27:03.2398602Z [00:02:15.036]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-18T22:27:03.2399146Z [00:02:15.036]➜  may consider it more useful to permit linking proprietary applications with
2025-08-18T22:27:03.2399662Z [00:02:15.036]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-18T22:27:03.2400147Z [00:02:15.036]➜  Public License instead of this License.  But first, please read
2025-08-18T22:27:03.2400590Z [00:02:15.036]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-18T22:27:03.2400890Z [00:02:15.036]➜  
2025-08-18T22:27:03.2401084Z [00:02:15.036]➜  
2025-08-18T22:27:03.7760022Z [00:02:15.601]➜  
2025-08-18T22:27:03.7760350Z [00:02:15.601]➜  File: LICENSE
2025-08-18T22:27:03.7760611Z [00:02:15.601]➜    Type: ASCII text
2025-08-18T22:27:03.7761048Z [00:02:15.601]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-18T22:27:03.7761753Z [00:02:15.601]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-18T22:27:03.7762169Z [00:02:15.601]➜    Size: 36K
2025-08-18T22:27:03.7865483Z [00:02:15.612]➜  
2025-08-18T22:27:03.7866158Z [00:02:15.612]➜  File: SBUILD
2025-08-18T22:27:03.7866580Z [00:02:15.612]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-18T22:27:03.7867101Z [00:02:15.612]➜    B3sum: e75f43afb72ce31f3b5ccb24c4a2b7502e752974d45e6d42a80bebcb21e3ecfa
2025-08-18T22:27:03.7867665Z [00:02:15.612]➜    SHA256sum: 876b8371d6561264a5d9c3b5213b3fd43307592ec301b57e43512c7010af2797
2025-08-18T22:27:03.7868050Z [00:02:15.612]➜    Size: 8.0K
2025-08-18T22:27:03.7951899Z [00:02:15.621]➜  
2025-08-18T22:27:03.7952200Z [00:02:15.621]➜  File: xcp.static.version
2025-08-18T22:27:03.7952538Z [00:02:15.621]➜    Type: ASCII text, with no line terminators
2025-08-18T22:27:03.7953014Z [00:02:15.621]➜    B3sum: dffa9d021a0e45c8f86c7fe1495452d1491039d217879c2320dcb956bee1a15b
2025-08-18T22:27:03.7953585Z [00:02:15.621]➜    SHA256sum: 0ce40a6c979fe33630402f054ba71fcdfbb598b0fb7eae86e8c1198a35b9c3b6
2025-08-18T22:27:03.7953985Z [00:02:15.621]➜    Size: 4.0K
2025-08-18T22:27:03.8038730Z [00:02:15.629]➜  
2025-08-18T22:27:03.8039029Z [00:02:15.629]➜  File: xcp.version
2025-08-18T22:27:03.8039356Z [00:02:15.629]➜    Type: ASCII text, with no line terminators
2025-08-18T22:27:03.8039831Z [00:02:15.629]➜    B3sum: dffa9d021a0e45c8f86c7fe1495452d1491039d217879c2320dcb956bee1a15b
2025-08-18T22:27:03.8040404Z [00:02:15.629]➜    SHA256sum: 0ce40a6c979fe33630402f054ba71fcdfbb598b0fb7eae86e8c1198a35b9c3b6
2025-08-18T22:27:03.8040805Z [00:02:15.629]➜    Size: 4.0K
2025-08-18T22:27:03.8041746Z [00:02:15.630]➜  
2025-08-18T22:27:03.8042301Z [00:02:15.630]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-18T22:27:03.8065098Z [00:02:15.632]➜  xcp.version:dffa9d021a0e45c8f86c7fe1495452d1491039d217879c2320dcb956bee1a15b
2025-08-18T22:27:03.8065727Z [00:02:15.632]➜  SBUILD:e75f43afb72ce31f3b5ccb24c4a2b7502e752974d45e6d42a80bebcb21e3ecfa
2025-08-18T22:27:03.8066336Z [00:02:15.632]➜  xcp.static.version:dffa9d021a0e45c8f86c7fe1495452d1491039d217879c2320dcb956bee1a15b
2025-08-18T22:27:03.8066948Z [00:02:15.632]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-18T22:27:03.8083385Z [00:02:15.634]➜  
2025-08-18T22:27:03.8083997Z [00:02:15.634]➜  [+] Signing xcp.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-18T22:27:03.8175694Z [00:02:15.643]➜  
2025-08-18T22:27:03.8176561Z [00:02:15.643]➜  [✓] SuccessFully Built xcp.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/xcp/static.official.source.yaml [Monday, 2025-08-18 (10:27:03 PM) UTC]
2025-08-18T22:27:03.8177276Z [00:02:15.643]➜  
2025-08-18T22:27:03.8214144Z [00:02:15.647]➜  [+] Total Size: 110M (Includes DUPES+TMPFILES)
2025-08-18T22:27:03.8214712Z [00:02:15.647]➜  [+] LOGPATH='/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.log'
2025-08-18T22:27:03.8226600Z [00:02:15.648]➜  [+] ENVPATH=/tmp/pkgforge/hm66C028p_SBUILD/ENVPATH
2025-08-18T22:27:03.8338600Z 
2025-08-18T22:27:03.8339400Z [+] Sanitizing /tmp/pkgforge/hm66C028p_SBUILD/BUILD.log ==> /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/xcp.static.log
2025-08-18T22:27:07.5547997Z 
2025-08-18T22:27:07.5548873Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/xcp/official]
2025-08-18T22:27:07.5549354Z [+] LOGS (Build Dir): /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:07.5549618Z 
2025-08-18T22:27:07.6291995Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:27:08.1742457Z ./BUILD_ARTIFACTS.tar : 32.16%   (   109 MiB =>   35.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:27:08.1939961Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:27:08.1974260Z 
2025-08-18T22:27:08.1974941Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml :: 00(Hr):02(Min):20(Sec)
2025-08-18T22:27:08.1975549Z 
2025-08-18T22:27:08.1988014Z 
2025-08-18T22:27:08.1988544Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:27:08 PM) UTC
2025-08-18T22:27:08.1988808Z 
2025-08-18T22:27:08.4336115Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:27:08.4385888Z ##[group]Run ##Presets
2025-08-18T22:27:08.4386221Z [36;1m##Presets[0m
2025-08-18T22:27:08.4386402Z [36;1mset +x ; set +e[0m
2025-08-18T22:27:08.4386590Z [36;1m#-------------#[0m
2025-08-18T22:27:08.4386772Z [36;1m##Debug?[0m
2025-08-18T22:27:08.4386985Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:27:08.4387272Z [36;1m  set -x[0m
2025-08-18T22:27:08.4387435Z [36;1mfi[0m
2025-08-18T22:27:08.4387595Z [36;1m#-------------#[0m
2025-08-18T22:27:08.4387775Z [36;1m##Set ENV[0m
2025-08-18T22:27:08.4387988Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:27:08.4388380Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-18T22:27:08.4388752Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-18T22:27:08.4389114Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-"[0m
2025-08-18T22:27:08.4389569Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:27:08.4389952Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:27:08.4390389Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:27:08.4390711Z [36;1m fi[0m
2025-08-18T22:27:08.4390871Z [36;1m##Push[0m
2025-08-18T22:27:08.4391367Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:27:08.4391811Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:27:08.4392166Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:27:08.4392621Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:27:08.4393049Z [36;1m     ls -sh "/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:27:08.4393367Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:27:08.4393561Z [36;1m       {[0m
2025-08-18T22:27:08.4393740Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:27:08.4394059Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:27:08.4394482Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:27:08.4394895Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:27:08.4395309Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-18T22:27:08.4395707Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-18T22:27:08.4396080Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-18T22:27:08.4396449Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-18T22:27:08.4396822Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-18T22:27:08.4397192Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-18T22:27:08.4397580Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-18T22:27:08.4398037Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-18T22:27:08.4398521Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:27:08.4398963Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-18T22:27:08.4399377Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-18T22:27:08.4399782Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-18T22:27:08.4400215Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-xcp")[0m
2025-08-18T22:27:08.4400641Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-18T22:27:08.4401327Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:27:08.4401904Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-18T22:27:08.4402303Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:27:08.4402785Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:27:08.4403204Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:27:08.4403436Z [36;1m         #Check[0m
2025-08-18T22:27:08.4403963Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-18T22:27:08.4404642Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:27:08.4404973Z [36;1m            break[0m
2025-08-18T22:27:08.4405165Z [36;1m          else[0m
2025-08-18T22:27:08.4405545Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-18T22:27:08.4405956Z [36;1m          fi[0m
2025-08-18T22:27:08.4406153Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:27:08.4406389Z [36;1m        done[0m
2025-08-18T22:27:08.4406763Z [36;1m       }[0m
2025-08-18T22:27:08.4406952Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:27:08.4407182Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:27:08.4407717Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-18T22:27:08.4408431Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:27:08.4408817Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:27:08.4409059Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:27:08.4409609Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-18T22:27:08.4410289Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:27:08.4410783Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:27:08.4411162Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:27:08.4411378Z [36;1m           fi[0m
2025-08-18T22:27:08.4411699Z [36;1m       fi[0m
2025-08-18T22:27:08.4411870Z [36;1m   fi[0m
2025-08-18T22:27:08.4412029Z [36;1m fi[0m
2025-08-18T22:27:08.4412196Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:27:08.4560800Z shell: /usr/bin/bash -e {0}
2025-08-18T22:27:08.4561015Z env:
2025-08-18T22:27:08.4561175Z   CROSS_COMPILING: NO
2025-08-18T22:27:08.4561370Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:08.4561838Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:08.4562046Z   ON_QEMU: NO
2025-08-18T22:27:08.4562201Z   DEBUG: 0
2025-08-18T22:27:08.4562361Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:08.4562574Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:08.4562831Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:08.4563132Z   KEEP_LOGS: YES
2025-08-18T22:27:08.4563304Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:08.4563499Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:08.4563684Z   SBUILD_REBUILD: false
2025-08-18T22:27:08.4564179Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:08.4564705Z   BUILD_SYS: docker://rust
2025-08-18T22:27:08.4564904Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:08.4565088Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:08.4565264Z   SYSTMP: /tmp
2025-08-18T22:27:08.4565427Z   GHA_MODE: MATRIX
2025-08-18T22:27:08.4566121Z   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-18T22:27:08.4566625Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:08.4566925Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:08.4567287Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:08.4567748Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:08.4568099Z   PKG_TYPE: static
2025-08-18T22:27:08.4568274Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:08.4568462Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:08.4569147Z   GHCR_TOKEN: ***
2025-08-18T22:27:08.4569428Z   GITHUB_TOKEN: ***
2025-08-18T22:27:08.4569630Z   GITLAB_TOKEN: ***
2025-08-18T22:27:08.4570718Z   MINISIGN_KEY: ***
2025-08-18T22:27:08.4570883Z ##[endgroup]
2025-08-18T22:27:08.4636605Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:27:08.4644780Z 36M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:27:08.4654916Z total 640K
2025-08-18T22:27:08.4655093Z 4.0K CHECKSUM
2025-08-18T22:27:08.4655259Z 4.0K CHECKSUM.sig
2025-08-18T22:27:08.4655451Z  36K LICENSE
2025-08-18T22:27:08.4655608Z 4.0K LICENSE.sig
2025-08-18T22:27:08.4655772Z 8.0K SBUILD
2025-08-18T22:27:08.4655925Z 4.0K SBUILD.sig
2025-08-18T22:27:08.4656085Z 4.0K SBUILD_TEMP
2025-08-18T22:27:08.4656253Z 560K xcp.static.log
2025-08-18T22:27:08.4656748Z 4.0K xcp.static.version
2025-08-18T22:27:08.4656944Z 4.0K xcp.static.version.sig
2025-08-18T22:27:08.4657137Z 4.0K xcp.version
2025-08-18T22:27:08.4657302Z 4.0K xcp.version.sig
2025-08-18T22:27:08.4868924Z Error: "ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/xcp/official/xcp-srcbuild-"
2025-08-18T22:27:08.4869688Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-18T22:27:13.4919832Z Error: "ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/xcp/official/xcp-srcbuild-"
2025-08-18T22:27:13.4920610Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-18T22:27:13.4931166Z 
2025-08-18T22:27:13.4932433Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:13.4932765Z 
2025-08-18T22:27:13.4966188Z Error: "ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/xcp/official/xcp-srcbuild-"
2025-08-18T22:27:13.4969541Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-18T22:27:13.5001772Z ##[group]Run ##Presets
2025-08-18T22:27:13.5002044Z [36;1m##Presets[0m
2025-08-18T22:27:13.5002220Z [36;1mset +x ; set +e[0m
2025-08-18T22:27:13.5002410Z [36;1m#-------------#[0m
2025-08-18T22:27:13.5002594Z [36;1m##Debug?[0m
2025-08-18T22:27:13.5002809Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:27:13.5003078Z [36;1m  set -x[0m
2025-08-18T22:27:13.5003243Z [36;1mfi[0m
2025-08-18T22:27:13.5003398Z [36;1m#-------------#[0m
2025-08-18T22:27:13.5003633Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:27:13.5003939Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:27:13.5035771Z shell: /usr/bin/bash -e {0}
2025-08-18T22:27:13.5035999Z env:
2025-08-18T22:27:13.5036158Z   CROSS_COMPILING: NO
2025-08-18T22:27:13.5036352Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:13.5036564Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:13.5036761Z   ON_QEMU: NO
2025-08-18T22:27:13.5036956Z   DEBUG: 0
2025-08-18T22:27:13.5037120Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:13.5037331Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:13.5037585Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:13.5037844Z   KEEP_LOGS: YES
2025-08-18T22:27:13.5038014Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:13.5038205Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:13.5038391Z   SBUILD_REBUILD: false
2025-08-18T22:27:13.5038876Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:13.5039402Z   BUILD_SYS: docker://rust
2025-08-18T22:27:13.5039601Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:13.5039780Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:13.5039968Z   SYSTMP: /tmp
2025-08-18T22:27:13.5040129Z   GHA_MODE: MATRIX
2025-08-18T22:27:13.5040531Z   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-18T22:27:13.5041074Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:13.5041379Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:13.5041977Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:13.5042439Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:13.5042796Z   PKG_TYPE: static
2025-08-18T22:27:13.5042973Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:13.5043159Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:13.5043345Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:13.5043650Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:13.5043980Z ##[endgroup]
2025-08-18T22:27:13.5165374Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:27:13.5165914Z with:
2025-08-18T22:27:13.5166322Z   name: Bincache_xcp_aarch64-Linux
2025-08-18T22:27:13.5166616Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:27:13.5166881Z   compression-level: 0
2025-08-18T22:27:13.5167068Z   retention-days: 30
2025-08-18T22:27:13.5167246Z   overwrite: true
2025-08-18T22:27:13.5167416Z   if-no-files-found: warn
2025-08-18T22:27:13.5167618Z   include-hidden-files: false
2025-08-18T22:27:13.5167870Z env:
2025-08-18T22:27:13.5168040Z   CROSS_COMPILING: NO
2025-08-18T22:27:13.5168230Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:13.5168438Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:13.5168636Z   ON_QEMU: NO
2025-08-18T22:27:13.5168787Z   DEBUG: 0
2025-08-18T22:27:13.5168947Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:13.5169156Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:13.5169410Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:13.5169739Z   KEEP_LOGS: YES
2025-08-18T22:27:13.5169911Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:13.5170109Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:13.5170293Z   SBUILD_REBUILD: false
2025-08-18T22:27:13.5170785Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:13.5171309Z   BUILD_SYS: docker://rust
2025-08-18T22:27:13.5171772Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:13.5171977Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:13.5172156Z   SYSTMP: /tmp
2025-08-18T22:27:13.5172318Z   GHA_MODE: MATRIX
2025-08-18T22:27:13.5172714Z   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-18T22:27:13.5173203Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:13.5173504Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:13.5173867Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:13.5174329Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:13.5174690Z   PKG_TYPE: static
2025-08-18T22:27:13.5174865Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:13.5175054Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:13.5175234Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:13.5175541Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:13.5175880Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:13.5176084Z ##[endgroup]
2025-08-18T22:27:13.8524904Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:27:13.8527502Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:27:13.8527909Z With the provided path, there will be 2 files uploaded
2025-08-18T22:27:14.0787585Z Artifact name is valid!
2025-08-18T22:27:14.0790831Z Root directory input is valid!
2025-08-18T22:27:14.1942505Z Beginning upload of artifact content to blob storage
2025-08-18T22:27:14.8144930Z Uploaded bytes 8388608
2025-08-18T22:27:15.0165527Z Uploaded bytes 16777216
2025-08-18T22:27:15.0325651Z Uploaded bytes 25165824
2025-08-18T22:27:15.0343078Z Uploaded bytes 33554432
2025-08-18T22:27:15.1931069Z Uploaded bytes 37674973
2025-08-18T22:27:15.2553274Z Finished uploading artifact content to blob storage!
2025-08-18T22:27:15.2557763Z SHA256 digest of uploaded artifact zip is 44c4df51606fdff7f585dd74a465aa986be563331fd14c0a1ce5c121bbf29b76
2025-08-18T22:27:15.2558239Z Finalizing artifact upload
2025-08-18T22:27:15.3696993Z Artifact Bincache_xcp_aarch64-Linux.zip successfully finalized. Artifact ID 3793263953
2025-08-18T22:27:15.3697647Z Artifact Bincache_xcp_aarch64-Linux has been successfully uploaded! Final size is 37674973 bytes. Artifact ID is 3793263953
2025-08-18T22:27:15.3710233Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051384593/artifacts/3793263953
2025-08-18T22:27:15.3911579Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:27:15.3911916Z with:
2025-08-18T22:27:15.3912340Z   subject-name: xcp--
2025-08-18T22:27:15.3913016Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:27:15.3913713Z   show-summary: true
2025-08-18T22:27:15.3913906Z   push-to-registry: false
2025-08-18T22:27:15.3914291Z   github-token: ***
2025-08-18T22:27:15.3914467Z env:
2025-08-18T22:27:15.3914626Z   CROSS_COMPILING: NO
2025-08-18T22:27:15.3914820Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:15.3915036Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:15.3915239Z   ON_QEMU: NO
2025-08-18T22:27:15.3915398Z   DEBUG: 0
2025-08-18T22:27:15.3915564Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:15.3915782Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:15.3916082Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:15.3916353Z   KEEP_LOGS: YES
2025-08-18T22:27:15.3916527Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:15.3916729Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:15.3916919Z   SBUILD_REBUILD: false
2025-08-18T22:27:15.3917410Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:15.3917939Z   BUILD_SYS: docker://rust
2025-08-18T22:27:15.3918140Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:15.3918327Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:15.3918513Z   SYSTMP: /tmp
2025-08-18T22:27:15.3918678Z   GHA_MODE: MATRIX
2025-08-18T22:27:15.3919081Z   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-18T22:27:15.3919577Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:15.3919886Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:15.3920259Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:15.3920783Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:15.3921153Z   PKG_TYPE: static
2025-08-18T22:27:15.3921332Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:15.3921719Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:15.3921919Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:15.3922231Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:15.3922580Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:15.3922791Z ##[endgroup]
2025-08-18T22:27:15.3999307Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:27:15.3999718Z env:
2025-08-18T22:27:15.3999878Z   CROSS_COMPILING: NO
2025-08-18T22:27:15.4000072Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:15.4000290Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:15.4000495Z   ON_QEMU: NO
2025-08-18T22:27:15.4000652Z   DEBUG: 0
2025-08-18T22:27:15.4000832Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:15.4001052Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:15.4001312Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:15.4001789Z   KEEP_LOGS: YES
2025-08-18T22:27:15.4001970Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:15.4002167Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:15.4002357Z   SBUILD_REBUILD: false
2025-08-18T22:27:15.4002854Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:15.4003383Z   BUILD_SYS: docker://rust
2025-08-18T22:27:15.4003587Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:15.4003774Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:15.4003959Z   SYSTMP: /tmp
2025-08-18T22:27:15.4004129Z   GHA_MODE: MATRIX
2025-08-18T22:27:15.4004533Z   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-18T22:27:15.4005026Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:15.4005602Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:15.4005995Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:15.4006602Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:15.4006970Z   PKG_TYPE: static
2025-08-18T22:27:15.4007151Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:15.4007350Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:15.4007540Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:15.4007853Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:15.4008199Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:15.4008408Z ##[endgroup]
2025-08-18T22:27:15.9697996Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:27:15.9698323Z with:
2025-08-18T22:27:15.9698984Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:27:15.9699688Z   subject-name: xcp--
2025-08-18T22:27:15.9699946Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:27:15.9702794Z   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/17051384593/attempts/1"}}}
2025-08-18T22:27:15.9705331Z   push-to-registry: false
2025-08-18T22:27:15.9705536Z   show-summary: true
2025-08-18T22:27:15.9705966Z   github-token: ***
2025-08-18T22:27:15.9706168Z env:
2025-08-18T22:27:15.9706325Z   CROSS_COMPILING: NO
2025-08-18T22:27:15.9706522Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:15.9706741Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:15.9706948Z   ON_QEMU: NO
2025-08-18T22:27:15.9707105Z   DEBUG: 0
2025-08-18T22:27:15.9707273Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:15.9707491Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:15.9707757Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:15.9708027Z   KEEP_LOGS: YES
2025-08-18T22:27:15.9708205Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:15.9708403Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:15.9708596Z   SBUILD_REBUILD: false
2025-08-18T22:27:15.9709081Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:15.9709618Z   BUILD_SYS: docker://rust
2025-08-18T22:27:15.9709824Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:15.9710018Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:15.9710210Z   SYSTMP: /tmp
2025-08-18T22:27:15.9710378Z   GHA_MODE: MATRIX
2025-08-18T22:27:15.9710788Z   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-18T22:27:15.9711284Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:15.9711803Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:15.9712186Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:15.9712653Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:15.9713022Z   PKG_TYPE: static
2025-08-18T22:27:15.9713206Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:15.9713403Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:15.9713595Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:15.9714221Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:15.9714588Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:15.9714977Z ##[endgroup]
2025-08-18T22:27:17.4883267Z Attestation created for 12 subjects
2025-08-18T22:27:17.4887440Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:27:17.4887882Z -----BEGIN CERTIFICATE-----
2025-08-18T22:27:17.4888226Z MIIG7jCCBnWgAwIBAgIUSQXag9dRlv1xfT32PPxv2zw9WpwwCgYIKoZIzj0EAwMw
2025-08-18T22:27:17.4888701Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:27:17.4889165Z cm1lZGlhdGUwHhcNMjUwODE4MjIyNzE2WhcNMjUwODE4MjIzNzE2WjAAMFkwEwYH
2025-08-18T22:27:17.4889608Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEB6/iJO7UMTUeVDSomMt/FeIFukydPgUKELn5
2025-08-18T22:27:17.4890041Z lbU4YB5SV6cWPuu9jE5LKdljiSHVDK5sJB2ehXK69yyDUiL9+6OCBZQwggWQMA4G
2025-08-18T22:27:17.4890495Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU3qQ/
2025-08-18T22:27:17.4890969Z g99kXyuHRQcAVYiBex/6k/4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:27:17.4891538Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:27:17.4892010Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:27:17.4892463Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:27:17.4892907Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:27:17.4893335Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:27:17.4893784Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:27:17.4894241Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:27:17.4894707Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:27:17.4895163Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:27:17.4895606Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:27:17.4896064Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:27:17.4896520Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:27:17.4896974Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:27:17.4897425Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:27:17.4897892Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:27:17.4898356Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:27:17.4898813Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:27:17.4899267Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:27:17.4899717Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:27:17.4900194Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:27:17.4900651Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:27:17.4901118Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:27:17.4901719Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:27:17.4902200Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMzg0NTkzL2F0
2025-08-18T22:27:17.4902657Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-18T22:27:17.4903126Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/S0AU
2025-08-18T22:27:17.4903589Z AAAEAwBHMEUCIBNvKmMgNgje7KkaF/kcOhIOEoX7j2tkl0Akkj/oJYd9AiEA/6gG
2025-08-18T22:27:17.4904023Z drdT1eaUP9Ej84o4qeKFW2QOJCAtsWKM40GleNwwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-18T22:27:17.4904473Z ecYnon71rm0ozPXp49O1nZH9nkiSlpsecWu7nVMf3pqPmNqth5Qfc+ljwTbqBYhU
2025-08-18T22:27:17.4904924Z AjBHQEeRNYDVO35kMNZpT9lgHxKwzw1l3sLCjra6wE9pyCrvLzsr93+zHWegyDER
2025-08-18T22:27:17.4905251Z Hcc=
2025-08-18T22:27:17.4905412Z -----END CERTIFICATE-----
2025-08-18T22:27:17.4905546Z 
2025-08-18T22:27:17.4905928Z ##[endgroup]
2025-08-18T22:27:17.4906648Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:27:17.4907069Z https://search.sigstore.dev?logIndex=408744280
2025-08-18T22:27:17.4907651Z [36mAttestation uploaded to repository[39m
2025-08-18T22:27:17.4907967Z https://github.com/pkgforge/bincache/attestations/9787428
2025-08-18T22:27:17.5800865Z ##[group]Run ##Presets
2025-08-18T22:27:17.5801145Z [36;1m##Presets[0m
2025-08-18T22:27:17.5801329Z [36;1mset +x ; set +e[0m
2025-08-18T22:27:17.5801747Z [36;1m#-------------#[0m
2025-08-18T22:27:17.5801945Z [36;1m##Debug?[0m
2025-08-18T22:27:17.5802171Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:27:17.5802445Z [36;1m  set -x[0m
2025-08-18T22:27:17.5802619Z [36;1mfi[0m
2025-08-18T22:27:17.5802784Z [36;1m#-------------#[0m
2025-08-18T22:27:17.5803072Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:27:17.5803550Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/xcp/official"[0m
2025-08-18T22:27:17.5803927Z [36;1m exit 1[0m
2025-08-18T22:27:17.5804093Z [36;1mfi[0m
2025-08-18T22:27:17.5834846Z shell: /usr/bin/bash -e {0}
2025-08-18T22:27:17.5835064Z env:
2025-08-18T22:27:17.5835231Z   CROSS_COMPILING: NO
2025-08-18T22:27:17.5835476Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:17.5835699Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:17.5835902Z   ON_QEMU: NO
2025-08-18T22:27:17.5836064Z   DEBUG: 0
2025-08-18T22:27:17.5836229Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:17.5836448Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:17.5836716Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:17.5836988Z   KEEP_LOGS: YES
2025-08-18T22:27:17.5837167Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:17.5837364Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:17.5837557Z   SBUILD_REBUILD: false
2025-08-18T22:27:17.5838051Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:17.5838584Z   BUILD_SYS: docker://rust
2025-08-18T22:27:17.5838787Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:17.5839037Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:17.5839227Z   SYSTMP: /tmp
2025-08-18T22:27:17.5839396Z   GHA_MODE: MATRIX
2025-08-18T22:27:17.5839809Z   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-18T22:27:17.5840302Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:17.5840614Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:17.5840990Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:17.5841633Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:17.5842010Z   PKG_TYPE: static
2025-08-18T22:27:17.5842191Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:17.5842388Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:17.5842579Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:17.5842891Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:17.5843243Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:17.5843463Z ##[endgroup]
2025-08-18T22:27:17.5908169Z ##[group]Run ##Presets
2025-08-18T22:27:17.5908424Z [36;1m##Presets[0m
2025-08-18T22:27:17.5908605Z [36;1mset +x ; set +e[0m
2025-08-18T22:27:17.5908799Z [36;1m#-------------#[0m
2025-08-18T22:27:17.5908986Z [36;1m##Debug?[0m
2025-08-18T22:27:17.5909209Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:27:17.5909480Z [36;1m  set -x[0m
2025-08-18T22:27:17.5909651Z [36;1mfi[0m
2025-08-18T22:27:17.5909819Z [36;1m#-------------#[0m
2025-08-18T22:27:17.5910040Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:27:17.5910453Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/xcp/official"[0m
2025-08-18T22:27:17.5910833Z [36;1m exit 1[0m
2025-08-18T22:27:17.5911002Z [36;1mfi[0m
2025-08-18T22:27:17.5936184Z shell: /usr/bin/bash -e {0}
2025-08-18T22:27:17.5936407Z env:
2025-08-18T22:27:17.5936574Z   CROSS_COMPILING: NO
2025-08-18T22:27:17.5936977Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:17.5937235Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:17.5937441Z   ON_QEMU: NO
2025-08-18T22:27:17.5937602Z   DEBUG: 0
2025-08-18T22:27:17.5937769Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:17.5937987Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:17.5938250Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:17.5938531Z   KEEP_LOGS: YES
2025-08-18T22:27:17.5938709Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:17.5938907Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:17.5939098Z   SBUILD_REBUILD: false
2025-08-18T22:27:17.5939594Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:17.5940124Z   BUILD_SYS: docker://rust
2025-08-18T22:27:17.5940326Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:17.5940513Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:17.5940706Z   SYSTMP: /tmp
2025-08-18T22:27:17.5940872Z   GHA_MODE: MATRIX
2025-08-18T22:27:17.5941290Z   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-18T22:27:17.5941957Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:17.5942269Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:17.5942640Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:17.5943110Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:17.5943474Z   PKG_TYPE: static
2025-08-18T22:27:17.5943654Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:17.5943853Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:17.5944045Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:17.5944360Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:17.5944704Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:17.5944916Z ##[endgroup]
2025-08-18T22:27:17.5983888Z 
2025-08-18T22:27:17.5984178Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:17.5994124Z ##[error]Process completed with exit code 1.
2025-08-18T22:27:17.6032515Z ##[group]Run ##Presets
2025-08-18T22:27:17.6032775Z [36;1m##Presets[0m
2025-08-18T22:27:17.6032961Z [36;1mset +x ; set +e[0m
2025-08-18T22:27:17.6033157Z [36;1m#-------------#[0m
2025-08-18T22:27:17.6033350Z [36;1m##Debug?[0m
2025-08-18T22:27:17.6033575Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:27:17.6033855Z [36;1m  set -x[0m
2025-08-18T22:27:17.6034023Z [36;1mfi[0m
2025-08-18T22:27:17.6034187Z [36;1m#-------------#[0m
2025-08-18T22:27:17.6034505Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:27:17.6034875Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:27:17.6035155Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:27:17.6035404Z [36;1mfi[0m
2025-08-18T22:27:17.6059861Z shell: /usr/bin/bash -e {0}
2025-08-18T22:27:17.6060077Z env:
2025-08-18T22:27:17.6060240Z   CROSS_COMPILING: NO
2025-08-18T22:27:17.6060494Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:27:17.6060717Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:27:17.6060925Z   ON_QEMU: NO
2025-08-18T22:27:17.6061083Z   DEBUG: 0
2025-08-18T22:27:17.6061250Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:27:17.6061670Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:27:17.6061951Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/xcp/official
2025-08-18T22:27:17.6062227Z   KEEP_LOGS: YES
2025-08-18T22:27:17.6062405Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:27:17.6062606Z   PKG_FAMILY_LOCAL: xcp
2025-08-18T22:27:17.6062797Z   SBUILD_REBUILD: false
2025-08-18T22:27:17.6063292Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/xcp/static.official.source.yaml
2025-08-18T22:27:17.6063827Z   BUILD_SYS: docker://rust
2025-08-18T22:27:17.6064034Z   BUILD_ON_HOST: FALSE
2025-08-18T22:27:17.6064455Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:27:17.6064643Z   SYSTMP: /tmp
2025-08-18T22:27:17.6064811Z   GHA_MODE: MATRIX
2025-08-18T22:27:17.6065224Z   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-18T22:27:17.6065717Z   INPUT_SBUILD: /tmp/pkgforge/pa8NFtSOc_build.yaml
2025-08-18T22:27:17.6066027Z   BUILD_DIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml
2025-08-18T22:27:17.6066404Z   SBUILD_OUTDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR
2025-08-18T22:27:17.6066871Z   SBUILD_TMPDIR: /tmp/pkgforge/uCFBCYJ_pa8NFtSOc_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:27:17.6067234Z   PKG_TYPE: static
2025-08-18T22:27:17.6067415Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:27:17.6067613Z   PUSH_SUCCESSFUL: NO
2025-08-18T22:27:17.6067803Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-18T22:27:17.6068117Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/xcp/official/xcp-srcbuild-
2025-08-18T22:27:17.6068466Z   UTC_TIME: 2025_08_18T10_27_13_PM
2025-08-18T22:27:17.6068682Z ##[endgroup]
2025-08-18T22:27:17.6116423Z EXITED
2025-08-18T22:27:17.6158952Z Cleaning up orphan processes
