﻿2025-08-20T22:12:41.4356992Z Current runner version: '2.328.0'
2025-08-20T22:12:41.4391341Z ##[group]Runner Image Provisioner
2025-08-20T22:12:41.4392340Z Hosted Compute Agent
2025-08-20T22:12:41.4393384Z Version: 20250818.377
2025-08-20T22:12:41.4394024Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:12:41.4394740Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:12:41.4395742Z ##[endgroup]
2025-08-20T22:12:41.4396321Z ##[group]VM Image
2025-08-20T22:12:41.4396900Z - OS: Linux (arm64)
2025-08-20T22:12:41.4397549Z - Source: Partner
2025-08-20T22:12:41.4398107Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:12:41.4398708Z - Version: 20250728.24.1
2025-08-20T22:12:41.4399731Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:12:41.4400760Z ##[endgroup]
2025-08-20T22:12:41.4402119Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:12:41.4406059Z Attestations: write
2025-08-20T22:12:41.4406814Z Contents: write
2025-08-20T22:12:41.4407606Z Metadata: read
2025-08-20T22:12:41.4408315Z Packages: write
2025-08-20T22:12:41.4408898Z ##[endgroup]
2025-08-20T22:12:41.4412631Z Secret source: Actions
2025-08-20T22:12:41.4413766Z Prepare workflow directory
2025-08-20T22:12:41.4821389Z Prepare all required actions
2025-08-20T22:12:41.4864494Z Getting action download info
2025-08-20T22:12:41.8762419Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:12:42.9227004Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:12:43.5804764Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:12:43.7497694Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:12:44.3900080Z Getting action download info
2025-08-20T22:12:44.5781689Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:12:45.0989127Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:12:45.7354701Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/ripgen/official)
2025-08-20T22:12:45.7992776Z ##[group]Run ##Presets
2025-08-20T22:12:45.7993490Z [36;1m##Presets[0m
2025-08-20T22:12:45.7993996Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:45.7994292Z [36;1m#-------------#[0m
2025-08-20T22:12:45.7994783Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:12:45.7995424Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:12:45.7995841Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.7996274Z [36;1m  fi[0m
2025-08-20T22:12:45.7996588Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:12:45.7997015Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:12:45.7997491Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.7997813Z [36;1m  fi[0m
2025-08-20T22:12:45.7998161Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:12:45.7998678Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:12:45.7999117Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.7999491Z [36;1m  fi[0m
2025-08-20T22:12:45.7999789Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:12:45.8000239Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:12:45.8000596Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:12:45.8000928Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:12:45.8001380Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.8002110Z [36;1m     else[0m
2025-08-20T22:12:45.8002493Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.8002839Z [36;1m     fi[0m
2025-08-20T22:12:45.8003103Z [36;1m  fi[0m
2025-08-20T22:12:45.8003352Z [36;1mfi[0m
2025-08-20T22:12:45.8034259Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:45.8035197Z env:
2025-08-20T22:12:45.8036363Z   GH_TOKEN: ***
2025-08-20T22:12:45.8036793Z ##[endgroup]
2025-08-20T22:12:45.8789913Z ##[group]Run ##Presets
2025-08-20T22:12:45.8790354Z [36;1m##Presets[0m
2025-08-20T22:12:45.8791022Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:45.8791358Z [36;1m#-------------#[0m
2025-08-20T22:12:45.8791691Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:12:45.8792313Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:12:45.8792832Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:12:45.8793343Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:12:45.8793811Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:12:45.8794292Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:12:45.8794719Z [36;1m  exit 1[0m
2025-08-20T22:12:45.8794960Z [36;1mfi[0m
2025-08-20T22:12:45.8821999Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:45.8822375Z env:
2025-08-20T22:12:45.8822984Z   RO_GHTOKEN: ***
2025-08-20T22:12:45.8823323Z   RO_GLTOKEN: ***
2025-08-20T22:12:45.8824570Z   MINISIGN_KEY: ***
2025-08-20T22:12:45.8824853Z ##[endgroup]
2025-08-20T22:12:45.9120801Z ##[group]Run ##Presets
2025-08-20T22:12:45.9121431Z [36;1m##Presets[0m
2025-08-20T22:12:45.9121701Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:45.9121975Z [36;1m#-------------#[0m
2025-08-20T22:12:45.9122303Z [36;1m##Host Triplet[0m
2025-08-20T22:12:45.9122684Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:12:45.9123047Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:12:45.9123542Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:12:45.9123907Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:12:45.9124218Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:12:45.9124651Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:12:45.9125039Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:12:45.9125676Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:12:45.9125979Z [36;1m   fi[0m
2025-08-20T22:12:45.9126447Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:12:45.9126869Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:12:45.9127207Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:12:45.9127611Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:12:45.9127935Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:12:45.9128199Z [36;1m fi[0m
2025-08-20T22:12:45.9128610Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9129056Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9129543Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9129944Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9130257Z [36;1m##Debug[0m
2025-08-20T22:12:45.9130617Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:12:45.9130960Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:12:45.9131204Z [36;1m else[0m
2025-08-20T22:12:45.9131509Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:12:45.9131764Z [36;1m fi[0m
2025-08-20T22:12:45.9132013Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9132418Z [36;1m##Docker Platform[0m
2025-08-20T22:12:45.9133097Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:12:45.9133517Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:12:45.9133908Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:12:45.9134281Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:12:45.9134724Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:12:45.9135098Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:12:45.9135793Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:12:45.9136264Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:12:45.9136546Z [36;1m fi[0m
2025-08-20T22:12:45.9136982Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9137450Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9137826Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:12:45.9138385Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ripgen/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:12:45.9138929Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:12:45.9139345Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9139774Z [36;1m##Logs[0m
2025-08-20T22:12:45.9140193Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:12:45.9140745Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:12:45.9141045Z [36;1m else[0m
2025-08-20T22:12:45.9141324Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:12:45.9141705Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:12:45.9142012Z [36;1m fi[0m
2025-08-20T22:12:45.9142597Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9143102Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9143508Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:12:45.9143875Z [36;1m PKG_FAMILY_LOCAL="$(echo "ripgen" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:12:45.9144354Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:12:45.9144704Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9145108Z [36;1m##Rebuild[0m
2025-08-20T22:12:45.9145618Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:12:45.9145980Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:12:45.9146329Z [36;1m else[0m
2025-08-20T22:12:45.9146593Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:12:45.9146886Z [36;1m fi[0m
2025-08-20T22:12:45.9147250Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9147630Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:12:45.9148127Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:12:45.9148738Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:12:45.9149583Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:12:45.9150391Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:12:45.9150818Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:12:45.9151275Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:12:45.9151838Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:12:45.9152248Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9152632Z [36;1m    exit 1[0m
2025-08-20T22:12:45.9152939Z [36;1m   else[0m
2025-08-20T22:12:45.9153191Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:12:45.9153617Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9153997Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:12:45.9154643Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:12:45.9155145Z [36;1m      #check if supported[0m
2025-08-20T22:12:45.9155836Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:12:45.9156489Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:12:45.9156979Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:12:45.9157317Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9157690Z [36;1m         exit 1[0m
2025-08-20T22:12:45.9157971Z [36;1m       fi[0m
2025-08-20T22:12:45.9158214Z [36;1m      #get build system[0m
2025-08-20T22:12:45.9158686Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:12:45.9159114Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:12:45.9159445Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9159936Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:12:45.9160314Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9160715Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9161119Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:12:45.9161498Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9161942Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:45.9162259Z [36;1m       fi[0m
2025-08-20T22:12:45.9162743Z [36;1m     fi[0m
2025-08-20T22:12:45.9163114Z [36;1m   fi[0m
2025-08-20T22:12:45.9163372Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:12:45.9190303Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:45.9190630Z ##[endgroup]
2025-08-20T22:12:46.6719957Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:12:46.6720653Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:12:46.6721053Z 
2025-08-20T22:12:46.8127308Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:12:46.8128116Z 100  5204  100  5204    0     0  36547      0 --:--:-- --:--:-- --:--:-- 36647
2025-08-20T22:12:46.8138817Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:12:46.8335030Z ##[group]Run ##Presets
2025-08-20T22:12:46.8335811Z [36;1m##Presets[0m
2025-08-20T22:12:46.8336074Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:46.8336481Z [36;1m#-------------#[0m
2025-08-20T22:12:46.8336743Z [36;1m##Debug?[0m
2025-08-20T22:12:46.8337125Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:46.8337481Z [36;1m  set -x[0m
2025-08-20T22:12:46.8337691Z [36;1mfi[0m
2025-08-20T22:12:46.8338012Z [36;1m#-------------#[0m
2025-08-20T22:12:46.8338264Z [36;1m##CoreUtils[0m
2025-08-20T22:12:46.8338518Z [36;1msudo apt update -y[0m
2025-08-20T22:12:46.8338965Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:12:46.8339998Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:12:46.8341071Z [36;1m##tmp[0m
2025-08-20T22:12:46.8341459Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:12:46.8341861Z [36;1m#GH ENV[0m
2025-08-20T22:12:46.8342214Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:46.8342587Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:46.8342992Z [36;1m#-------------#[0m
2025-08-20T22:12:46.8343275Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:12:46.8343812Z [36;1msudo apt update -y[0m
2025-08-20T22:12:46.8344177Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:12:46.8344520Z [36;1m##Setup Minisign[0m
2025-08-20T22:12:46.8344816Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:12:46.8345601Z [36;1mecho "***[0m
2025-08-20T22:12:46.8346998Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:12:46.8347413Z [36;1m##User-Agent[0m
2025-08-20T22:12:46.8348186Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:12:46.8349040Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:46.8375377Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:46.8375700Z env:
2025-08-20T22:12:46.8376164Z   CROSS_COMPILING: NO
2025-08-20T22:12:46.8376511Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:46.8376853Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:46.8377149Z   ON_QEMU: NO
2025-08-20T22:12:46.8377425Z   DEBUG: 0
2025-08-20T22:12:46.8377725Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:46.8378061Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:46.8378393Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:12:46.8378811Z   KEEP_LOGS: YES
2025-08-20T22:12:46.8379064Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:46.8379300Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:12:46.8379710Z   SBUILD_REBUILD: false
2025-08-20T22:12:46.8380300Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:12:46.8380950Z   BUILD_SYS: docker://rust
2025-08-20T22:12:46.8381249Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:46.8381519Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:46.8381820Z ##[endgroup]
2025-08-20T22:12:47.1514351Z 
2025-08-20T22:12:47.1516735Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:12:47.1517144Z 
2025-08-20T22:12:47.7120653Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:12:47.7327425Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:12:47.8203882Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:12:47.8313496Z Get:4 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:12:47.8943122Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:12:47.9129875Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:12:47.9305521Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:12:47.9335177Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:12:47.9456004Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:12:48.4066580Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:12:48.5978988Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:12:48.7796492Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:12:49.3048001Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:12:49.5280631Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:12:49.6464998Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:12:50.0973366Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:12:50.3216346Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:12:50.5501715Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:12:51.3374593Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:12:52.0118349Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:12:52.1223494Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:12:52.2373430Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:12:52.3486839Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:12:52.4590490Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:12:52.5766382Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:12:52.6880435Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:12:52.7986775Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:12:52.9141871Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:12:53.0274485Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:12:53.2527992Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:12:53.3633594Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:12:53.4734799Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:12:54.2877921Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:12:54.5075462Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:12:54.6185764Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:12:54.9741992Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:12:55.1946892Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:12:55.3076416Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:12:55.9879079Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:12:56.2183350Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:12:56.4391752Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:12:56.6592016Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:12:56.7806230Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:13:05.0572541Z Fetched 11.9 MB in 9s (1276 kB/s)
2025-08-20T22:13:05.8044303Z Reading package lists...
2025-08-20T22:13:06.0080428Z Building dependency tree...
2025-08-20T22:13:06.0088022Z Reading state information...
2025-08-20T22:13:06.0323587Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:13:06.0413998Z 
2025-08-20T22:13:06.0414384Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:13:06.0415005Z 
2025-08-20T22:13:06.0533342Z Reading package lists...
2025-08-20T22:13:06.2836890Z Building dependency tree...
2025-08-20T22:13:06.2845440Z Reading state information...
2025-08-20T22:13:06.5284633Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:13:06.5285425Z bc set to manually installed.
2025-08-20T22:13:06.5285782Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:06.5286171Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:13:06.5286625Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:06.5863513Z The following NEW packages will be installed:
2025-08-20T22:13:06.5869887Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:13:06.5871536Z   moreutils
2025-08-20T22:13:06.5877336Z The following packages will be upgraded:
2025-08-20T22:13:06.5885150Z   jq libjq1
2025-08-20T22:13:06.6058199Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:13:06.8311657Z Need to get 936 kB of archives.
2025-08-20T22:13:06.8312153Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:13:06.8312955Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:13:06.9698244Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:13:07.0649737Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:13:07.1616483Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:13:07.2115885Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:13:07.2696056Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:13:07.3175630Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:13:07.3704933Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:13:07.7356367Z Fetched 936 kB in 1s (1141 kB/s)
2025-08-20T22:13:07.8048395Z Selecting previously unselected package fdupes.
2025-08-20T22:13:07.9212186Z (Reading database ... 
2025-08-20T22:13:07.9212568Z (Reading database ... 5%
2025-08-20T22:13:07.9212810Z (Reading database ... 10%
2025-08-20T22:13:07.9213102Z (Reading database ... 15%
2025-08-20T22:13:07.9213392Z (Reading database ... 20%
2025-08-20T22:13:07.9213677Z (Reading database ... 25%
2025-08-20T22:13:07.9214242Z (Reading database ... 30%
2025-08-20T22:13:07.9214493Z (Reading database ... 35%
2025-08-20T22:13:07.9214726Z (Reading database ... 40%
2025-08-20T22:13:07.9215846Z (Reading database ... 45%
2025-08-20T22:13:07.9216127Z (Reading database ... 50%
2025-08-20T22:13:08.2391521Z (Reading database ... 55%
2025-08-20T22:13:08.8366881Z (Reading database ... 60%
2025-08-20T22:13:09.4093699Z (Reading database ... 65%
2025-08-20T22:13:09.9476603Z (Reading database ... 70%
2025-08-20T22:13:10.4936966Z (Reading database ... 75%
2025-08-20T22:13:11.1107695Z (Reading database ... 80%
2025-08-20T22:13:11.7362482Z (Reading database ... 85%
2025-08-20T22:13:12.3022058Z (Reading database ... 90%
2025-08-20T22:13:12.9042680Z (Reading database ... 95%
2025-08-20T22:13:12.9043082Z (Reading database ... 100%
2025-08-20T22:13:12.9043719Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:13:12.9082756Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:13:12.9234105Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:13:13.0258232Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:13:13.0478127Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:13:13.1796327Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:13:13.2184001Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:13:13.2967515Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:13:13.3141714Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:13:13.3317330Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:13:13.4357748Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:13:13.4532040Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:13:13.4636301Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:13:13.5683479Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:13:13.5862990Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:13:13.5927031Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:13:13.6695996Z Selecting previously unselected package moreutils.
2025-08-20T22:13:13.6878532Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:13:13.7058114Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:13:13.8624852Z Selecting previously unselected package dos2unix.
2025-08-20T22:13:13.8774038Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:13:13.8874004Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:13:14.5397122Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:13:14.5751873Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:13:14.5960002Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:13:14.6309715Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:13:14.6798093Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:13:14.7012083Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:13:14.7269649Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:13:14.7481466Z Setting up moreutils (0.69-1) ...
2025-08-20T22:13:14.7714797Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:41.5782993Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:42.9469302Z Reading package lists...
2025-08-20T22:13:43.1903535Z Building dependency tree...
2025-08-20T22:13:43.1911307Z Reading state information...
2025-08-20T22:13:43.4439937Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:13:43.4440468Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:13:43.4440794Z apt-utils set to manually installed.
2025-08-20T22:13:43.4441144Z ca-certificates is already the newest version (20240203).
2025-08-20T22:13:43.4441538Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:43.4441931Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:13:43.4442323Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:13:43.4442856Z moreutils is already the newest version (0.69-1).
2025-08-20T22:13:43.4443223Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:13:43.4443660Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:13:43.4444010Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:13:43.4444834Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:13:43.4445530Z tmux set to manually installed.
2025-08-20T22:13:43.4445859Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:43.4446268Z The following additional packages will be installed:
2025-08-20T22:13:43.4446707Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:13:43.4447214Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:13:43.4448134Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:13:43.4449143Z   uuid-runtime
2025-08-20T22:13:43.4457092Z Suggested packages:
2025-08-20T22:13:43.4457528Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:13:43.4457949Z   util-linux-extra util-linux-locales
2025-08-20T22:13:43.4458292Z Recommended packages:
2025-08-20T22:13:43.4458558Z   unattended-upgrades
2025-08-20T22:13:43.5018910Z The following NEW packages will be installed:
2025-08-20T22:13:43.5019532Z   rename
2025-08-20T22:13:43.5022828Z The following packages will be upgraded:
2025-08-20T22:13:43.5023415Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:13:43.5024508Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:13:43.5031227Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:13:43.5031784Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:13:43.5209061Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:13:43.8107829Z Need to get 4390 kB of archives.
2025-08-20T22:13:43.8108318Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:13:43.8109256Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:13:44.2609831Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:13:44.8150693Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:13:44.9322437Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:13:45.0459912Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:13:45.1575093Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:13:45.2688591Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:13:45.3859686Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:13:45.5043579Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:13:45.6182799Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:13:45.8469814Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:13:46.0743221Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:13:46.6636963Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:13:46.9122770Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:13:47.2602036Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:13:47.3815682Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:13:47.6236576Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:13:47.7414296Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:13:47.8675166Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:13:47.9798427Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:13:48.1051600Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:13:48.2219976Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:13:48.4550737Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:13:48.8354832Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:13:48.9608285Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:13:49.1063017Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:13:49.2385470Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:13:49.5014649Z Fetched 4390 kB in 6s (769 kB/s)
2025-08-20T22:13:49.5331145Z (Reading database ... 
2025-08-20T22:13:49.5331675Z (Reading database ... 5%
2025-08-20T22:13:49.5331934Z (Reading database ... 10%
2025-08-20T22:13:49.5332220Z (Reading database ... 15%
2025-08-20T22:13:49.5332522Z (Reading database ... 20%
2025-08-20T22:13:49.5332803Z (Reading database ... 25%
2025-08-20T22:13:49.5333027Z (Reading database ... 30%
2025-08-20T22:13:49.5333348Z (Reading database ... 35%
2025-08-20T22:13:49.5333587Z (Reading database ... 40%
2025-08-20T22:13:49.5333892Z (Reading database ... 45%
2025-08-20T22:13:49.5334178Z (Reading database ... 50%
2025-08-20T22:13:49.5352689Z (Reading database ... 55%
2025-08-20T22:13:49.5437859Z (Reading database ... 60%
2025-08-20T22:13:49.5476893Z (Reading database ... 65%
2025-08-20T22:13:49.5490616Z (Reading database ... 70%
2025-08-20T22:13:49.5510002Z (Reading database ... 75%
2025-08-20T22:13:49.5540490Z (Reading database ... 80%
2025-08-20T22:13:49.5706524Z (Reading database ... 85%
2025-08-20T22:13:49.5725457Z (Reading database ... 90%
2025-08-20T22:13:49.5821282Z (Reading database ... 95%
2025-08-20T22:13:49.5822064Z (Reading database ... 100%
2025-08-20T22:13:49.5822611Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:49.5855345Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:49.6164150Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:49.7534201Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:49.8691510Z (Reading database ... 
2025-08-20T22:13:49.8692060Z (Reading database ... 5%
2025-08-20T22:13:49.8692344Z (Reading database ... 10%
2025-08-20T22:13:49.8692592Z (Reading database ... 15%
2025-08-20T22:13:49.8692874Z (Reading database ... 20%
2025-08-20T22:13:49.8693156Z (Reading database ... 25%
2025-08-20T22:13:49.8693374Z (Reading database ... 30%
2025-08-20T22:13:49.8693651Z (Reading database ... 35%
2025-08-20T22:13:49.8693906Z (Reading database ... 40%
2025-08-20T22:13:49.8694163Z (Reading database ... 45%
2025-08-20T22:13:49.8694474Z (Reading database ... 50%
2025-08-20T22:13:49.8714239Z (Reading database ... 55%
2025-08-20T22:13:49.8804138Z (Reading database ... 60%
2025-08-20T22:13:49.8847192Z (Reading database ... 65%
2025-08-20T22:13:49.8861849Z (Reading database ... 70%
2025-08-20T22:13:49.8881615Z (Reading database ... 75%
2025-08-20T22:13:49.8915493Z (Reading database ... 80%
2025-08-20T22:13:49.9088300Z (Reading database ... 85%
2025-08-20T22:13:49.9107986Z (Reading database ... 90%
2025-08-20T22:13:49.9206793Z (Reading database ... 95%
2025-08-20T22:13:49.9207227Z (Reading database ... 100%
2025-08-20T22:13:49.9207596Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:49.9242530Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:50.0010495Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:50.2207774Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:50.8482001Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:13:50.9135946Z (Reading database ... 
2025-08-20T22:13:50.9136360Z (Reading database ... 5%
2025-08-20T22:13:50.9136621Z (Reading database ... 10%
2025-08-20T22:13:50.9136929Z (Reading database ... 15%
2025-08-20T22:13:50.9137223Z (Reading database ... 20%
2025-08-20T22:13:50.9137457Z (Reading database ... 25%
2025-08-20T22:13:50.9137740Z (Reading database ... 30%
2025-08-20T22:13:50.9138017Z (Reading database ... 35%
2025-08-20T22:13:50.9138295Z (Reading database ... 40%
2025-08-20T22:13:50.9138551Z (Reading database ... 45%
2025-08-20T22:13:50.9138803Z (Reading database ... 50%
2025-08-20T22:13:50.9159293Z (Reading database ... 55%
2025-08-20T22:13:50.9250768Z (Reading database ... 60%
2025-08-20T22:13:50.9290497Z (Reading database ... 65%
2025-08-20T22:13:50.9305072Z (Reading database ... 70%
2025-08-20T22:13:50.9324157Z (Reading database ... 75%
2025-08-20T22:13:50.9355589Z (Reading database ... 80%
2025-08-20T22:13:50.9523996Z (Reading database ... 85%
2025-08-20T22:13:50.9542879Z (Reading database ... 90%
2025-08-20T22:13:50.9639245Z (Reading database ... 95%
2025-08-20T22:13:50.9639535Z (Reading database ... 100%
2025-08-20T22:13:50.9639892Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:50.9674334Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:51.0037634Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:51.1338337Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:51.1732969Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:51.2878702Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:51.3777516Z (Reading database ... 
2025-08-20T22:13:51.3778431Z (Reading database ... 5%
2025-08-20T22:13:51.3778978Z (Reading database ... 10%
2025-08-20T22:13:51.3779244Z (Reading database ... 15%
2025-08-20T22:13:51.3779628Z (Reading database ... 20%
2025-08-20T22:13:51.3779889Z (Reading database ... 25%
2025-08-20T22:13:51.3780167Z (Reading database ... 30%
2025-08-20T22:13:51.3780438Z (Reading database ... 35%
2025-08-20T22:13:51.3780680Z (Reading database ... 40%
2025-08-20T22:13:51.3780901Z (Reading database ... 45%
2025-08-20T22:13:51.3781765Z (Reading database ... 50%
2025-08-20T22:13:51.3800902Z (Reading database ... 55%
2025-08-20T22:13:51.3891666Z (Reading database ... 60%
2025-08-20T22:13:51.3931866Z (Reading database ... 65%
2025-08-20T22:13:51.3946306Z (Reading database ... 70%
2025-08-20T22:13:51.3967089Z (Reading database ... 75%
2025-08-20T22:13:51.4001248Z (Reading database ... 80%
2025-08-20T22:13:51.4175911Z (Reading database ... 85%
2025-08-20T22:13:51.4200749Z (Reading database ... 90%
2025-08-20T22:13:51.4296980Z (Reading database ... 95%
2025-08-20T22:13:51.4297450Z (Reading database ... 100%
2025-08-20T22:13:51.4297848Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:51.4335430Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:51.4613154Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:51.5648064Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:51.6756220Z (Reading database ... 
2025-08-20T22:13:51.6757221Z (Reading database ... 5%
2025-08-20T22:13:51.6757529Z (Reading database ... 10%
2025-08-20T22:13:51.6757996Z (Reading database ... 15%
2025-08-20T22:13:51.6758608Z (Reading database ... 20%
2025-08-20T22:13:51.6758945Z (Reading database ... 25%
2025-08-20T22:13:51.6759231Z (Reading database ... 30%
2025-08-20T22:13:51.6759465Z (Reading database ... 35%
2025-08-20T22:13:51.6759739Z (Reading database ... 40%
2025-08-20T22:13:51.6759971Z (Reading database ... 45%
2025-08-20T22:13:51.6760196Z (Reading database ... 50%
2025-08-20T22:13:51.6780690Z (Reading database ... 55%
2025-08-20T22:13:51.6869016Z (Reading database ... 60%
2025-08-20T22:13:51.6907984Z (Reading database ... 65%
2025-08-20T22:13:51.6921343Z (Reading database ... 70%
2025-08-20T22:13:51.6941173Z (Reading database ... 75%
2025-08-20T22:13:51.6974032Z (Reading database ... 80%
2025-08-20T22:13:51.7136593Z (Reading database ... 85%
2025-08-20T22:13:51.7160107Z (Reading database ... 90%
2025-08-20T22:13:51.7244858Z (Reading database ... 95%
2025-08-20T22:13:51.7245117Z (Reading database ... 100%
2025-08-20T22:13:51.7245568Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:51.7274523Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:51.7647768Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:51.8813476Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:51.9066125Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:51.9992578Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:52.0945649Z (Reading database ... 
2025-08-20T22:13:52.0946701Z (Reading database ... 5%
2025-08-20T22:13:52.0947006Z (Reading database ... 10%
2025-08-20T22:13:52.0947271Z (Reading database ... 15%
2025-08-20T22:13:52.0947612Z (Reading database ... 20%
2025-08-20T22:13:52.0947852Z (Reading database ... 25%
2025-08-20T22:13:52.0948076Z (Reading database ... 30%
2025-08-20T22:13:52.0948357Z (Reading database ... 35%
2025-08-20T22:13:52.0948600Z (Reading database ... 40%
2025-08-20T22:13:52.0948893Z (Reading database ... 45%
2025-08-20T22:13:52.0949174Z (Reading database ... 50%
2025-08-20T22:13:52.0968530Z (Reading database ... 55%
2025-08-20T22:13:52.1057397Z (Reading database ... 60%
2025-08-20T22:13:52.1096383Z (Reading database ... 65%
2025-08-20T22:13:52.1110214Z (Reading database ... 70%
2025-08-20T22:13:52.1130576Z (Reading database ... 75%
2025-08-20T22:13:52.1164089Z (Reading database ... 80%
2025-08-20T22:13:52.1333059Z (Reading database ... 85%
2025-08-20T22:13:52.1357605Z (Reading database ... 90%
2025-08-20T22:13:52.1449627Z (Reading database ... 95%
2025-08-20T22:13:52.1450022Z (Reading database ... 100%
2025-08-20T22:13:52.1450404Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:52.1482669Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:52.1774143Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:52.2751015Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:52.3550523Z (Reading database ... 
2025-08-20T22:13:52.3551064Z (Reading database ... 5%
2025-08-20T22:13:52.3551311Z (Reading database ... 10%
2025-08-20T22:13:52.3551576Z (Reading database ... 15%
2025-08-20T22:13:52.3551861Z (Reading database ... 20%
2025-08-20T22:13:52.3552132Z (Reading database ... 25%
2025-08-20T22:13:52.3552400Z (Reading database ... 30%
2025-08-20T22:13:52.3552635Z (Reading database ... 35%
2025-08-20T22:13:52.3552867Z (Reading database ... 40%
2025-08-20T22:13:52.3553141Z (Reading database ... 45%
2025-08-20T22:13:52.3553441Z (Reading database ... 50%
2025-08-20T22:13:52.3573556Z (Reading database ... 55%
2025-08-20T22:13:52.3660532Z (Reading database ... 60%
2025-08-20T22:13:52.3699019Z (Reading database ... 65%
2025-08-20T22:13:52.3712694Z (Reading database ... 70%
2025-08-20T22:13:52.3732476Z (Reading database ... 75%
2025-08-20T22:13:52.3765991Z (Reading database ... 80%
2025-08-20T22:13:52.3929702Z (Reading database ... 85%
2025-08-20T22:13:52.3954238Z (Reading database ... 90%
2025-08-20T22:13:52.4046310Z (Reading database ... 95%
2025-08-20T22:13:52.4046653Z (Reading database ... 100%
2025-08-20T22:13:52.4046995Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:52.4080143Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:52.4434309Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:52.5839323Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:52.6366187Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:52.7548849Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:52.7822530Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:52.8798933Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:52.9014819Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.0259354Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:53.0525164Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.1712282Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:53.1960005Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.2893307Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:53.3115733Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.4341872Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:53.4579248Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.5934514Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:53.6156796Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.7339517Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:53.7576055Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:53.8656977Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:53.9411737Z (Reading database ... 
2025-08-20T22:13:53.9412086Z (Reading database ... 5%
2025-08-20T22:13:53.9412468Z (Reading database ... 10%
2025-08-20T22:13:53.9412760Z (Reading database ... 15%
2025-08-20T22:13:53.9413029Z (Reading database ... 20%
2025-08-20T22:13:53.9413308Z (Reading database ... 25%
2025-08-20T22:13:53.9413554Z (Reading database ... 30%
2025-08-20T22:13:53.9413839Z (Reading database ... 35%
2025-08-20T22:13:53.9414122Z (Reading database ... 40%
2025-08-20T22:13:53.9414390Z (Reading database ... 45%
2025-08-20T22:13:53.9414620Z (Reading database ... 50%
2025-08-20T22:13:53.9434254Z (Reading database ... 55%
2025-08-20T22:13:53.9522710Z (Reading database ... 60%
2025-08-20T22:13:53.9562868Z (Reading database ... 65%
2025-08-20T22:13:53.9577458Z (Reading database ... 70%
2025-08-20T22:13:53.9597349Z (Reading database ... 75%
2025-08-20T22:13:53.9728826Z (Reading database ... 80%
2025-08-20T22:13:53.9802103Z (Reading database ... 85%
2025-08-20T22:13:53.9827262Z (Reading database ... 90%
2025-08-20T22:13:53.9920004Z (Reading database ... 95%
2025-08-20T22:13:53.9920317Z (Reading database ... 100%
2025-08-20T22:13:53.9920730Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:53.9956089Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:54.0170783Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:54.1316060Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:54.1637420Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:54.2716658Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:54.3076137Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:54.4144362Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:54.4662350Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:54.5682777Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:54.5909325Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:54.6993552Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:13:54.8269645Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:54.9606905Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:13:55.0497521Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:55.1430474Z Selecting previously unselected package rename.
2025-08-20T22:13:55.1611764Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:13:55.1682305Z Unpacking rename (2.02-1) ...
2025-08-20T22:13:55.2504558Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:55.2902763Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:55.3814449Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:55.4043977Z Setting up rename (2.02-1) ...
2025-08-20T22:13:55.4241002Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:13:55.4441623Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:55.4662960Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:55.4913758Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:55.5410589Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:55.5742654Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:56.2284150Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:13:56.2539772Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.2772614Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.3002892Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.3278179Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.6975431Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.7243981Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:56.7554222Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:56.8744361Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:13:57.0192584Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:57.1366502Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:57.1619289Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:57.1838897Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:57.2077626Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:13:57.3494555Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:13:57.6358651Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:57.6657814Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:08.9254690Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:14:10.3211012Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:10.3262097Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:10.4068226Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:14:10.4531005Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:14:10.5054456Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:14:10.5516611Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:14:11.4689878Z Reading package lists...
2025-08-20T22:14:11.7028068Z Building dependency tree...
2025-08-20T22:14:11.7034923Z Reading state information...
2025-08-20T22:14:11.7279135Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:11.7405724Z 
2025-08-20T22:14:11.7406766Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:11.7407159Z 
2025-08-20T22:14:11.9346033Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:14:11.9347375Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:11.9369995Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:11.9774644Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:14:12.0219324Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:14:12.0679774Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:14:13.0166593Z Reading package lists...
2025-08-20T22:14:13.2465605Z Building dependency tree...
2025-08-20T22:14:13.2472667Z Reading state information...
2025-08-20T22:14:13.2727237Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:13.2815680Z 
2025-08-20T22:14:13.2816170Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:13.2816509Z 
2025-08-20T22:14:13.2928866Z Reading package lists...
2025-08-20T22:14:13.5105137Z Building dependency tree...
2025-08-20T22:14:13.5112887Z Reading state information...
2025-08-20T22:14:13.7455038Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:14:13.7849374Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:14:13.8131581Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:14:13.8740822Z ##[group]Run ##Presets
2025-08-20T22:14:13.8741289Z [36;1m##Presets[0m
2025-08-20T22:14:13.8741501Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:13.8741823Z [36;1m#-------------#[0m
2025-08-20T22:14:13.8742058Z [36;1m##Debug?[0m
2025-08-20T22:14:13.8742314Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:13.8742717Z [36;1m  set -x[0m
2025-08-20T22:14:13.8742923Z [36;1mfi[0m
2025-08-20T22:14:13.8743152Z [36;1m#-------------#[0m
2025-08-20T22:14:13.8743611Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:14:13.8744212Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:14:13.8744653Z [36;1msudo service procps restart[0m
2025-08-20T22:14:13.8744975Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:14:13.8772160Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:13.8772414Z env:
2025-08-20T22:14:13.8772859Z   CROSS_COMPILING: NO
2025-08-20T22:14:13.8773125Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:14:13.8773423Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:14:13.8773672Z   ON_QEMU: NO
2025-08-20T22:14:13.8773870Z   DEBUG: 0
2025-08-20T22:14:13.8774146Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:14:13.8774400Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:14:13.8774696Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:14:13.8775061Z   KEEP_LOGS: YES
2025-08-20T22:14:13.8775461Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:13.8775711Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:14:13.8776035Z   SBUILD_REBUILD: false
2025-08-20T22:14:13.8776603Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:13.8777216Z   BUILD_SYS: docker://rust
2025-08-20T22:14:13.8777466Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:13.8777709Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:13.8777967Z   SYSTMP: /tmp
2025-08-20T22:14:13.8778200Z   GHA_MODE: MATRIX
2025-08-20T22:14:13.8778634Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:14:13.8779177Z ##[endgroup]
2025-08-20T22:14:13.8875832Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:14:13.8934503Z 0
2025-08-20T22:14:13.9303061Z vm.max_map_count = 262144
2025-08-20T22:14:13.9303428Z fs.inotify.max_user_watches = 655360
2025-08-20T22:14:13.9303706Z fs.inotify.max_user_instances = 1280
2025-08-20T22:14:13.9304124Z vm.mmap_rnd_bits = 28
2025-08-20T22:14:13.9394586Z ##[group]Run ##Presets
2025-08-20T22:14:13.9395085Z [36;1m##Presets[0m
2025-08-20T22:14:13.9395623Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:13.9395901Z [36;1m#-------------#[0m
2025-08-20T22:14:13.9396177Z [36;1m##Debug?[0m
2025-08-20T22:14:13.9396438Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:13.9396743Z [36;1m  set -x[0m
2025-08-20T22:14:13.9396991Z [36;1mfi[0m
2025-08-20T22:14:13.9397241Z [36;1m#-------------#[0m
2025-08-20T22:14:13.9397487Z [36;1m##Main[0m
2025-08-20T22:14:13.9397731Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:14:13.9398379Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:14:13.9399138Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:14:13.9399528Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:14:13.9399913Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:14:13.9400202Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:14:13.9400529Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:14:13.9400898Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:14:13.9401249Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:14:13.9401581Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:14:13.9402219Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:14:13.9402562Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:14:13.9402973Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:14:13.9403311Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:14:13.9403594Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:14:13.9403932Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:14:13.9404244Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:14:13.9404548Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:14:13.9404923Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:14:13.9405539Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:14:13.9405943Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:14:13.9406281Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:14:13.9406616Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:14:13.9407001Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:14:13.9407361Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:14:13.9407690Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:14:13.9408027Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:14:13.9408374Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:14:13.9408841Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:13.9409393Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:14:13.9409877Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:14:13.9410268Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:13.9410650Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:13.9411298Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:14:13.9412158Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:14:13.9412712Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:14:13.9413006Z [36;1m else[0m
2025-08-20T22:14:13.9413689Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:14:13.9414088Z [36;1m fi[0m
2025-08-20T22:14:13.9414413Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:14:13.9414825Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:14:13.9415460Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9415924Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9416348Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9416788Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9417261Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9417697Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9418164Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.9418609Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:13.9418960Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:14:13.9444956Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:13.9445738Z env:
2025-08-20T22:14:13.9446027Z   CROSS_COMPILING: NO
2025-08-20T22:14:13.9446252Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:14:13.9446546Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:14:13.9447043Z   ON_QEMU: NO
2025-08-20T22:14:13.9447250Z   DEBUG: 0
2025-08-20T22:14:13.9447542Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:14:13.9447800Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:14:13.9448498Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:14:13.9448892Z   KEEP_LOGS: YES
2025-08-20T22:14:13.9449113Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:13.9449374Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:14:13.9449625Z   SBUILD_REBUILD: false
2025-08-20T22:14:13.9450217Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:13.9450856Z   BUILD_SYS: docker://rust
2025-08-20T22:14:13.9451103Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:13.9451367Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:13.9451638Z   SYSTMP: /tmp
2025-08-20T22:14:13.9451866Z   GHA_MODE: MATRIX
2025-08-20T22:14:13.9452334Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:14:13.9453320Z   GHCR_TOKEN: ***
2025-08-20T22:14:13.9453659Z   GITHUB_TOKEN: ***
2025-08-20T22:14:13.9454067Z   GITLAB_TOKEN: ***
2025-08-20T22:14:13.9455452Z   MINISIGN_KEY: ***
2025-08-20T22:14:13.9455849Z ##[endgroup]
2025-08-20T22:14:14.0177721Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:14:14.1008173Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:14:14.1009172Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:14:14.1009627Z 
2025-08-20T22:14:14.1515064Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:14:14.1515728Z 100  5204  100  5204    0     0   100k      0 --:--:-- --:--:-- --:--:--  101k
2025-08-20T22:14:14.1527390Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:14.1604719Z 
2025-08-20T22:14:14.1605353Z [+] Building [/tmp/tmp.fwtgtdG2bt/SBUILD_INPUT] Locally
2025-08-20T22:14:14.1605652Z 
2025-08-20T22:14:14.1616416Z '/tmp/tmp.fwtgtdG2bt/SBUILD_INPUT' -> '/tmp/pkgforge/Ji1yiMidY_build.yaml'
2025-08-20T22:14:14.2472744Z 
2025-08-20T22:14:14.2473383Z [+] Passwordless sudo is Configured
2025-08-20T22:14:14.3233597Z 
2025-08-20T22:14:14.3246087Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:14:14.3246394Z 
2025-08-20T22:14:14.3622436Z 
2025-08-20T22:14:14.3624118Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:14:14.3624535Z 
2025-08-20T22:14:14.3624563Z 
2025-08-20T22:14:14.3624804Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:14:14.3625111Z 
2025-08-20T22:14:14.3665877Z [+] Installing: 7z -> 7z
2025-08-20T22:14:14.8620970Z [+] Installing: actionlint -> actionlint
2025-08-20T22:14:15.3727265Z [+] Installing: anew -> anew
2025-08-20T22:14:15.8704770Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:14:16.3584989Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:14:16.8061107Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:14:17.2532173Z [+] Installing: archey -> archey
2025-08-20T22:14:17.7808498Z [+] Installing: aria2 -> aria2c
2025-08-20T22:14:18.3363635Z [+] Installing: askalono -> askalono
2025-08-20T22:14:18.9053356Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:14:19.4253292Z [+] Installing: b3sum -> b3sum
2025-08-20T22:14:19.8892243Z [+] Installing: bita -> bita
2025-08-20T22:14:20.4020050Z [+] Installing: btop -> btop
2025-08-20T22:14:20.8807676Z [+] Installing: chafa -> chafa
2025-08-20T22:14:21.4838958Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:14:22.1470074Z [+] Installing: croc -> croc
2025-08-20T22:14:22.6489853Z [+] Installing: csvtk -> csvtk
2025-08-20T22:14:23.2825025Z [+] Installing: cutlines -> cutlines
2025-08-20T22:14:23.7785704Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:23.7821765Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:14:23.7822520Z [+] Installing: dbin -> dbin
2025-08-20T22:14:24.3418690Z [+] Installing: dasel -> dasel
2025-08-20T22:14:25.7008767Z [+] Installing: delta -> delta
2025-08-20T22:14:26.2253553Z [+] Installing: ds -> ds
2025-08-20T22:14:26.8021298Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:26.8058082Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:14:26.8137446Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:14:27.2439317Z [+] Installing: duf -> duf
2025-08-20T22:14:27.7388378Z [+] Installing: duplicut -> duplicut
2025-08-20T22:14:28.2009247Z [+] Installing: dust -> dust
2025-08-20T22:14:28.4598148Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:14:28.9749614Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:14:29.4918134Z [+] Installing: dysk -> dysk
2025-08-20T22:14:29.9625023Z [+] Installing: eget -> eget
2025-08-20T22:14:30.6398013Z [+] Installing: epoch -> epoch
2025-08-20T22:14:31.1927498Z [+] Installing: faketty -> faketty
2025-08-20T22:14:31.7110245Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:14:32.2397805Z [+] Installing: freeze -> freeze
2025-08-20T22:14:32.7778662Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:14:33.2458245Z [+] Installing: gdu -> gdu
2025-08-20T22:14:33.7830348Z [+] Installing: gh -> gh
2025-08-20T22:14:34.5005043Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:14:35.2137610Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:14:35.4241172Z [+] Installing: glab -> glab
2025-08-20T22:14:36.0774495Z [+] Installing: glow -> glow
2025-08-20T22:14:36.3624810Z [+] Installing: httpx -> httpx
2025-08-20T22:14:37.0402190Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:14:37.6707168Z [+] Installing: husarnet -> husarnet
2025-08-20T22:14:37.8508330Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:37.8545294Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:14:37.8545854Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:14:38.3467042Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:38.3502229Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:14:38.3502978Z [+] Installing: imgcat -> imgcat
2025-08-20T22:14:38.8892830Z [+] Installing: jc -> jc
2025-08-20T22:14:39.4371268Z [+] Installing: jq -> jq
2025-08-20T22:14:40.1275087Z [+] Installing: logdy -> logdy
2025-08-20T22:14:40.7251725Z [+] Installing: micro -> micro
2025-08-20T22:14:41.3002091Z [+] Installing: miniserve -> miniserve
2025-08-20T22:14:41.7997703Z [+] Installing: minisign -> minisign
2025-08-20T22:14:41.9598638Z [+] Installing: ncdu -> ncdu
2025-08-20T22:14:42.4822747Z [+] Installing: notify -> notify
2025-08-20T22:14:43.0937644Z [+] Installing: ouch -> ouch
2025-08-20T22:14:43.6778902Z [+] Installing: oras -> oras
2025-08-20T22:14:44.2442813Z [+] Installing: pipetty -> pipetty
2025-08-20T22:14:44.6858067Z [+] Installing: pixterm -> pixterm
2025-08-20T22:14:45.1873797Z [+] Installing: qsv -> qsv
2025-08-20T22:14:45.8073241Z [+] Installing: rclone -> rclone
2025-08-20T22:14:46.5344573Z [+] Installing: ripgrep -> rg
2025-08-20T22:14:46.7606111Z [+] Installing: rga -> rga
2025-08-20T22:14:47.2608488Z [+] Installing: rsync -> rsync
2025-08-20T22:14:47.7887696Z [+] Installing: script -> script
2025-08-20T22:14:48.2885566Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:14:49.1476061Z [+] Installing: soar -> soar
2025-08-20T22:14:49.7181071Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:14:50.2175168Z [+] Installing: sstrip -> sstrip
2025-08-20T22:14:50.4222987Z [+] Installing: strace -> strace
2025-08-20T22:14:50.9571279Z [+] Installing: sttr -> sttr
2025-08-20T22:14:51.1793241Z [+] Installing: tailscale -> tailscale
2025-08-20T22:14:51.7842917Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:14:52.4140902Z [+] Installing: taplo -> taplo
2025-08-20T22:14:52.9304966Z [+] Installing: tldr -> tldr
2025-08-20T22:14:53.4382959Z [+] Installing: tldr -> tealdeer
2025-08-20T22:14:53.6609322Z [+] Installing: tmux -> tmux
2025-08-20T22:14:54.1864892Z [+] Installing: tok -> tok
2025-08-20T22:14:54.7272236Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:14:55.2847567Z [+] Installing: trurl -> trurl
2025-08-20T22:14:55.8404918Z [+] Installing: tss -> tss
2025-08-20T22:14:56.3464944Z [+] Installing: ulexec -> ulexec
2025-08-20T22:14:56.8357792Z [+] Installing: unfurl -> unfurl
2025-08-20T22:14:57.3803839Z [+] Installing: upx -> upx
2025-08-20T22:14:57.6249039Z [+] Installing: validtoml -> validtoml
2025-08-20T22:14:58.1477567Z [+] Installing: wget -> wget
2025-08-20T22:14:58.6599553Z [+] Installing: wget2 -> wget2
2025-08-20T22:14:59.2351013Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:14:59.8091748Z [+] Installing: xq -> xq
2025-08-20T22:15:00.3606480Z [+] Installing: xz -> xz
2025-08-20T22:15:00.8731849Z [+] Installing: unxz -> unxz
2025-08-20T22:15:01.4800398Z [+] Installing: yq -> yq
2025-08-20T22:15:02.0014925Z [+] Installing: yj -> yj
2025-08-20T22:15:02.5619024Z [+] Installing: zapper -> zapper
2025-08-20T22:15:03.0740345Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:15:03.5117042Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:15:03.9654833Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:03.9690893Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:15:03.9691628Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:15:04.4436494Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:04.4472917Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:15:04.4473311Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:15:04.9343169Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:04.9378363Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:15:04.9379152Z [+] Installing: zstd -> zstd
2025-08-20T22:15:05.4029349Z [+] Creating symlinks...
2025-08-20T22:15:05.4107388Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:15:05.4194163Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:15:05.4278236Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:15:05.4362022Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:15:05.4448453Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:15:05.4535051Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:15:05.4621505Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:15:05.4708109Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:15:05.4793534Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:15:05.4880760Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:15:05.4965075Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:15:05.5050558Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:15:05.5139974Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:15:05.5226474Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:15:05.5311820Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:15:05.5395320Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:15:05.5477664Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:15:05.5512496Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:15:05.5587541Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:15:05.5671139Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:15:05.5756027Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:15:05.5790765Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:15:05.5863324Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:15:05.5947960Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:15:05.6032624Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:15:05.6119649Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:15:05.6204474Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:15:05.6286044Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:15:05.6366213Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:15:05.6447275Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:15:05.6528665Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:15:05.6611303Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:15:05.6698349Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:15:05.6781468Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:15:05.6861914Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:15:05.6942940Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:15:05.7024384Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:15:05.7105603Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:15:05.7188741Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:15:05.7270390Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:15:05.7351329Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:15:05.7433501Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:05.7515275Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:05.7595540Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:15:05.7630052Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:15:05.7655429Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:15:05.7728445Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:15:05.7813494Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:15:05.7902910Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:15:05.7978559Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:15:05.8061251Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:15:05.8143318Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:15:05.8223428Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:15:05.8304684Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:15:05.8386095Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:15:05.8466273Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:15:05.8548671Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:15:05.8632986Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:15:05.8715002Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:15:05.8797048Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:15:05.8879698Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:15:05.8962091Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:15:05.9044534Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:15:05.9128648Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:15:05.9211530Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:15:05.9294595Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:15:05.9375496Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:15:05.9458672Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:15:05.9541646Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:15:05.9629939Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:15:05.9716027Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:15:05.9801722Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:15:05.9888225Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:15:05.9976542Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:15:06.0062899Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:15:06.0150037Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:15:06.0236225Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:15:06.0320593Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:15:06.0404944Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:15:06.0493272Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:15:06.0581818Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:15:06.0669379Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:15:06.0754113Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:15:06.0840879Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:15:06.0925093Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:15:06.1010471Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:15:06.1096578Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:15:06.1181438Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:15:06.1268273Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:15:06.1352255Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:15:06.1439899Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:15:06.1525809Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:15:06.1611899Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:15:06.1698526Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:15:06.1786524Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:15:06.1822693Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:15:06.1848990Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:15:06.1876745Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:15:06.1955677Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:15:06.1979936Z 
2025-08-20T22:15:06.1980245Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:15:06.1980584Z 
2025-08-20T22:15:06.2298047Z 
2025-08-20T22:15:06.2385025Z 
2025-08-20T22:15:06.2385685Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:15:06.2385910Z 
2025-08-20T22:15:06.2385994Z [+] Installation completed!
2025-08-20T22:15:06.2464407Z 
2025-08-20T22:15:06.2464708Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:15:06.6227018Z github.com
2025-08-20T22:15:06.6236302Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:15:06.6236606Z   - Active account: true
2025-08-20T22:15:06.6236855Z   - Git operations protocol: https
2025-08-20T22:15:06.6237108Z   - Token: ghp_************************************
2025-08-20T22:15:06.6237736Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:15:06.6238378Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:15:06.6238701Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:15:06.8578247Z Limit: 5000, Remaining: 4909, Reset: 2025-08-20 22:27:57 +0000 UTC (12m50s)
2025-08-20T22:15:06.8587987Z 
2025-08-20T22:15:06.8588378Z [+] GHCR_TOKEN is Exported
2025-08-20T22:15:06.8618649Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:15:07.1586800Z Login Succeeded
2025-08-20T22:15:07.1595965Z 
2025-08-20T22:15:07.1596252Z [+] GITLAB is Exported
2025-08-20T22:15:07.2986936Z [git remote -v]
2025-08-20T22:15:07.5542671Z gitlab.com
2025-08-20T22:15:07.5543238Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:15:07.5546243Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:15:07.5546860Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:15:07.5547279Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:15:07.5547628Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:15:07.5547939Z   ✓ Token found: **************************
2025-08-20T22:15:07.5548097Z 
2025-08-20T22:15:07.5548450Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:15:07.5548939Z [git remote -v]
2025-08-20T22:15:07.5556505Z 2025/08/20 22:15:07 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:15:07.5557005Z git: exit status 128]
2025-08-20T22:15:07.7886468Z 
2025-08-20T22:15:07.7886759Z 
2025-08-20T22:15:07.7887500Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:15:07 PM)
2025-08-20T22:15:07.7887890Z 
2025-08-20T22:15:07.7887893Z 
2025-08-20T22:15:07.7887959Z [+] USER = runner
2025-08-20T22:15:07.7888126Z [+] HOME = /home/runner
2025-08-20T22:15:07.7890257Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:15:07.7892357Z 
2025-08-20T22:15:07.9112234Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:07.9154419Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:07.9911976Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:15:08.0470020Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:15:08.1014063Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:15:08.1479875Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:15:09.0316889Z Reading package lists...
2025-08-20T22:15:09.0622452Z Reading package lists...
2025-08-20T22:15:09.2777049Z Building dependency tree...
2025-08-20T22:15:09.2784390Z Reading state information...
2025-08-20T22:15:09.5308831Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:15:09.5309188Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:15:09.5309498Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:09.5310118Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:15:09.5310503Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:15:09.5310844Z moreutils is already the newest version (0.69-1).
2025-08-20T22:15:09.5311292Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:15:09.5311720Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:15:09.5312189Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:09.6402356Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:09.6462802Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:09.8478296Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:15:09.9576736Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:15:10.0678048Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:15:10.1779570Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:15:11.0581958Z Reading package lists...
2025-08-20T22:15:11.0889752Z Reading package lists...
2025-08-20T22:15:11.3162371Z Building dependency tree...
2025-08-20T22:15:11.3170383Z Reading state information...
2025-08-20T22:15:11.5738500Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:15:11.5739019Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:11.5739642Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:15:11.5740049Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:11.5740439Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:11.5740888Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:15:11.5741242Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:15:11.5741618Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:15:11.5742238Z gawk set to manually installed.
2025-08-20T22:15:11.5742508Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:15:11.5742959Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:11.5743311Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:11.5743679Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:15:11.5744048Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:15:11.5744434Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:15:11.5744808Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:15:11.5745183Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:11.5745709Z The following additional packages will be installed:
2025-08-20T22:15:11.5746171Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:15:11.5746666Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:15:11.5747152Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:15:11.5747682Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:15:11.5748153Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:15:11.5748567Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:11.5754156Z Suggested packages:
2025-08-20T22:15:11.5754438Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:15:11.5754853Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:15:11.5755380Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:15:11.5755822Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:15:11.5756202Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:15:11.5756567Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:15:11.5756925Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:15:11.5978189Z The following NEW packages will be installed:
2025-08-20T22:15:11.5978596Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:15:11.5979818Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:15:11.5980446Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:15:11.5982885Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:15:11.5983669Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:15:11.5985793Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:15:11.5987291Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:12.0004583Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:12.0004935Z Need to get 27.2 MB of archives.
2025-08-20T22:15:12.0005460Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:15:12.0006020Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:15:12.9255677Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:15:13.4968712Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:15:13.7227170Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:15:13.8333683Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:15:13.9443015Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:15:14.1788555Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:15:14.4095775Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:15:14.7410297Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:15:14.8548748Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:15:15.8003944Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:15:16.0296326Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:15:16.7662633Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:15:16.8888886Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:15:17.0047859Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:15:17.1286752Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:15:17.2439570Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:15:17.8925162Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:15:18.0067895Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:15:18.2344425Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:15:18.3486727Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:15:18.4626796Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:15:18.8048003Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:15:19.1840384Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:15:19.5045387Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:15:19.6201561Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:15:20.2246440Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:15:20.3395438Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:15:20.4536027Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:15:20.5718394Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:15:20.6821796Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:15:20.7979557Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:15:20.9136263Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:15:21.7087818Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:15:22.3996839Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:15:22.7626300Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:15:23.0086910Z Preconfiguring packages ...
2025-08-20T22:15:23.1155638Z Fetched 27.2 MB in 11s (2437 kB/s)
2025-08-20T22:15:23.1558492Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:15:23.1590229Z (Reading database ... 
2025-08-20T22:15:23.1590467Z (Reading database ... 5%
2025-08-20T22:15:23.1590672Z (Reading database ... 10%
2025-08-20T22:15:23.1590871Z (Reading database ... 15%
2025-08-20T22:15:23.1591083Z (Reading database ... 20%
2025-08-20T22:15:23.1591789Z (Reading database ... 25%
2025-08-20T22:15:23.1592003Z (Reading database ... 30%
2025-08-20T22:15:23.1592233Z (Reading database ... 35%
2025-08-20T22:15:23.1592430Z (Reading database ... 40%
2025-08-20T22:15:23.1592622Z (Reading database ... 45%
2025-08-20T22:15:23.1592814Z (Reading database ... 50%
2025-08-20T22:15:23.1615128Z (Reading database ... 55%
2025-08-20T22:15:23.1709103Z (Reading database ... 60%
2025-08-20T22:15:23.1751394Z (Reading database ... 65%
2025-08-20T22:15:23.1766690Z (Reading database ... 70%
2025-08-20T22:15:23.1788293Z (Reading database ... 75%
2025-08-20T22:15:23.1923408Z (Reading database ... 80%
2025-08-20T22:15:23.1999443Z (Reading database ... 85%
2025-08-20T22:15:23.2025014Z (Reading database ... 90%
2025-08-20T22:15:23.2117178Z (Reading database ... 95%
2025-08-20T22:15:23.2117401Z (Reading database ... 100%
2025-08-20T22:15:23.2117694Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:15:23.2152459Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:15:23.2369624Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:23.3906054Z Selecting previously unselected package poppler-data.
2025-08-20T22:15:23.4063000Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:15:23.4144490Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:15:23.5504799Z Selecting previously unselected package b3sum.
2025-08-20T22:15:23.5685785Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:15:23.5747566Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:15:23.6372877Z Selecting previously unselected package build-essential.
2025-08-20T22:15:23.6545724Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:15:23.6609961Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:15:23.7193398Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:15:23.7362582Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:15:23.7479966Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:23.8166103Z Selecting previously unselected package ccache.
2025-08-20T22:15:23.8336902Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:15:23.8469454Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:15:23.9210734Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:15:23.9362742Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:15:23.9431378Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:24.0019239Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:15:24.0179194Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:15:24.0294583Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:24.0945629Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:15:24.1108015Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:15:24.1178688Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:24.2083126Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:15:24.2266353Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:15:24.2847404Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:24.4141008Z Selecting previously unselected package libgs-common.
2025-08-20T22:15:24.4317211Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:24.4373039Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:24.5007319Z Selecting previously unselected package libgs10-common.
2025-08-20T22:15:24.5153680Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:24.5209764Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:24.6122246Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:15:24.6265968Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:15:24.6340829Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:15:24.7011743Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:15:24.7164458Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:15:24.7236832Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:15:24.7848854Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:15:24.8026509Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:15:24.8093215Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:15:24.8900838Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:15:24.9080409Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:15:24.9138482Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:15:24.9761042Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:15:24.9933019Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:15:24.9995353Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:25.2183845Z Selecting previously unselected package ghostscript.
2025-08-20T22:15:25.2341615Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:15:25.2402493Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:25.2992555Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:15:25.3144202Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:25.3218921Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:25.4621813Z Selecting previously unselected package imagemagick.
2025-08-20T22:15:25.4804993Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:25.5543970Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:26.2022355Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:15:26.2201464Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:15:26.2275704Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:26.3229574Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:15:26.3400092Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:15:26.3462478Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:26.4135711Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:15:26.4293407Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:15:26.4359562Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:26.5023442Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:15:26.5173686Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:15:26.5234689Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:26.5739226Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:15:26.5882528Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:15:26.5952074Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:26.6656989Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:15:26.6835881Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:15:26.6898574Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:15:26.7682432Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:15:26.7865876Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:15:26.7927605Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:15:26.8444877Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:15:26.8625720Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:26.8696294Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:26.9386019Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:15:26.9555590Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:15:26.9628426Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:27.0152568Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:15:27.0327959Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:15:27.0388663Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:27.0903813Z Selecting previously unselected package libtool-bin.
2025-08-20T22:15:27.1055176Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:15:27.1134530Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:27.1730270Z Selecting previously unselected package lzip.
2025-08-20T22:15:27.1879275Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:15:27.1945659Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:15:27.2584742Z Selecting previously unselected package netpbm.
2025-08-20T22:15:27.2767657Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:15:27.2826995Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:27.5857490Z Selecting previously unselected package musl:arm64.
2025-08-20T22:15:27.6014050Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.6093745Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:15:27.6773734Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:15:27.6922098Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.6983293Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:15:27.7778988Z Selecting previously unselected package musl-tools.
2025-08-20T22:15:27.7938363Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.8027825Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:15:27.9218126Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:15:28.1147598Z 
2025-08-20T22:15:28.1148134Z Creating config file /etc/papersize with new version
2025-08-20T22:15:28.2739107Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:28.2925768Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:28.3198307Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:15:28.3404740Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:15:28.3584105Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:28.3760952Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:28.3946938Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:28.4149052Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:15:28.4692339Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:28.4857976Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:15:28.5031364Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:15:28.5184135Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:15:28.5248523Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:15:28.5317444Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:15:28.5433362Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:28.5619645Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:28.5801830Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:15:28.5991367Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:28.6171878Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:28.6338147Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:15:28.6400963Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:15:28.6478629Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:15:28.6547010Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:15:28.6629198Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:15:28.6695307Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:15:28.6768514Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:15:28.6839754Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:15:28.6912629Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:15:28.6981943Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:15:28.7059154Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:15:28.7125708Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:15:28.7199480Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:15:28.7264804Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:15:28.7339573Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:15:28.7408546Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:15:28.7482471Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:15:28.7554556Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:15:28.7634858Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:15:28.7721568Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:15:28.7795799Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:15:28.7870173Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:15:28.7995003Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:15:28.8245617Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:15:28.8557109Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:15:28.9302242Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:28.9705644Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:28.9885099Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:29.0077102Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:29.0265745Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:15:29.0438963Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:15:29.0584587Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:29.0804988Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:29.1013709Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:15:29.1208753Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:15:29.1383728Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:29.1557222Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:29.1758721Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:29.4419287Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:15:29.4613764Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.4811318Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.5058288Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.5316286Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:29.6136785Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:15:30.9209721Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:15:32.2139534Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:15:32.2446498Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:34.8764489Z Reading package lists...
2025-08-20T22:15:35.0879731Z Building dependency tree...
2025-08-20T22:15:35.0886038Z Reading state information...
2025-08-20T22:15:35.3292367Z autoconf is already the newest version (2.71-3).
2025-08-20T22:15:35.3292786Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:35.3293130Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:35.3293478Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:15:35.3293820Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:35.3294176Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:35.3294522Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:15:35.3294810Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:15:35.3295108Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:35.3295605Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:35.3295920Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:35.3296228Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:15:35.3296933Z patch set to manually installed.
2025-08-20T22:15:35.3297216Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:15:35.3297541Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:15:35.3297839Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:15:35.3298141Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:35.3298395Z Suggested packages:
2025-08-20T22:15:35.3298570Z   scons-doc
2025-08-20T22:15:35.3444342Z The following NEW packages will be installed:
2025-08-20T22:15:35.3452108Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:15:35.4568077Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:35.4568417Z Need to get 17.8 MB of archives.
2025-08-20T22:15:35.4568706Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:15:35.4569198Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:15:35.7489580Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:15:35.7960125Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:15:36.1557175Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:15:36.2059133Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:15:36.4563612Z Fetched 17.8 MB in 1s (20.9 MB/s)
2025-08-20T22:15:36.4822504Z Selecting previously unselected package autopoint.
2025-08-20T22:15:36.4853871Z (Reading database ... 
2025-08-20T22:15:36.4854102Z (Reading database ... 5%
2025-08-20T22:15:36.4854301Z (Reading database ... 10%
2025-08-20T22:15:36.4854501Z (Reading database ... 15%
2025-08-20T22:15:36.4854694Z (Reading database ... 20%
2025-08-20T22:15:36.4854885Z (Reading database ... 25%
2025-08-20T22:15:36.4855125Z (Reading database ... 30%
2025-08-20T22:15:36.4855588Z (Reading database ... 35%
2025-08-20T22:15:36.4855790Z (Reading database ... 40%
2025-08-20T22:15:36.4855981Z (Reading database ... 45%
2025-08-20T22:15:36.4856166Z (Reading database ... 50%
2025-08-20T22:15:36.4875453Z (Reading database ... 55%
2025-08-20T22:15:36.4959471Z (Reading database ... 60%
2025-08-20T22:15:36.4998540Z (Reading database ... 65%
2025-08-20T22:15:36.5011963Z (Reading database ... 70%
2025-08-20T22:15:36.5031351Z (Reading database ... 75%
2025-08-20T22:15:36.5153846Z (Reading database ... 80%
2025-08-20T22:15:36.5221621Z (Reading database ... 85%
2025-08-20T22:15:36.5247610Z (Reading database ... 90%
2025-08-20T22:15:36.5333276Z (Reading database ... 95%
2025-08-20T22:15:36.5333482Z (Reading database ... 100%
2025-08-20T22:15:36.5333771Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:15:36.5360711Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:15:36.5432359Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:36.6137264Z Selecting previously unselected package clang.
2025-08-20T22:15:36.6327311Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:15:36.6388689Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:15:36.6942111Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:15:36.7119315Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:15:36.7191120Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:37.7268935Z Selecting previously unselected package scons.
2025-08-20T22:15:37.7450809Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:15:37.7528814Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:37.8880044Z Selecting previously unselected package byacc.
2025-08-20T22:15:37.9060731Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:15:37.9127639Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:37.9913653Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:38.0143429Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:38.0402866Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:15:38.0895196Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:38.4581553Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:38.4779048Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:39.6916421Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:15:40.9273448Z Reading package lists...
2025-08-20T22:15:41.1563460Z Building dependency tree...
2025-08-20T22:15:41.1573002Z Reading state information...
2025-08-20T22:15:41.4088189Z The following additional packages will be installed:
2025-08-20T22:15:41.4089053Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:41.4089636Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:41.4090074Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:41.4090555Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:41.4090993Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:41.4091413Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:41.4091851Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:41.4092290Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:41.4095529Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:41.4104588Z Suggested packages:
2025-08-20T22:15:41.4104858Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:15:41.4105316Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:15:41.4105737Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:15:41.4108614Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:15:41.4109026Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:15:41.4109434Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:15:41.4109889Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:15:41.4110356Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:15:41.4110711Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:15:41.4110924Z Recommended packages:
2025-08-20T22:15:41.4111199Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:15:41.4111626Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:15:41.4112017Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:15:41.4112372Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:15:41.4112687Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:15:41.4290796Z The following NEW packages will be installed:
2025-08-20T22:15:41.4291846Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:41.4292270Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:41.4292669Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:41.4293145Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:41.4293585Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:41.4294029Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:41.4294476Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:41.4296055Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:41.4299205Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:41.5437142Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:41.5437839Z Need to get 2409 kB of archives.
2025-08-20T22:15:41.5438157Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:15:41.5438668Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:15:41.5899242Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:15:41.6460552Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:15:41.7398617Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:15:41.7889622Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:15:41.8408653Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:15:41.9010764Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:15:41.9506718Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:15:42.0013945Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:15:42.0522909Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:15:42.1058158Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:15:42.1578916Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:15:42.2075956Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:15:42.2595689Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:15:42.3143925Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:15:42.3813933Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:15:42.4321381Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:15:42.6541539Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:15:42.7024780Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:15:42.7498979Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:15:42.7967434Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:15:42.8912159Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:15:42.9469983Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:15:42.9937868Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:15:43.0406029Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:15:43.0872473Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:15:43.1337128Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:15:43.1867092Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:15:43.2361659Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:15:43.2833683Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:15:43.6018331Z Fetched 2409 kB in 2s (1267 kB/s)
2025-08-20T22:15:43.6281134Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:15:43.6311579Z (Reading database ... 
2025-08-20T22:15:43.6311830Z (Reading database ... 5%
2025-08-20T22:15:43.6312258Z (Reading database ... 10%
2025-08-20T22:15:43.6312460Z (Reading database ... 15%
2025-08-20T22:15:43.6312655Z (Reading database ... 20%
2025-08-20T22:15:43.6312880Z (Reading database ... 25%
2025-08-20T22:15:43.6313076Z (Reading database ... 30%
2025-08-20T22:15:43.6313265Z (Reading database ... 35%
2025-08-20T22:15:43.6313456Z (Reading database ... 40%
2025-08-20T22:15:43.6313647Z (Reading database ... 45%
2025-08-20T22:15:43.6313837Z (Reading database ... 50%
2025-08-20T22:15:43.6333095Z (Reading database ... 55%
2025-08-20T22:15:43.6416385Z (Reading database ... 60%
2025-08-20T22:15:43.6454675Z (Reading database ... 65%
2025-08-20T22:15:43.6468261Z (Reading database ... 70%
2025-08-20T22:15:43.6487670Z (Reading database ... 75%
2025-08-20T22:15:43.6611061Z (Reading database ... 80%
2025-08-20T22:15:43.6679120Z (Reading database ... 85%
2025-08-20T22:15:43.6705152Z (Reading database ... 90%
2025-08-20T22:15:43.6792834Z (Reading database ... 95%
2025-08-20T22:15:43.6793043Z (Reading database ... 100%
2025-08-20T22:15:43.6793331Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:15:43.6822655Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:15:43.6884325Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:43.7403815Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:15:43.7582175Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:15:43.7653831Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:15:43.8123996Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:15:43.8310077Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:15:43.8368342Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:43.8855983Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:15:43.9040216Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:15:43.9103294Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:43.9591870Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:15:43.9771413Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:15:43.9830240Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:44.0304297Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:15:44.0457815Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:15:44.0525983Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:44.1048921Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:15:44.1195967Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:15:44.1255466Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:15:44.1749813Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:15:44.1897459Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:15:44.1960518Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:44.2499868Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:15:44.2681398Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:15:44.2747701Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:15:44.3245717Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:15:44.3423645Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:15:44.3484073Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:15:44.4001612Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:15:44.4187447Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:15:44.4246409Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:44.4797798Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:15:44.4977298Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:15:44.5033589Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:44.5529701Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:15:44.5701802Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:15:44.5763357Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:44.6251365Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:15:44.6397268Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:15:44.6462770Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:44.6933214Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:15:44.7079794Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:15:44.7150991Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:15:44.7659505Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:15:44.7819040Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:15:44.7876415Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:44.8377655Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:15:44.8555962Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:15:44.8622380Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:44.9175157Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:15:44.9347063Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:15:44.9408748Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:44.9889000Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:15:45.0063829Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:15:45.0125005Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:45.0629321Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:15:45.0815076Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:15:45.0880820Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:15:45.1513774Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:15:45.1674119Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:15:45.1734452Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:15:45.2315179Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:15:45.2465978Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:15:45.2584255Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:45.3222248Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:15:45.3371269Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:15:45.3432661Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:15:45.3954857Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:15:45.4129429Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:15:45.4206123Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:45.4691968Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:15:45.4873705Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:15:45.4932208Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:45.5396824Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:15:45.5581796Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:15:45.5643584Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:45.6158597Z Selecting previously unselected package libwww-perl.
2025-08-20T22:15:45.6335674Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:15:45.6399554Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:15:45.7007973Z Selecting previously unselected package patchutils.
2025-08-20T22:15:45.7191103Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:15:45.7249249Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:15:45.7950794Z Selecting previously unselected package wdiff.
2025-08-20T22:15:45.8106051Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:15:45.8175412Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:15:45.8928812Z Selecting previously unselected package devscripts.
2025-08-20T22:15:45.9087363Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:15:45.9302056Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:15:46.3824376Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:15:46.3993265Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:46.4223442Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:15:46.4396956Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:46.4570173Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:46.4743003Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:46.4911372Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:46.5089702Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:46.5283148Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:46.5471812Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:15:46.5690256Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:15:46.5865550Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:15:46.6042659Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:15:46.6227715Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:46.6387996Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:46.6592154Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:46.6784952Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:46.6979978Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:46.7163470Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:46.7692096Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:46.7861925Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:15:46.8030313Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:15:46.8226526Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:46.8462127Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:15:46.9050454Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:46.9234112Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:46.9396610Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:15:46.9583540Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:15:46.9776025Z Setting up devscripts (2.23.7) ...
2025-08-20T22:15:47.1067098Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:47.1345973Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:49.7423108Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:51.0133890Z Reading package lists...
2025-08-20T22:15:51.2481257Z Building dependency tree...
2025-08-20T22:15:51.2489716Z Reading state information...
2025-08-20T22:15:51.5000987Z The following additional packages will be installed:
2025-08-20T22:15:51.5006985Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:51.5016534Z Suggested packages:
2025-08-20T22:15:51.5016778Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:15:51.5169878Z The following NEW packages will be installed:
2025-08-20T22:15:51.5178406Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:51.6757189Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:51.6757518Z Need to get 12.7 MB of archives.
2025-08-20T22:15:51.6757807Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:15:51.6758311Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:15:51.8461267Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:15:51.9526385Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:15:52.1846334Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:15:52.5900051Z Fetched 12.7 MB in 1s (15.8 MB/s)
2025-08-20T22:15:52.6251266Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:15:52.6284739Z (Reading database ... 
2025-08-20T22:15:52.6284999Z (Reading database ... 5%
2025-08-20T22:15:52.6285196Z (Reading database ... 10%
2025-08-20T22:15:52.6285493Z (Reading database ... 15%
2025-08-20T22:15:52.6285690Z (Reading database ... 20%
2025-08-20T22:15:52.6285881Z (Reading database ... 25%
2025-08-20T22:15:52.6286070Z (Reading database ... 30%
2025-08-20T22:15:52.6286259Z (Reading database ... 35%
2025-08-20T22:15:52.6286449Z (Reading database ... 40%
2025-08-20T22:15:52.6287690Z (Reading database ... 45%
2025-08-20T22:15:52.6287884Z (Reading database ... 50%
2025-08-20T22:15:52.6308101Z (Reading database ... 55%
2025-08-20T22:15:52.6395010Z (Reading database ... 60%
2025-08-20T22:15:52.6438150Z (Reading database ... 65%
2025-08-20T22:15:52.6452856Z (Reading database ... 70%
2025-08-20T22:15:52.6477334Z (Reading database ... 75%
2025-08-20T22:15:52.6613720Z (Reading database ... 80%
2025-08-20T22:15:52.6692612Z (Reading database ... 85%
2025-08-20T22:15:52.6724339Z (Reading database ... 90%
2025-08-20T22:15:52.6825306Z (Reading database ... 95%
2025-08-20T22:15:52.6825543Z (Reading database ... 100%
2025-08-20T22:15:52.6825835Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:15:52.6862271Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:15:52.7026089Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:15:52.7690699Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:15:52.7847286Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:15:52.7972682Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:15:52.8849401Z Selecting previously unselected package cmake-data.
2025-08-20T22:15:52.9003889Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:15:52.9123400Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:53.9404433Z Selecting previously unselected package cmake.
2025-08-20T22:15:53.9572511Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:15:53.9651691Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:15:54.3343940Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:15:54.3533497Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:15:54.3724424Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:54.3945900Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:15:54.4129574Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:56.2144905Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:15:57.4646419Z Reading package lists...
2025-08-20T22:15:57.6853823Z Building dependency tree...
2025-08-20T22:15:57.6860586Z Reading state information...
2025-08-20T22:15:57.9580699Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:15:57.9581147Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:57.9581463Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:15:57.9582217Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:57.9582539Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:15:57.9582849Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:57.9583193Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:57.9583492Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:15:57.9583788Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:15:57.9584106Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:15:57.9584389Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:15:57.9584670Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:15:57.9585004Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:15:57.9585514Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:15:57.9585818Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:57.9586125Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:57.9586437Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:57.9586742Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:15:57.9587013Z musl is already the newest version (1.2.4-2).
2025-08-20T22:15:57.9587282Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:15:57.9587564Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:15:57.9587892Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:15:57.9588460Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:15:57.9588761Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:15:57.9589061Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:57.9589390Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:57.9779462Z Reading package lists...
2025-08-20T22:15:58.2091828Z Building dependency tree...
2025-08-20T22:15:58.2099502Z Reading state information...
2025-08-20T22:15:58.4877899Z autoconf is already the newest version (2.71-3).
2025-08-20T22:15:58.4878268Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:58.4878609Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:15:58.4878935Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:58.4879262Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:15:58.4879603Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:58.4879951Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:15:58.4880264Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:58.4880575Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:15:58.4880868Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:15:58.4881157Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:15:58.4881456Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:58.4881805Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:58.4882112Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:58.4882420Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:15:58.4882727Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:15:58.4883050Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:15:58.4883419Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:15:58.4883763Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:15:58.4884051Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:15:58.4884348Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:58.4884676Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:58.5076590Z Reading package lists...
2025-08-20T22:15:58.7057100Z Building dependency tree...
2025-08-20T22:15:58.7064866Z Reading state information...
2025-08-20T22:15:58.9630034Z devscripts is already the newest version (2.23.7).
2025-08-20T22:15:58.9630419Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:58.9828031Z Reading package lists...
2025-08-20T22:15:59.2042174Z Building dependency tree...
2025-08-20T22:15:59.2050937Z Reading state information...
2025-08-20T22:15:59.4643610Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:15:59.4644043Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:59.4842455Z Reading package lists...
2025-08-20T22:15:59.6826703Z Building dependency tree...
2025-08-20T22:15:59.6832868Z Reading state information...
2025-08-20T22:15:59.9293230Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:59.9293692Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:15:59.9697090Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:00.0159250Z Reading package lists...
2025-08-20T22:16:00.2519990Z Building dependency tree...
2025-08-20T22:16:00.2527323Z Reading state information...
2025-08-20T22:16:00.5065729Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:16:00.5066133Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:16:00.5066505Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:16:00.5066873Z The following additional packages will be installed:
2025-08-20T22:16:00.5067637Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:16:00.5068037Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:16:00.5068487Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:16:00.5068867Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:16:00.5069252Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:16:00.5069689Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:16:00.5070100Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:16:00.5070505Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:16:00.5070878Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:16:00.5071268Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:16:00.5071690Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:16:00.5072035Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:16:00.5072401Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:16:00.5072840Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:16:00.5073186Z   linux-libc-dev-armhf-cross
2025-08-20T22:16:00.5081313Z Suggested packages:
2025-08-20T22:16:00.5081653Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:16:00.5082035Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:16:00.5418383Z The following NEW packages will be installed:
2025-08-20T22:16:00.5418759Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:16:00.5419169Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:16:00.5419622Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:16:00.5420093Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:16:00.5420469Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:16:00.5420856Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:16:00.5421273Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:16:00.5421664Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:16:00.5422437Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:16:00.5422851Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:16:00.5423263Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:16:00.5423688Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:16:00.5424050Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:16:00.5424423Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:16:00.5426488Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:16:00.7819558Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:00.7819917Z Need to get 112 MB of archives.
2025-08-20T22:16:00.7820199Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:16:00.7820887Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:16:01.1269190Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:16:02.0978101Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:16:02.2081316Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:16:03.1038146Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:16:03.2138716Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:16:03.3242031Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:16:03.8757936Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:16:03.9860115Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:16:04.0965946Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:16:04.4256734Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:16:04.6463022Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:16:05.1398909Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:16:05.2551140Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:16:05.8972437Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:16:06.1258172Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:16:06.4650987Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:16:06.7981534Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:16:07.9014707Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:08.2335167Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:16:08.5659226Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:16:09.0089713Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:16:10.1142618Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:16:11.1405661Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:16:11.2509772Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:16:11.3612429Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:16:11.7030449Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:16:11.8132852Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:16:11.9250039Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:16:12.0351105Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:16:12.5986127Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:16:12.8253971Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:16:13.1615895Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:16:13.6107832Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:16:15.1093629Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:15.4547437Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:16:15.7991678Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:16:16.2616358Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:16:17.3038038Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:16:17.4179814Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:16:17.5324306Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:16:17.6467770Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:16:17.9244406Z Fetched 112 MB in 17s (6565 kB/s)
2025-08-20T22:16:17.9523884Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:16:17.9556201Z (Reading database ... 
2025-08-20T22:16:17.9556459Z (Reading database ... 5%
2025-08-20T22:16:17.9556657Z (Reading database ... 10%
2025-08-20T22:16:17.9556852Z (Reading database ... 15%
2025-08-20T22:16:17.9557043Z (Reading database ... 20%
2025-08-20T22:16:17.9557236Z (Reading database ... 25%
2025-08-20T22:16:17.9557427Z (Reading database ... 30%
2025-08-20T22:16:17.9557978Z (Reading database ... 35%
2025-08-20T22:16:17.9558193Z (Reading database ... 40%
2025-08-20T22:16:17.9558387Z (Reading database ... 45%
2025-08-20T22:16:17.9558581Z (Reading database ... 50%
2025-08-20T22:16:17.9579163Z (Reading database ... 55%
2025-08-20T22:16:17.9663607Z (Reading database ... 60%
2025-08-20T22:16:17.9703724Z (Reading database ... 65%
2025-08-20T22:16:17.9718039Z (Reading database ... 70%
2025-08-20T22:16:17.9741213Z (Reading database ... 75%
2025-08-20T22:16:17.9867292Z (Reading database ... 80%
2025-08-20T22:16:17.9937090Z (Reading database ... 85%
2025-08-20T22:16:17.9965582Z (Reading database ... 90%
2025-08-20T22:16:18.0066136Z (Reading database ... 95%
2025-08-20T22:16:18.0066359Z (Reading database ... 100%
2025-08-20T22:16:18.0066644Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:16:18.0100133Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:18.0169993Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:18.0748777Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:16:18.0896585Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:18.1000207Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:18.4201141Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:16:18.4384061Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:18.4456609Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:18.5066149Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:16:18.5246632Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:18.5353845Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:18.8128889Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:16:18.8283975Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:18.8363451Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:18.8883499Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:16:18.9063989Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:18.9148992Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:18.9756440Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:16:18.9939192Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:16:19.0139678Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:19.1890183Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:16:19.2056861Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.2149032Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.3053106Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:16:19.3208649Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.3285147Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.3889061Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:16:19.4044665Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:19.4118319Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:19.4975483Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:16:19.5153454Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.5249598Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.5839422Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:16:19.6015581Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.6194454Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.6932176Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:16:19.7108763Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.7197086Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.7811462Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:16:19.7961726Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.8035465Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:19.9096310Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:16:19.9250691Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:19.9322241Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:20.0098405Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:16:20.0266238Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:20.0329151Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:20.1045534Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:16:20.1228740Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:20.1316781Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:20.2330815Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:16:20.2504287Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:20.2615724Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:20.7128888Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:16:20.7314280Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:20.7421546Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:21.0482748Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:16:21.0643809Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:21.0716149Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:21.2524958Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:16:21.2708225Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:21.2786540Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:21.5852868Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:16:21.6007723Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:21.6098874Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:21.9142447Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:16:21.9325617Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:16:21.9389247Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:22.0824179Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:16:22.0975479Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.1049252Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.1769646Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:16:22.1925695Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.2000576Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.2598300Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:16:22.2770592Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:22.2837301Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:22.4122261Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:16:22.4314821Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.4392366Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.5108069Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:16:22.5284785Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.5358115Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.5989741Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:16:22.6171486Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.6252836Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.6851263Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:16:22.7009513Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.7077352Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.8459096Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:16:22.8616124Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.8688600Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:22.9520653Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:16:22.9715027Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:22.9794885Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:23.0545656Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:16:23.0740878Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:23.0807196Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:23.2712608Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:16:23.2871391Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:23.2998513Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:24.0021455Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:16:24.0183653Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:24.0272632Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:25.9715336Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:16:25.9891030Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:25.9971637Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:27.5923204Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:16:27.6112850Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:27.6182623Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:29.3486934Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:16:29.3680835Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:29.3814422Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:29.8079767Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:16:29.8247857Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:29.8350504Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:29.9059426Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:16:29.9251965Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:29.9339034Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:29.9904125Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:16:30.0106978Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:30.2751182Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:30.3333351Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:16:30.3501514Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:30.3592403Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:30.4477669Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:30.4731674Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:30.4951147Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.5717706Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.5938348Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.6190969Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:30.6408506Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.6866932Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:30.7239053Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:30.7518047Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.7725965Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.7979274Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:30.8286830Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:30.8586063Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.8817879Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.9289035Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:30.9531360Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.0097067Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.0432873Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.0744005Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.1005721Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:31.1242953Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.1578900Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.1787694Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:31.2282279Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.2497056Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.2771693Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.3097335Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:31.3357778Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.3640804Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.3854567Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.4165063Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.4654234Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.4922799Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.5216487Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:31.5445125Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.5730167Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.5987317Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.6285584Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:31.6613109Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:31.6926987Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:31.7123368Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:31.7343010Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:16:31.7711808Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:16:31.7844218Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:33.1607879Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:34.3698248Z Reading package lists...
2025-08-20T22:16:34.5602755Z Building dependency tree...
2025-08-20T22:16:34.5611087Z Reading state information...
2025-08-20T22:16:34.7821757Z The following additional packages will be installed:
2025-08-20T22:16:34.7822206Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:34.7825890Z   libpcap0.8-dev
2025-08-20T22:16:34.8107635Z The following NEW packages will be installed:
2025-08-20T22:16:34.8109540Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:34.8113300Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:16:34.8295836Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:35.2418264Z Need to get 1640 kB of archives.
2025-08-20T22:16:35.2418640Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:16:35.2419203Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:16:35.8381358Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:16:35.9961353Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:16:36.1541275Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:16:36.4163876Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:16:36.8127865Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:16:37.0509774Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:16:37.1654248Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:16:37.4255321Z Fetched 1640 kB in 2s (705 kB/s)
2025-08-20T22:16:37.4720907Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:16:37.4754871Z (Reading database ... 
2025-08-20T22:16:37.4755454Z (Reading database ... 5%
2025-08-20T22:16:37.4755688Z (Reading database ... 10%
2025-08-20T22:16:37.4755890Z (Reading database ... 15%
2025-08-20T22:16:37.4756083Z (Reading database ... 20%
2025-08-20T22:16:37.4756297Z (Reading database ... 25%
2025-08-20T22:16:37.4756490Z (Reading database ... 30%
2025-08-20T22:16:37.4757023Z (Reading database ... 35%
2025-08-20T22:16:37.4757245Z (Reading database ... 40%
2025-08-20T22:16:37.4757443Z (Reading database ... 45%
2025-08-20T22:16:37.4757633Z (Reading database ... 50%
2025-08-20T22:16:37.4781039Z (Reading database ... 55%
2025-08-20T22:16:37.4871765Z (Reading database ... 60%
2025-08-20T22:16:37.4908674Z (Reading database ... 65%
2025-08-20T22:16:37.4925667Z (Reading database ... 70%
2025-08-20T22:16:37.4950539Z (Reading database ... 75%
2025-08-20T22:16:37.5102401Z (Reading database ... 80%
2025-08-20T22:16:37.5140460Z (Reading database ... 85%
2025-08-20T22:16:37.5210713Z (Reading database ... 90%
2025-08-20T22:16:37.5274222Z (Reading database ... 95%
2025-08-20T22:16:37.5274427Z (Reading database ... 100%
2025-08-20T22:16:37.5274722Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:16:37.5305642Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:16:37.5416578Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:37.6650685Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:16:37.6855652Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:16:37.6980125Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:37.7686444Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:16:37.7908531Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:16:37.7976841Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:38.1038518Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:16:38.1262699Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:16:38.1336068Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:38.2509985Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:16:38.2722230Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:16:38.2819544Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:38.7062567Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:16:38.7278468Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:16:38.7376321Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:38.9506465Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:16:38.9713118Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:16:38.9801559Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:39.0660322Z Selecting previously unselected package pcaputils.
2025-08-20T22:16:39.0889025Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:16:39.1014677Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:39.2269434Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:39.2506321Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:39.3977571Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:39.4194994Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:39.4643228Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:16:39.6919541Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:39.7214820Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:39.8203594Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:39.8698209Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:41.5402859Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:16:41.6067212Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:41.6283248Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:42.8426555Z Reading package lists...
2025-08-20T22:16:43.0596930Z Building dependency tree...
2025-08-20T22:16:43.0605641Z Reading state information...
2025-08-20T22:16:43.1041289Z Reading package lists...
2025-08-20T22:16:43.3144607Z Building dependency tree...
2025-08-20T22:16:43.3152530Z Reading state information...
2025-08-20T22:16:43.5569166Z The following additional packages will be installed:
2025-08-20T22:16:43.5572395Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:16:43.5580784Z Suggested packages:
2025-08-20T22:16:43.5581078Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:16:43.5581483Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:16:43.5750502Z The following NEW packages will be installed:
2025-08-20T22:16:43.5751428Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:16:43.5756418Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:16:43.6869758Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:43.6870104Z Need to get 801 kB of archives.
2025-08-20T22:16:43.6870436Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:16:43.6870923Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:16:43.8029503Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:16:43.8989121Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:16:44.0576098Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:16:44.1080982Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:16:44.1555132Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:16:44.2157013Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:16:44.2622866Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:16:44.3109936Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:16:44.5745949Z Fetched 801 kB in 1s (1101 kB/s)
2025-08-20T22:16:44.6106055Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:16:44.6140285Z (Reading database ... 
2025-08-20T22:16:44.6140933Z (Reading database ... 5%
2025-08-20T22:16:44.6141209Z (Reading database ... 10%
2025-08-20T22:16:44.6141408Z (Reading database ... 15%
2025-08-20T22:16:44.6141616Z (Reading database ... 20%
2025-08-20T22:16:44.6141813Z (Reading database ... 25%
2025-08-20T22:16:44.6142326Z (Reading database ... 30%
2025-08-20T22:16:44.6142527Z (Reading database ... 35%
2025-08-20T22:16:44.6142724Z (Reading database ... 40%
2025-08-20T22:16:44.6142915Z (Reading database ... 45%
2025-08-20T22:16:44.6143112Z (Reading database ... 50%
2025-08-20T22:16:44.6165573Z (Reading database ... 55%
2025-08-20T22:16:44.6256184Z (Reading database ... 60%
2025-08-20T22:16:44.6292410Z (Reading database ... 65%
2025-08-20T22:16:44.6309951Z (Reading database ... 70%
2025-08-20T22:16:44.6334590Z (Reading database ... 75%
2025-08-20T22:16:44.6495179Z (Reading database ... 80%
2025-08-20T22:16:44.6530948Z (Reading database ... 85%
2025-08-20T22:16:44.6603279Z (Reading database ... 90%
2025-08-20T22:16:44.6667967Z (Reading database ... 95%
2025-08-20T22:16:44.6668208Z (Reading database ... 100%
2025-08-20T22:16:44.6668500Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:16:44.6698505Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:16:44.6868608Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:16:44.7407710Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:16:44.7617258Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:16:44.7688088Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:16:44.8401043Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:16:44.8606320Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:16:44.8679010Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:16:44.9665190Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:16:44.9888238Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:16:44.9964128Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:16:45.0513300Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:16:45.0725769Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:16:45.0807398Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:16:45.1705976Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:16:45.1922977Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:16:45.2012196Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:45.2671499Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:16:45.2883564Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:16:45.2958486Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:16:45.3572918Z Selecting previously unselected package lzma.
2025-08-20T22:16:45.3779080Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:16:45.3846691Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:16:45.4491040Z Selecting previously unselected package lzma-dev.
2025-08-20T22:16:45.4696066Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:16:45.4769337Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:16:45.5921061Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:16:45.6124465Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:16:45.6311868Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:16:45.6487427Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:16:45.6663661Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:16:45.6839614Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:16:45.6976819Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:16:45.7172913Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:45.7385578Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:16:45.7615052Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:16:45.7845622Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:45.8222227Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:47.2500274Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:16:48.4961267Z Reading package lists...
2025-08-20T22:16:48.6831025Z Building dependency tree...
2025-08-20T22:16:48.6839476Z Reading state information...
2025-08-20T22:16:48.9880475Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:16:48.9880926Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:16:48.9881246Z inetutils-telnet set to manually installed.
2025-08-20T22:16:48.9881659Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:16:48.9881982Z The following additional packages will be installed:
2025-08-20T22:16:48.9882244Z   tcpd update-inetd
2025-08-20T22:16:49.0049994Z The following packages will be REMOVED:
2025-08-20T22:16:49.0057340Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:16:49.0058362Z The following NEW packages will be installed:
2025-08-20T22:16:49.0058682Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:16:49.0059199Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:16:49.0066717Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:16:49.2534464Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:16:49.2535107Z Need to get 691 kB of archives.
2025-08-20T22:16:49.2535582Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:16:49.2536096Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:16:49.6339277Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:16:49.7786435Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:16:49.9232279Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:16:50.0930382Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:16:50.3097009Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:16:50.4854603Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:16:50.6498990Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:16:50.7997772Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:16:50.9402527Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:16:51.1024840Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:16:51.3853318Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:16:51.7521136Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:16:52.0236147Z Preconfiguring packages ...
2025-08-20T22:16:52.1561018Z Fetched 691 kB in 3s (248 kB/s)
2025-08-20T22:16:52.1824189Z (Reading database ... 
2025-08-20T22:16:52.1824415Z (Reading database ... 5%
2025-08-20T22:16:52.1824608Z (Reading database ... 10%
2025-08-20T22:16:52.1824806Z (Reading database ... 15%
2025-08-20T22:16:52.1825019Z (Reading database ... 20%
2025-08-20T22:16:52.1825354Z (Reading database ... 25%
2025-08-20T22:16:52.1825594Z (Reading database ... 30%
2025-08-20T22:16:52.1825784Z (Reading database ... 35%
2025-08-20T22:16:52.1825976Z (Reading database ... 40%
2025-08-20T22:16:52.1826183Z (Reading database ... 45%
2025-08-20T22:16:52.1826369Z (Reading database ... 50%
2025-08-20T22:16:52.1848760Z (Reading database ... 55%
2025-08-20T22:16:52.1936456Z (Reading database ... 60%
2025-08-20T22:16:52.1976056Z (Reading database ... 65%
2025-08-20T22:16:52.1993772Z (Reading database ... 70%
2025-08-20T22:16:52.2018888Z (Reading database ... 75%
2025-08-20T22:16:52.2183952Z (Reading database ... 80%
2025-08-20T22:16:52.2220697Z (Reading database ... 85%
2025-08-20T22:16:52.2296689Z (Reading database ... 90%
2025-08-20T22:16:52.2363885Z (Reading database ... 95%
2025-08-20T22:16:52.2364098Z (Reading database ... 100%
2025-08-20T22:16:52.2364384Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:16:52.2395324Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:16:52.3451237Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:16:52.4449573Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:16:52.8847906Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:16:52.8882356Z (Reading database ... 
2025-08-20T22:16:52.8882592Z (Reading database ... 5%
2025-08-20T22:16:52.8882788Z (Reading database ... 10%
2025-08-20T22:16:52.8882983Z (Reading database ... 15%
2025-08-20T22:16:52.8883174Z (Reading database ... 20%
2025-08-20T22:16:52.8883378Z (Reading database ... 25%
2025-08-20T22:16:52.8883570Z (Reading database ... 30%
2025-08-20T22:16:52.8883766Z (Reading database ... 35%
2025-08-20T22:16:52.8883965Z (Reading database ... 40%
2025-08-20T22:16:52.8884523Z (Reading database ... 45%
2025-08-20T22:16:52.8884735Z (Reading database ... 50%
2025-08-20T22:16:52.8906547Z (Reading database ... 55%
2025-08-20T22:16:52.8997005Z (Reading database ... 60%
2025-08-20T22:16:52.9039190Z (Reading database ... 65%
2025-08-20T22:16:52.9057929Z (Reading database ... 70%
2025-08-20T22:16:52.9082687Z (Reading database ... 75%
2025-08-20T22:16:52.9247656Z (Reading database ... 80%
2025-08-20T22:16:52.9283537Z (Reading database ... 85%
2025-08-20T22:16:52.9357621Z (Reading database ... 90%
2025-08-20T22:16:52.9422762Z (Reading database ... 95%
2025-08-20T22:16:52.9422978Z (Reading database ... 100%
2025-08-20T22:16:52.9423263Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:16:52.9455005Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:52.9556637Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.0251676Z Selecting previously unselected package tcpd.
2025-08-20T22:16:53.0433890Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:16:53.0532455Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:16:53.1788570Z Selecting previously unselected package update-inetd.
2025-08-20T22:16:53.1960207Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:16:53.2170212Z Unpacking update-inetd (4.53) ...
2025-08-20T22:16:53.3184005Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:16:53.3372968Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.3495392Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.4234629Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:16:53.4422054Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.4495645Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.5405110Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:16:53.5603196Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.5695185Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.6589653Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:16:53.6750975Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.6839311Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.7531901Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:16:53.7696272Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.7817729Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.8591899Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:16:53.8777538Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.8852992Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:53.9600253Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:16:53.9791840Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:53.9884404Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:54.0629824Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:16:54.0824117Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:54.0969706Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:54.2003408Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:16:54.2165446Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:16:54.2244798Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:16:54.3055819Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:16:54.3223459Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:54.3349839Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:54.4366638Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:16:54.4703665Z Setting up update-inetd (4.53) ...
2025-08-20T22:16:54.5954459Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:54.6160209Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:16:54.6296350Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:54.9830461Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:54.9830916Z 
2025-08-20T22:16:54.9831029Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:16:54.9831221Z 
2025-08-20T22:16:54.9831625Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:54.9831981Z 
2025-08-20T22:16:54.9832480Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:54.9832961Z 
2025-08-20T22:16:55.2229880Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:55.2592204Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:55.2797228Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:16:55.2962623Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:55.3225844Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:55.3504302Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:16:55.3748430Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:55.7078393Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:55.7078953Z 
2025-08-20T22:16:55.7079568Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:55.7080041Z 
2025-08-20T22:16:55.9490693Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:56.1904824Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:56.2979774Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:56.3755661Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:59.3990510Z Reading package lists...
2025-08-20T22:16:59.6090337Z Building dependency tree...
2025-08-20T22:16:59.6096973Z Reading state information...
2025-08-20T22:16:59.9257262Z The following packages will be REMOVED:
2025-08-20T22:16:59.9264329Z   inetutils-ping
2025-08-20T22:16:59.9264565Z The following NEW packages will be installed:
2025-08-20T22:16:59.9272387Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:16:59.9277632Z The following packages will be upgraded:
2025-08-20T22:16:59.9284823Z   iputils-tracepath
2025-08-20T22:17:00.1670212Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:17:00.1670553Z Need to get 84.5 kB of archives.
2025-08-20T22:17:00.1670846Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:17:00.1671441Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:17:00.4967488Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:17:00.6238077Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:17:00.7509200Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:17:01.0642626Z Fetched 84.5 kB in 1s (102 kB/s)
2025-08-20T22:17:01.0882861Z (Reading database ... 
2025-08-20T22:17:01.0883552Z (Reading database ... 5%
2025-08-20T22:17:01.0883796Z (Reading database ... 10%
2025-08-20T22:17:01.0883993Z (Reading database ... 15%
2025-08-20T22:17:01.0884191Z (Reading database ... 20%
2025-08-20T22:17:01.0884385Z (Reading database ... 25%
2025-08-20T22:17:01.0884577Z (Reading database ... 30%
2025-08-20T22:17:01.0885199Z (Reading database ... 35%
2025-08-20T22:17:01.0885568Z (Reading database ... 40%
2025-08-20T22:17:01.0885757Z (Reading database ... 45%
2025-08-20T22:17:01.0885945Z (Reading database ... 50%
2025-08-20T22:17:01.0905990Z (Reading database ... 55%
2025-08-20T22:17:01.0994434Z (Reading database ... 60%
2025-08-20T22:17:01.1035875Z (Reading database ... 65%
2025-08-20T22:17:01.1053485Z (Reading database ... 70%
2025-08-20T22:17:01.1079204Z (Reading database ... 75%
2025-08-20T22:17:01.1239981Z (Reading database ... 80%
2025-08-20T22:17:01.1275437Z (Reading database ... 85%
2025-08-20T22:17:01.1348596Z (Reading database ... 90%
2025-08-20T22:17:01.1415609Z (Reading database ... 95%
2025-08-20T22:17:01.1415831Z (Reading database ... 100%
2025-08-20T22:17:01.1416128Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:17:01.1452549Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:17:01.2759867Z Selecting previously unselected package iputils-ping.
2025-08-20T22:17:01.2794080Z (Reading database ... 
2025-08-20T22:17:01.2794733Z (Reading database ... 5%
2025-08-20T22:17:01.2794973Z (Reading database ... 10%
2025-08-20T22:17:01.2795175Z (Reading database ... 15%
2025-08-20T22:17:01.2795496Z (Reading database ... 20%
2025-08-20T22:17:01.2795696Z (Reading database ... 25%
2025-08-20T22:17:01.2795889Z (Reading database ... 30%
2025-08-20T22:17:01.2796082Z (Reading database ... 35%
2025-08-20T22:17:01.2796668Z (Reading database ... 40%
2025-08-20T22:17:01.2796862Z (Reading database ... 45%
2025-08-20T22:17:01.2797055Z (Reading database ... 50%
2025-08-20T22:17:01.2815542Z (Reading database ... 55%
2025-08-20T22:17:01.2902404Z (Reading database ... 60%
2025-08-20T22:17:01.2941496Z (Reading database ... 65%
2025-08-20T22:17:01.2958475Z (Reading database ... 70%
2025-08-20T22:17:01.2982691Z (Reading database ... 75%
2025-08-20T22:17:01.3142147Z (Reading database ... 80%
2025-08-20T22:17:01.3176622Z (Reading database ... 85%
2025-08-20T22:17:01.3246801Z (Reading database ... 90%
2025-08-20T22:17:01.3309668Z (Reading database ... 95%
2025-08-20T22:17:01.3309895Z (Reading database ... 100%
2025-08-20T22:17:01.3310190Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:17:01.3341094Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:17:01.4004695Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.4874022Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:17:01.5191164Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:17:01.6291369Z Selecting previously unselected package iputils-arping.
2025-08-20T22:17:01.6479344Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:17:01.6577635Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.7176247Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:17:01.7357561Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:17:01.7439757Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.8282931Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.8748906Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.9102743Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.9494817Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:17:01.9705051Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:04.6655703Z Reading package lists...
2025-08-20T22:17:04.8863168Z Building dependency tree...
2025-08-20T22:17:04.8871052Z Reading state information...
2025-08-20T22:17:05.1314703Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:17:05.1601719Z The following packages will be upgraded:
2025-08-20T22:17:05.1602054Z   python3-pip python3-pip-whl
2025-08-20T22:17:05.1784915Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:17:05.2922927Z Need to get 3020 kB of archives.
2025-08-20T22:17:05.2923295Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:17:05.2923870Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:17:05.6578071Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:17:05.9694295Z Fetched 3020 kB in 1s (5791 kB/s)
2025-08-20T22:17:06.0899109Z (Reading database ... 
2025-08-20T22:17:06.0899370Z (Reading database ... 5%
2025-08-20T22:17:06.0899572Z (Reading database ... 10%
2025-08-20T22:17:06.0899765Z (Reading database ... 15%
2025-08-20T22:17:06.0899956Z (Reading database ... 20%
2025-08-20T22:17:06.0900179Z (Reading database ... 25%
2025-08-20T22:17:06.0901164Z (Reading database ... 30%
2025-08-20T22:17:06.0901365Z (Reading database ... 35%
2025-08-20T22:17:06.0901592Z (Reading database ... 40%
2025-08-20T22:17:06.0901792Z (Reading database ... 45%
2025-08-20T22:17:06.0901981Z (Reading database ... 50%
2025-08-20T22:17:06.0920646Z (Reading database ... 55%
2025-08-20T22:17:06.1011938Z (Reading database ... 60%
2025-08-20T22:17:06.1055437Z (Reading database ... 65%
2025-08-20T22:17:06.1074918Z (Reading database ... 70%
2025-08-20T22:17:06.1101033Z (Reading database ... 75%
2025-08-20T22:17:06.1273753Z (Reading database ... 80%
2025-08-20T22:17:06.1310483Z (Reading database ... 85%
2025-08-20T22:17:06.1386455Z (Reading database ... 90%
2025-08-20T22:17:06.1455641Z (Reading database ... 95%
2025-08-20T22:17:06.1455854Z (Reading database ... 100%
2025-08-20T22:17:06.1456145Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:17:06.1491134Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:17:06.3528453Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:17:06.5762302Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:17:06.6010211Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:17:06.7103939Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:17:06.7324778Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:17:07.6881986Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:10.7821852Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:17:11.0987334Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:12.7255900Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:17:12.8636917Z Collecting pip
2025-08-20T22:17:12.9323163Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:17:12.9616933Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:17:13.0634167Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.8 MB/s eta 0:00:00
2025-08-20T22:17:13.4887993Z Installing collected packages: pip
2025-08-20T22:17:14.1743721Z Successfully installed pip-25.2
2025-08-20T22:17:14.3690197Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:17:14.4104655Z Reading package lists...
2025-08-20T22:17:14.6201536Z Building dependency tree...
2025-08-20T22:17:14.6208258Z Reading state information...
2025-08-20T22:17:14.8506357Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:17:14.8506701Z pciutils set to manually installed.
2025-08-20T22:17:14.8506979Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:17:14.8507325Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:17:14.8507609Z python3-distro set to manually installed.
2025-08-20T22:17:14.8507927Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:17:14.8508253Z python3-netifaces set to manually installed.
2025-08-20T22:17:14.8508998Z The following additional packages will be installed:
2025-08-20T22:17:14.8509292Z   libsysfs2
2025-08-20T22:17:14.8515559Z Suggested packages:
2025-08-20T22:17:14.8515798Z   fancontrol read-edid i2c-tools
2025-08-20T22:17:14.8827599Z The following NEW packages will be installed:
2025-08-20T22:17:14.8829683Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:17:14.9024763Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:17:15.0179552Z Need to get 133 kB of archives.
2025-08-20T22:17:15.0179901Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:17:15.0180411Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:17:15.1146701Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:17:15.1733971Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:17:15.2970824Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:17:15.5665573Z Fetched 133 kB in 0s (345 kB/s)
2025-08-20T22:17:15.6439169Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:17:15.6474998Z (Reading database ... 
2025-08-20T22:17:15.6475375Z (Reading database ... 5%
2025-08-20T22:17:15.6475587Z (Reading database ... 10%
2025-08-20T22:17:15.6475783Z (Reading database ... 15%
2025-08-20T22:17:15.6476383Z (Reading database ... 20%
2025-08-20T22:17:15.6476578Z (Reading database ... 25%
2025-08-20T22:17:15.6476762Z (Reading database ... 30%
2025-08-20T22:17:15.6476954Z (Reading database ... 35%
2025-08-20T22:17:15.6477158Z (Reading database ... 40%
2025-08-20T22:17:15.6477346Z (Reading database ... 45%
2025-08-20T22:17:15.6477534Z (Reading database ... 50%
2025-08-20T22:17:15.6500402Z (Reading database ... 55%
2025-08-20T22:17:15.6592601Z (Reading database ... 60%
2025-08-20T22:17:15.6633806Z (Reading database ... 65%
2025-08-20T22:17:15.6651482Z (Reading database ... 70%
2025-08-20T22:17:15.6676663Z (Reading database ... 75%
2025-08-20T22:17:15.6845107Z (Reading database ... 80%
2025-08-20T22:17:15.6881286Z (Reading database ... 85%
2025-08-20T22:17:15.6957424Z (Reading database ... 90%
2025-08-20T22:17:15.7026641Z (Reading database ... 95%
2025-08-20T22:17:15.7026958Z (Reading database ... 100%
2025-08-20T22:17:15.7027264Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:17:15.7062873Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:17:15.7210739Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:17:15.8091942Z Selecting previously unselected package sysfsutils.
2025-08-20T22:17:15.8293630Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:17:15.8403312Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:17:15.9367852Z Selecting previously unselected package lm-sensors.
2025-08-20T22:17:15.9552670Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:17:15.9782939Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:17:16.2343064Z Selecting previously unselected package virt-what.
2025-08-20T22:17:16.2535679Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:17:16.2611008Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:17:16.3503671Z Setting up virt-what (1.25-2) ...
2025-08-20T22:17:16.3729822Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:17:16.3967615Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:17:16.7184155Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:17:16.7184539Z 
2025-08-20T22:17:16.7185005Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:17:16.7185717Z 
2025-08-20T22:17:17.0170761Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:17:17.3332602Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:17:17.3333113Z 
2025-08-20T22:17:17.3716746Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:19.0180579Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:17:20.2778491Z Reading package lists...
2025-08-20T22:17:20.4955767Z Building dependency tree...
2025-08-20T22:17:20.4964979Z Reading state information...
2025-08-20T22:17:20.7497319Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:17:20.7498049Z The following additional packages will be installed:
2025-08-20T22:17:20.7500005Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:17:20.7500352Z   xorg-sgml-doctools
2025-08-20T22:17:20.7509144Z Suggested packages:
2025-08-20T22:17:20.7509329Z   libxcb-doc
2025-08-20T22:17:20.7708520Z The following NEW packages will be installed:
2025-08-20T22:17:20.7710528Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:17:20.7713868Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:17:20.7714218Z   xcb xorg-sgml-doctools
2025-08-20T22:17:20.9318523Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:17:20.9318888Z Need to get 816 kB of archives.
2025-08-20T22:17:20.9319185Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:17:20.9320130Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:17:20.9779840Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:17:21.0274057Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:17:21.2967272Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:17:21.3433688Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:17:21.3903469Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:17:21.4406682Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:17:21.4874724Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:17:21.5340723Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:17:21.5805806Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:17:21.6270379Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:17:21.8991807Z Fetched 816 kB in 1s (965 kB/s)
2025-08-20T22:17:21.9554979Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:17:21.9591471Z (Reading database ... 
2025-08-20T22:17:21.9591720Z (Reading database ... 5%
2025-08-20T22:17:21.9591916Z (Reading database ... 10%
2025-08-20T22:17:21.9592107Z (Reading database ... 15%
2025-08-20T22:17:21.9592299Z (Reading database ... 20%
2025-08-20T22:17:21.9592487Z (Reading database ... 25%
2025-08-20T22:17:21.9592676Z (Reading database ... 30%
2025-08-20T22:17:21.9593449Z (Reading database ... 35%
2025-08-20T22:17:21.9593722Z (Reading database ... 40%
2025-08-20T22:17:21.9593917Z (Reading database ... 45%
2025-08-20T22:17:21.9594111Z (Reading database ... 50%
2025-08-20T22:17:21.9617537Z (Reading database ... 55%
2025-08-20T22:17:21.9716688Z (Reading database ... 60%
2025-08-20T22:17:21.9756883Z (Reading database ... 65%
2025-08-20T22:17:21.9775630Z (Reading database ... 70%
2025-08-20T22:17:21.9802344Z (Reading database ... 75%
2025-08-20T22:17:21.9983750Z (Reading database ... 80%
2025-08-20T22:17:22.0023805Z (Reading database ... 85%
2025-08-20T22:17:22.0106148Z (Reading database ... 90%
2025-08-20T22:17:22.0180277Z (Reading database ... 95%
2025-08-20T22:17:22.0180493Z (Reading database ... 100%
2025-08-20T22:17:22.0180780Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:17:22.0222757Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:17:22.0297978Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:17:22.0906572Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:17:22.1076087Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:17:22.1175896Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:17:22.1936037Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:17:22.2117385Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:17:22.2230349Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:17:22.3164355Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:17:22.3360066Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:17:22.3456373Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:17:22.4102311Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:17:22.4296148Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:17:22.4366721Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:17:22.5006672Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:17:22.5202990Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:22.5275055Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:22.5899929Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:17:22.6087452Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:22.6436510Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:22.7199285Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:17:22.7366351Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:22.7505404Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:22.9642848Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:17:22.9846488Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:22.9926413Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:23.0474642Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:17:23.0671441Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:23.0758370Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:23.1485963Z Selecting previously unselected package xcb.
2025-08-20T22:17:23.1683365Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:17:23.1750186Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:17:23.2848569Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:23.3085889Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:17:23.3319382Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:17:23.3719321Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:17:23.4003967Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:17:23.4370217Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:24.9815154Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:17:25.0100832Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:17:25.0304725Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:17:25.0530561Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:17:25.0883607Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:25.1291826Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:25.1547871Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:25.1749712Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:26.6379434Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:27.3009477Z Collecting build
2025-08-20T22:17:27.3722099Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:17:27.5030868Z Collecting cffi
2025-08-20T22:17:27.5171933Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:17:27.5795959Z Collecting scons
2025-08-20T22:17:27.6113742Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:27.6587373Z Collecting scuba
2025-08-20T22:17:27.6735587Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:17:27.7466385Z Collecting pytest
2025-08-20T22:17:27.7603022Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:17:27.8025941Z Collecting packaging>=19.1 (from build)
2025-08-20T22:17:27.8167407Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:27.8563063Z Collecting pyproject_hooks (from build)
2025-08-20T22:17:27.8700201Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:17:27.9070207Z Collecting pycparser (from cffi)
2025-08-20T22:17:27.9209280Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:17:27.9771322Z Collecting PyYAML (from scuba)
2025-08-20T22:17:27.9924426Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:17:28.0323043Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:17:28.0461577Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:17:28.0923891Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:17:28.1062442Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:17:28.1547923Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:17:28.1695624Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:28.1972435Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:17:28.2252006Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:17:28.2951765Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:28.3653183Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 58.5 MB/s  0:00:00
2025-08-20T22:17:28.3804368Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:17:28.4090040Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:17:28.4360533Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:17:28.4665959Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:17:28.5006776Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:28.5292324Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:28.5520345Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.8 MB/s  0:00:00
2025-08-20T22:17:28.5655110Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:17:28.5908097Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:17:28.6174025Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:17:28.6373225Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.7 MB/s  0:00:00
2025-08-20T22:17:28.7323918Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:17:30.3702292Z 
2025-08-20T22:17:30.3717899Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:17:30.6782548Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:31.3462106Z Collecting ansi2txt
2025-08-20T22:17:31.4139481Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:17:31.4696360Z Collecting pipx
2025-08-20T22:17:31.4832523Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:31.5293527Z Collecting scons
2025-08-20T22:17:31.5303848Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:31.5589863Z Collecting py2static
2025-08-20T22:17:31.5741118Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:17:31.6279548Z Collecting typer
2025-08-20T22:17:31.6421326Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:17:31.6996049Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:17:31.7201192Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:31.7719755Z Collecting packaging>=20 (from pipx)
2025-08-20T22:17:31.7729955Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:31.8109023Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:17:31.8253522Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:17:31.8656733Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:17:31.8803080Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:31.9531771Z Collecting pyinstaller (from py2static)
2025-08-20T22:17:31.9740548Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:17:32.0236764Z Collecting staticx (from py2static)
2025-08-20T22:17:32.0395549Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:17:32.0931486Z   Preparing metadata (setup.py): started
2025-08-20T22:17:33.5904401Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:17:33.6240810Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:17:33.6377702Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:33.6914494Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:17:33.7053627Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:33.7636706Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:17:33.7782459Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:17:33.8453312Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:17:33.8614311Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:33.9067952Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:33.9213239Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:33.9744661Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:33.9754942Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:34.0020679Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:17:34.0169459Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:17:34.1472740Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:17:34.1620260Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:34.2102877Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:17:34.2267640Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:34.2812827Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:17:34.2952557Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:34.3497702Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:17:34.3647016Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:17:34.4058015Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:17:34.4393582Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:17:34.4607346Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:34.4851262Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:17:34.5119472Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:17:34.5376957Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:17:34.5656295Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:17:34.5817190Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:34.5954154Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:17:34.6225347Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:17:34.6529829Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:34.6677018Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:17:34.6983495Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:17:34.7259015Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:17:34.7616614Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:17:34.7986101Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:17:34.8267933Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:17:34.8674775Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 12.7 MB/s  0:00:00
2025-08-20T22:17:34.8833770Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:34.9126386Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:34.9461015Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 29.9 MB/s  0:00:00
2025-08-20T22:17:34.9600290Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:34.9939790Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:17:35.0411314Z Building wheels for collected packages: staticx
2025-08-20T22:17:35.0418578Z   Building wheel for staticx (setup.py): started
2025-08-20T22:18:07.6456928Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:18:07.6467883Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790694 sha256=849b9c9edf529db55c8e4432cf03ad9670387ed2c69a36128e8f18791bc11ced
2025-08-20T22:18:07.6468802Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:18:07.6484157Z Successfully built staticx
2025-08-20T22:18:07.7453533Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:18:08.6312033Z   Attempting uninstall: scons
2025-08-20T22:18:08.6384047Z     Found existing installation: SCons 4.9.1
2025-08-20T22:18:08.6671653Z     Uninstalling SCons-4.9.1:
2025-08-20T22:18:08.6732573Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:18:09.2636292Z   Attempting uninstall: pygments
2025-08-20T22:18:09.2717404Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:18:09.2870224Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:18:09.2893399Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:18:10.0115699Z   Attempting uninstall: packaging
2025-08-20T22:18:10.0185462Z     Found existing installation: packaging 25.0
2025-08-20T22:18:10.0204985Z     Uninstalling packaging-25.0:
2025-08-20T22:18:10.0211221Z       Successfully uninstalled packaging-25.0
2025-08-20T22:18:11.1676946Z 
2025-08-20T22:18:11.1701964Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:18:11.4722128Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:18:12.1201628Z Collecting build
2025-08-20T22:18:12.1213010Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:18:12.2016315Z Collecting cffi
2025-08-20T22:18:12.2028136Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:18:12.2330846Z Collecting scons
2025-08-20T22:18:12.2340807Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:18:12.2596544Z Collecting scuba
2025-08-20T22:18:12.2606469Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:18:12.3105950Z Collecting pytest
2025-08-20T22:18:12.3116341Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:18:12.3413838Z Collecting packaging>=19.1 (from build)
2025-08-20T22:18:12.3424022Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:18:12.3661425Z Collecting pyproject_hooks (from build)
2025-08-20T22:18:12.3671689Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:18:12.3892016Z Collecting pycparser (from cffi)
2025-08-20T22:18:12.3903466Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:18:12.4273186Z Collecting PyYAML (from scuba)
2025-08-20T22:18:12.4289525Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:18:12.4517065Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:18:12.4527971Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:18:12.4804113Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:18:12.4815503Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:18:12.5124938Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:18:12.5136219Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:18:12.5187608Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:18:12.5197481Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:18:12.5209453Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:18:12.5242995Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:18:12.5254494Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:18:12.5265575Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:18:12.5274561Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:18:12.5283353Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:18:12.5292437Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:18:12.5309046Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:18:12.5319953Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:18:12.5328934Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:18:12.6380752Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:18:12.6383858Z   Attempting uninstall: scons
2025-08-20T22:18:12.6455154Z     Found existing installation: SCons 4.9.1
2025-08-20T22:18:12.6739144Z     Uninstalling SCons-4.9.1:
2025-08-20T22:18:12.6802357Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:18:13.3180778Z   Attempting uninstall: PyYAML
2025-08-20T22:18:13.3259253Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:18:13.3283804Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:18:13.3289737Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:18:13.3914131Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:18:13.3983292Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:18:13.3997464Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:18:13.4002640Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:18:13.4179147Z   Attempting uninstall: pygments
2025-08-20T22:18:13.4248095Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:18:13.4405721Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:18:13.4430012Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:18:14.0658868Z   Attempting uninstall: pycparser
2025-08-20T22:18:14.0732166Z     Found existing installation: pycparser 2.22
2025-08-20T22:18:14.0753568Z     Uninstalling pycparser-2.22:
2025-08-20T22:18:14.0760595Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:18:14.2176636Z   Attempting uninstall: pluggy
2025-08-20T22:18:14.2259811Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:18:14.2282052Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:18:14.2290467Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:18:14.2601234Z   Attempting uninstall: packaging
2025-08-20T22:18:14.2688544Z     Found existing installation: packaging 25.0
2025-08-20T22:18:14.2714080Z     Uninstalling packaging-25.0:
2025-08-20T22:18:14.2722936Z       Successfully uninstalled packaging-25.0
2025-08-20T22:18:14.3249706Z   Attempting uninstall: iniconfig
2025-08-20T22:18:14.3330830Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:18:14.3347302Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:18:14.3353310Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:18:14.3532391Z   Attempting uninstall: scuba
2025-08-20T22:18:14.3608259Z     Found existing installation: scuba 2.14.1
2025-08-20T22:18:14.3628964Z     Uninstalling scuba-2.14.1:
2025-08-20T22:18:14.3637830Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:18:14.3965621Z   Attempting uninstall: pytest
2025-08-20T22:18:14.4047709Z     Found existing installation: pytest 8.4.1
2025-08-20T22:18:14.4099482Z     Uninstalling pytest-8.4.1:
2025-08-20T22:18:14.4311506Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:18:14.6962198Z   Attempting uninstall: cffi
2025-08-20T22:18:14.7049486Z     Found existing installation: cffi 1.17.1
2025-08-20T22:18:14.7076184Z     Uninstalling cffi-1.17.1:
2025-08-20T22:18:14.7291678Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:18:14.8152841Z   Attempting uninstall: build
2025-08-20T22:18:14.8228651Z     Found existing installation: build 1.3.0
2025-08-20T22:18:14.8251189Z     Uninstalling build-1.3.0:
2025-08-20T22:18:14.8261087Z       Successfully uninstalled build-1.3.0
2025-08-20T22:18:14.8532443Z 
2025-08-20T22:18:14.8558806Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:18:15.2145590Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:18:15.8728529Z Collecting ansi2txt
2025-08-20T22:18:15.8739373Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:18:15.9089012Z Collecting pipx
2025-08-20T22:18:15.9099165Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:18:15.9393778Z Collecting scons
2025-08-20T22:18:15.9405122Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:18:15.9646002Z Collecting py2static
2025-08-20T22:18:15.9656369Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:18:15.9961087Z Collecting typer
2025-08-20T22:18:15.9971448Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:18:16.0324495Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:18:16.0335077Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:18:16.0952278Z Collecting packaging>=20 (from pipx)
2025-08-20T22:18:16.0962959Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:18:16.1313981Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:18:16.1324791Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:18:16.1583244Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:18:16.1593546Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:18:16.2039284Z Collecting pyinstaller (from py2static)
2025-08-20T22:18:16.2051892Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:18:16.2311654Z Collecting staticx (from py2static)
2025-08-20T22:18:16.2322057Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:18:16.2459252Z   Preparing metadata (setup.py): started
2025-08-20T22:18:16.4446164Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:18:16.4733290Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:18:16.4742802Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:18:16.5041604Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:18:16.5051983Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:18:16.5410409Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:18:16.5420943Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:18:16.6000555Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:18:16.6011121Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:18:16.6320880Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:18:16.6332040Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:18:16.6651166Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:18:16.6661697Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:18:16.6916710Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:18:16.6927367Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:18:16.7938366Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:18:16.7949154Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:18:16.8256493Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:18:16.8267746Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:18:16.8561537Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:18:16.8572349Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:18:16.8866933Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:18:16.8877432Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:18:16.8909930Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:18:16.8919424Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:18:16.8929058Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:18:16.8961821Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:18:16.8970716Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:18:16.8979897Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:18:16.8989086Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:18:16.8998592Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:18:16.9007982Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:18:16.9016858Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:18:16.9027178Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:18:16.9043344Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:18:16.9052891Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:18:16.9061784Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:18:16.9070681Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:18:16.9079875Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:18:16.9088816Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:18:16.9101924Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:18:16.9113567Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:18:16.9129302Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:18:16.9138244Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:18:16.9464803Z Building wheels for collected packages: staticx
2025-08-20T22:18:16.9471118Z   Building wheel for staticx (setup.py): started
2025-08-20T22:18:19.3997562Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:18:19.4009089Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790766 sha256=54bd548b0554a6d513ef4c7b500948da133702294c99061ed13d381a05ae4cf6
2025-08-20T22:18:19.4010204Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:18:19.4028697Z Successfully built staticx
2025-08-20T22:18:19.4988367Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:18:19.4990663Z   Attempting uninstall: pyelftools
2025-08-20T22:18:19.5057110Z     Found existing installation: pyelftools 0.32
2025-08-20T22:18:19.5094089Z     Uninstalling pyelftools-0.32:
2025-08-20T22:18:19.5105784Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:18:19.6204994Z   Attempting uninstall: altgraph
2025-08-20T22:18:19.6274993Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:18:19.6293706Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:18:19.6299259Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:18:19.6561815Z   Attempting uninstall: typing-extensions
2025-08-20T22:18:19.6631849Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:18:19.6644669Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:18:19.6837505Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:18:19.7155650Z   Attempting uninstall: staticx
2025-08-20T22:18:19.7227165Z     Found existing installation: staticx 0.14.1
2025-08-20T22:18:19.7248453Z     Uninstalling staticx-0.14.1:
2025-08-20T22:18:19.7257298Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:18:19.7631654Z   Attempting uninstall: shellingham
2025-08-20T22:18:19.7704348Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:18:19.7720795Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:18:19.7726262Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:18:19.7989592Z   Attempting uninstall: setuptools
2025-08-20T22:18:19.8057982Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:18:19.8261754Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:18:19.8485189Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:18:20.4419534Z   Attempting uninstall: scons
2025-08-20T22:18:20.4494077Z     Found existing installation: SCons 4.9.1
2025-08-20T22:18:20.4793972Z     Uninstalling SCons-4.9.1:
2025-08-20T22:18:20.4853036Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:18:20.9877742Z   Attempting uninstall: pygments
2025-08-20T22:18:20.9950418Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:18:21.0122525Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:18:21.0145613Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:18:21.5830798Z   Attempting uninstall: platformdirs
2025-08-20T22:18:21.5904346Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:18:21.5929671Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:18:21.5934737Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:18:21.6196910Z   Attempting uninstall: packaging
2025-08-20T22:18:21.6269249Z     Found existing installation: packaging 25.0
2025-08-20T22:18:21.6288384Z     Uninstalling packaging-25.0:
2025-08-20T22:18:21.6293934Z       Successfully uninstalled packaging-25.0
2025-08-20T22:18:21.6836844Z   Attempting uninstall: mdurl
2025-08-20T22:18:21.6907333Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:18:21.6921278Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:18:21.6926759Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:18:21.7187759Z   Attempting uninstall: click
2025-08-20T22:18:21.7259392Z     Found existing installation: click 8.2.1
2025-08-20T22:18:21.7277474Z     Uninstalling click-8.2.1:
2025-08-20T22:18:21.7282766Z       Successfully uninstalled click-8.2.1
2025-08-20T22:18:21.7926595Z   Attempting uninstall: argcomplete
2025-08-20T22:18:21.7999208Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:18:21.8021943Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:18:21.8031581Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:18:21.8350537Z   Attempting uninstall: ansi2txt
2025-08-20T22:18:21.8422616Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:18:21.8435498Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:18:21.8630363Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:18:21.8779964Z   Attempting uninstall: userpath
2025-08-20T22:18:21.8851825Z     Found existing installation: userpath 1.9.2
2025-08-20T22:18:21.8867831Z     Uninstalling userpath-1.9.2:
2025-08-20T22:18:21.8874774Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:18:21.9046673Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:18:21.9120154Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:18:21.9420680Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:18:21.9459992Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:18:22.1396694Z   Attempting uninstall: markdown-it-py
2025-08-20T22:18:22.1469111Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:18:22.1525084Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:18:22.1536702Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:18:22.2207507Z   Attempting uninstall: rich
2025-08-20T22:18:22.2281274Z     Found existing installation: rich 14.1.0
2025-08-20T22:18:22.2333726Z     Uninstalling rich-14.1.0:
2025-08-20T22:18:22.2342219Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:18:22.3907514Z   Attempting uninstall: pyinstaller
2025-08-20T22:18:22.3979290Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:18:22.4228346Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:18:22.4262741Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:18:22.7064048Z   Attempting uninstall: pipx
2025-08-20T22:18:22.7153145Z     Found existing installation: pipx 1.7.1
2025-08-20T22:18:22.7182485Z     Uninstalling pipx-1.7.1:
2025-08-20T22:18:22.7191344Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:18:22.7753800Z   Attempting uninstall: typer
2025-08-20T22:18:22.7827256Z     Found existing installation: typer 0.16.1
2025-08-20T22:18:22.7849505Z     Uninstalling typer-0.16.1:
2025-08-20T22:18:22.7857010Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:18:22.8275743Z   Attempting uninstall: py2static
2025-08-20T22:18:22.8343570Z     Found existing installation: py2static 0.0.1
2025-08-20T22:18:22.8359896Z     Uninstalling py2static-0.0.1:
2025-08-20T22:18:22.8368145Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:18:22.8519732Z 
2025-08-20T22:18:22.8544807Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:18:23.1598636Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:18:23.7253434Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:18:23.7257658Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-n2keysrz
2025-08-20T22:18:23.7277133Z 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-n2keysrz
2025-08-20T22:18:25.5954482Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:18:25.5990056Z   Installing build dependencies: started
2025-08-20T22:18:26.7240692Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:18:26.7249508Z   Getting requirements to build wheel: started
2025-08-20T22:18:26.9869005Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:18:26.9879262Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:18:27.1618275Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:18:27.3302792Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:18:27.3314949Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:18:27.3602723Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:18:27.3612193Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:18:27.3901152Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:18:27.3911466Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:18:27.4175077Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:18:27.4185036Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:18:27.4224468Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:18:27.4233807Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:18:27.4245633Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:18:27.4261507Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:18:27.4369127Z Building wheels for collected packages: pyinstaller
2025-08-20T22:18:27.4375682Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:18:30.6885435Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:18:30.6906299Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=4f6fcf27cdcdb0c69cb0bf17cfcacb8bd51e058404c49844d62de5a05ce04df9
2025-08-20T22:18:30.6907455Z   Stored in directory: /tmp/pip-ephem-wheel-cache-unp_ihos/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:18:30.6944838Z Successfully built pyinstaller
2025-08-20T22:18:30.7714067Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:18:30.7719651Z   Attempting uninstall: altgraph
2025-08-20T22:18:30.7786517Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:18:30.7803271Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:18:30.7809284Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:18:30.8039602Z   Attempting uninstall: setuptools
2025-08-20T22:18:30.8106587Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:18:30.8305862Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:18:30.8527122Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:18:31.4243419Z   Attempting uninstall: packaging
2025-08-20T22:18:31.4315433Z     Found existing installation: packaging 25.0
2025-08-20T22:18:31.4334458Z     Uninstalling packaging-25.0:
2025-08-20T22:18:31.4354825Z       Successfully uninstalled packaging-25.0
2025-08-20T22:18:31.4786733Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:18:31.4860798Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:18:31.5159691Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:18:31.5198516Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:18:31.7218042Z   Attempting uninstall: pyinstaller
2025-08-20T22:18:31.7293063Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:18:31.7550565Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:18:31.7588123Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:18:32.0309742Z 
2025-08-20T22:18:32.0332709Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:18:32.2565583Z 6.15.0
2025-08-20T22:18:36.6875952Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:18:36.6884629Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:18:36.6884996Z 
2025-08-20T22:18:36.6885288Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:18:36.6885822Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:18:36.6886256Z installation.
2025-08-20T22:18:36.6886429Z 
2025-08-20T22:18:36.6886627Z If you installed the current Docker package using this script and are using it
2025-08-20T22:18:36.6887096Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:18:36.6887614Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:18:36.6888022Z files to match the parameters passed to the script.
2025-08-20T22:18:36.6888239Z 
2025-08-20T22:18:36.6888386Z You may press Ctrl+C now to abort this script.
2025-08-20T22:18:36.7043670Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:18:38.0788892Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:18:38.5903845Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:18:38.6040777Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:18:38.7467870Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:18:38.7484127Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:18:38.7491895Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:18:40.0639762Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:18:50.7024032Z + sh -c 'docker version'
2025-08-20T22:18:50.7165670Z Client: Docker Engine - Community
2025-08-20T22:18:50.7166209Z  Version:           28.3.3
2025-08-20T22:18:50.7166457Z  API version:       1.51
2025-08-20T22:18:50.7166766Z  Go version:        go1.24.5
2025-08-20T22:18:50.7167072Z  Git commit:        980b856
2025-08-20T22:18:50.7167322Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:18:50.7167630Z  OS/Arch:           linux/arm64
2025-08-20T22:18:50.7167867Z  Context:           default
2025-08-20T22:18:50.7168025Z 
2025-08-20T22:18:50.7168113Z Server: Docker Engine - Community
2025-08-20T22:18:50.7168423Z  Engine:
2025-08-20T22:18:50.7168619Z   Version:          28.3.3
2025-08-20T22:18:50.7168900Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:18:50.7169207Z   Go version:       go1.24.5
2025-08-20T22:18:50.7169447Z   Git commit:       bea959c
2025-08-20T22:18:50.7169721Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:18:50.7170013Z   OS/Arch:          linux/arm64
2025-08-20T22:18:50.7170249Z   Experimental:     false
2025-08-20T22:18:50.7170507Z  containerd:
2025-08-20T22:18:50.7170702Z   Version:          1.7.27
2025-08-20T22:18:50.7171004Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:18:50.7171358Z  runc:
2025-08-20T22:18:50.7171550Z   Version:          1.2.5
2025-08-20T22:18:50.7171784Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:18:50.7172055Z  docker-init:
2025-08-20T22:18:50.7172254Z   Version:          0.19.0
2025-08-20T22:18:50.7172535Z   GitCommit:        de40ad0
2025-08-20T22:18:50.7181854Z 
2025-08-20T22:18:50.7182377Z ================================================================================
2025-08-20T22:18:50.7182778Z 
2025-08-20T22:18:50.7183280Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:18:50.7183690Z Docker daemon in rootless mode for your user:
2025-08-20T22:18:50.7183882Z 
2025-08-20T22:18:50.7184056Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:18:50.7184253Z 
2025-08-20T22:18:50.7184488Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:18:50.7184798Z 
2025-08-20T22:18:50.7184802Z 
2025-08-20T22:18:50.7185007Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:18:50.7185674Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:18:50.7185945Z 
2025-08-20T22:18:50.7186151Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:18:50.7186597Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:18:50.7187114Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:18:50.7187411Z 
2025-08-20T22:18:50.7187538Z ================================================================================
2025-08-20T22:18:50.7187728Z 
2025-08-20T22:19:01.7710804Z ● docker.service - Docker Application Container Engine
2025-08-20T22:19:01.7711364Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:19:01.7711992Z      Active: active (running) since Wed 2025-08-20 22:18:51 UTC; 10s ago
2025-08-20T22:19:01.7712449Z TriggeredBy: ● docker.socket
2025-08-20T22:19:01.7713079Z        Docs: https://docs.docker.com
2025-08-20T22:19:01.7713448Z    Main PID: 20470 (dockerd)
2025-08-20T22:19:01.7713687Z       Tasks: 10
2025-08-20T22:19:01.7713934Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T22:19:01.7714198Z         CPU: 261ms
2025-08-20T22:19:01.7714437Z      CGroup: /system.slice/docker.service
2025-08-20T22:19:01.7717410Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:19:01.7717789Z 
2025-08-20T22:19:01.7718165Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.132775376Z" level=info msg="Loading containers: start."
2025-08-20T22:19:01.7719292Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.669920309Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 596479a16b44a572917e359e6e034e539dc7c25b42d47a1504a7efb5c6e4c398], retrying...."
2025-08-20T22:19:01.7720507Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.712413538Z" level=info msg="Loading containers: done."
2025-08-20T22:19:01.7721614Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733513939Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:19:01.7722985Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733642863Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:19:01.7723879Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733676513Z" level=info msg="Initializing buildkit"
2025-08-20T22:19:01.7724573Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.750132761Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:19:01.7725661Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754510088Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:19:01.7726405Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754676214Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:19:01.7727089Z Aug 20 22:18:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:19:01.7811215Z ● docker.service - Docker Application Container Engine
2025-08-20T22:19:01.7811761Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:19:01.7812699Z      Active: active (running) since Wed 2025-08-20 22:18:51 UTC; 10s ago
2025-08-20T22:19:01.7813188Z TriggeredBy: ● docker.socket
2025-08-20T22:19:01.7813516Z        Docs: https://docs.docker.com
2025-08-20T22:19:01.7813847Z    Main PID: 20470 (dockerd)
2025-08-20T22:19:01.7814082Z       Tasks: 10
2025-08-20T22:19:01.7814316Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T22:19:01.7814565Z         CPU: 261ms
2025-08-20T22:19:01.7814830Z      CGroup: /system.slice/docker.service
2025-08-20T22:19:01.7824619Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:19:01.7824978Z 
2025-08-20T22:19:01.7825445Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.132775376Z" level=info msg="Loading containers: start."
2025-08-20T22:19:01.7826591Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.669920309Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 596479a16b44a572917e359e6e034e539dc7c25b42d47a1504a7efb5c6e4c398], retrying...."
2025-08-20T22:19:01.7827798Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.712413538Z" level=info msg="Loading containers: done."
2025-08-20T22:19:01.7828897Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733513939Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:19:01.7830531Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733642863Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:19:01.7831414Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733676513Z" level=info msg="Initializing buildkit"
2025-08-20T22:19:01.7832110Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.750132761Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:19:01.7832892Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754510088Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:19:01.7833614Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754676214Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:19:01.7834291Z Aug 20 22:18:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:19:01.8002896Z ● docker.service - Docker Application Container Engine
2025-08-20T22:19:01.8003807Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:19:01.8004501Z      Active: active (running) since Wed 2025-08-20 22:18:51 UTC; 10s ago
2025-08-20T22:19:01.8005096Z TriggeredBy: ● docker.socket
2025-08-20T22:19:01.8005649Z        Docs: https://docs.docker.com
2025-08-20T22:19:01.8005989Z    Main PID: 20470 (dockerd)
2025-08-20T22:19:01.8006290Z       Tasks: 10
2025-08-20T22:19:01.8006506Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T22:19:01.8006802Z         CPU: 261ms
2025-08-20T22:19:01.8007061Z      CGroup: /system.slice/docker.service
2025-08-20T22:19:01.8007660Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:19:01.8007960Z 
2025-08-20T22:19:01.8008291Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.132775376Z" level=info msg="Loading containers: start."
2025-08-20T22:19:01.8009437Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.669920309Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 596479a16b44a572917e359e6e034e539dc7c25b42d47a1504a7efb5c6e4c398], retrying...."
2025-08-20T22:19:01.8010795Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.712413538Z" level=info msg="Loading containers: done."
2025-08-20T22:19:01.8012261Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733513939Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:19:01.8013571Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733642863Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:19:01.8014543Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.733676513Z" level=info msg="Initializing buildkit"
2025-08-20T22:19:01.8015423Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.750132761Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:19:01.8016204Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754510088Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:19:01.8016980Z Aug 20 22:18:51 runnervmdbl46 dockerd[20470]: time="2025-08-20T22:18:51.754676214Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:19:01.8017640Z Aug 20 22:18:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:19:01.8103388Z Docker version 28.3.3, build 980b856
2025-08-20T22:19:01.8264690Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:19:02.6093649Z latest: Pulling from library/hello-world
2025-08-20T22:19:02.7909380Z 198f93fd5094: Pulling fs layer
2025-08-20T22:19:03.1605149Z 198f93fd5094: Download complete
2025-08-20T22:19:03.2308285Z 198f93fd5094: Pull complete
2025-08-20T22:19:03.2558022Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:19:03.2662811Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:19:05.4347060Z 
2025-08-20T22:19:05.4349001Z Hello from Docker!
2025-08-20T22:19:05.4349357Z This message shows that your installation appears to be working correctly.
2025-08-20T22:19:05.4349657Z 
2025-08-20T22:19:05.4349786Z To generate this message, Docker took the following steps:
2025-08-20T22:19:05.4350098Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:19:05.4350441Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:19:05.4350744Z     (arm64v8)
2025-08-20T22:19:05.4350998Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:19:05.4351408Z     executable that produces the output you are currently reading.
2025-08-20T22:19:05.4351809Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:19:05.4352128Z     to your terminal.
2025-08-20T22:19:05.4352236Z 
2025-08-20T22:19:05.4352400Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:19:05.4352718Z  $ docker run -it ubuntu bash
2025-08-20T22:19:05.4352854Z 
2025-08-20T22:19:05.4353008Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:19:05.4353326Z  https://hub.docker.com/
2025-08-20T22:19:05.4353462Z 
2025-08-20T22:19:05.4353539Z For more examples and ideas, visit:
2025-08-20T22:19:05.4353775Z  https://docs.docker.com/get-started/
2025-08-20T22:19:05.4353938Z 
2025-08-20T22:19:05.6288684Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:19:05.6289103Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:19:05.6289449Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:19:05.6289847Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:19:05.6290214Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:19:05.6290585Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:19:05.6290942Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:19:05.6291298Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:19:05.6292026Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:19:05.6292383Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:19:05.6292734Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:19:05.6293112Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:19:05.6293493Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:19:05.6293890Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:19:05.6294285Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:19:05.6294680Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:19:05.6295079Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:19:05.6295676Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:19:05.6296053Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:19:05.6296515Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:19:05.6296959Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:19:05.6297345Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:19:05.6297763Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:19:05.6298379Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:19:05.6298733Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:19:05.6299120Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:19:05.6299549Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:19:05.6299961Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:19:05.6300366Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:19:05.6300774Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:19:05.6301188Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:19:05.6301608Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:19:05.6302039Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:19:05.6302461Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:19:05.6302900Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:19:05.6303325Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:19:05.6303725Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:19:05.6304133Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:19:05.6304529Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:19:05.6304936Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:19:05.6305646Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:19:05.6306072Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:19:05.6306478Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:19:05.6306909Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:19:05.6307367Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:19:05.6307836Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:19:05.6308306Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:19:05.6309023Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:19:05.6309485Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:19:05.6309902Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:19:05.6310321Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:19:05.6310728Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:19:05.6311150Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:19:05.6311546Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:19:05.6311913Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:19:05.6312438Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:19:05.6312809Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:19:05.6313205Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:19:05.6313608Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:19:05.6313983Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:19:05.6314390Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:19:05.6314822Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:19:05.6315630Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:19:05.6316043Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:19:05.6316461Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:19:05.6316887Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:19:05.6317288Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:19:05.6317690Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:19:05.6318124Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:19:05.6318620Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:19:05.6319117Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:19:05.6319575Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:19:05.6319993Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:19:05.6320375Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:19:05.6320768Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:19:05.6321170Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:19:05.6321571Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:19:05.6322027Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:19:05.6322524Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:19:05.6323027Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:19:05.6323517Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:19:05.6323959Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:19:05.6324363Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:19:05.6324758Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:19:05.6325163Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:19:05.6325698Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:19:05.6326308Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:19:05.6326758Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:19:05.6327181Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:19:05.6327559Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:19:05.6327930Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:19:05.6328337Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:19:05.6328743Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:19:05.6329117Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:19:05.6329481Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:19:05.6329869Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:19:05.6330261Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:19:05.6330613Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:19:05.6330987Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:19:05.6331395Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:19:05.6331779Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:19:05.6332420Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:19:05.6332785Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:19:05.6333160Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:19:05.6333544Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:19:05.6333943Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:19:05.6334340Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:19:05.6334722Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:19:05.6335102Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:19:05.6335679Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:19:05.6336080Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:19:05.6336452Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:19:05.6336808Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:19:05.6337151Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:19:05.6337502Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:19:05.6337859Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:19:05.6338210Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:19:05.6338580Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:19:05.6338977Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:19:05.6339404Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:19:05.6339840Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:19:05.6340247Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:19:05.6340638Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:19:05.6341025Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:19:05.6341414Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:19:05.6341812Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:19:05.6342445Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:19:05.6342856Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:19:05.6343246Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:19:05.6343654Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:19:05.6344093Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:19:05.6344525Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:19:05.6344913Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:19:05.6345447Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:19:05.6345879Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:19:05.6346286Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:19:05.6346692Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:19:05.6347086Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:19:05.6347477Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:19:05.6347878Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:19:05.6348259Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:19:05.6348784Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:19:05.6349151Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:19:05.6349543Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:19:05.6349937Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:19:05.6350336Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:19:05.6350730Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:19:05.6351097Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:19:05.6351469Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:19:05.6351848Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:19:05.6352234Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:19:05.6352658Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:19:05.6353102Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:19:05.6353499Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:19:05.6353872Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:19:05.6354260Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:19:05.6354684Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:19:05.6355100Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:19:05.6355647Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:19:05.6355999Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:19:05.6356415Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:19:05.6356850Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:19:05.6357258Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:19:05.6357640Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:19:05.6358018Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:19:05.6358397Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:19:05.6359046Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:19:05.6359536Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:19:05.6359951Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:19:05.6360318Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:19:05.6360675Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:19:05.6361123Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:19:05.6361626Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:19:05.6362071Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:19:05.6362446Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:19:05.6362910Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:19:05.6363446Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:19:05.6363944Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:19:05.6364380Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:19:05.6364738Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:19:05.6365118Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:19:05.6365805Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:19:05.6366220Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:19:05.6366622Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:19:05.6366995Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:19:05.6367374Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:19:05.6367774Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:19:05.6368171Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:19:05.6368568Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:19:05.6368967Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:19:05.6369368Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:19:05.6369758Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:19:05.6370177Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:19:05.6370623Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:19:05.6371055Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:19:05.6371449Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:19:05.6371824Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:19:05.6372199Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:19:05.6372574Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:19:05.6372966Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:19:05.6373386Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:19:05.6373851Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:19:05.6374298Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:19:05.6374702Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:19:05.6375094Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:19:05.6375855Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:19:05.6376264Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:19:05.6376633Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:19:05.6377019Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:19:05.6377403Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:19:05.6377849Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:19:05.6378318Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:19:05.6378773Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:19:05.6379294Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:19:05.6379809Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:19:05.6380314Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:19:05.6380751Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:19:05.6381114Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:19:05.6381474Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:19:05.6382027Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:19:05.6382406Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:19:05.6382770Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:19:05.6383149Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:19:05.6383532Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:19:05.6383917Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:19:05.6384297Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:19:05.6384671Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:19:05.6385065Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:19:05.6385614Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:19:05.6386032Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:19:05.6386473Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:19:05.6386891Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:19:05.6387301Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:19:05.6387703Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:19:05.6388116Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:19:05.6388536Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:19:05.6388925Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:19:05.6389288Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:19:05.6389791Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6390310Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:19:05.6390677Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:19:05.6391103Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:19:05.6391481Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:19:05.6391878Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:19:05.6392554Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:19:05.6393003Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:19:05.6393433Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:19:05.6393835Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:19:05.6394234Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:19:05.6394660Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:19:05.6395069Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:19:05.6395623Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:19:05.6396052Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:19:05.6396544Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:19:05.6397311Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:19:05.6397763Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:19:05.6398171Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:19:05.6398572Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:19:05.6399239Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:19:05.6399722Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:19:05.6400131Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:19:05.6400565Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:19:05.6401017Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:19:05.6401423Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:19:05.6401781Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:19:05.6402130Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:19:05.6402497Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:19:05.6402877Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:19:05.6403247Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:19:05.6403598Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:19:05.6403965Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:19:05.6404326Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:19:05.6404682Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:19:05.6405058Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:19:05.6405619Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:19:05.6406000Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:19:05.6406415Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:19:05.6406773Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:19:05.6407130Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:19:05.6407491Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:19:05.6407853Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:19:05.6408225Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:19:05.6408586Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:19:05.6408945Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:19:05.6409522Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:19:05.6409968Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:19:05.6410397Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:19:05.6410804Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:19:05.6411168Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:19:05.6411552Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:19:05.6411976Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:19:05.6412373Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:19:05.6412733Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:19:05.6413099Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:19:05.6413459Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:19:05.6413804Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:19:05.6414148Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:19:05.6414502Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:19:05.6414871Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:19:05.6415581Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:19:05.6415932Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:19:05.6416266Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:19:05.6416639Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:19:05.6417047Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:19:05.6417444Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:19:05.6417843Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:19:05.6418237Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:19:05.6418651Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:19:05.6419153Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:19:05.6419769Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:19:05.6420391Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:19:05.6420932Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:19:05.6421402Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:19:05.6421859Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:19:05.6422404Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:19:05.6423021Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:19:05.6423584Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:19:05.6424079Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:19:05.6424527Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:19:05.6424898Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:19:05.6425449Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:19:05.6425840Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:19:05.6426440Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:19:05.6426846Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:19:05.6427233Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:19:05.6427619Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:19:05.6428002Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:19:05.6428389Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:19:05.6428762Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:19:05.6429137Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:19:05.6429510Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:19:05.6429902Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:19:05.6430300Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:19:05.6430710Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:19:05.6431120Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:19:05.6431485Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:19:05.6431873Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:19:05.6432411Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:19:05.6432824Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:19:05.6433262Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:19:05.6433686Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:19:05.6434055Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:19:05.6434424Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:19:05.6434806Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:19:05.6435170Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:19:05.6436045Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:19:05.6436442Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:19:05.6436825Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:19:05.6437206Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:19:05.6437563Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:19:05.6437926Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:19:05.6438471Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6439189Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6439871Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6440543Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6441073Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:19:05.6441457Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:19:05.6441858Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:19:05.6442259Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:19:05.6442638Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:19:05.6443220Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:19:05.6443614Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:19:05.6443990Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:19:05.6444367Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:19:05.6444743Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:19:05.6445126Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:19:05.6445699Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:19:05.6446105Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:19:05.6446503Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:19:05.6446903Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:19:05.6447289Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:19:05.6447670Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:19:05.6448052Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:19:05.6448453Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:19:05.6448845Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:19:05.6449241Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:19:05.6449806Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:19:05.6450228Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:19:05.6450657Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:19:05.6451059Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:19:05.6451499Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:19:05.6451954Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:19:05.6452358Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:19:05.6452728Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:19:05.6453105Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:19:05.6453509Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:19:05.6453917Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:19:05.6454321Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:19:05.6454703Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:19:05.6455094Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:19:05.6455737Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:19:05.6456213Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:19:05.6456607Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:19:05.6457011Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:19:05.6457459Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:19:05.6457909Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:19:05.6458381Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:19:05.6458866Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:19:05.6459309Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:19:05.6459986Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:19:05.6460406Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:19:05.6460795Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:19:05.6461210Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:19:05.6461594Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:19:05.6461972Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:19:05.6462377Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:19:05.6462776Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:19:05.6463181Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:19:05.6463597Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:19:05.6463995Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:19:05.6464370Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:19:05.6464735Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:19:05.6465085Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:19:05.6465615Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:19:05.6466273Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:19:05.6466668Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:19:05.6467113Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:19:05.6467562Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:19:05.6467959Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:19:05.6468400Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:19:05.6468819Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:19:05.6469222Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:19:05.6469626Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:19:05.6469981Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:19:05.6470346Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:19:05.6470739Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:19:05.6471136Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:19:05.6471517Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:19:05.6471875Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:19:05.6472232Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:19:05.6472580Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:19:05.6473068Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:19:05.6473576Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:19:05.6473953Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:19:05.6474334Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:19:05.6474728Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:19:05.6475138Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:19:05.6475740Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:19:05.6476149Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:19:05.6476812Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:19:05.6477239Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:19:05.6477612Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:19:05.6477978Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:19:05.6478335Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:19:05.6478716Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:19:05.6479135Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:19:05.6479563Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:19:05.6479960Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:19:05.6480379Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:19:05.6480821Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:19:05.6481221Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:19:05.6481588Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:19:05.6481934Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:19:05.6482279Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:19:05.6482799Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:19:05.6483177Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:19:05.6483552Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:19:05.6483953Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:19:05.6484366Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:19:05.6484829Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:19:05.6485415Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:19:05.6485805Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:19:05.6486193Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:19:05.6486579Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:19:05.6486976Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:19:05.6487356Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:19:05.6487733Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:19:05.6488173Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:19:05.6488670Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:19:05.6489094Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:19:05.6489467Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:19:05.6489841Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:19:05.6490242Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:19:05.6490628Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:19:05.6491007Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:19:05.6491399Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:19:05.6491777Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:19:05.6492123Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:19:05.6492475Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:19:05.6493070Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:19:05.6493544Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:19:05.6493929Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:19:05.6494314Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:19:05.6494752Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:19:05.6495198Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:19:05.6495913Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:19:05.6496312Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:19:05.6496841Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6497352Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:19:05.6497743Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:19:05.6498153Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:19:05.6498582Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:19:05.6499103Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:19:05.6499878Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:19:05.6500494Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:19:05.6501145Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:19:05.6501798Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:19:05.6502422Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:19:05.6503048Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:19:05.6503630Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:19:05.6504113Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:19:05.6504555Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:19:05.6504989Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:19:05.6505567Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:19:05.6506077Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:19:05.6506516Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:19:05.6506898Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:19:05.6507264Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:19:05.6507641Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:19:05.6508020Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:19:05.6508428Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:19:05.6508843Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:19:05.6509207Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:19:05.6509596Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:19:05.6510058Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:19:05.6510730Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:19:05.6511246Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:19:05.6511733Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:19:05.6512183Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:19:05.6512605Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:19:05.6513013Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:19:05.6513426Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:19:05.6513855Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:19:05.6514282Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:19:05.6514675Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:19:05.6515056Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:19:05.6515634Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:19:05.6516014Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:19:05.6516454Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:19:05.6517072Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:19:05.6517476Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:19:05.6517887Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:19:05.6518316Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:19:05.6518763Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:19:05.6519214Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:19:05.6519645Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:19:05.6520040Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:19:05.6520412Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:19:05.6520797Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:19:05.6521170Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:19:05.6521538Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:19:05.6521934Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:19:05.6522332Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:19:05.6522761Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:19:05.6523235Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:19:05.6523695Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:19:05.6524087Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:19:05.6524441Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:19:05.6524815Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:19:05.6525352Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:19:05.6525759Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:19:05.6526148Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:19:05.6526572Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:19:05.6527207Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:19:05.6527640Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:19:05.6528028Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:19:05.6528428Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:19:05.6528973Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:05.6529559Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:19:05.6530011Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:19:05.6530452Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:19:05.6530875Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:19:05.6531272Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:19:05.6531661Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:19:05.6532048Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:19:05.6532446Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:19:05.6532846Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:19:05.6533365Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:19:05.6533756Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:19:05.6534156Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:19:05.6534531Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:19:05.6534937Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:19:05.6535597Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:19:05.6536024Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:19:05.6536404Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:19:05.6536779Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:19:05.6537166Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:19:05.6537543Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:19:05.6537912Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:19:05.6538336Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:19:05.6538779Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:19:05.6539183Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:19:05.6539581Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:19:05.6539979Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:19:05.6540354Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:19:05.6540726Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:19:05.6541109Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:19:05.6541519Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:19:05.6541962Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:19:05.6542410Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:19:05.6542834Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:19:05.6543237Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:19:05.6543818Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:19:05.6544276Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:19:05.6544661Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:19:05.6545016Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:19:05.6545535Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:19:05.6545903Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:19:05.6546278Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:19:05.6546631Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:19:05.6547025Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:19:05.6547417Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:19:05.6547807Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:19:05.6548163Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:19:05.6548506Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:19:05.6548883Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:19:05.6549278Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:19:05.6549803Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:19:05.6550166Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:19:05.6550524Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:19:05.6550908Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:19:05.6551286Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:19:05.6551634Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:19:05.6552012Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:19:05.6552404Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:19:05.6552782Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:19:05.6553161Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:19:05.6553538Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:19:05.6553924Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:19:05.6554324Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:19:05.6554743Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:19:05.6555142Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:19:05.6555656Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:19:05.6556010Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:19:05.6556350Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:19:05.6556770Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:19:05.6557268Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:19:05.6557772Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:19:05.6558252Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:19:05.6558755Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:19:05.6559189Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:19:05.6559569Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:19:05.6560174Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:19:05.6560582Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:19:05.6560968Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:19:05.6561354Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:19:05.6561737Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:19:05.6562118Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:19:05.6562508Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:19:05.6562951Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:19:05.6563381Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:19:05.6563756Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:19:05.6564157Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:19:05.6564581Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:19:05.6564960Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:19:05.6565528Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:19:05.6565937Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:19:05.6566571Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:19:05.6567029Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:19:05.6567439Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:19:05.6567854Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:19:05.6568276Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:19:05.6568711Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:19:05.8422410Z [+] Installing Go for linux-arm64...
2025-08-20T22:19:07.3756331Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:19:07.3756675Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:19:07.3756905Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:19:07.3767265Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:19:07.3767697Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:19:07.3768048Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:19:07.3832716Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:19:07.3833188Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:19:07.3833641Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:19:07.3834119Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:19:07.3834562Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:19:07.3835005Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:19:07.3835575Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:19:07.3836028Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:19:07.3836468Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:19:07.3836901Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:19:07.3837334Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:19:07.3837763Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:19:07.3838560Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:19:07.3839035Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:19:07.3839482Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:19:07.3839932Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:19:07.3840403Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:19:07.3840868Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:19:07.3841317Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:19:07.3841724Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:19:07.3842066Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:19:07.3842387Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:19:07.3842716Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:19:07.3843051Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:19:07.3843383Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:19:07.3873900Z go version go1.22.2 linux/arm64
2025-08-20T22:19:07.4171834Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:19:07.4172201Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:19:07.4172933Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:19:07.4173289Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:19:07.4173655Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:19:07.4174015Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:19:07.4174374Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:19:07.4174747Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:19:07.4175093Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:19:07.4175582Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:19:07.4175940Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:19:07.4176321Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:19:07.4176704Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:19:07.4177116Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:19:07.4177507Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:19:07.4177903Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:19:07.4178300Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:19:07.4178658Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:19:07.4179037Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:19:07.4179496Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:19:07.4179943Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:19:07.4180326Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:19:07.4180747Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:19:07.4181144Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:19:07.4181498Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:19:07.4181888Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:19:07.4182319Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:19:07.4183020Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:19:07.4183462Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:19:07.4183872Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:19:07.4184290Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:19:07.4184711Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:19:07.4185142Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:19:07.4185696Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:19:07.4186133Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:19:07.4186580Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:19:07.4186981Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:19:07.4187393Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:19:07.4187782Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:19:07.4188191Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:19:07.4188617Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:19:07.4189034Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:19:07.4189649Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:19:07.4190040Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:19:07.4190493Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:19:07.4190966Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:19:07.4191615Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:19:07.4192105Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:19:07.4192554Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:19:07.4192971Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:19:07.4193386Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:19:07.4193802Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:19:07.4194218Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:19:07.4194615Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:19:07.4194984Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:19:07.4195622Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:19:07.4196018Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:19:07.4196411Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:19:07.4196812Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:19:07.4197187Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:19:07.4197594Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:19:07.4198036Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:19:07.4198458Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:19:07.4198866Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:19:07.4199285Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:19:07.4199715Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:19:07.4200384Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:19:07.4200814Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:19:07.4201255Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:19:07.4201750Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:19:07.4202245Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:19:07.4202719Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:19:07.4203133Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:19:07.4203518Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:19:07.4203910Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:19:07.4204314Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:19:07.4204710Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:19:07.4205165Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:19:07.4205834Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:19:07.4206340Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:19:07.4207062Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:19:07.4207507Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:19:07.4207910Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:19:07.4208301Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:19:07.4208705Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:19:07.4209104Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:19:07.4209489Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:19:07.4209909Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:19:07.4210331Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:19:07.4210711Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:19:07.4211084Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:19:07.4211490Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:19:07.4211893Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:19:07.4212271Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:19:07.4212640Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:19:07.4213035Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:19:07.4213423Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:19:07.4213774Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:19:07.4214149Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:19:07.4214560Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:19:07.4214946Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:19:07.4215440Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:19:07.4215814Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:19:07.4216188Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:19:07.4216575Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:19:07.4217175Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:19:07.4217601Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:19:07.4217982Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:19:07.4218360Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:19:07.4218755Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:19:07.4219162Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:19:07.4219526Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:19:07.4219879Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:19:07.4220224Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:19:07.4220579Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:19:07.4220969Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:19:07.4221315Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:19:07.4221686Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:19:07.4222080Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:19:07.4222511Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:19:07.4223102Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:19:07.4223503Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:19:07.4223892Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:19:07.4224278Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:19:07.4224662Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:19:07.4225064Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:19:07.4225599Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:19:07.4225982Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:19:07.4226373Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:19:07.4226780Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:19:07.4227220Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:19:07.4227646Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:19:07.4228034Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:19:07.4228425Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:19:07.4228831Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:19:07.4229242Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:19:07.4229641Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:19:07.4230034Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:19:07.4230429Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:19:07.4230829Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:19:07.4231216Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:19:07.4231572Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:19:07.4231938Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:19:07.4232332Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:19:07.4232727Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:19:07.4233323Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:19:07.4233761Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:19:07.4234130Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:19:07.4234505Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:19:07.4234882Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:19:07.4235385Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:19:07.4235812Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:19:07.4236252Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:19:07.4236647Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:19:07.4237017Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:19:07.4237407Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:19:07.4237822Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:19:07.4238236Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:19:07.4238590Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:19:07.4238930Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:19:07.4239534Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:19:07.4239962Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:19:07.4240371Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:19:07.4240752Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:19:07.4241133Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:19:07.4241515Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:19:07.4241936Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:19:07.4242400Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:19:07.4242811Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:19:07.4243179Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:19:07.4243544Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:19:07.4243984Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:19:07.4244485Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:19:07.4244920Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:19:07.4245501Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:19:07.4245993Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:19:07.4246535Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:19:07.4247037Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:19:07.4247468Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:19:07.4247835Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:19:07.4248213Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:19:07.4248621Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:19:07.4249036Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:19:07.4249439Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:19:07.4250005Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:19:07.4250404Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:19:07.4250800Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:19:07.4251198Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:19:07.4251598Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:19:07.4251998Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:19:07.4252397Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:19:07.4252788Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:19:07.4253205Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:19:07.4253645Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:19:07.4254075Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:19:07.4254463Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:19:07.4254836Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:19:07.4255330Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:19:07.4255719Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:19:07.4256292Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:19:07.4256746Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:19:07.4257214Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:19:07.4257663Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:19:07.4258069Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:19:07.4258466Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:19:07.4258848Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:19:07.4259223Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:19:07.4259590Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:19:07.4259972Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:19:07.4260359Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:19:07.4260804Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:19:07.4261276Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:19:07.4261736Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:19:07.4262253Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:19:07.4262771Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:19:07.4263277Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:19:07.4263712Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:19:07.4264077Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:19:07.4264444Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:19:07.4264822Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:19:07.4265200Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:19:07.4265717Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:19:07.4266095Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:19:07.4266666Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:19:07.4267068Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:19:07.4267445Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:19:07.4267817Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:19:07.4268211Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:19:07.4268601Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:19:07.4269017Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:19:07.4269454Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:19:07.4269870Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:19:07.4270277Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:19:07.4270682Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:19:07.4271089Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:19:07.4271506Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:19:07.4271893Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:19:07.4272251Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:19:07.4273022Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4273542Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:19:07.4273906Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:19:07.4274280Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:19:07.4274644Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:19:07.4275045Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:19:07.4275621Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:19:07.4276052Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:19:07.4276481Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:19:07.4276879Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:19:07.4277281Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:19:07.4277697Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:19:07.4278103Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:19:07.4278490Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:19:07.4278915Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:19:07.4279407Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:19:07.4279904Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:19:07.4280350Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:19:07.4280759Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:19:07.4281164Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:19:07.4281633Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:19:07.4282114Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:19:07.4282524Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:19:07.4282956Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:19:07.4283611Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:19:07.4284041Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:19:07.4284403Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:19:07.4284748Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:19:07.4285119Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:19:07.4285638Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:19:07.4286002Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:19:07.4286355Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:19:07.4286720Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:19:07.4287079Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:19:07.4287441Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:19:07.4287811Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:19:07.4288167Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:19:07.4288539Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:19:07.4288920Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:19:07.4289281Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:19:07.4289808Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:19:07.4290163Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:19:07.4290529Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:19:07.4290896Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:19:07.4291263Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:19:07.4291627Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:19:07.4292001Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:19:07.4292419Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:19:07.4292851Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:19:07.4293256Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:19:07.4293645Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:19:07.4294029Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:19:07.4294455Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:19:07.4294853Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:19:07.4295330Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:19:07.4295718Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:19:07.4296075Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:19:07.4296417Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:19:07.4296762Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:19:07.4297112Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:19:07.4297479Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:19:07.4297837Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:19:07.4298174Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:19:07.4298509Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:19:07.4298886Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:19:07.4299292Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:19:07.4299897Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:19:07.4300321Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:19:07.4300713Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:19:07.4301127Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:19:07.4301628Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:19:07.4302239Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:19:07.4302859Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:19:07.4303399Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:19:07.4303873Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:19:07.4304327Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:19:07.4304846Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:19:07.4305601Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:19:07.4306329Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:19:07.4306831Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:19:07.4307273Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:19:07.4307640Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:19:07.4308009Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:19:07.4308386Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:19:07.4308765Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:19:07.4309144Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:19:07.4309532Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:19:07.4309915Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:19:07.4310310Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:19:07.4310699Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:19:07.4311079Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:19:07.4311452Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:19:07.4311824Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:19:07.4312221Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:19:07.4312616Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:19:07.4313026Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:19:07.4313447Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:19:07.4313812Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:19:07.4314210Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:19:07.4314620Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:19:07.4315027Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:19:07.4315647Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:19:07.4316076Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:19:07.4316620Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:19:07.4317009Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:19:07.4317388Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:19:07.4317756Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:19:07.4318145Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:19:07.4318540Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:19:07.4318924Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:19:07.4319302Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:19:07.4319664Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:19:07.4320028Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:19:07.4320578Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4321287Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4321969Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4322631Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4323312Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:19:07.4323694Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:19:07.4324099Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:19:07.4324498Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:19:07.4324877Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:19:07.4325374Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:19:07.4325746Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:19:07.4326120Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:19:07.4326495Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:19:07.4326873Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:19:07.4327249Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:19:07.4327632Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:19:07.4328032Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:19:07.4328431Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:19:07.4328832Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:19:07.4329219Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:19:07.4329598Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:19:07.4329985Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:19:07.4330388Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:19:07.4330787Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:19:07.4331186Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:19:07.4331575Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:19:07.4331997Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:19:07.4332431Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:19:07.4333061Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:19:07.4333536Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:19:07.4333991Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:19:07.4334397Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:19:07.4334765Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:19:07.4335148Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:19:07.4335661Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:19:07.4336065Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:19:07.4336470Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:19:07.4336848Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:19:07.4337241Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:19:07.4337709Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:19:07.4338179Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:19:07.4338571Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:19:07.4338982Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:19:07.4339640Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:19:07.4340089Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:19:07.4340559Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:19:07.4341042Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:19:07.4341489Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:19:07.4341925Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:19:07.4342321Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:19:07.4342710Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:19:07.4343127Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:19:07.4343513Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:19:07.4343884Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:19:07.4344288Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:19:07.4344687Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:19:07.4345089Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:19:07.4345665Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:19:07.4346063Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:19:07.4346435Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:19:07.4346801Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:19:07.4347157Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:19:07.4347547Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:19:07.4347970Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:19:07.4348364Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:19:07.4348809Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:19:07.4349261Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:19:07.4349862Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:19:07.4350322Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:19:07.4350747Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:19:07.4351152Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:19:07.4351560Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:19:07.4351918Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:19:07.4352276Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:19:07.4352667Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:19:07.4353060Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:19:07.4353433Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:19:07.4353792Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:19:07.4354140Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:19:07.4354484Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:19:07.4354969Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:19:07.4355624Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:19:07.4356162Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:19:07.4356581Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:19:07.4356978Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:19:07.4357386Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:19:07.4357795Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:19:07.4358201Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:19:07.4358611Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:19:07.4359021Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:19:07.4359393Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:19:07.4359757Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:19:07.4360119Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:19:07.4360494Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:19:07.4360916Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:19:07.4361344Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:19:07.4361743Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:19:07.4362167Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:19:07.4362599Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:19:07.4362999Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:19:07.4363368Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:19:07.4363714Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:19:07.4364072Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:19:07.4364443Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:19:07.4364820Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:19:07.4365195Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:19:07.4365722Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:19:07.4366372Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:19:07.4366855Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:19:07.4367289Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:19:07.4367681Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:19:07.4368069Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:19:07.4368458Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:19:07.4368843Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:19:07.4369226Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:19:07.4369601Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:19:07.4370043Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:19:07.4370538Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:19:07.4370962Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:19:07.4371336Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:19:07.4371709Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:19:07.4372110Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:19:07.4372657Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:19:07.4373030Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:19:07.4373428Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:19:07.4373810Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:19:07.4374159Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:19:07.4374518Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:19:07.4374916Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:19:07.4375486Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:19:07.4375934Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:19:07.4376325Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:19:07.4376773Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:19:07.4377216Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:19:07.4377644Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:19:07.4378038Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:19:07.4378555Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4379066Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:19:07.4379454Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:19:07.4379866Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:19:07.4380291Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:19:07.4380813Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:19:07.4381391Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:19:07.4381999Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:19:07.4382647Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:19:07.4383517Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:19:07.4384172Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:19:07.4384797Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:19:07.4385520Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:19:07.4386009Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:19:07.4386452Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:19:07.4386886Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:19:07.4387311Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:19:07.4387793Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:19:07.4388225Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:19:07.4388604Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:19:07.4388970Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:19:07.4389351Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:19:07.4389892Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:19:07.4390303Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:19:07.4390714Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:19:07.4391076Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:19:07.4391464Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:19:07.4391927Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:19:07.4392415Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:19:07.4392902Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:19:07.4393386Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:19:07.4393839Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:19:07.4394261Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:19:07.4394679Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:19:07.4395094Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:19:07.4395679Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:19:07.4396114Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:19:07.4396501Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:19:07.4396883Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:19:07.4397259Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:19:07.4397638Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:19:07.4398078Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:19:07.4398516Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:19:07.4398923Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:19:07.4399338Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:19:07.4399764Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:19:07.4400394Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:19:07.4400853Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:19:07.4401285Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:19:07.4401681Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:19:07.4402053Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:19:07.4402437Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:19:07.4402810Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:19:07.4403182Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:19:07.4403584Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:19:07.4403985Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:19:07.4404416Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:19:07.4404889Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:19:07.4405498Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:19:07.4405896Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:19:07.4406249Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:19:07.4406850Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:19:07.4407249Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:19:07.4407635Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:19:07.4408026Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:19:07.4408453Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:19:07.4408910Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:19:07.4409327Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:19:07.4409713Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:19:07.4410112Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:19:07.4410653Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:07.4411233Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:19:07.4411685Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:19:07.4412123Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:19:07.4412546Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:19:07.4412947Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:19:07.4413339Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:19:07.4413731Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:19:07.4414133Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:19:07.4414538Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:19:07.4414924Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:19:07.4415460Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:19:07.4415878Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:19:07.4416255Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:19:07.4416872Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:19:07.4417353Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:19:07.4417778Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:19:07.4418154Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:19:07.4418531Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:19:07.4418922Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:19:07.4419297Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:19:07.4419664Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:19:07.4420093Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:19:07.4420537Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:19:07.4420940Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:19:07.4421336Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:19:07.4421731Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:19:07.4422111Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:19:07.4422489Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:19:07.4423026Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:19:07.4423427Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:19:07.4423867Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:19:07.4424316Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:19:07.4424739Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:19:07.4425144Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:19:07.4425772Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:19:07.4426202Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:19:07.4426591Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:19:07.4426947Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:19:07.4427300Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:19:07.4427663Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:19:07.4428036Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:19:07.4428389Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:19:07.4428759Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:19:07.4429152Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:19:07.4429538Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:19:07.4429892Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:19:07.4430242Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:19:07.4430620Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:19:07.4431022Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:19:07.4431402Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:19:07.4431766Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:19:07.4432126Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:19:07.4432510Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:19:07.4432892Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:19:07.4433484Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:19:07.4433886Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:19:07.4434282Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:19:07.4434661Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:19:07.4435036Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:19:07.4435622Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:19:07.4436009Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:19:07.4436412Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:19:07.4436834Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:19:07.4437229Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:19:07.4437586Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:19:07.4437927Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:19:07.4438267Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:19:07.4438687Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:19:07.4439191Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:19:07.4439839Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:19:07.4440320Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:19:07.4440825Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:19:07.4441262Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:19:07.4441646Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:19:07.4442035Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:19:07.4442447Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:19:07.4442840Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:19:07.4443227Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:19:07.4443614Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:19:07.4443985Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:19:07.4444376Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:19:07.4444818Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:19:07.4445393Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:19:07.4445785Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:19:07.4446181Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:19:07.4446602Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:19:07.4446982Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:19:07.4447329Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:19:07.4447720Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:19:07.4448170Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:19:07.4448627Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:19:07.4449040Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:19:07.4449454Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:19:07.4450101Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:19:07.4450558Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:19:07.6428316Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:19:08.3119638Z Collecting meson
2025-08-20T22:19:08.3798781Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:19:08.4424142Z Collecting ninja
2025-08-20T22:19:08.4583548Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:19:08.4904687Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:19:08.5625026Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 19.9 MB/s  0:00:00
2025-08-20T22:19:08.5785663Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:19:08.6617332Z Installing collected packages: ninja, meson
2025-08-20T22:19:09.3387714Z 
2025-08-20T22:19:09.3411076Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:19:09.6059548Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:19:10.1616320Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:19:10.2503959Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:19:10.8465405Z 1.8.4
2025-08-20T22:19:10.8782868Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:19:10.9111899Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:19:10.9112302Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:19:10.9112670Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:19:10.9113036Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:19:10.9113414Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:19:10.9113823Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:19:10.9114194Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:19:10.9114552Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:19:10.9114898Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:19:10.9115353Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:19:10.9115735Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:19:10.9116296Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:19:10.9116678Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:19:10.9117085Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:19:10.9117480Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:19:10.9117888Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:19:10.9118289Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:19:10.9118650Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:19:10.9119029Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:19:10.9119484Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:19:10.9119934Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:19:10.9120320Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:19:10.9120737Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:19:10.9121132Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:19:10.9121480Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:19:10.9122218Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:19:10.9122684Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:19:10.9123099Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:19:10.9123504Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:19:10.9123915Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:19:10.9124338Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:19:10.9124762Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:19:10.9125191Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:19:10.9125754Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:19:10.9126199Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:19:10.9126631Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:19:10.9127034Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:19:10.9127438Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:19:10.9127826Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:19:10.9128228Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:19:10.9128887Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:19:10.9129305Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:19:10.9129706Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:19:10.9130099Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:19:10.9130550Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:19:10.9131024Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:19:10.9131493Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:19:10.9131980Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:19:10.9132423Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:19:10.9132840Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:19:10.9133262Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:19:10.9133671Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:19:10.9134085Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:19:10.9134483Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:19:10.9134858Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:19:10.9135342Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:19:10.9135739Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:19:10.9136132Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:19:10.9136537Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:19:10.9136923Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:19:10.9137329Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:19:10.9137764Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:19:10.9138186Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:19:10.9138593Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:19:10.9139226Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:19:10.9139681Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:19:10.9140090Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:19:10.9140486Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:19:10.9140914Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:19:10.9141412Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:19:10.9141907Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:19:10.9142365Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:19:10.9142783Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:19:10.9143174Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:19:10.9143566Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:19:10.9143965Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:19:10.9144360Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:19:10.9144813Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:19:10.9145603Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:19:10.9146113Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:19:10.9146602Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:19:10.9147036Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:19:10.9147435Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:19:10.9147832Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:19:10.9148237Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:19:10.9148632Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:19:10.9149013Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:19:10.9149435Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:19:10.9149863Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:19:10.9150246Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:19:10.9150611Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:19:10.9151015Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:19:10.9151420Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:19:10.9151807Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:19:10.9152181Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:19:10.9152571Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:19:10.9152957Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:19:10.9153310Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:19:10.9153691Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:19:10.9154099Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:19:10.9154487Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:19:10.9154850Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:19:10.9155941Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:19:10.9156629Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:19:10.9157037Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:19:10.9157434Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:19:10.9157850Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:19:10.9158230Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:19:10.9158614Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:19:10.9159009Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:19:10.9159406Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:19:10.9159773Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:19:10.9160126Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:19:10.9160476Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:19:10.9160830Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:19:10.9161190Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:19:10.9161537Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:19:10.9161908Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:19:10.9162462Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:19:10.9162890Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:19:10.9163324Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:19:10.9163719Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:19:10.9164108Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:19:10.9164501Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:19:10.9164889Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:19:10.9165692Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:19:10.9166122Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:19:10.9166504Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:19:10.9166901Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:19:10.9167312Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:19:10.9167747Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:19:10.9168172Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:19:10.9168556Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:19:10.9168953Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:19:10.9169362Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:19:10.9169770Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:19:10.9170169Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:19:10.9170560Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:19:10.9170961Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:19:10.9171360Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:19:10.9171739Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:19:10.9172097Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:19:10.9172455Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:19:10.9173090Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:19:10.9173519Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:19:10.9173920Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:19:10.9174311Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:19:10.9174676Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:19:10.9175056Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:19:10.9175580Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:19:10.9175965Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:19:10.9176384Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:19:10.9176823Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:19:10.9177225Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:19:10.9177597Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:19:10.9177986Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:19:10.9178406Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:19:10.9178821Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:19:10.9179338Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:19:10.9179686Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:19:10.9180103Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:19:10.9180531Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:19:10.9180935Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:19:10.9181317Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:19:10.9181693Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:19:10.9182073Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:19:10.9182491Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:19:10.9182955Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:19:10.9183370Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:19:10.9183736Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:19:10.9184090Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:19:10.9184532Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:19:10.9185031Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:19:10.9185616Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:19:10.9185995Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:19:10.9186458Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:19:10.9186993Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:19:10.9187495Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:19:10.9187930Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:19:10.9188288Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:19:10.9188664Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:19:10.9189070Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:19:10.9189654Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:19:10.9190076Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:19:10.9190450Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:19:10.9190821Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:19:10.9191219Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:19:10.9191624Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:19:10.9192020Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:19:10.9192414Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:19:10.9192806Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:19:10.9193198Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:19:10.9193620Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:19:10.9194066Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:19:10.9194490Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:19:10.9194875Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:19:10.9195383Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:19:10.9195933Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:19:10.9196308Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:19:10.9196697Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:19:10.9197113Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:19:10.9197578Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:19:10.9198032Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:19:10.9198440Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:19:10.9198821Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:19:10.9199202Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:19:10.9199577Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:19:10.9199949Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:19:10.9200333Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:19:10.9200713Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:19:10.9201155Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:19:10.9201624Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:19:10.9202087Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:19:10.9202652Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:19:10.9203165Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:19:10.9203667Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:19:10.9204108Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:19:10.9204469Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:19:10.9204833Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:19:10.9205320Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:19:10.9205721Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:19:10.9206299Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:19:10.9206705Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:19:10.9207086Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:19:10.9207472Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:19:10.9207845Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:19:10.9208219Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:19:10.9208617Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:19:10.9209007Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:19:10.9209421Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:19:10.9209858Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:19:10.9210280Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:19:10.9210691Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:19:10.9211092Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:19:10.9211502Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:19:10.9211921Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:19:10.9212475Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:19:10.9212835Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:19:10.9213343Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9213857Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:19:10.9214226Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:19:10.9214604Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:19:10.9214968Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:19:10.9215561Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:19:10.9216009Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:19:10.9216430Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:19:10.9216857Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:19:10.9217259Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:19:10.9217658Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:19:10.9218077Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:19:10.9218488Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:19:10.9218882Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:19:10.9219310Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:19:10.9219800Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:19:10.9220296Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:19:10.9220747Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:19:10.9221153Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:19:10.9221554Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:19:10.9222028Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:19:10.9222512Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:19:10.9223125Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:19:10.9223584Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:19:10.9224036Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:19:10.9224443Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:19:10.9224802Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:19:10.9225154Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:19:10.9225662Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:19:10.9226041Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:19:10.9226406Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:19:10.9226758Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:19:10.9227130Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:19:10.9227491Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:19:10.9227848Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:19:10.9228221Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:19:10.9228576Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:19:10.9229147Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:19:10.9229531Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:19:10.9229891Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:19:10.9230248Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:19:10.9230635Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:19:10.9231000Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:19:10.9231377Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:19:10.9231744Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:19:10.9232103Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:19:10.9232476Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:19:10.9232896Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:19:10.9233325Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:19:10.9233730Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:19:10.9234091Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:19:10.9234471Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:19:10.9234897Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:19:10.9235489Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:19:10.9235865Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:19:10.9236232Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:19:10.9236588Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:19:10.9236934Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:19:10.9237283Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:19:10.9237635Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:19:10.9238002Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:19:10.9238361Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:19:10.9238704Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:19:10.9239038Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:19:10.9239620Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:19:10.9240049Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:19:10.9240444Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:19:10.9240837Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:19:10.9241234Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:19:10.9241644Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:19:10.9242142Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:19:10.9242755Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:19:10.9243382Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:19:10.9243920Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:19:10.9244393Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:19:10.9244842Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:19:10.9245487Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:19:10.9246339Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:19:10.9246901Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:19:10.9247392Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:19:10.9247830Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:19:10.9248199Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:19:10.9248573Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:19:10.9248943Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:19:10.9249319Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:19:10.9249706Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:19:10.9250096Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:19:10.9250482Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:19:10.9250867Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:19:10.9251250Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:19:10.9251624Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:19:10.9252002Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:19:10.9252376Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:19:10.9252764Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:19:10.9253156Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:19:10.9253570Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:19:10.9253989Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:19:10.9254358Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:19:10.9254745Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:19:10.9255155Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:19:10.9255730Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:19:10.9256381Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:19:10.9256833Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:19:10.9257199Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:19:10.9257565Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:19:10.9257944Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:19:10.9258317Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:19:10.9258705Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:19:10.9259092Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:19:10.9259474Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:19:10.9259847Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:19:10.9260212Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:19:10.9260578Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:19:10.9261119Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9261831Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9262682Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9263348Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9263871Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:19:10.9264253Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:19:10.9264658Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:19:10.9265058Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:19:10.9265608Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:19:10.9265984Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:19:10.9266348Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:19:10.9266725Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:19:10.9267100Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:19:10.9267475Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:19:10.9267849Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:19:10.9268236Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:19:10.9268638Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:19:10.9269034Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:19:10.9269449Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:19:10.9269836Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:19:10.9270208Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:19:10.9270596Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:19:10.9270998Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:19:10.9271390Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:19:10.9271784Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:19:10.9272176Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:19:10.9272824Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:19:10.9273280Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:19:10.9273683Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:19:10.9274123Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:19:10.9274578Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:19:10.9274985Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:19:10.9275591Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:19:10.9275975Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:19:10.9276375Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:19:10.9276781Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:19:10.9277186Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:19:10.9277565Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:19:10.9277956Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:19:10.9278423Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:19:10.9278889Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:19:10.9279461Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:19:10.9279865Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:19:10.9280314Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:19:10.9280756Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:19:10.9281233Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:19:10.9281719Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:19:10.9282160Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:19:10.9282598Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:19:10.9282996Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:19:10.9283391Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:19:10.9283808Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:19:10.9284190Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:19:10.9284564Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:19:10.9284973Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:19:10.9285585Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:19:10.9285991Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:19:10.9286407Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:19:10.9286799Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:19:10.9287172Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:19:10.9287541Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:19:10.9287895Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:19:10.9288282Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:19:10.9288697Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:19:10.9289089Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:19:10.9289746Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:19:10.9290220Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:19:10.9290621Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:19:10.9291062Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:19:10.9291480Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:19:10.9291891Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:19:10.9292296Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:19:10.9292650Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:19:10.9293010Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:19:10.9293404Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:19:10.9293803Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:19:10.9294181Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:19:10.9294536Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:19:10.9294882Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:19:10.9295366Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:19:10.9296038Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:19:10.9296547Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:19:10.9296928Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:19:10.9297306Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:19:10.9297696Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:19:10.9298109Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:19:10.9298516Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:19:10.9298920Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:19:10.9299332Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:19:10.9299743Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:19:10.9300118Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:19:10.9300484Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:19:10.9300840Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:19:10.9301217Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:19:10.9301639Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:19:10.9302075Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:19:10.9302515Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:19:10.9302938Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:19:10.9303377Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:19:10.9303774Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:19:10.9304173Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:19:10.9304520Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:19:10.9304866Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:19:10.9305382Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:19:10.9305768Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:19:10.9306356Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:19:10.9306772Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:19:10.9307190Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:19:10.9307645Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:19:10.9308079Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:19:10.9308456Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:19:10.9308840Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:19:10.9309229Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:19:10.9309615Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:19:10.9309995Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:19:10.9310375Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:19:10.9310816Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:19:10.9311305Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:19:10.9311725Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:19:10.9312263Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:19:10.9312641Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:19:10.9313043Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:19:10.9313433Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:19:10.9313805Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:19:10.9314202Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:19:10.9314583Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:19:10.9314928Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:19:10.9315515Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:19:10.9315931Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:19:10.9316356Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:19:10.9316739Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:19:10.9317122Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:19:10.9317565Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:19:10.9318009Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:19:10.9318436Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:19:10.9318828Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:19:10.9319342Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9319848Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:19:10.9320239Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:19:10.9320650Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:19:10.9321074Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:19:10.9321594Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:19:10.9322174Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:19:10.9323007Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:19:10.9323682Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:19:10.9324328Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:19:10.9324953Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:19:10.9325723Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:19:10.9326306Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:19:10.9326783Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:19:10.9327227Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:19:10.9327664Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:19:10.9328089Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:19:10.9328560Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:19:10.9328991Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:19:10.9329369Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:19:10.9329899Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:19:10.9330278Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:19:10.9330656Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:19:10.9331059Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:19:10.9331472Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:19:10.9331839Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:19:10.9332226Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:19:10.9332689Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:19:10.9333179Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:19:10.9333663Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:19:10.9334153Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:19:10.9334601Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:19:10.9335016Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:19:10.9335561Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:19:10.9335979Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:19:10.9336405Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:19:10.9336830Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:19:10.9337218Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:19:10.9337601Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:19:10.9337981Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:19:10.9338359Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:19:10.9338796Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:19:10.9339232Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:19:10.9339641Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:19:10.9340233Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:19:10.9340688Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:19:10.9341136Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:19:10.9341582Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:19:10.9342015Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:19:10.9342419Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:19:10.9342792Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:19:10.9343177Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:19:10.9343548Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:19:10.9343917Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:19:10.9344318Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:19:10.9344717Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:19:10.9345140Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:19:10.9345756Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:19:10.9346215Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:19:10.9346773Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:19:10.9347128Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:19:10.9347497Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:19:10.9347893Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:19:10.9348279Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:19:10.9348674Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:19:10.9349101Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:19:10.9349546Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:19:10.9349960Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:19:10.9350349Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:19:10.9350747Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:19:10.9351283Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:10.9351862Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:19:10.9352316Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:19:10.9352764Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:19:10.9353190Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:19:10.9353588Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:19:10.9353980Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:19:10.9354374Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:19:10.9354770Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:19:10.9355169Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:19:10.9355691Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:19:10.9356082Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:19:10.9356663Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:19:10.9357095Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:19:10.9357505Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:19:10.9357965Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:19:10.9358384Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:19:10.9358762Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:19:10.9359134Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:19:10.9359520Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:19:10.9359891Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:19:10.9360258Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:19:10.9360690Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:19:10.9361131Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:19:10.9361531Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:19:10.9361927Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:19:10.9362324Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:19:10.9362857Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:19:10.9363229Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:19:10.9363606Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:19:10.9364003Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:19:10.9364445Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:19:10.9364897Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:19:10.9365464Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:19:10.9365884Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:19:10.9366287Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:19:10.9366711Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:19:10.9367100Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:19:10.9367454Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:19:10.9367801Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:19:10.9368164Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:19:10.9368535Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:19:10.9368890Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:19:10.9369256Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:19:10.9369649Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:19:10.9370032Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:19:10.9370386Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:19:10.9370736Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:19:10.9371113Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:19:10.9371505Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:19:10.9371883Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:19:10.9372243Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:19:10.9372858Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:19:10.9373270Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:19:10.9373649Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:19:10.9373997Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:19:10.9374367Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:19:10.9374757Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:19:10.9375140Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:19:10.9375658Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:19:10.9376034Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:19:10.9376418Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:19:10.9376819Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:19:10.9377244Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:19:10.9377643Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:19:10.9377996Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:19:10.9378340Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:19:10.9378692Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:19:10.9379299Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:19:10.9379800Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:19:10.9380271Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:19:10.9380744Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:19:10.9381249Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:19:10.9381686Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:19:10.9382061Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:19:10.9382448Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:19:10.9382832Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:19:10.9383220Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:19:10.9383608Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:19:10.9383991Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:19:10.9384365Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:19:10.9384757Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:19:10.9385316Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:19:10.9385769Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:19:10.9386143Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:19:10.9386541Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:19:10.9386966Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:19:10.9387346Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:19:10.9387692Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:19:10.9388077Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:19:10.9388525Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:19:10.9388985Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:19:10.9389594Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:19:10.9390035Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:19:10.9390463Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:19:10.9390893Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:19:11.4612693Z info: downloading installer
2025-08-20T22:19:11.9264951Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:19:11.9265885Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:19:11.9266279Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:19:11.9266722Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:19:11.9469509Z info: profile set to 'default'
2025-08-20T22:19:11.9469852Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:19:11.9470242Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:19:13.2156088Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:19:13.4129890Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:19:13.4524139Z info: downloading component 'clippy'
2025-08-20T22:19:13.6024126Z info: downloading component 'rustfmt'
2025-08-20T22:19:13.7210194Z info: downloading component 'cargo'
2025-08-20T22:19:13.9084164Z info: downloading component 'rust-std'
2025-08-20T22:19:14.3009542Z info: downloading component 'rustc'
2025-08-20T22:19:15.2266045Z info: removing previous version of component 'clippy'
2025-08-20T22:19:15.2748997Z info: removing previous version of component 'rustfmt'
2025-08-20T22:19:15.2930762Z info: removing previous version of component 'cargo'
2025-08-20T22:19:15.3285134Z info: removing previous version of component 'rust-std'
2025-08-20T22:19:15.3691964Z info: removing previous version of component 'rustc'
2025-08-20T22:19:15.4363153Z info: installing component 'clippy'
2025-08-20T22:19:15.7068523Z info: installing component 'rustfmt'
2025-08-20T22:19:15.9076511Z info: installing component 'cargo'
2025-08-20T22:19:16.4097114Z info: installing component 'rust-std'
2025-08-20T22:19:17.7287596Z info: installing component 'rustc'
2025-08-20T22:19:20.5768653Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:19:20.5768943Z 
2025-08-20T22:19:20.5843227Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:19:20.5843650Z 
2025-08-20T22:19:20.5843654Z 
2025-08-20T22:19:20.5843733Z Rust is installed now. Great!
2025-08-20T22:19:20.5843880Z 
2025-08-20T22:19:20.5844054Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:19:20.5844447Z environment variable. This has not been done automatically.
2025-08-20T22:19:20.5844669Z 
2025-08-20T22:19:20.5844799Z To configure your current shell, you need to source
2025-08-20T22:19:20.5845084Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:19:20.5845438Z 
2025-08-20T22:19:20.5845647Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:19:20.5846034Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:19:20.5846330Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:19:20.5846604Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:19:20.6037187Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:19:20.6359707Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:19:20.6360011Z 
2025-08-20T22:19:20.6432892Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:19:20.6433196Z 
2025-08-20T22:19:20.6845547Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:19:20.7231329Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:19:20.7530862Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:19:20.7531295Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:19:20.7531655Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:19:20.7532185Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:19:20.7532552Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:19:20.7532907Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:19:20.7533285Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:19:20.7533642Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:19:20.7533988Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:19:20.7534318Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:19:20.7534674Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:19:20.7535057Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:19:20.7535614Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:19:20.7536021Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:19:20.7536411Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:19:20.7536810Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:19:20.7537480Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:19:20.7537846Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:19:20.7538223Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:19:20.7538681Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:19:20.7539125Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:19:20.7539516Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:19:20.7539934Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:19:20.7540330Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:19:20.7540678Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:19:20.7541065Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:19:20.7541495Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:19:20.7541915Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:19:20.7542319Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:19:20.7542732Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:19:20.7543149Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:19:20.7543573Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:19:20.7544001Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:19:20.7544421Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:19:20.7544858Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:19:20.7545445Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:19:20.7545871Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:19:20.7546276Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:19:20.7546665Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:19:20.7547069Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:19:20.7547495Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:19:20.7548147Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:19:20.7548565Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:19:20.7548957Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:19:20.7549408Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:19:20.7549879Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:19:20.7550346Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:19:20.7550834Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:19:20.7551275Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:19:20.7551688Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:19:20.7552111Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:19:20.7552519Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:19:20.7552936Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:19:20.7553329Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:19:20.7553698Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:19:20.7554212Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:19:20.7554579Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:19:20.7554969Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:19:20.7555572Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:19:20.7555955Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:19:20.7556371Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:19:20.7556806Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:19:20.7557225Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:19:20.7557634Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:19:20.7558050Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:19:20.7558508Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:19:20.7558911Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:19:20.7559303Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:19:20.7559735Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:19:20.7560231Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:19:20.7560730Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:19:20.7561186Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:19:20.7561603Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:19:20.7561988Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:19:20.7562385Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:19:20.7562783Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:19:20.7563186Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:19:20.7563646Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:19:20.7564143Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:19:20.7564898Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:19:20.7566321Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:19:20.7566810Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:19:20.7567212Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:19:20.7567615Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:19:20.7568021Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:19:20.7568419Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:19:20.7568808Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:19:20.7569229Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:19:20.7569655Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:19:20.7570039Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:19:20.7570408Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:19:20.7570817Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:19:20.7571225Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:19:20.7571826Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:19:20.7572194Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:19:20.7572588Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:19:20.7572972Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:19:20.7573321Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:19:20.7573700Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:19:20.7574107Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:19:20.7574492Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:19:20.7574854Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:19:20.7575347Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:19:20.7575726Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:19:20.7576118Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:19:20.7576520Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:19:20.7576915Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:19:20.7577297Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:19:20.7577678Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:19:20.7578080Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:19:20.7578479Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:19:20.7578849Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:19:20.7579202Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:19:20.7579550Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:19:20.7579908Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:19:20.7580264Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:19:20.7580619Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:19:20.7580993Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:19:20.7581386Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:19:20.7582011Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:19:20.7582463Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:19:20.7582864Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:19:20.7583258Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:19:20.7583645Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:19:20.7584035Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:19:20.7584433Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:19:20.7584839Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:19:20.7585322Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:19:20.7585720Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:19:20.7586136Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:19:20.7586574Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:19:20.7586999Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:19:20.7587386Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:19:20.7587779Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:19:20.7588371Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:19:20.7588782Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:19:20.7589179Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:19:20.7589573Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:19:20.7589967Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:19:20.7590373Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:19:20.7590757Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:19:20.7591117Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:19:20.7591480Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:19:20.7591875Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:19:20.7592278Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:19:20.7592680Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:19:20.7593070Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:19:20.7593440Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:19:20.7593815Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:19:20.7594193Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:19:20.7594580Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:19:20.7595001Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:19:20.7595586Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:19:20.7595984Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:19:20.7596361Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:19:20.7596752Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:19:20.7597167Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:19:20.7597584Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:19:20.7597936Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:19:20.7598496Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:19:20.7598939Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:19:20.7599370Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:19:20.7599776Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:19:20.7600158Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:19:20.7600542Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:19:20.7600922Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:19:20.7601344Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:19:20.7601804Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:19:20.7602218Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:19:20.7602592Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:19:20.7602952Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:19:20.7603397Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:19:20.7603899Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:19:20.7604339Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:19:20.7604872Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:19:20.7605534Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:19:20.7606091Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:19:20.7606589Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:19:20.7607029Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:19:20.7607389Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:19:20.7607767Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:19:20.7608177Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:19:20.7608592Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:19:20.7609005Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:19:20.7609381Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:19:20.7609754Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:19:20.7610158Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:19:20.7610558Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:19:20.7610959Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:19:20.7611362Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:19:20.7611765Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:19:20.7612160Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:19:20.7612589Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:19:20.7613038Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:19:20.7613467Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:19:20.7613856Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:19:20.7614231Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:19:20.7614607Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:19:20.7615201Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:19:20.7615750Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:19:20.7616168Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:19:20.7616637Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:19:20.7617083Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:19:20.7617493Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:19:20.7617882Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:19:20.7618266Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:19:20.7618640Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:19:20.7619008Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:19:20.7619399Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:19:20.7619782Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:19:20.7620229Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:19:20.7620702Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:19:20.7621160Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:19:20.7621828Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:19:20.7622338Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:19:20.7622841Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:19:20.7623278Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:19:20.7623643Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:19:20.7624007Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:19:20.7624380Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:19:20.7624760Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:19:20.7625125Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:19:20.7625697Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:19:20.7626084Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:19:20.7626471Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:19:20.7626848Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:19:20.7627222Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:19:20.7627625Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:19:20.7628016Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:19:20.7628431Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:19:20.7628874Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:19:20.7629298Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:19:20.7629715Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:19:20.7630117Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:19:20.7630525Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:19:20.7630946Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:19:20.7631343Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:19:20.7631919Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:19:20.7632457Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7632977Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:19:20.7633343Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:19:20.7633718Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:19:20.7634085Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:19:20.7634481Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:19:20.7634917Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:19:20.7635467Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:19:20.7635908Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:19:20.7636311Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:19:20.7636717Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:19:20.7637140Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:19:20.7637552Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:19:20.7638105Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:19:20.7638539Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:19:20.7639035Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:19:20.7639534Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:19:20.7639989Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:19:20.7640404Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:19:20.7640807Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:19:20.7641282Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:19:20.7641764Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:19:20.7642173Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:19:20.7642606Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:19:20.7643060Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:19:20.7643468Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:19:20.7643830Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:19:20.7644180Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:19:20.7644554Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:19:20.7644939Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:19:20.7645429Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:19:20.7645796Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:19:20.7646165Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:19:20.7646533Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:19:20.7646890Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:19:20.7647260Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:19:20.7647613Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:19:20.7647988Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:19:20.7648570Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:19:20.7648954Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:19:20.7649314Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:19:20.7649671Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:19:20.7650034Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:19:20.7650412Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:19:20.7650778Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:19:20.7651137Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:19:20.7651514Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:19:20.7651936Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:19:20.7652373Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:19:20.7652783Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:19:20.7653146Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:19:20.7653529Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:19:20.7653953Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:19:20.7654353Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:19:20.7654901Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:19:20.7655382Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:19:20.7655749Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:19:20.7656094Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:19:20.7656436Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:19:20.7656795Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:19:20.7657163Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:19:20.7657515Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:19:20.7657862Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:19:20.7658195Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:19:20.7658577Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:19:20.7658982Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:19:20.7659379Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:19:20.7659777Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:19:20.7660172Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:19:20.7660593Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:19:20.7661097Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:19:20.7661711Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:19:20.7662335Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:19:20.7662880Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:19:20.7663355Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:19:20.7663814Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:19:20.7664337Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:19:20.7665160Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:19:20.7665849Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:19:20.7666344Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:19:20.7666819Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:19:20.7667189Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:19:20.7667565Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:19:20.7667935Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:19:20.7668309Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:19:20.7668700Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:19:20.7669085Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:19:20.7669477Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:19:20.7669862Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:19:20.7670252Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:19:20.7670625Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:19:20.7671001Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:19:20.7671579Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:19:20.7671970Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:19:20.7672363Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:19:20.7672773Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:19:20.7673187Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:19:20.7673555Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:19:20.7673942Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:19:20.7674351Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:19:20.7674758Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:19:20.7675195Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:19:20.7675768Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:19:20.7676140Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:19:20.7676508Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:19:20.7676886Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:19:20.7677252Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:19:20.7677647Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:19:20.7678040Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:19:20.7678423Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:19:20.7678803Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:19:20.7679163Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:19:20.7679535Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:19:20.7680079Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7680797Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7681700Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7682395Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7682921Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:19:20.7683305Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:19:20.7683710Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:19:20.7684116Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:19:20.7684488Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:19:20.7684866Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:19:20.7685355Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:19:20.7685744Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:19:20.7686126Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:19:20.7686501Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:19:20.7686874Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:19:20.7687261Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:19:20.7687661Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:19:20.7688234Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:19:20.7688635Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:19:20.7689020Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:19:20.7689396Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:19:20.7689781Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:19:20.7690185Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:19:20.7690580Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:19:20.7690976Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:19:20.7691369Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:19:20.7691791Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:19:20.7692226Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:19:20.7692630Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:19:20.7693065Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:19:20.7693518Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:19:20.7693924Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:19:20.7694294Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:19:20.7694675Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:19:20.7695074Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:19:20.7695625Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:19:20.7696032Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:19:20.7696417Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:19:20.7696805Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:19:20.7697276Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:19:20.7697744Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:19:20.7698140Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:19:20.7698744Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:19:20.7699221Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:19:20.7699668Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:19:20.7700140Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:19:20.7700628Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:19:20.7701069Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:19:20.7701505Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:19:20.7701904Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:19:20.7702291Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:19:20.7702711Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:19:20.7703092Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:19:20.7703463Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:19:20.7703870Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:19:20.7704268Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:19:20.7704817Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:19:20.7705362Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:19:20.7705771Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:19:20.7706167Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:19:20.7706535Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:19:20.7706890Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:19:20.7707285Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:19:20.7707704Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:19:20.7708098Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:19:20.7708550Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:19:20.7709006Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:19:20.7709405Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:19:20.7709843Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:19:20.7710265Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:19:20.7710680Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:19:20.7711086Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:19:20.7711443Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:19:20.7711804Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:19:20.7712196Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:19:20.7712591Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:19:20.7712976Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:19:20.7713329Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:19:20.7713678Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:19:20.7714025Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:19:20.7714710Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:19:20.7715369Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:19:20.7715765Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:19:20.7716145Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:19:20.7716542Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:19:20.7716957Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:19:20.7717370Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:19:20.7717774Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:19:20.7718185Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:19:20.7718597Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:19:20.7718972Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:19:20.7719340Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:19:20.7719697Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:19:20.7720071Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:19:20.7720492Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:19:20.7721086Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:19:20.7721486Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:19:20.7721907Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:19:20.7722345Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:19:20.7722746Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:19:20.7723116Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:19:20.7723462Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:19:20.7723812Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:19:20.7724179Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:19:20.7724554Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:19:20.7724925Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:19:20.7725445Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:19:20.7725875Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:19:20.7726334Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:19:20.7726772Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:19:20.7727152Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:19:20.7727537Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:19:20.7727925Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:19:20.7728311Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:19:20.7728692Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:19:20.7729065Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:19:20.7729510Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:19:20.7730001Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:19:20.7730418Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:19:20.7730793Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:19:20.7731360Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:19:20.7731783Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:19:20.7732173Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:19:20.7732546Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:19:20.7732943Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:19:20.7733330Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:19:20.7733679Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:19:20.7734036Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:19:20.7734433Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:19:20.7734851Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:19:20.7735356Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:19:20.7735752Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:19:20.7736196Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:19:20.7736637Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:19:20.7737065Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:19:20.7737618Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:19:20.7738133Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7738640Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:19:20.7739031Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:19:20.7739437Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:19:20.7739865Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:19:20.7740381Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:19:20.7740965Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:19:20.7741574Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:19:20.7742230Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:19:20.7742877Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:19:20.7743510Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:19:20.7744141Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:19:20.7744722Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:19:20.7745317Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:19:20.7745777Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:19:20.7746215Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:19:20.7746647Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:19:20.7747119Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:19:20.7747559Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:19:20.7747939Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:19:20.7748305Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:19:20.7748853Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:19:20.7749254Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:19:20.7749663Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:19:20.7750075Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:19:20.7750437Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:19:20.7750828Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:19:20.7751283Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:19:20.7751775Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:19:20.7752266Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:19:20.7752758Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:19:20.7753213Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:19:20.7753629Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:19:20.7754042Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:19:20.7754456Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:19:20.7755027Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:19:20.7755576Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:19:20.7755967Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:19:20.7756347Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:19:20.7756721Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:19:20.7757103Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:19:20.7757538Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:19:20.7757979Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:19:20.7758382Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:19:20.7758795Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:19:20.7759229Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:19:20.7759676Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:19:20.7760120Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:19:20.7760554Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:19:20.7760954Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:19:20.7761326Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:19:20.7761716Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:19:20.7762091Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:19:20.7762465Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:19:20.7762871Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:19:20.7763276Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:19:20.7763704Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:19:20.7764172Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:19:20.7764630Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:19:20.7765335Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:19:20.7765720Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:19:20.7766092Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:19:20.7766522Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:19:20.7766908Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:19:20.7767303Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:19:20.7767729Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:19:20.7768174Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:19:20.7768588Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:19:20.7768974Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:19:20.7769378Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:19:20.7769921Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:19:20.7770496Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:19:20.7770948Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:19:20.7771542Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:19:20.7771965Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:19:20.7772365Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:19:20.7772756Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:19:20.7773144Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:19:20.7773548Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:19:20.7773950Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:19:20.7774329Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:19:20.7774722Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:19:20.7775124Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:19:20.7775631Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:19:20.7776043Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:19:20.7776503Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:19:20.7776926Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:19:20.7777302Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:19:20.7777677Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:19:20.7778065Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:19:20.7778439Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:19:20.7778809Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:19:20.7779233Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:19:20.7779683Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:19:20.7780090Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:19:20.7780488Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:19:20.7797040Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:19:20.7797570Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:19:20.7798253Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:19:20.7798660Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:19:20.7799064Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:19:20.7799509Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:19:20.7799955Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:19:20.7800383Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:19:20.7800784Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:19:20.7801184Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:19:20.7801608Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:19:20.7801994Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:19:20.7802350Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:19:20.7802694Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:19:20.7803055Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:19:20.7803427Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:19:20.7803775Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:19:20.7804312Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:19:20.7804708Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:19:20.7805092Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:19:20.7805616Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:19:20.7805964Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:19:20.7806343Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:19:20.7806737Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:19:20.7807110Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:19:20.7808292Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:19:20.7808659Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:19:20.7809053Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:19:20.7809430Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:19:20.7809775Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:19:20.7810144Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:19:20.7810535Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:19:20.7810924Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:19:20.7811299Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:19:20.7811671Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:19:20.7812055Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:19:20.7812457Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:19:20.7812879Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:19:20.7813282Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:19:20.7813633Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:19:20.7813978Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:19:20.7814317Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:19:20.7814998Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:19:20.7815665Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:19:20.7816137Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:19:20.7816612Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:19:20.7817115Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:19:20.7817556Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:19:20.7817934Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:19:20.7818319Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:19:20.7818706Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:19:20.7819088Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:19:20.7819475Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:19:20.7819857Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:19:20.7820229Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:19:20.7820623Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:19:20.7821061Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:19:20.7821681Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:19:20.7822054Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:19:20.7822453Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:19:20.7822873Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:19:20.7823250Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:19:20.7823600Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:19:20.7823986Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:19:20.7824434Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:19:20.7824888Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:19:20.7825514Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:19:20.7825945Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:19:20.7826371Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:19:20.7826803Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:19:20.7827134Z 
2025-08-20T22:19:20.7827138Z 
2025-08-20T22:19:20.7827500Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:19:20 PM)
2025-08-20T22:19:20.7827862Z 
2025-08-20T22:19:20.7827865Z 
2025-08-20T22:19:20.7827869Z 
2025-08-20T22:19:20.7827935Z [+] Continue : YES
2025-08-20T22:19:20.7828037Z 
2025-08-20T22:19:20.7828264Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:19:20.9036499Z 
2025-08-20T22:19:20.9037071Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:19:20 PM) UTC
2025-08-20T22:19:20.9037377Z 
2025-08-20T22:19:20.9051732Z 
2025-08-20T22:19:20.9051885Z [+] Total RECIPES :: 1
2025-08-20T22:19:20.9052015Z 
2025-08-20T22:19:20.9130287Z 
2025-08-20T22:19:20.9131135Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml (1/1)
2025-08-20T22:19:20.9131655Z 
2025-08-20T22:19:21.0236617Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:19:21.0246169Z mode of '/tmp/pkgforge/Ji1yiMidY_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:19:21.0294462Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ripgen/official [Provided]
2025-08-20T22:19:21.0294857Z [+] Setting '.pkg_family' --> ripgen [Provided]
2025-08-20T22:19:21.0308589Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:19:21.0313498Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:19:21.0345197Z [00:00:00.003]➜  
2025-08-20T22:19:21.0345910Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:19:21.0346327Z [00:00:00.003]➜  
2025-08-20T22:19:21.0386529Z [00:00:00.007]➜  
2025-08-20T22:19:21.0387158Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:19:21.0387603Z [00:00:00.007]➜  
2025-08-20T22:19:21.0473634Z [00:00:00.016]➜  
2025-08-20T22:19:21.0474676Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ripgen/static.official.source.yaml) --> /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:19:21 PM) UTC]
2025-08-20T22:19:21.0475679Z [00:00:00.016]➜  
2025-08-20T22:19:21.0475874Z [00:00:00.016]➜  
2025-08-20T22:19:21.0476055Z [00:00:00.016]➜  
2025-08-20T22:19:21.0476326Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:19:21.0483506Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:19:21.0484696Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:19:21.0485524Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:19:21.0485766Z [00:00:00.017]➜  
2025-08-20T22:19:21.0485973Z [00:00:00.017]➜  pkg: "ripgen"
2025-08-20T22:19:21.0486259Z [00:00:00.017]➜  pkg_id: "github.com.resyncgg.ripgen"
2025-08-20T22:19:21.0486591Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:19:21.0486835Z [00:00:00.017]➜  category:
2025-08-20T22:19:21.0487556Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:19:21.0487884Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:19:21.0488313Z [00:00:00.017]➜  description: "Rust-based high performance domain permutation generator"
2025-08-20T22:19:21.0488694Z [00:00:00.017]➜  homepage:
2025-08-20T22:19:21.0488983Z [00:00:00.017]➜    - "https://github.com/resyncgg/ripgen"
2025-08-20T22:19:21.0489300Z [00:00:00.017]➜  maintainer:
2025-08-20T22:19:21.0489609Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:19:21.0489906Z [00:00:00.017]➜  note:
2025-08-20T22:19:21.0490186Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:19:21.0490694Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/resyncgg/ripgen"
2025-08-20T22:19:21.0491101Z [00:00:00.017]➜  src_url:
2025-08-20T22:19:21.0491393Z [00:00:00.017]➜    - "https://github.com/resyncgg/ripgen"
2025-08-20T22:19:21.0491677Z [00:00:00.017]➜  tag:
2025-08-20T22:19:21.0491922Z [00:00:00.017]➜    - "permutation"
2025-08-20T22:19:21.0492226Z [00:00:00.017]➜    - "wordlist"
2025-08-20T22:19:21.0492451Z [00:00:00.017]➜  x_exec:
2025-08-20T22:19:21.0492694Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:19:21.0492949Z [00:00:00.017]➜    host:
2025-08-20T22:19:21.0493177Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:19:21.0493480Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:19:21.0493750Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:19:21.0493982Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:19:21.0494262Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:19:21.0494949Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:19:21.0496439Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:19:21.0497152Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:19:21.0497527Z [00:00:00.017]➜    run: |
2025-08-20T22:19:21.0497740Z [00:00:00.017]➜      #Build
2025-08-20T22:19:21.0498325Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:19:21.0499055Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:19:21.0499622Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:19:21.0500082Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:19:21.0500489Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:19:21.0500833Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:19:21.0501077Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:19:21.0501439Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:19:21.0501887Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:19:21.0502298Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:19:21.0503201Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:19:21.0503746Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:19:21.0504070Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:19:21.0504331Z [00:00:00.017]➜           else
2025-08-20T22:19:21.0504578Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:19:21.0504835Z [00:00:00.017]➜           fi
2025-08-20T22:19:21.0505065Z [00:00:00.017]➜         else
2025-08-20T22:19:21.0505581Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:19:21.0505964Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:19:21.0506245Z [00:00:00.017]➜         fi
2025-08-20T22:19:21.0506472Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:19:21.0506797Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:19:21.0507205Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:19:21.0507615Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:19:21.0508007Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:19:21.0508302Z [00:00:00.017]➜         fi
2025-08-20T22:19:21.0508574Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:19:21.0508918Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:19:21.0509245Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:19:21.0509555Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:19:21.0509878Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:19:21.0510203Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:19:21.0510524Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:19:21.0510903Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:19:21.0511280Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:19:21.0511636Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:19:21.0511981Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:19:21.0512340Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:19:21.0512700Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:19:21.0513288Z [00:00:00.017]➜        #Build
2025-08-20T22:19:21.0513914Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:19:21.0514440Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:19:21.0514777Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:19:21.0516032Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:19:21.0516719Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:19:21.0517240Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:19:21.0517812Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:19:21.0518179Z [00:00:00.017]➜        #Copy
2025-08-20T22:19:21.0519178Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:19:21.0520432Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:19:21.0521288Z [00:00:00.017]➜        #Strip 
2025-08-20T22:19:21.0521774Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:19:21.0522456Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:19:21.0523144Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:19:21.0523732Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:19:21.0524290Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:19:21.0524717Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:19:21.0524967Z [00:00:00.017]➜        '
2025-08-20T22:19:21.0525191Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:19:21.0525744Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:19:21.0526295Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:19:21.0527377Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:19:21.0528150Z [00:00:00.017]➜  
2025-08-20T22:19:21.0528333Z [00:00:00.017]➜  
2025-08-20T22:19:21.0528605Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:19:21.0528879Z [00:00:00.017]➜  
2025-08-20T22:19:21.0529062Z [00:00:00.017]➜  
2025-08-20T22:19:21.0529245Z [00:00:00.017]➜  
2025-08-20T22:19:21.0529756Z [00:00:00.019]➜  '/tmp/pkgforge/Ji1yiMidY_build.yaml' -> '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:19:22.4640359Z [00:00:01.433]➜  '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.version' -> '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.version'
2025-08-20T22:19:22.4692269Z [00:00:01.438]➜  [+] Version: HEAD-38ac6ba-231202T145645 ('.x_exec.pkgver') [/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.version]
2025-08-20T22:19:22.4823643Z [00:00:01.451]➜  [+] Progs: ripgen
2025-08-20T22:19:22.7521006Z [00:00:01.721]➜  
2025-08-20T22:19:22.7521755Z [00:00:01.721]➜  [-] Missing packages. Found: 
2025-08-20T22:19:22.7522156Z [00:00:01.721]➜  [+] Expected: ripgen
2025-08-20T22:19:22.7522441Z [00:00:01.721]➜  [+] Continuing with build...
2025-08-20T22:19:22.7522692Z [00:00:01.721]➜  
2025-08-20T22:19:23.0878513Z [00:00:02.056]➜  
2025-08-20T22:19:23.0878811Z [00:00:02.056]➜  
2025-08-20T22:19:23.0956126Z [00:00:02.064]➜  + mkdir -pv /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:19:23.0975850Z [00:00:02.066]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=ripgen -e PKG_ID=github.com.resyncgg.ripgen -e PKG_TYPE=static -e PKG_VER=HEAD-38ac6ba-231202T145645 -e PKGVER=HEAD-38ac6ba-231202T145645 -e SBUILD_PKG=ripgen.static -e SBUILD_PKGVER=HEAD-38ac6ba-231202T145645 --volume /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:19:23.0977766Z [00:00:02.066]➜    #Setup ENV
2025-08-20T22:19:23.0978257Z [00:00:02.066]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:19:23.0978810Z [00:00:02.066]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:19:23.0979305Z [00:00:02.066]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:19:23.0980039Z [00:00:02.066]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:19:23.0981784Z [00:00:02.066]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:19:23.0982140Z [00:00:02.066]➜         export RUST_TARGET
2025-08-20T22:19:23.0982393Z [00:00:02.066]➜       else
2025-08-20T22:19:23.0982628Z [00:00:02.066]➜         rustc -Vv ; exit 1
2025-08-20T22:19:23.0982875Z [00:00:02.066]➜       fi
2025-08-20T22:19:23.0983086Z [00:00:02.066]➜     else
2025-08-20T22:19:23.0983406Z [00:00:02.066]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:19:23.0983772Z [00:00:02.066]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:19:23.0984043Z [00:00:02.066]➜     fi
2025-08-20T22:19:23.0984262Z [00:00:02.066]➜     RUST_FLAGS=()
2025-08-20T22:19:23.0984572Z [00:00:02.066]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:19:23.0984954Z [00:00:02.066]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:19:23.0985557Z [00:00:02.066]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:19:23.0985995Z [00:00:02.066]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:19:23.0986279Z [00:00:02.066]➜     fi
2025-08-20T22:19:23.0986537Z [00:00:02.066]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:19:23.0986865Z [00:00:02.066]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:19:23.0987172Z [00:00:02.066]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:19:23.0987470Z [00:00:02.066]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:19:23.0987798Z [00:00:02.066]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:19:23.0988118Z [00:00:02.066]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:19:23.0988429Z [00:00:02.066]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:19:23.0988791Z [00:00:02.066]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:19:23.0989150Z [00:00:02.066]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:19:23.0989500Z [00:00:02.066]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:19:23.0989829Z [00:00:02.066]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:19:23.0990188Z [00:00:02.066]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:19:23.0990536Z [00:00:02.066]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:19:23.0990812Z [00:00:02.066]➜    #Build
2025-08-20T22:19:23.0991323Z [00:00:02.066]➜     git clone --filter "blob:none" --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:19:23.0992192Z [00:00:02.066]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:19:23.0992605Z [00:00:02.066]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:19:23.0993233Z [00:00:02.066]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:19:23.0993812Z [00:00:02.066]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:19:23.0994339Z [00:00:02.066]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:19:23.0994902Z [00:00:02.066]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:19:23.0995452Z [00:00:02.066]➜    #Copy
2025-08-20T22:19:23.0996455Z [00:00:02.066]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:19:23.0997702Z [00:00:02.066]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:19:23.0998259Z [00:00:02.066]➜    #Strip 
2025-08-20T22:19:23.0998734Z [00:00:02.066]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:19:23.0999684Z [00:00:02.066]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:19:23.1000374Z [00:00:02.066]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:19:23.1000967Z [00:00:02.066]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:19:23.1001526Z [00:00:02.066]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:19:23.1001932Z [00:00:02.066]➜     popd &>/dev/null
2025-08-20T22:19:23.1002166Z [00:00:02.066]➜    '
2025-08-20T22:19:23.7787627Z [00:00:02.747]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:19:23.9288062Z [00:00:02.897]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:19:23.9288436Z [00:00:02.897]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:19:23.9288758Z [00:00:02.897]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:19:23.9289106Z [00:00:02.897]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:19:23.9289402Z [00:00:02.897]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:19:23.9289696Z [00:00:02.897]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:19:23.9289975Z [00:00:02.897]➜  2b92eb3035e7: Waiting
2025-08-20T22:19:23.9290230Z [00:00:02.897]➜  4239b2f25ebc: Waiting
2025-08-20T22:19:23.9290482Z [00:00:02.897]➜  323e89f8c367: Waiting
2025-08-20T22:19:24.1075363Z [00:00:03.076]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:19:24.1076709Z [00:00:03.076]➜  99fd740fb142: Download complete
2025-08-20T22:19:24.1784837Z [00:00:03.147]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:19:24.1788788Z [00:00:03.147]➜  b2e6f696af52: Download complete
2025-08-20T22:19:24.1850830Z [00:00:03.154]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:19:24.1851292Z [00:00:03.154]➜  996f2cb07f7c: Download complete
2025-08-20T22:19:24.2929724Z [00:00:03.262]➜  b2e6f696af52: Pull complete
2025-08-20T22:19:24.3618944Z [00:00:03.331]➜  323e89f8c367: Download complete
2025-08-20T22:19:24.9074507Z [00:00:03.876]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:19:24.9074897Z [00:00:03.876]➜  4239b2f25ebc: Download complete
2025-08-20T22:19:29.3914081Z [00:00:08.360]➜  996f2cb07f7c: Pull complete
2025-08-20T22:19:38.1243893Z [00:00:17.093]➜  99fd740fb142: Pull complete
2025-08-20T22:19:38.9172164Z [00:00:17.886]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:19:38.9172656Z [00:00:17.886]➜  2b92eb3035e7: Download complete
2025-08-20T22:21:05.8611680Z [00:01:44.830]➜  2b92eb3035e7: Pull complete
2025-08-20T22:21:18.3556239Z [00:01:57.324]➜  4239b2f25ebc: Pull complete
2025-08-20T22:21:18.4132586Z [00:01:57.382]➜  323e89f8c367: Pull complete
2025-08-20T22:21:18.4372735Z [00:01:57.406]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:21:18.4487032Z [00:01:57.417]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:21:18.7258720Z [00:01:57.694]➜  + mkdir -p /build-bins
2025-08-20T22:21:18.7276332Z [00:01:57.696]➜  ++ mktemp -d
2025-08-20T22:21:18.7290539Z [00:01:57.698]➜  + pushd /tmp/tmp.4cN8curbWt
2025-08-20T22:21:18.7290876Z [00:01:57.698]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:21:18.7291164Z [00:01:57.698]➜  + source /root/.cargo/env
2025-08-20T22:21:18.7297391Z [00:01:57.698]➜  ++ case ":${PATH}:" in
2025-08-20T22:21:18.7297805Z [00:01:57.698]➜  ++ uname -m
2025-08-20T22:21:18.7298848Z [00:01:57.699]➜  ++ tr -d '[:space:]'
2025-08-20T22:21:18.7316496Z [00:01:57.700]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:21:18.7318216Z [00:01:57.701]➜  ++ uname -m
2025-08-20T22:21:18.7332801Z [00:01:57.702]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:21:18.7333201Z [00:01:57.702]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:21:18.7333569Z [00:01:57.702]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:21:18.8956007Z [00:01:57.864]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:21:18.8976217Z [00:01:57.866]➜  + RUST_FLAGS=()
2025-08-20T22:21:18.8976635Z [00:01:57.866]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:21:18.8977034Z [00:01:57.866]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:21:18.8980725Z [00:01:57.867]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:21:18.8981078Z [00:01:57.867]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:21:18.8989886Z [00:01:57.868]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:21:18.8990353Z [00:01:57.868]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:21:18.8990693Z [00:01:57.868]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:21:18.8991002Z [00:01:57.868]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:21:18.8991308Z [00:01:57.868]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:21:18.8991875Z [00:01:57.868]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:21:18.8992233Z [00:01:57.868]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:21:18.8993236Z [00:01:57.868]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:21:18.8993782Z [00:01:57.868]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:21:18.8997378Z [00:01:57.868]➜  ++ which mold
2025-08-20T22:21:18.9023226Z [00:01:57.871]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:21:18.9023629Z [00:01:57.871]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:21:18.9023965Z [00:01:57.871]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:21:18.9024689Z [00:01:57.871]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:21:18.9026376Z [00:01:57.871]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:21:18.9028672Z [00:01:57.871]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:21:18.9030021Z [00:01:57.871]➜  + git clone --filter blob:none --quiet https://github.com/resyncgg/ripgen ./TEMPREPO
2025-08-20T22:21:19.4088821Z [00:01:58.377]➜  + cd ./TEMPREPO/
2025-08-20T22:21:19.4089309Z [00:01:58.378]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:21:19.4090753Z [00:01:58.378]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:21:19.4092310Z [00:01:58.378]➜  
2025-08-20T22:21:19.4092571Z [00:01:58.378]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:21:19.4093936Z [00:01:58.378]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:21:19.4095043Z [00:01:58.378]➜  
2025-08-20T22:21:19.4095549Z [00:01:58.378]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:21:19.4097522Z [00:01:58.378]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:21:19.4098199Z [00:01:58.379]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:21:19.4119119Z [00:01:58.381]➜  ++ nproc
2025-08-20T22:21:19.4132664Z [00:01:58.382]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:21:19.5200491Z [00:01:58.489]➜  warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2025-08-20T22:21:19.5201392Z [00:01:58.489]➜  note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2025-08-20T22:21:19.5202156Z [00:01:58.489]➜  note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2025-08-20T22:21:19.5202893Z [00:01:58.489]➜  note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2025-08-20T22:21:19.7833355Z [00:01:58.752]➜      Updating crates.io index
2025-08-20T22:21:20.3036153Z [00:01:59.272]➜       Locking 53 packages to latest compatible versions
2025-08-20T22:21:20.3052193Z [00:01:59.274]➜        Adding clap v3.2.25 (available: v4.5.45)
2025-08-20T22:21:20.3109077Z [00:01:59.280]➜        Adding thiserror v1.0.69 (available: v2.0.16)
2025-08-20T22:21:20.3128278Z [00:01:59.282]➜   Downloading crates ...
2025-08-20T22:21:20.4617712Z [00:01:59.430]➜    Downloaded bitflags v1.3.2
2025-08-20T22:21:20.4741671Z [00:01:59.443]➜    Downloaded fxhash v0.2.1
2025-08-20T22:21:20.4753515Z [00:01:59.444]➜    Downloaded psl-types v2.0.11
2025-08-20T22:21:20.4762278Z [00:01:59.445]➜    Downloaded atty v0.2.14
2025-08-20T22:21:20.4838591Z [00:01:59.453]➜    Downloaded heck v0.4.1
2025-08-20T22:21:20.4850106Z [00:01:59.454]➜    Downloaded clap_lex v0.2.4
2025-08-20T22:21:20.4861931Z [00:01:59.455]➜    Downloaded byteorder v1.5.0
2025-08-20T22:21:20.4878255Z [00:01:59.457]➜    Downloaded lazy_static v1.5.0
2025-08-20T22:21:20.4892456Z [00:01:59.458]➜    Downloaded autocfg v1.5.0
2025-08-20T22:21:20.4944433Z [00:01:59.463]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:21:20.4958764Z [00:01:59.465]➜    Downloaded version_check v0.9.5
2025-08-20T22:21:20.4969190Z [00:01:59.466]➜    Downloaded proc-macro-error-attr v1.0.4
2025-08-20T22:21:20.4977194Z [00:01:59.466]➜    Downloaded thiserror v1.0.69
2025-08-20T22:21:20.5016961Z [00:01:59.470]➜    Downloaded quote v1.0.40
2025-08-20T22:21:20.5035782Z [00:01:59.472]➜    Downloaded indexmap v1.9.3
2025-08-20T22:21:20.5064148Z [00:01:59.475]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:21:20.5090257Z [00:01:59.478]➜    Downloaded textwrap v0.16.2
2025-08-20T22:21:20.5116315Z [00:01:59.480]➜    Downloaded addr v0.15.6
2025-08-20T22:21:20.5142240Z [00:01:59.483]➜    Downloaded once_cell v1.21.3
2025-08-20T22:21:20.5163899Z [00:01:59.485]➜    Downloaded memchr v2.7.5
2025-08-20T22:21:20.5206950Z [00:01:59.489]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T22:21:20.5231257Z [00:01:59.492]➜    Downloaded hashbrown v0.12.3
2025-08-20T22:21:20.5263882Z [00:01:59.495]➜    Downloaded clap_derive v3.2.25
2025-08-20T22:21:20.5281545Z [00:01:59.497]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:21:20.5324983Z [00:01:59.501]➜    Downloaded psl v2.1.134
2025-08-20T22:21:20.5373994Z [00:01:59.506]➜    Downloaded syn v1.0.109
2025-08-20T22:21:20.5447297Z [00:01:59.513]➜    Downloaded regex v1.11.1
2025-08-20T22:21:20.5542212Z [00:01:59.523]➜    Downloaded clap v3.2.25
2025-08-20T22:21:20.5634894Z [00:01:59.532]➜    Downloaded anyhow v1.0.99
2025-08-20T22:21:20.5663901Z [00:01:59.535]➜    Downloaded syn v2.0.106
2025-08-20T22:21:20.5749348Z [00:01:59.544]➜    Downloaded os_str_bytes v6.6.1
2025-08-20T22:21:20.5765365Z [00:01:59.545]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:21:20.5827288Z [00:01:59.551]➜    Downloaded proc-macro-error v1.0.4
2025-08-20T22:21:20.5850924Z [00:01:59.554]➜    Downloaded termcolor v1.4.1
2025-08-20T22:21:20.5861741Z [00:01:59.555]➜    Downloaded strsim v0.10.0
2025-08-20T22:21:20.5876250Z [00:01:59.556]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:21:20.6002978Z [00:01:59.569]➜    Downloaded libc v0.2.175
2025-08-20T22:21:20.6604640Z [00:01:59.629]➜     Compiling proc-macro2 v1.0.101
2025-08-20T22:21:20.6605927Z [00:01:59.629]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:21:20.6607231Z [00:01:59.629]➜     Compiling version_check v0.9.5
2025-08-20T22:21:20.6607570Z [00:01:59.629]➜     Compiling syn v1.0.109
2025-08-20T22:21:20.6607860Z [00:01:59.629]➜     Compiling memchr v2.7.5
2025-08-20T22:21:20.6612838Z [00:01:59.629]➜       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.101/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=dd36e0abd6e5faac -C extra-filename=-da2c404b8ce6e822 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822 -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:20.6618485Z [00:01:59.629]➜       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.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:20.6624180Z [00:01:59.629]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=dbadbb08568026b5 -C extra-filename=-dc949403cf2232eb --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:20.6629878Z [00:01:59.629]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:20.6650755Z [00:01:59.633]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3fbc5c0239c612a0 -C extra-filename=-0d829cae186aa981 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:20.9287055Z [00:01:59.894]➜     Compiling autocfg v1.5.0
2025-08-20T22:21:20.9290103Z [00:01:59.894]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3245173c5ecca97 -C extra-filename=-dd487200042bcaa5 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:21.1624198Z [00:02:00.131]➜     Compiling proc-macro-error-attr v1.0.4
2025-08-20T22:21:21.1647655Z [00:02:00.133]➜       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/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aee15eba9920a82 -C extra-filename=-42ad122e9d769a4f --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T22:21:21.1839560Z [00:02:00.153]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build`
2025-08-20T22:21:21.1894676Z [00:02:00.158]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build`
2025-08-20T22:21:21.2156817Z [00:02:00.183]➜     Compiling proc-macro-error v1.0.4
2025-08-20T22:21:21.2163502Z [00:02:00.185]➜       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/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=2e251e0f7077b0b9 -C extra-filename=-618e55e4902eba15 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15 -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T22:21:21.3078021Z [00:02:00.276]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build-script-build`
2025-08-20T22:21:21.3244533Z [00:02:00.293]➜     Compiling libc v0.2.175
2025-08-20T22:21:21.3272849Z [00:02:00.294]➜       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.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=b8c8c8c4702e5352 -C extra-filename=-0caa14239589d743 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743 -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:21.3576341Z [00:02:00.326]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build-script-build`
2025-08-20T22:21:21.3716307Z [00:02:00.340]➜       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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c5cd0b52cb5ada60 -C extra-filename=-7a10a5cf4217be1c --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --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(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:21:21.4117707Z [00:02:00.380]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:21:21.4132730Z [00:02:00.381]➜       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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=65d1fd879177f11c -C extra-filename=-ac687c94e5902e2c --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:21.4610556Z [00:02:00.429]➜     Compiling indexmap v1.9.3
2025-08-20T22:21:21.4614520Z [00:02:00.429]➜       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/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=b402d73ee360a582 -C extra-filename=-97fa43526761bf97 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97 -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T22:21:21.5932797Z [00:02:00.562]➜     Compiling psl-types v2.0.11
2025-08-20T22:21:21.5940032Z [00:02:00.562]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name psl_types --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.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())' -C metadata=bba8a231b7d0de7f -C extra-filename=-bf32fe51e17243b9 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:21.6820755Z [00:02:00.650]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:21:21.6863613Z [00:02:00.651]➜       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.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:21.6926805Z [00:02:00.661]➜     Compiling thiserror v1.0.69
2025-08-20T22:21:21.6943834Z [00:02:00.663]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:21.7135100Z [00:02:00.682]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build-script-build`
2025-08-20T22:21:21.7316827Z [00:02:00.699]➜       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.175/src/lib.rs --error-format=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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=a0b53ef7bc9bcfe0 -C extra-filename=-55a071768f2aedb8 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:21:21.9780254Z [00:02:00.946]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T22:21:22.0485326Z [00:02:01.017]➜     Compiling psl v2.1.134
2025-08-20T22:21:22.0498001Z [00:02:01.018]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name psl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-2.1.134/src/lib.rs --error-format=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="helpers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "helpers"))' -C metadata=2035262e722f0466 -C extra-filename=-4c224c808a5446b2 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern psl_types=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:22.6669876Z [00:02:01.636]➜     Compiling quote v1.0.40
2025-08-20T22:21:22.6682556Z [00:02:01.637]➜       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=2a61df99e99f3bac -C extra-filename=-36c64d2fd4cc1eb0 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --cap-lints allow`
2025-08-20T22:21:23.0313258Z [00:02:01.999]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=90c5d8b7ac65d219 -C extra-filename=-4d2c9002b5ab5212 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta --extern unicode_ident=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T22:21:23.2051743Z [00:02:02.173]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=823d532517154eb8 -C extra-filename=-1525af46978eefd3 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:21:23.7521552Z [00:02:02.721]➜     Compiling syn v2.0.106
2025-08-20T22:21:23.7535635Z [00:02:02.722]➜       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.106/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="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=af7965f656200f70 -C extra-filename=-f4e96c6ba3fed163 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta --extern unicode_ident=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:21:25.4853912Z [00:02:04.454]➜     Compiling regex-automata v0.4.9
2025-08-20T22:21:25.4873514Z [00:02:04.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --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=784deb3eb61e4e8f -C extra-filename=-d9663f4437d8b563 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta --extern memchr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern regex_syntax=/tmp/tmp.4cN8curbWt/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-20T22:21:27.8530338Z [00:02:06.821]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=b9df2beab286b391 -C extra-filename=-ae134ca7869112ed --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro_error_attr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error_attr-1525af46978eefd3.so --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta --extern syn=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rmeta --cap-lints allow --cfg use_fallback`
2025-08-20T22:21:27.9426526Z [00:02:06.911]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build-script-build`
2025-08-20T22:21:27.9480419Z [00:02:06.917]➜     Compiling os_str_bytes v6.6.1
2025-08-20T22:21:27.9519852Z [00:02:06.920]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name os_str_bytes --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/os_str_bytes-6.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="raw_os_str"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("checked_conversions", "conversions", "default", "memchr", "nightly", "print_bytes", "raw_os_str", "uniquote"))' -C metadata=2342c667924cd5a7 -C extra-filename=-d5c34b6e91602207 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:28.2437463Z [00:02:07.212]➜     Compiling hashbrown v0.12.3
2025-08-20T22:21:28.2448614Z [00:02:07.213]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f1909ea646f74165 -C extra-filename=-2768abbc2f3f634b --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:28.2572798Z [00:02:07.226]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:21:28.2584295Z [00:02:07.227]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76e2e33c6d22175f -C extra-filename=-a7a7aead15ee2c7e --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-f4e96c6ba3fed163.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:21:28.3726166Z [00:02:07.341]➜     Compiling byteorder v1.5.0
2025-08-20T22:21:28.3756815Z [00:02:07.344]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f91e554b4a6fcb71 -C extra-filename=-01d039ee478a486a --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:28.6945033Z [00:02:07.663]➜     Compiling anyhow v1.0.99
2025-08-20T22:21:28.6963058Z [00:02:07.665]➜       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.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=55f98498abcfcf9d -C extra-filename=-8c3506acb46b5e96 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96 -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:29.0162702Z [00:02:07.985]➜     Compiling heck v0.4.1
2025-08-20T22:21:29.0169680Z [00:02:07.985]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=2862598a756157a5 -C extra-filename=-bffbf71ef05734b1 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:21:29.0968098Z [00:02:08.064]➜       Running `/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build`
2025-08-20T22:21:29.2247593Z [00:02:08.193]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=9c6772924ca001ac -C extra-filename=-dec48bb1b72a9183 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-2768abbc2f3f634b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_std`
2025-08-20T22:21:29.2385976Z [00:02:08.207]➜     Compiling regex v1.11.1
2025-08-20T22:21:29.2417500Z [00:02:08.207]➜       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=a57548381156538d -C extra-filename=-85599385fe90fff3 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta --extern memchr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern regex_automata=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta --extern regex_syntax=/tmp/tmp.4cN8curbWt/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-20T22:21:29.5704776Z [00:02:08.539]➜     Compiling clap_derive v3.2.25
2025-08-20T22:21:29.5712430Z [00:02:08.539]➜       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-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v4"))' -C metadata=6bc901f989b0876a -C extra-filename=-8128ec3a70dcce70 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libheck-bffbf71ef05734b1.rlib --extern proc_macro_error=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error-ae134ca7869112ed.rlib --extern proc_macro2=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:21:29.8138704Z [00:02:08.782]➜     Compiling fxhash v0.2.1
2025-08-20T22:21:29.8153589Z [00:02:08.783]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fxhash --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7e3845ccd423d28 -C extra-filename=-3ecca92ff8dfbbfe --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:29.9117566Z [00:02:08.880]➜     Compiling clap_lex v0.2.4
2025-08-20T22:21:29.9133170Z [00:02:08.882]➜       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.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d5055ee9a64bb04 -C extra-filename=-7ee97bdcbc1a8e98 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern os_str_bytes=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_str_bytes-d5c34b6e91602207.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:30.2264838Z [00:02:09.194]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2df8fcab743433fc -C extra-filename=-6a6ba5fcefe1c97e --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libthiserror_impl-a7a7aead15ee2c7e.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T22:21:30.2809108Z [00:02:09.249]➜     Compiling addr v0.15.6
2025-08-20T22:21:30.2818784Z [00:02:09.250]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name addr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="psl"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "idna", "net", "no-std-net", "psl", "publicsuffix", "serde", "std"))' -C metadata=1940b145c1738563 -C extra-filename=-bfa8517e026b262e --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern psl=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl-4c224c808a5446b2.rmeta --extern psl_types=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:30.3298600Z [00:02:09.298]➜     Compiling atty v0.2.14
2025-08-20T22:21:30.3354146Z [00:02:09.301]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name atty --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bef77d28d796f920 -C extra-filename=-58b9cff3e6c7a3cd --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-55a071768f2aedb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:30.3756106Z [00:02:09.344]➜     Compiling textwrap v0.16.2
2025-08-20T22:21:30.3776889Z [00:02:09.346]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=6e3e5793f82b53c8 -C extra-filename=-35c2d3c7a1fa0a7d --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:30.4044441Z [00:02:09.373]➜     Compiling bitflags v1.3.2
2025-08-20T22:21:30.4055638Z [00:02:09.374]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=b1cf427e3a5096f0 -C extra-filename=-056469cb054f3137 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:30.4725726Z [00:02:09.441]➜     Compiling strsim v0.10.0
2025-08-20T22:21:30.4739387Z [00:02:09.442]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b0f3900020c0b16 -C extra-filename=-577a8551be75dc89 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:31.0583886Z [00:02:10.027]➜     Compiling lazy_static v1.5.0
2025-08-20T22:21:31.0589982Z [00:02:10.027]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4e57136c74e6c8a2 -C extra-filename=-a7a7d1b21152584a --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:31.1246911Z [00:02:10.093]➜     Compiling termcolor v1.4.1
2025-08-20T22:21:31.1284029Z [00:02:10.097]➜       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.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:31.4816680Z [00:02:10.450]➜     Compiling once_cell v1.21.3
2025-08-20T22:21:31.4824113Z [00:02:10.450]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -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=13d73f40cabf81f5 -C extra-filename=-bf549e27d6efb313 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:31.5857745Z [00:02:10.554]➜     Compiling ripgen_lib v0.1.4 (/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib)
2025-08-20T22:21:31.5868007Z [00:02:10.554]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ripgen_lib --edition=2021 ripgen_lib/src/lib.rs --error-format=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="dnsgen"' --cfg 'feature="lazy_static"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dnsgen", "lazy_static", "regex"))' -C metadata=5aa4df823b5991ec -C extra-filename=-b377b5c091f301b8 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern addr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rmeta --extern fxhash=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rmeta --extern lazy_static=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta --extern regex=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta --extern thiserror=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.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-20T22:21:31.7355399Z [00:02:10.703]➜       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.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=8560a73211943b94 -C extra-filename=-6e19fb18fb037838 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:21:31.7476728Z [00:02:10.715]➜  error: hiding a lifetime that's named elsewhere is confusing
2025-08-20T22:21:31.7480054Z [00:02:10.717]➜    --> ripgen_lib/src/manager.rs:47:39
2025-08-20T22:21:31.7482512Z [00:02:10.717]➜     |
2025-08-20T22:21:31.7488048Z [00:02:10.717]➜  47 | ...>(&'manager self, transform: F) -> RipGenTransform<'manager, 'domain, F, SliceIter<DomainComponents<'domain>>, HashSetIter<'manager, &...
2025-08-20T22:21:31.7491974Z [00:02:10.717]➜     |       ^^^^^^^^                                        --------              ------------------------------------              -------- the same lifetime is named here
2025-08-20T22:21:31.7492478Z [00:02:10.717]➜     |       |                                               |                     |
2025-08-20T22:21:31.7492926Z [00:02:10.717]➜     |       |                                               |                     the same lifetime is hidden here
2025-08-20T22:21:31.7493409Z [00:02:10.717]➜     |       the lifetime is named here                      the same lifetime is named here
2025-08-20T22:21:31.7493764Z [00:02:10.717]➜     |
2025-08-20T22:21:31.7494184Z [00:02:10.717]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:21:31.7494642Z [00:02:10.717]➜  note: the lint level is defined here
2025-08-20T22:21:31.7495499Z [00:02:10.717]➜    --> ripgen_lib/src/lib.rs:1:9
2025-08-20T22:21:31.7495813Z [00:02:10.717]➜     |
2025-08-20T22:21:31.7496047Z [00:02:10.717]➜  1  | #![deny(warnings)]
2025-08-20T22:21:31.7496310Z [00:02:10.717]➜     |         ^^^^^^^^
2025-08-20T22:21:31.7496718Z [00:02:10.717]➜     = note: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
2025-08-20T22:21:31.7497133Z [00:02:10.717]➜  help: consistently use `'manager`
2025-08-20T22:21:31.7497402Z [00:02:10.717]➜     |
2025-08-20T22:21:31.7498176Z [00:02:10.717]➜  47 |     pub fn transform<'manager, F, O>(&'manager self, transform: F) -> RipGenTransform<'manager, 'domain, F, SliceIter<'manager, DomainComponents<'domain>>, HashSetIter<'manager, &'domain str>, O>
2025-08-20T22:21:31.7498991Z [00:02:10.717]➜     |                                                                                                                       +++++++++
2025-08-20T22:21:31.7499287Z [00:02:10.717]➜  
2025-08-20T22:21:31.7822340Z [00:02:10.751]➜  error: could not compile `ripgen_lib` (lib) due to 1 previous error
2025-08-20T22:21:31.7828881Z [00:02:10.751]➜  
2025-08-20T22:21:31.7834870Z [00:02:10.752]➜  Caused by:
2025-08-20T22:21:31.7842511Z [00:02:10.752]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ripgen_lib --edition=2021 ripgen_lib/src/lib.rs --error-format=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="dnsgen"' --cfg 'feature="lazy_static"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dnsgen", "lazy_static", "regex"))' -C metadata=5aa4df823b5991ec -C extra-filename=-b377b5c091f301b8 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern addr=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rmeta --extern fxhash=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rmeta --extern lazy_static=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta --extern regex=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta --extern thiserror=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.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-20T22:21:31.7872218Z [00:02:10.752]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T22:21:32.2237349Z [00:02:11.192]➜     Compiling clap v3.2.25
2025-08-20T22:21:32.2250344Z [00:02:11.192]➜       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-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "backtrace", "cargo", "clap_derive", "color", "debug", "default", "deprecated", "derive", "env", "once_cell", "regex", "std", "strsim", "suggestions", "termcolor", "terminal_size", "unicase", "unicode", "unstable-doc", "unstable-grouped", "unstable-replace", "unstable-v4", "wrap_help", "yaml", "yaml-rust"))' -C metadata=15594b4ae51bd75a -C extra-filename=-14ee2439adb86656 --out-dir /tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps --extern atty=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-58b9cff3e6c7a3cd.rmeta --extern bitflags=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern clap_derive=/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libclap_derive-8128ec3a70dcce70.so --extern clap_lex=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-7ee97bdcbc1a8e98.rmeta --extern indexmap=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-dec48bb1b72a9183.rmeta --extern once_cell=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern strsim=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-577a8551be75dc89.rmeta --extern termcolor=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta --extern textwrap=/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-35c2d3c7a1fa0a7d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:21:44.6713076Z [00:02:23.640]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:21:44.6728986Z [00:02:23.642]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:21:44.6741678Z [00:02:23.643]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:21:44.6747191Z [00:02:23.643]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:21:44.6747701Z [00:02:23.643]➜  + cut -d: -f1
2025-08-20T22:21:44.6747976Z [00:02:23.643]➜  + xargs realpath --no-symlinks
2025-08-20T22:21:44.6748321Z [00:02:23.643]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:21:44.6766206Z [00:02:23.645]➜  realpath: missing operand
2025-08-20T22:21:44.6766605Z [00:02:23.645]➜  Try 'realpath --help' for more information.
2025-08-20T22:21:44.7984662Z [00:02:23.767]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:21:44.7992066Z [00:02:23.768]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:21:44.8000110Z [00:02:23.769]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:21:44.8006408Z [00:02:23.769]➜  + file '/build-bins/*'
2025-08-20T22:21:44.8012957Z [00:02:23.770]➜  /build-bins/*: cannot open `/build-bins/*' (No such file or directory)
2025-08-20T22:21:44.8015048Z [00:02:23.770]➜  + stat -c '%n:         %s Bytes' '/build-bins/*'
2025-08-20T22:21:44.8032485Z [00:02:23.772]➜  stat: cannot statx '/build-bins/*': No such file or directory
2025-08-20T22:21:44.8036265Z [00:02:23.772]➜  + popd
2025-08-20T22:21:45.3071622Z [00:02:24.276]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:21:45.3209674Z [00:02:24.290]➜  + '[' -s /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:21:45.3213688Z [00:02:24.290]➜  + find /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:21:45.3215120Z [00:02:24.290]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:21:45.3215869Z [00:02:24.290]➜  + cut -d: -f1
2025-08-20T22:21:45.3217271Z [00:02:24.290]➜  + xargs realpath --no-symlinks
2025-08-20T22:21:45.3217895Z [00:02:24.290]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:45.3273594Z [00:02:24.296]➜  realpath: missing operand
2025-08-20T22:21:45.3300270Z [00:02:24.298]➜  Try 'realpath --help' for more information.
2025-08-20T22:21:45.3300654Z [00:02:24.299]➜  
2025-08-20T22:21:45.6769380Z [00:02:24.646]➜  
2025-08-20T22:21:45.6853570Z [00:02:24.654]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:21:45.6855428Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:21:45.6856707Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:21:45.6857932Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/Cargo.toml' from root:root to runner:runner
2025-08-20T22:21:45.6859168Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/README.md' from root:root to runner:runner
2025-08-20T22:21:45.6860417Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/manager.rs' from root:root to runner:runner
2025-08-20T22:21:45.6861682Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/chain.rs' from root:root to runner:runner
2025-08-20T22:21:45.6863231Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/transform.rs' from root:root to runner:runner
2025-08-20T22:21:45.6864614Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/permute.rs' from root:root to runner:runner
2025-08-20T22:21:45.6866245Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/dash.rs' from root:root to runner:runner
2025-08-20T22:21:45.6867567Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/numbers.rs' from root:root to runner:runner
2025-08-20T22:21:45.6868868Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/swap.rs' from root:root to runner:runner
2025-08-20T22:21:45.6870153Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/mod.rs' from root:root to runner:runner
2025-08-20T22:21:45.6871402Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen' from root:root to runner:runner
2025-08-20T22:21:45.6872636Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/words.rs' from root:root to runner:runner
2025-08-20T22:21:45.6874169Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/domain.rs' from root:root to runner:runner
2025-08-20T22:21:45.6875545Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/error.rs' from root:root to runner:runner
2025-08-20T22:21:45.6876841Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/lib.rs' from root:root to runner:runner
2025-08-20T22:21:45.6878045Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src' from root:root to runner:runner
2025-08-20T22:21:45.6879221Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib' from root:root to runner:runner
2025-08-20T22:21:45.6880376Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:21:45.6881623Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:21:45.6883098Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' from root:root to runner:runner
2025-08-20T22:21:45.6884869Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_str_bytes-d5c34b6e91602207.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6886724Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6888620Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' from root:root to runner:runner
2025-08-20T22:21:45.6890386Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6892094Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-7ee97bdcbc1a8e98.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6893794Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-dec48bb1b72a9183.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6895619Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-20T22:21:45.6897362Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6899266Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6900955Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6902672Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6904405Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6906391Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-85599385fe90fff3.d' from root:root to runner:runner
2025-08-20T22:21:45.6908044Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-01d039ee478a486a.d' from root:root to runner:runner
2025-08-20T22:21:45.6909706Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6911375Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-58b9cff3e6c7a3cd.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6913065Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-2768abbc2f3f634b.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6914981Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6916844Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-7ee97bdcbc1a8e98.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6918543Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6920208Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-577a8551be75dc89.d' from root:root to runner:runner
2025-08-20T22:21:45.6921832Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atty-58b9cff3e6c7a3cd.d' from root:root to runner:runner
2025-08-20T22:21:45.6923485Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-dec48bb1b72a9183.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6925492Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-35c2d3c7a1fa0a7d.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6927252Z [00:02:24.654]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl-4c224c808a5446b2.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6928913Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-58b9cff3e6c7a3cd.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6930569Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-2768abbc2f3f634b.d' from root:root to runner:runner
2025-08-20T22:21:45.6932223Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-35c2d3c7a1fa0a7d.d' from root:root to runner:runner
2025-08-20T22:21:45.6933904Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6935671Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-d9663f4437d8b563.d' from root:root to runner:runner
2025-08-20T22:21:45.6937446Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6939314Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' from root:root to runner:runner
2025-08-20T22:21:45.6941067Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6942754Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6944453Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6946250Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/os_str_bytes-d5c34b6e91602207.d' from root:root to runner:runner
2025-08-20T22:21:45.6947926Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6949621Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6951500Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/psl-4c224c808a5446b2.d' from root:root to runner:runner
2025-08-20T22:21:45.6953131Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-ac687c94e5902e2c.d' from root:root to runner:runner
2025-08-20T22:21:45.6954837Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6956712Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6958359Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-0d829cae186aa981.d' from root:root to runner:runner
2025-08-20T22:21:45.6959995Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fxhash-3ecca92ff8dfbbfe.d' from root:root to runner:runner
2025-08-20T22:21:45.6961674Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6963402Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6965359Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6967168Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6968860Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-55a071768f2aedb8.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6970553Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6972235Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ripgen_lib-b377b5c091f301b8.d' from root:root to runner:runner
2025-08-20T22:21:45.6973879Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-6a6ba5fcefe1c97e.d' from root:root to runner:runner
2025-08-20T22:21:45.6975840Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6977591Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-577a8551be75dc89.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6979274Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-14ee2439adb86656.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6980977Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-577a8551be75dc89.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6982681Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-2768abbc2f3f634b.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6984369Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' from root:root to runner:runner
2025-08-20T22:21:45.6986099Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-14ee2439adb86656.d' from root:root to runner:runner
2025-08-20T22:21:45.6987747Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6989425Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-14ee2439adb86656.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6991298Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_str_bytes-d5c34b6e91602207.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6993052Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-55a071768f2aedb8.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6994743Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.6996669Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rlib' from root:root to runner:runner
2025-08-20T22:21:45.6998338Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-55a071768f2aedb8.d' from root:root to runner:runner
2025-08-20T22:21:45.6999966Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-7ee97bdcbc1a8e98.d' from root:root to runner:runner
2025-08-20T22:21:45.7001832Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T22:21:45.7003500Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7005335Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-35c2d3c7a1fa0a7d.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7007079Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/psl_types-bf32fe51e17243b9.d' from root:root to runner:runner
2025-08-20T22:21:45.7008707Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr-bfa8517e026b262e.d' from root:root to runner:runner
2025-08-20T22:21:45.7010349Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl-4c224c808a5446b2.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7012001Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-dec48bb1b72a9183.d' from root:root to runner:runner
2025-08-20T22:21:45.7013656Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7015273Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:21:45.7017039Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:21:45.7018589Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:21:45.7020166Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7021875Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7023562Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/out' from root:root to runner:runner
2025-08-20T22:21:45.7025300Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7027162Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/output' from root:root to runner:runner
2025-08-20T22:21:45.7028785Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611' from root:root to runner:runner
2025-08-20T22:21:45.7030440Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7032183Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7033910Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T22:21:45.7035695Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7037476Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T22:21:45.7039141Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:21:45.7040803Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7042684Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7044471Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/out' from root:root to runner:runner
2025-08-20T22:21:45.7046344Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7048042Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' from root:root to runner:runner
2025-08-20T22:21:45.7049686Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T22:21:45.7051335Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7053291Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7055018Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/out' from root:root to runner:runner
2025-08-20T22:21:45.7056867Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7058577Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/output' from root:root to runner:runner
2025-08-20T22:21:45.7060238Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5' from root:root to runner:runner
2025-08-20T22:21:45.7061767Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:21:45.7063227Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:21:45.7064900Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen_lib-b377b5c091f301b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7066887Z [00:02:24.655]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen_lib-b377b5c091f301b8/output-lib-ripgen_lib' from root:root to runner:runner
2025-08-20T22:21:45.7068801Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen_lib-b377b5c091f301b8' from root:root to runner:runner
2025-08-20T22:21:45.7070591Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr' from root:root to runner:runner
2025-08-20T22:21:45.7072382Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7074186Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:21:45.7076067Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:21:45.7077803Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981' from root:root to runner:runner
2025-08-20T22:21:45.7079820Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-56c55c6b1da5c611/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7081832Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-56c55c6b1da5c611/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7083648Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-56c55c6b1da5c611' from root:root to runner:runner
2025-08-20T22:21:45.7085460Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:21:45.7087304Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' from root:root to runner:runner
2025-08-20T22:21:45.7089080Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7090875Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:21:45.7092603Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838' from root:root to runner:runner
2025-08-20T22:21:45.7094503Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/lib-textwrap' from root:root to runner:runner
2025-08-20T22:21:45.7096478Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7098316Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T22:21:45.7100145Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/lib-textwrap.json' from root:root to runner:runner
2025-08-20T22:21:45.7101895Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d' from root:root to runner:runner
2025-08-20T22:21:45.7103658Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7105834Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/dep-lib-os_str_bytes' from root:root to runner:runner
2025-08-20T22:21:45.7107752Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/lib-os_str_bytes.json' from root:root to runner:runner
2025-08-20T22:21:45.7109582Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/lib-os_str_bytes' from root:root to runner:runner
2025-08-20T22:21:45.7111332Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207' from root:root to runner:runner
2025-08-20T22:21:45.7113099Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:21:45.7114916Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:21:45.7116907Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/lib-indexmap' from root:root to runner:runner
2025-08-20T22:21:45.7118722Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7120647Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183' from root:root to runner:runner
2025-08-20T22:21:45.7122471Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:21:45.7124271Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7126207Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:21:45.7128033Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:21:45.7129970Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98' from root:root to runner:runner
2025-08-20T22:21:45.7131735Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:21:45.7133571Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:21:45.7135506Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7137389Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:21:45.7139135Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a' from root:root to runner:runner
2025-08-20T22:21:45.7140984Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7142989Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7144985Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:21:45.7146910Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7148789Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:21:45.7150653Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:21:45.7152519Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:21:45.7154303Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c' from root:root to runner:runner
2025-08-20T22:21:45.7156325Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/lib-fxhash' from root:root to runner:runner
2025-08-20T22:21:45.7158117Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/lib-fxhash.json' from root:root to runner:runner
2025-08-20T22:21:45.7159921Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7161711Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/dep-lib-fxhash' from root:root to runner:runner
2025-08-20T22:21:45.7163442Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe' from root:root to runner:runner
2025-08-20T22:21:45.7165144Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/lib-clap' from root:root to runner:runner
2025-08-20T22:21:45.7167023Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7168801Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:21:45.7170717Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/lib-clap.json' from root:root to runner:runner
2025-08-20T22:21:45.7172491Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656' from root:root to runner:runner
2025-08-20T22:21:45.7174234Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7176145Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:21:45.7177990Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:21:45.7179829Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:21:45.7181830Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a' from root:root to runner:runner
2025-08-20T22:21:45.7183605Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:21:45.7185490Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' from root:root to runner:runner
2025-08-20T22:21:45.7187366Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7189208Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:21:45.7190970Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76' from root:root to runner:runner
2025-08-20T22:21:45.7192693Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/lib-psl.json' from root:root to runner:runner
2025-08-20T22:21:45.7194429Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/dep-lib-psl' from root:root to runner:runner
2025-08-20T22:21:45.7196498Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7198313Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/lib-psl' from root:root to runner:runner
2025-08-20T22:21:45.7199979Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2' from root:root to runner:runner
2025-08-20T22:21:45.7201726Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7203578Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:21:45.7205485Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/lib-thiserror' from root:root to runner:runner
2025-08-20T22:21:45.7207550Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:21:45.7209314Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e' from root:root to runner:runner
2025-08-20T22:21:45.7211090Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:21:45.7212939Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7214804Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:21:45.7216821Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:21:45.7218611Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-20T22:21:45.7220350Z [00:02:24.656]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/lib-addr.json' from root:root to runner:runner
2025-08-20T22:21:45.7222296Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7224127Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/dep-lib-addr' from root:root to runner:runner
2025-08-20T22:21:45.7225944Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/lib-addr' from root:root to runner:runner
2025-08-20T22:21:45.7227687Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e' from root:root to runner:runner
2025-08-20T22:21:45.7229421Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7231191Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/lib-atty.json' from root:root to runner:runner
2025-08-20T22:21:45.7233145Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/dep-lib-atty' from root:root to runner:runner
2025-08-20T22:21:45.7234875Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/lib-atty' from root:root to runner:runner
2025-08-20T22:21:45.7236704Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd' from root:root to runner:runner
2025-08-20T22:21:45.7238456Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/dep-lib-psl_types' from root:root to runner:runner
2025-08-20T22:21:45.7240288Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7242123Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/lib-psl_types.json' from root:root to runner:runner
2025-08-20T22:21:45.7243928Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/lib-psl_types' from root:root to runner:runner
2025-08-20T22:21:45.7245734Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9' from root:root to runner:runner
2025-08-20T22:21:45.7247522Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:21:45.7249464Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7251283Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/lib-libc' from root:root to runner:runner
2025-08-20T22:21:45.7253025Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/lib-libc.json' from root:root to runner:runner
2025-08-20T22:21:45.7254722Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8' from root:root to runner:runner
2025-08-20T22:21:45.7256628Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7258524Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:21:45.7260622Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:21:45.7262516Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:21:45.7264306Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563' from root:root to runner:runner
2025-08-20T22:21:45.7266300Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7268286Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7270097Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T22:21:45.7271934Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-c9c58877e7e6f1f5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7274094Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-c9c58877e7e6f1f5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7276074Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-c9c58877e7e6f1f5' from root:root to runner:runner
2025-08-20T22:21:45.7277757Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen-7bffe98071ae2255' from root:root to runner:runner
2025-08-20T22:21:45.7279539Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:21:45.7281381Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7283194Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:21:45.7285304Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' from root:root to runner:runner
2025-08-20T22:21:45.7287058Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137' from root:root to runner:runner
2025-08-20T22:21:45.7288787Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:21:45.7290549Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/lib-strsim' from root:root to runner:runner
2025-08-20T22:21:45.7292341Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7294141Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:21:45.7295943Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89' from root:root to runner:runner
2025-08-20T22:21:45.7297764Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:21:45.7299769Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7301677Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:21:45.7303498Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:21:45.7305376Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b' from root:root to runner:runner
2025-08-20T22:21:45.7307149Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex' from root:root to runner:runner
2025-08-20T22:21:45.7308898Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:21:45.7310893Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7312683Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex.json' from root:root to runner:runner
2025-08-20T22:21:45.7314492Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3' from root:root to runner:runner
2025-08-20T22:21:45.7316408Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:21:45.7318244Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:21:45.7320219Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7322092Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T22:21:45.7323821Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T22:21:45.7325500Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:21:45.7327011Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:21:45.7328421Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:21:45.7330006Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:21:45.7331402Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7332906Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7334387Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' from root:root to runner:runner
2025-08-20T22:21:45.7335970Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro_error_attr-1525af46978eefd3.d' from root:root to runner:runner
2025-08-20T22:21:45.7337494Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/thiserror_impl-a7a7aead15ee2c7e.d' from root:root to runner:runner
2025-08-20T22:21:45.7338987Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro_error-ae134ca7869112ed.d' from root:root to runner:runner
2025-08-20T22:21:45.7340414Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/syn-f4e96c6ba3fed163.d' from root:root to runner:runner
2025-08-20T22:21:45.7341875Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7343405Z [00:02:24.657]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7345103Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libclap_derive-8128ec3a70dcce70.so' from root:root to runner:runner
2025-08-20T22:21:45.7346732Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T22:21:45.7348198Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:21:45.7349680Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7351150Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro2-7a10a5cf4217be1c.d' from root:root to runner:runner
2025-08-20T22:21:45.7352608Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7354060Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/clap_derive-8128ec3a70dcce70.d' from root:root to runner:runner
2025-08-20T22:21:45.7355833Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7357392Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7358924Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error-ae134ca7869112ed.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7360473Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error_attr-1525af46978eefd3.so' from root:root to runner:runner
2025-08-20T22:21:45.7361954Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/heck-bffbf71ef05734b1.d' from root:root to runner:runner
2025-08-20T22:21:45.7363421Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7364933Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7366517Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/syn-4d2c9002b5ab5212.d' from root:root to runner:runner
2025-08-20T22:21:45.7367976Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7369610Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-f4e96c6ba3fed163.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7371117Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/quote-36c64d2fd4cc1eb0.d' from root:root to runner:runner
2025-08-20T22:21:45.7372567Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libheck-bffbf71ef05734b1.rmeta' from root:root to runner:runner
2025-08-20T22:21:45.7374033Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7375677Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libheck-bffbf71ef05734b1.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7377202Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-f4e96c6ba3fed163.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7378700Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error-ae134ca7869112ed.rlib' from root:root to runner:runner
2025-08-20T22:21:45.7380463Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libthiserror_impl-a7a7aead15ee2c7e.so' from root:root to runner:runner
2025-08-20T22:21:45.7381870Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:21:45.7383124Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:21:45.7384390Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:21:45.7385898Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7387535Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7389086Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/out' from root:root to runner:runner
2025-08-20T22:21:45.7390613Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7392151Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/output' from root:root to runner:runner
2025-08-20T22:21:45.7393630Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83' from root:root to runner:runner
2025-08-20T22:21:45.7395426Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7397205Z [00:02:24.658]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build_script_build-618e55e4902eba15' retained as runner:runner
2025-08-20T22:21:45.7398942Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build_script_build-618e55e4902eba15.d' from root:root to runner:runner
2025-08-20T22:21:45.7400566Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15' from root:root to runner:runner
2025-08-20T22:21:45.7402182Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build_script_build-97fa43526761bf97.d' from root:root to runner:runner
2025-08-20T22:21:45.7403884Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build_script_build-97fa43526761bf97' from root:root to runner:runner
2025-08-20T22:21:45.7406012Z [00:02:24.658]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build-script-build' retained as runner:runner
2025-08-20T22:21:45.7407580Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97' from root:root to runner:runner
2025-08-20T22:21:45.7409140Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb.d' from root:root to runner:runner
2025-08-20T22:21:45.7410740Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7412305Z [00:02:24.658]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb' retained as runner:runner
2025-08-20T22:21:45.7413766Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb' from root:root to runner:runner
2025-08-20T22:21:45.7415181Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7416807Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7418299Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/out' from root:root to runner:runner
2025-08-20T22:21:45.7419751Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7421423Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/output' from root:root to runner:runner
2025-08-20T22:21:45.7422917Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37' from root:root to runner:runner
2025-08-20T22:21:45.7424476Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' from root:root to runner:runner
2025-08-20T22:21:45.7426215Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7427803Z [00:02:24.658]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as runner:runner
2025-08-20T22:21:45.7429292Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T22:21:45.7431077Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:21:45.7432694Z [00:02:24.658]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build' retained as runner:runner
2025-08-20T22:21:45.7434330Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822.d' from root:root to runner:runner
2025-08-20T22:21:45.7436036Z [00:02:24.658]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:21:45.7437624Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build_script_build-0caa14239589d743.d' from root:root to runner:runner
2025-08-20T22:21:45.7439235Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7440795Z [00:02:24.659]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build_script_build-0caa14239589d743' retained as runner:runner
2025-08-20T22:21:45.7442263Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743' from root:root to runner:runner
2025-08-20T22:21:45.7443742Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7445614Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7447271Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/out' from root:root to runner:runner
2025-08-20T22:21:45.7448836Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7450416Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/output' from root:root to runner:runner
2025-08-20T22:21:45.7451940Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de' from root:root to runner:runner
2025-08-20T22:21:45.7453549Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:21:45.7455144Z [00:02:24.659]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T22:21:45.7457113Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T22:21:45.7458699Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:21:45.7460277Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7461992Z [00:02:24.659]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build_script_build-42ad122e9d769a4f' retained as runner:runner
2025-08-20T22:21:45.7463767Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build_script_build-42ad122e9d769a4f.d' from root:root to runner:runner
2025-08-20T22:21:45.7465535Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f' from root:root to runner:runner
2025-08-20T22:21:45.7467178Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/stderr' from root:root to runner:runner
2025-08-20T22:21:45.7468830Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7470458Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/out' from root:root to runner:runner
2025-08-20T22:21:45.7472228Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/root-output' from root:root to runner:runner
2025-08-20T22:21:45.7473927Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/output' from root:root to runner:runner
2025-08-20T22:21:45.7475593Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93' from root:root to runner:runner
2025-08-20T22:21:45.7477029Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:21:45.7478301Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:21:45.7479860Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7481906Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7483573Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83' from root:root to runner:runner
2025-08-20T22:21:45.7485117Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7486799Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/lib-heck' from root:root to runner:runner
2025-08-20T22:21:45.7488347Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/lib-heck.json' from root:root to runner:runner
2025-08-20T22:21:45.7489905Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:21:45.7491397Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1' from root:root to runner:runner
2025-08-20T22:21:45.7492989Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7494767Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7496918Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7498814Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7500477Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15' from root:root to runner:runner
2025-08-20T22:21:45.7502061Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7503765Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7505613Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7507558Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7509157Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97' from root:root to runner:runner
2025-08-20T22:21:45.7510718Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7512363Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:21:45.7514001Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:21:45.7515714Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:21:45.7517327Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70' from root:root to runner:runner
2025-08-20T22:21:45.7518915Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:21:45.7520586Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:21:45.7522419Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7524143Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T22:21:45.7525796Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T22:21:45.7527356Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/lib-syn' from root:root to runner:runner
2025-08-20T22:21:45.7528900Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7530457Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/lib-syn.json' from root:root to runner:runner
2025-08-20T22:21:45.7532219Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:21:45.7533707Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212' from root:root to runner:runner
2025-08-20T22:21:45.7535325Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:21:45.7536960Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' from root:root to runner:runner
2025-08-20T22:21:45.7538557Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7540158Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:21:45.7541690Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5' from root:root to runner:runner
2025-08-20T22:21:45.7543215Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7544880Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7546904Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7548685Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7550234Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb' from root:root to runner:runner
2025-08-20T22:21:45.7551725Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote' from root:root to runner:runner
2025-08-20T22:21:45.7553296Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7554872Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:21:45.7556594Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote.json' from root:root to runner:runner
2025-08-20T22:21:45.7558323Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0' from root:root to runner:runner
2025-08-20T22:21:45.7559926Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7561676Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7563260Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37' from root:root to runner:runner
2025-08-20T22:21:45.7564794Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7566629Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7568385Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7570123Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7571695Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T22:21:45.7573443Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7575318Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7577178Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7578964Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7580583Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:21:45.7582172Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7584078Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7585916Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7587695Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7589269Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743' from root:root to runner:runner
2025-08-20T22:21:45.7590923Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-829274e7eb9ce2de/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7592781Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-829274e7eb9ce2de/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7594476Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-829274e7eb9ce2de' from root:root to runner:runner
2025-08-20T22:21:45.7596228Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/lib-proc_macro_error.json' from root:root to runner:runner
2025-08-20T22:21:45.7598152Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7599916Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:21:45.7601625Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/dep-lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:21:45.7603259Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed' from root:root to runner:runner
2025-08-20T22:21:45.7604909Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7606844Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/lib-proc_macro_error_attr.json' from root:root to runner:runner
2025-08-20T22:21:45.7608904Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:21:45.7610691Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/dep-lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:21:45.7612379Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3' from root:root to runner:runner
2025-08-20T22:21:45.7613988Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7615799Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7617640Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7619404Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7621005Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:21:45.7622619Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7624596Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7626670Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7628532Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7630233Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f' from root:root to runner:runner
2025-08-20T22:21:45.7631764Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/lib-syn' from root:root to runner:runner
2025-08-20T22:21:45.7633303Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7635098Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/lib-syn.json' from root:root to runner:runner
2025-08-20T22:21:45.7636755Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:21:45.7638237Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163' from root:root to runner:runner
2025-08-20T22:21:45.7639900Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b50eef02929bb93/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:21:45.7641803Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b50eef02929bb93/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:21:45.7643542Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b50eef02929bb93' from root:root to runner:runner
2025-08-20T22:21:45.7645181Z [00:02:24.659]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:21:45.7646984Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7648692Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:21:45.7650515Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:21:45.7652176Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:21:45.7653767Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7655512Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:21:45.7657228Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:21:45.7658860Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:21:45.7660600Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c' from root:root to runner:runner
2025-08-20T22:21:45.7662215Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:21:45.7663901Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:21:45.7665683Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:21:45.7667430Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:21:45.7669029Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e' from root:root to runner:runner
2025-08-20T22:21:45.7670434Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:21:45.7671664Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:21:45.7672873Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:21:45.7674039Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:21:45.7675426Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:21:45.7676716Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/ripgen.iml' from root:root to runner:runner
2025-08-20T22:21:45.7677910Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/.gitignore' from root:root to runner:runner
2025-08-20T22:21:45.7679093Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/vcs.xml' from root:root to runner:runner
2025-08-20T22:21:45.7680278Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/modules.xml' from root:root to runner:runner
2025-08-20T22:21:45.7681501Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea' from root:root to runner:runner
2025-08-20T22:21:45.7682656Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:21:45.7684181Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:21:45.7685627Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:21:45.7687037Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:21:45.7688350Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:21:45.7689628Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:21:45.7690886Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:21:45.7692173Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:21:45.7693493Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:21:45.7694786Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:21:45.7696169Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:21:45.7697473Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:21:45.7698934Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:21:45.7700274Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:21:45.7701593Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:21:45.7702840Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:21:45.7703988Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:21:45.7705150Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:21:45.7706732Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.promisor' from root:root to runner:runner
2025-08-20T22:21:45.7708589Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.idx' from root:root to runner:runner
2025-08-20T22:21:45.7710185Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.idx' from root:root to runner:runner
2025-08-20T22:21:45.7711793Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.pack' from root:root to runner:runner
2025-08-20T22:21:45.7713416Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.promisor' from root:root to runner:runner
2025-08-20T22:21:45.7715037Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.rev' from root:root to runner:runner
2025-08-20T22:21:45.7716854Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.rev' from root:root to runner:runner
2025-08-20T22:21:45.7718459Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.pack' from root:root to runner:runner
2025-08-20T22:21:45.7719835Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:21:45.7721037Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:21:45.7722208Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:21:45.7723563Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:21:45.7724791Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:21:45.7726081Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:21:45.7727274Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:21:45.7728482Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:21:45.7729716Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:21:45.7730995Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:21:45.7732296Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:21:45.7733788Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:21:45.7734997Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:21:45.7736307Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:21:45.7737445Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:21:45.7738605Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:21:45.7739797Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:21:45.7740994Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:21:45.7742238Z [00:02:24.660]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:21:45.7743502Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:21:45.7744725Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:21:45.7745965Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:21:45.7747260Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:21:45.7748490Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/Cargo.toml' from root:root to runner:runner
2025-08-20T22:21:45.7749694Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/README.md' from root:root to runner:runner
2025-08-20T22:21:45.7750904Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/src/args.rs' from root:root to runner:runner
2025-08-20T22:21:45.7752114Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/src/main.rs' from root:root to runner:runner
2025-08-20T22:21:45.7753295Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/src' from root:root to runner:runner
2025-08-20T22:21:45.7754425Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen' from root:root to runner:runner
2025-08-20T22:21:45.7755663Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO' from root:root to runner:runner
2025-08-20T22:21:45.7756925Z [00:02:24.661]➜  changed ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt' from root:root to runner:runner
2025-08-20T22:21:45.7757823Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:21:45.7758624Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:21:45.7759383Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:21:45.7760191Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.version' retained as runner:runner
2025-08-20T22:21:45.7761023Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.version' retained as runner:runner
2025-08-20T22:21:45.7761768Z [00:02:24.661]➜  ownership of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:21:45.7762621Z [00:02:24.667]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7763714Z [00:02:24.673]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7764878Z [00:02:24.678]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7766254Z [00:02:24.683]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7767526Z [00:02:24.689]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/manager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7768785Z [00:02:24.694]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/chain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7770252Z [00:02:24.700]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/transform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7771669Z [00:02:24.705]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/permute.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7772982Z [00:02:24.711]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/dash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7774304Z [00:02:24.716]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/numbers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7775713Z [00:02:24.722]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/swap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7777068Z [00:02:24.727]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/dnsgen/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7778336Z [00:02:24.733]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/words.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7779810Z [00:02:24.739]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/domain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7781106Z [00:02:24.744]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7814228Z [00:02:24.750]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen_lib/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7870791Z [00:02:24.756]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7928387Z [00:02:24.761]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.7984334Z [00:02:24.767]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8040682Z [00:02:24.773]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_str_bytes-d5c34b6e91602207.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8096553Z [00:02:24.778]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8152778Z [00:02:24.784]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8207323Z [00:02:24.789]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8263317Z [00:02:24.795]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-7ee97bdcbc1a8e98.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8318484Z [00:02:24.800]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-dec48bb1b72a9183.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8375020Z [00:02:24.806]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:45.8433419Z [00:02:24.812]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8492121Z [00:02:24.818]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8548440Z [00:02:24.823]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8603773Z [00:02:24.829]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:45.8659056Z [00:02:24.834]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8714851Z [00:02:24.840]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-85599385fe90fff3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8771962Z [00:02:24.846]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-01d039ee478a486a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8827488Z [00:02:24.851]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8883237Z [00:02:24.857]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-58b9cff3e6c7a3cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8940707Z [00:02:24.863]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-2768abbc2f3f634b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.8997575Z [00:02:24.868]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9052218Z [00:02:24.874]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-7ee97bdcbc1a8e98.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9107549Z [00:02:24.879]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9163441Z [00:02:24.885]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-577a8551be75dc89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9218503Z [00:02:24.890]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atty-58b9cff3e6c7a3cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9273265Z [00:02:24.896]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-dec48bb1b72a9183.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9331174Z [00:02:24.902]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-35c2d3c7a1fa0a7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9384028Z [00:02:24.907]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl-4c224c808a5446b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9439695Z [00:02:24.913]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-58b9cff3e6c7a3cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9492966Z [00:02:24.918]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-2768abbc2f3f634b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9547320Z [00:02:24.923]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-35c2d3c7a1fa0a7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9604257Z [00:02:24.929]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl_types-bf32fe51e17243b9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9659169Z [00:02:24.934]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-d9663f4437d8b563.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9714635Z [00:02:24.940]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9771940Z [00:02:24.946]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9828287Z [00:02:24.951]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9888432Z [00:02:24.957]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:45.9947893Z [00:02:24.963]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0006449Z [00:02:24.969]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/os_str_bytes-d5c34b6e91602207.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0063701Z [00:02:24.975]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0121496Z [00:02:24.981]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0180071Z [00:02:24.987]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/psl-4c224c808a5446b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0243363Z [00:02:24.993]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-ac687c94e5902e2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0303923Z [00:02:24.999]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0364000Z [00:02:25.005]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0421642Z [00:02:25.011]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-0d829cae186aa981.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0479480Z [00:02:25.016]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fxhash-3ecca92ff8dfbbfe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0537224Z [00:02:25.022]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0592890Z [00:02:25.028]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0647408Z [00:02:25.033]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0703447Z [00:02:25.039]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.0758264Z [00:02:25.044]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-55a071768f2aedb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0812565Z [00:02:25.050]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6a6ba5fcefe1c97e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0868846Z [00:02:25.055]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ripgen_lib-b377b5c091f301b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0924207Z [00:02:25.061]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-6a6ba5fcefe1c97e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.0979819Z [00:02:25.067]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1034031Z [00:02:25.072]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-577a8551be75dc89.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1089416Z [00:02:25.078]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-14ee2439adb86656.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1144103Z [00:02:25.083]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-577a8551be75dc89.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1200345Z [00:02:25.089]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-2768abbc2f3f634b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1257282Z [00:02:25.094]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1314269Z [00:02:25.100]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-14ee2439adb86656.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1372815Z [00:02:25.106]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr-bfa8517e026b262e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1430753Z [00:02:25.112]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-14ee2439adb86656.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1487176Z [00:02:25.117]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_str_bytes-d5c34b6e91602207.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1541552Z [00:02:25.123]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-55a071768f2aedb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1596757Z [00:02:25.128]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1650799Z [00:02:25.134]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1706299Z [00:02:25.139]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-55a071768f2aedb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1763631Z [00:02:25.145]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-7ee97bdcbc1a8e98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1821008Z [00:02:25.151]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1879091Z [00:02:25.156]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1936057Z [00:02:25.162]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-35c2d3c7a1fa0a7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.1991392Z [00:02:25.168]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/psl_types-bf32fe51e17243b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2047125Z [00:02:25.173]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr-bfa8517e026b262e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2104014Z [00:02:25.179]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpsl-4c224c808a5446b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2160314Z [00:02:25.185]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-dec48bb1b72a9183.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2216924Z [00:02:25.190]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfxhash-3ecca92ff8dfbbfe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2274094Z [00:02:25.196]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2330001Z [00:02:25.202]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2383362Z [00:02:25.207]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2439624Z [00:02:25.213]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-56c55c6b1da5c611/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2498083Z [00:02:25.218]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2554807Z [00:02:25.224]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2611579Z [00:02:25.230]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2666353Z [00:02:25.235]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2723668Z [00:02:25.241]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2781821Z [00:02:25.247]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2840960Z [00:02:25.253]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2897854Z [00:02:25.258]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.2953685Z [00:02:25.264]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3009891Z [00:02:25.270]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3063105Z [00:02:25.275]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3119910Z [00:02:25.281]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/indexmap-c9c58877e7e6f1f5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3181838Z [00:02:25.287]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3243452Z [00:02:25.293]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen_lib-b377b5c091f301b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3299978Z [00:02:25.299]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ripgen_lib-b377b5c091f301b8/output-lib-ripgen_lib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3357515Z [00:02:25.304]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3413070Z [00:02:25.310]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3469608Z [00:02:25.316]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3523761Z [00:02:25.321]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3578847Z [00:02:25.326]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-56c55c6b1da5c611/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3634678Z [00:02:25.332]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-56c55c6b1da5c611/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3690692Z [00:02:25.338]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3747922Z [00:02:25.343]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3805722Z [00:02:25.349]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3863797Z [00:02:25.355]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3923566Z [00:02:25.361]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.3980765Z [00:02:25.367]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4038522Z [00:02:25.372]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4094936Z [00:02:25.378]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-35c2d3c7a1fa0a7d/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4154204Z [00:02:25.384]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4210115Z [00:02:25.390]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/dep-lib-os_str_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4266945Z [00:02:25.395]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/lib-os_str_bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4322344Z [00:02:25.401]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_str_bytes-d5c34b6e91602207/lib-os_str_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4377302Z [00:02:25.406]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4431190Z [00:02:25.412]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4486971Z [00:02:25.417]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4540799Z [00:02:25.423]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-dec48bb1b72a9183/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4598631Z [00:02:25.428]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4652764Z [00:02:25.434]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4707925Z [00:02:25.439]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4760178Z [00:02:25.445]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-7ee97bdcbc1a8e98/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4818023Z [00:02:25.450]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4874549Z [00:02:25.456]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4931839Z [00:02:25.462]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.4988979Z [00:02:25.467]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5049688Z [00:02:25.473]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5112828Z [00:02:25.480]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5174168Z [00:02:25.486]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5234674Z [00:02:25.492]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5294199Z [00:02:25.498]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5352846Z [00:02:25.504]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5412818Z [00:02:25.510]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5474093Z [00:02:25.516]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/lib-fxhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5533228Z [00:02:25.522]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5594184Z [00:02:25.528]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fxhash-3ecca92ff8dfbbfe/dep-lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5655625Z [00:02:25.534]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5717481Z [00:02:25.540]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5776553Z [00:02:25.546]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5836256Z [00:02:25.552]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-14ee2439adb86656/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5896731Z [00:02:25.558]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.5952544Z [00:02:25.564]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6008661Z [00:02:25.569]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6063232Z [00:02:25.575]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6118335Z [00:02:25.580]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6171449Z [00:02:25.586]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6226410Z [00:02:25.591]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6280162Z [00:02:25.597]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6333406Z [00:02:25.602]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/lib-psl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6388249Z [00:02:25.607]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/dep-lib-psl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6443089Z [00:02:25.613]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6497220Z [00:02:25.618]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-4c224c808a5446b2/lib-psl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6552209Z [00:02:25.624]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6607352Z [00:02:25.629]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6662916Z [00:02:25.635]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6716479Z [00:02:25.640]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6a6ba5fcefe1c97e/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.6770485Z [00:02:25.646]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6824193Z [00:02:25.651]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6876390Z [00:02:25.656]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6929953Z [00:02:25.662]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/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-20T22:21:46.6985824Z [00:02:25.667]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/lib-addr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7040187Z [00:02:25.673]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7093882Z [00:02:25.678]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/dep-lib-addr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7148528Z [00:02:25.683]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr-bfa8517e026b262e/lib-addr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7202986Z [00:02:25.689]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7259473Z [00:02:25.695]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/lib-atty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7317121Z [00:02:25.700]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/dep-lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7373558Z [00:02:25.706]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-58b9cff3e6c7a3cd/lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7430509Z [00:02:25.712]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/dep-lib-psl_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7487069Z [00:02:25.717]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7541928Z [00:02:25.723]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/lib-psl_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7599553Z [00:02:25.729]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/psl-types-bf32fe51e17243b9/lib-psl_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7654504Z [00:02:25.734]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7711257Z [00:02:25.740]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7768101Z [00:02:25.745]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7824083Z [00:02:25.751]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-55a071768f2aedb8/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7881869Z [00:02:25.757]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7939243Z [00:02:25.762]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.7993651Z [00:02:25.768]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8052401Z [00:02:25.774]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8109388Z [00:02:25.780]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8165654Z [00:02:25.785]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8222147Z [00:02:25.791]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-c9c58877e7e6f1f5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8277809Z [00:02:25.796]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-c9c58877e7e6f1f5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8334096Z [00:02:25.802]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8396441Z [00:02:25.808]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8454331Z [00:02:25.814]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8512224Z [00:02:25.820]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8569274Z [00:02:25.825]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8624782Z [00:02:25.831]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8681687Z [00:02:25.837]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8738150Z [00:02:25.842]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-577a8551be75dc89/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8794514Z [00:02:25.848]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8850526Z [00:02:25.854]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8906789Z [00:02:25.859]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.8961218Z [00:02:25.865]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-2768abbc2f3f634b/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9014091Z [00:02:25.870]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9066928Z [00:02:25.875]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9119897Z [00:02:25.881]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9173780Z [00:02:25.886]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9228687Z [00:02:25.891]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9285466Z [00:02:25.897]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9340312Z [00:02:25.903]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9396985Z [00:02:25.908]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9454154Z [00:02:25.914]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9511670Z [00:02:25.920]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9566230Z [00:02:25.925]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9621886Z [00:02:25.931]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9675678Z [00:02:25.936]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro_error_attr-1525af46978eefd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9730376Z [00:02:25.942]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/thiserror_impl-a7a7aead15ee2c7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9786065Z [00:02:25.947]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro_error-ae134ca7869112ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9842061Z [00:02:25.953]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/syn-f4e96c6ba3fed163.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9897833Z [00:02:25.958]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:46.9954714Z [00:02:25.964]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0011926Z [00:02:25.970]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libclap_derive-8128ec3a70dcce70.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0066317Z [00:02:25.975]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0121595Z [00:02:25.981]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0178570Z [00:02:25.986]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0234437Z [00:02:25.992]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/proc_macro2-7a10a5cf4217be1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0289751Z [00:02:25.998]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0344522Z [00:02:26.003]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/clap_derive-8128ec3a70dcce70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0402000Z [00:02:26.009]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0459428Z [00:02:26.015]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0513262Z [00:02:26.020]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error-ae134ca7869112ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0573256Z [00:02:26.026]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error_attr-1525af46978eefd3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0628930Z [00:02:26.032]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/heck-bffbf71ef05734b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0682547Z [00:02:26.037]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0738758Z [00:02:26.043]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0794209Z [00:02:26.048]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/syn-4d2c9002b5ab5212.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0852610Z [00:02:26.054]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0911287Z [00:02:26.060]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-f4e96c6ba3fed163.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.0966433Z [00:02:26.065]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/quote-36c64d2fd4cc1eb0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1022639Z [00:02:26.071]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libheck-bffbf71ef05734b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1081034Z [00:02:26.077]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-4d2c9002b5ab5212.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1136035Z [00:02:26.082]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libheck-bffbf71ef05734b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1191492Z [00:02:26.088]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libsyn-f4e96c6ba3fed163.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1247462Z [00:02:26.093]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libproc_macro_error-ae134ca7869112ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1304456Z [00:02:26.099]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/deps/libthiserror_impl-a7a7aead15ee2c7e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1362312Z [00:02:26.105]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1420084Z [00:02:26.111]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1476958Z [00:02:26.116]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1534320Z [00:02:26.122]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1590157Z [00:02:26.128]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1647081Z [00:02:26.133]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build_script_build-618e55e4902eba15' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1702694Z [00:02:26.139]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-618e55e4902eba15/build_script_build-618e55e4902eba15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1760606Z [00:02:26.145]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build_script_build-97fa43526761bf97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1819285Z [00:02:26.151]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build_script_build-97fa43526761bf97' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1879152Z [00:02:26.157]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/indexmap-97fa43526761bf97/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1935524Z [00:02:26.162]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.1992551Z [00:02:26.168]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2049872Z [00:02:26.174]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2106274Z [00:02:26.179]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2162703Z [00:02:26.185]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2218527Z [00:02:26.190]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2272860Z [00:02:26.196]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2330559Z [00:02:26.202]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2385524Z [00:02:26.207]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2440680Z [00:02:26.213]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2498040Z [00:02:26.218]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2555449Z [00:02:26.224]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2613401Z [00:02:26.230]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2669202Z [00:02:26.236]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build_script_build-0caa14239589d743.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2726792Z [00:02:26.241]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2784410Z [00:02:26.247]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/libc-0caa14239589d743/build_script_build-0caa14239589d743' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2840720Z [00:02:26.253]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2897775Z [00:02:26.258]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.2963520Z [00:02:26.264]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3014382Z [00:02:26.270]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-829274e7eb9ce2de/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3071549Z [00:02:26.276]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3129743Z [00:02:26.282]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3188450Z [00:02:26.287]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3245375Z [00:02:26.293]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3302381Z [00:02:26.299]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build_script_build-42ad122e9d769a4f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3359670Z [00:02:26.304]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-42ad122e9d769a4f/build_script_build-42ad122e9d769a4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3417035Z [00:02:26.310]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3477644Z [00:02:26.316]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3534103Z [00:02:26.322]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3590306Z [00:02:26.328]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/build/proc-macro-error-attr-3b50eef02929bb93/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3645722Z [00:02:26.333]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3700772Z [00:02:26.339]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3754936Z [00:02:26.344]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3810760Z [00:02:26.350]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3865735Z [00:02:26.355]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3920026Z [00:02:26.361]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.3974510Z [00:02:26.366]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/heck-bffbf71ef05734b1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4029333Z [00:02:26.372]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4082104Z [00:02:26.377]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4135149Z [00:02:26.382]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4189966Z [00:02:26.388]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-618e55e4902eba15/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4244169Z [00:02:26.393]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4299894Z [00:02:26.399]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4354985Z [00:02:26.404]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4411072Z [00:02:26.410]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/indexmap-97fa43526761bf97/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4465616Z [00:02:26.415]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4521908Z [00:02:26.421]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4577263Z [00:02:26.426]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4631805Z [00:02:26.432]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/clap_derive-8128ec3a70dcce70/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4688975Z [00:02:26.437]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4743437Z [00:02:26.443]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4798797Z [00:02:26.448]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4852808Z [00:02:26.454]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4909394Z [00:02:26.460]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.4964523Z [00:02:26.465]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5019480Z [00:02:26.471]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5073005Z [00:02:26.476]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-4d2c9002b5ab5212/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5129544Z [00:02:26.482]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5183454Z [00:02:26.487]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5237075Z [00:02:26.492]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5293630Z [00:02:26.498]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5350546Z [00:02:26.504]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5407359Z [00:02:26.509]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5463297Z [00:02:26.515]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5519631Z [00:02:26.521]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5573998Z [00:02:26.526]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5629249Z [00:02:26.532]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5684660Z [00:02:26.537]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5740386Z [00:02:26.543]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5794785Z [00:02:26.548]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5849574Z [00:02:26.554]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5904232Z [00:02:26.559]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.5961642Z [00:02:26.565]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6016564Z [00:02:26.570]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6073002Z [00:02:26.576]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6129072Z [00:02:26.581]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6184236Z [00:02:26.587]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6240369Z [00:02:26.593]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6295804Z [00:02:26.598]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6350782Z [00:02:26.604]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6404559Z [00:02:26.609]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6460475Z [00:02:26.615]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6515600Z [00:02:26.620]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/libc-0caa14239589d743/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6572208Z [00:02:26.626]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-829274e7eb9ce2de/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6627632Z [00:02:26.631]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-829274e7eb9ce2de/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6683305Z [00:02:26.637]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/lib-proc_macro_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6740774Z [00:02:26.642]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6794090Z [00:02:26.648]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6850088Z [00:02:26.654]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-ae134ca7869112ed/dep-lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6909568Z [00:02:26.660]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.6967391Z [00:02:26.665]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/lib-proc_macro_error_attr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7025023Z [00:02:26.671]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7084379Z [00:02:26.677]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-1525af46978eefd3/dep-lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7143560Z [00:02:26.683]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7204129Z [00:02:26.689]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7262985Z [00:02:26.695]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7323982Z [00:02:26.701]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7386715Z [00:02:26.707]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7445766Z [00:02:26.713]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7504473Z [00:02:26.719]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7562445Z [00:02:26.725]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-42ad122e9d769a4f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7619462Z [00:02:26.731]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7677829Z [00:02:26.736]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7733930Z [00:02:26.742]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7791133Z [00:02:26.748]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/syn-f4e96c6ba3fed163/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7849806Z [00:02:26.754]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b50eef02929bb93/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7905695Z [00:02:26.759]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b50eef02929bb93/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.7961889Z [00:02:26.765]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8018971Z [00:02:26.770]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8075619Z [00:02:26.776]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8135012Z [00:02:26.782]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8193691Z [00:02:26.788]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8252361Z [00:02:26.794]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8309756Z [00:02:26.800]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8366513Z [00:02:26.805]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8423575Z [00:02:26.811]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8482690Z [00:02:26.817]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8542143Z [00:02:26.823]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8599003Z [00:02:26.829]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/release/.fingerprint/thiserror-impl-a7a7aead15ee2c7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8654568Z [00:02:26.834]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8711153Z [00:02:26.840]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8769471Z [00:02:26.846]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/ripgen.iml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8827119Z [00:02:26.851]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8883744Z [00:02:26.857]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/vcs.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8940093Z [00:02:26.863]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.idea/modules.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.8997456Z [00:02:26.868]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9052055Z [00:02:26.874]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9107401Z [00:02:26.879]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9162402Z [00:02:26.885]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9217892Z [00:02:26.890]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9273998Z [00:02:26.896]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9329648Z [00:02:26.902]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9385473Z [00:02:26.907]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9440046Z [00:02:26.913]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9497286Z [00:02:26.918]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9554181Z [00:02:26.924]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9611904Z [00:02:26.930]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9668738Z [00:02:26.935]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9725310Z [00:02:26.941]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9779499Z [00:02:26.947]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9833556Z [00:02:26.952]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9890119Z [00:02:26.958]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:47.9946502Z [00:02:26.963]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0001207Z [00:02:26.969]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0055480Z [00:02:26.974]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0110744Z [00:02:26.980]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0165763Z [00:02:26.985]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0220837Z [00:02:26.991]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0276158Z [00:02:26.996]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0332875Z [00:02:27.002]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0389774Z [00:02:27.008]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0447416Z [00:02:27.013]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0504001Z [00:02:27.019]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0561979Z [00:02:27.025]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0618011Z [00:02:27.030]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0675537Z [00:02:27.036]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0738505Z [00:02:27.042]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0794959Z [00:02:27.048]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0858531Z [00:02:27.054]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0923401Z [00:02:27.061]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.0989167Z [00:02:27.068]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cN8curbWt/TEMPREPO/ripgen/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.1051293Z [00:02:27.074]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.1111684Z [00:02:27.080]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.1172344Z [00:02:27.086]➜  mode of '/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:48.4805029Z [00:02:27.449]➜  realpath: missing operand
2025-08-20T22:21:48.4805668Z [00:02:27.449]➜  Try 'realpath --help' for more information.
2025-08-20T22:21:48.4861511Z [00:02:27.455]➜  
2025-08-20T22:21:48.4862048Z [00:02:27.455]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:21:48.4893212Z [00:02:27.458]➜  [-] WARNING: No Valid LICENSE Exists at /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:21:48.8975362Z [00:02:27.866]➜  
2025-08-20T22:21:48.8975739Z [00:02:27.866]➜  File: SBUILD
2025-08-20T22:21:48.8976090Z [00:02:27.866]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:21:48.8976594Z [00:02:27.866]➜    B3sum: 6d2417030314c34f08019db2b84dad3c713423f99892c2f74c96441fc2ac9484
2025-08-20T22:21:48.8977496Z [00:02:27.866]➜    SHA256sum: 68d2375e860e0bb6522fb674eb54d2eb5020f25e9961d828d2af816f4121c6f7
2025-08-20T22:21:48.8977981Z [00:02:27.866]➜    Size: 8.0K
2025-08-20T22:21:48.9068034Z [00:02:27.875]➜  
2025-08-20T22:21:48.9068363Z [00:02:27.875]➜  File: ripgen.static.version
2025-08-20T22:21:48.9068716Z [00:02:27.875]➜    Type: ASCII text, with no line terminators
2025-08-20T22:21:48.9069190Z [00:02:27.875]➜    B3sum: 663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:21:48.9069785Z [00:02:27.875]➜    SHA256sum: e87bc787f4c13c6251811fce0f394c2bea13902bb1198645b06b5cb986b48642
2025-08-20T22:21:48.9070174Z [00:02:27.875]➜    Size: 4.0K
2025-08-20T22:21:48.9161987Z [00:02:27.885]➜  
2025-08-20T22:21:48.9162292Z [00:02:27.885]➜  File: ripgen.version
2025-08-20T22:21:48.9162622Z [00:02:27.885]➜    Type: ASCII text, with no line terminators
2025-08-20T22:21:48.9163097Z [00:02:27.885]➜    B3sum: 663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:21:48.9163688Z [00:02:27.885]➜    SHA256sum: e87bc787f4c13c6251811fce0f394c2bea13902bb1198645b06b5cb986b48642
2025-08-20T22:21:48.9164082Z [00:02:27.885]➜    Size: 4.0K
2025-08-20T22:21:48.9164494Z [00:02:27.885]➜  
2025-08-20T22:21:48.9165541Z [00:02:27.885]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:21:48.9189209Z [00:02:27.888]➜  SBUILD:6d2417030314c34f08019db2b84dad3c713423f99892c2f74c96441fc2ac9484
2025-08-20T22:21:48.9189997Z [00:02:27.888]➜  ripgen.static.version:663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:21:48.9191108Z [00:02:27.888]➜  ripgen.version:663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:21:48.9205901Z [00:02:27.889]➜  
2025-08-20T22:21:48.9206482Z [00:02:27.889]➜  [+] Signing ripgen.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:21:48.9282984Z [00:02:27.897]➜  
2025-08-20T22:21:48.9283886Z [00:02:27.897]➜  [✓] SuccessFully Built ripgen.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/ripgen/static.official.source.yaml [Wednesday, 2025-08-20 (10:21:48 PM) UTC]
2025-08-20T22:21:48.9284630Z [00:02:27.897]➜  
2025-08-20T22:21:48.9318248Z [00:02:27.900]➜  [+] Total Size: 100M (Includes DUPES+TMPFILES)
2025-08-20T22:21:48.9319284Z [00:02:27.901]➜  [+] LOGPATH='/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.log'
2025-08-20T22:21:48.9330646Z [00:02:27.902]➜  [+] ENVPATH=/tmp/pkgforge/sS0Muu6zm_SBUILD/ENVPATH
2025-08-20T22:21:48.9438230Z 
2025-08-20T22:21:52.3854513Z [+] Sanitizing /tmp/pkgforge/sS0Muu6zm_SBUILD/BUILD.log ==> /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/ripgen.static.log
2025-08-20T22:21:52.3855006Z 
2025-08-20T22:21:52.3860627Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/ripgen/official]
2025-08-20T22:21:52.3861090Z [+] LOGS (Build Dir): /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:52.3861348Z 
2025-08-20T22:21:52.4550767Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:21:52.9615920Z ./BUILD_ARTIFACTS.tar : 30.80%   (  99.7 MiB =>   30.7 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:21:52.9792301Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:21:52.9828922Z 
2025-08-20T22:21:52.9829615Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml :: 00(Hr):02(Min):32(Sec)
2025-08-20T22:21:52.9830274Z 
2025-08-20T22:21:52.9842319Z 
2025-08-20T22:21:52.9842543Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:21:52 PM) UTC
2025-08-20T22:21:52.9842785Z 
2025-08-20T22:21:53.1737221Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:21:53.1789388Z ##[group]Run ##Presets
2025-08-20T22:21:53.1789710Z [36;1m##Presets[0m
2025-08-20T22:21:53.1789882Z [36;1mset +x ; set +e[0m
2025-08-20T22:21:53.1790066Z [36;1m#-------------#[0m
2025-08-20T22:21:53.1790244Z [36;1m##Debug?[0m
2025-08-20T22:21:53.1790453Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:21:53.1790720Z [36;1m  set -x[0m
2025-08-20T22:21:53.1790876Z [36;1mfi[0m
2025-08-20T22:21:53.1791026Z [36;1m#-------------#[0m
2025-08-20T22:21:53.1791202Z [36;1m##Set ENV[0m
2025-08-20T22:21:53.1791410Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:21:53.1791801Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:21:53.1792185Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:21:53.1792571Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-"[0m
2025-08-20T22:21:53.1793031Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:21:53.1793404Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:21:53.1793829Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:21:53.1794143Z [36;1m fi[0m
2025-08-20T22:21:53.1794297Z [36;1m##Push[0m
2025-08-20T22:21:53.1794497Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:21:53.1794750Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:21:53.1795093Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:21:53.1795765Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:21:53.1796469Z [36;1m     ls -sh "/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:21:53.1796786Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:21:53.1796975Z [36;1m       {[0m
2025-08-20T22:21:53.1797151Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:21:53.1797463Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:21:53.1797883Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:21:53.1798291Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:21:53.1798693Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:21:53.1799086Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:21:53.1799451Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:21:53.1799817Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:21:53.1800190Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:21:53.1800558Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:21:53.1800936Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:21:53.1801389Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:21:53.1801869Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:21:53.1802298Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:21:53.1802705Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:21:53.1803105Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:21:53.1803540Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ripgen")[0m
2025-08-20T22:21:53.1803969Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:21:53.1804606Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:21:53.1805049Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:21:53.1805930Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:21:53.1806411Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:21:53.1806823Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:21:53.1807050Z [36;1m         #Check[0m
2025-08-20T22:21:53.1807572Z [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-20T22:21:53.1808257Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:21:53.1808584Z [36;1m            break[0m
2025-08-20T22:21:53.1808766Z [36;1m          else[0m
2025-08-20T22:21:53.1809147Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:21:53.1809554Z [36;1m          fi[0m
2025-08-20T22:21:53.1809750Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:21:53.1809980Z [36;1m        done[0m
2025-08-20T22:21:53.1810145Z [36;1m       }[0m
2025-08-20T22:21:53.1810321Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:21:53.1810547Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:21:53.1811079Z [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-20T22:21:53.1812005Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:21:53.1812387Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:21:53.1812625Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:21:53.1813173Z [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-20T22:21:53.1813849Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:21:53.1814335Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:21:53.1814705Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:21:53.1814918Z [36;1m           fi[0m
2025-08-20T22:21:53.1815089Z [36;1m       fi[0m
2025-08-20T22:21:53.1815435Z [36;1m   fi[0m
2025-08-20T22:21:53.1815591Z [36;1m fi[0m
2025-08-20T22:21:53.1815756Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:21:53.1879450Z shell: /usr/bin/bash -e {0}
2025-08-20T22:21:53.1879664Z env:
2025-08-20T22:21:53.1879816Z   CROSS_COMPILING: NO
2025-08-20T22:21:53.1880002Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:21:53.1880223Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:21:53.1880420Z   ON_QEMU: NO
2025-08-20T22:21:53.1880564Z   DEBUG: 0
2025-08-20T22:21:53.1880719Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:21:53.1880924Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:21:53.1881181Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:21:53.1881452Z   KEEP_LOGS: YES
2025-08-20T22:21:53.1881616Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:21:53.1881803Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:21:53.1881992Z   SBUILD_REBUILD: false
2025-08-20T22:21:53.1882486Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:21:53.1883014Z   BUILD_SYS: docker://rust
2025-08-20T22:21:53.1883211Z   BUILD_ON_HOST: FALSE
2025-08-20T22:21:53.1883387Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:21:53.1883561Z   SYSTMP: /tmp
2025-08-20T22:21:53.1883718Z   GHA_MODE: MATRIX
2025-08-20T22:21:53.1884346Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:21:53.1884850Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:21:53.1885147Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:21:53.1885683Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:53.1886132Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:21:53.1886484Z   PKG_TYPE: static
2025-08-20T22:21:53.1886652Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:21:53.1886836Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:21:53.1887309Z   GHCR_TOKEN: ***
2025-08-20T22:21:53.1887570Z   GITHUB_TOKEN: ***
2025-08-20T22:21:53.1887778Z   GITLAB_TOKEN: ***
2025-08-20T22:21:53.1888853Z   MINISIGN_KEY: ***
2025-08-20T22:21:53.1889014Z ##[endgroup]
2025-08-20T22:21:53.1954948Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:21:53.1963038Z 31M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:21:53.1973634Z total 368K
2025-08-20T22:21:53.1973786Z 4.0K CHECKSUM
2025-08-20T22:21:53.1973940Z 4.0K CHECKSUM.sig
2025-08-20T22:21:53.1974101Z 8.0K SBUILD
2025-08-20T22:21:53.1974246Z 4.0K SBUILD.sig
2025-08-20T22:21:53.1974400Z 4.0K SBUILD_TEMP
2025-08-20T22:21:53.1974563Z 328K ripgen.static.log
2025-08-20T22:21:53.1974751Z 4.0K ripgen.static.version
2025-08-20T22:21:53.1974951Z 4.0K ripgen.static.version.sig
2025-08-20T22:21:53.1975159Z 4.0K ripgen.version
2025-08-20T22:21:53.1975419Z 4.0K ripgen.version.sig
2025-08-20T22:21:53.2006973Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:21:53.2007787Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:21:58.2060332Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:21:58.2061200Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:21:58.2066991Z 
2025-08-20T22:21:58.2067487Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:21:58.2067837Z 
2025-08-20T22:21:58.2099624Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:21:58.2103400Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:21:58.2138517Z ##[group]Run ##Presets
2025-08-20T22:21:58.2138767Z [36;1m##Presets[0m
2025-08-20T22:21:58.2138937Z [36;1mset +x ; set +e[0m
2025-08-20T22:21:58.2139141Z [36;1m#-------------#[0m
2025-08-20T22:21:58.2139316Z [36;1m##Debug?[0m
2025-08-20T22:21:58.2139528Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:21:58.2139793Z [36;1m  set -x[0m
2025-08-20T22:21:58.2139947Z [36;1mfi[0m
2025-08-20T22:21:58.2140100Z [36;1m#-------------#[0m
2025-08-20T22:21:58.2140324Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:21:58.2140626Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:21:58.2174016Z shell: /usr/bin/bash -e {0}
2025-08-20T22:21:58.2174224Z env:
2025-08-20T22:21:58.2174376Z   CROSS_COMPILING: NO
2025-08-20T22:21:58.2174562Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:21:58.2174764Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:21:58.2174951Z   ON_QEMU: NO
2025-08-20T22:21:58.2175149Z   DEBUG: 0
2025-08-20T22:21:58.2175532Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:21:58.2175744Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:21:58.2176004Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:21:58.2176281Z   KEEP_LOGS: YES
2025-08-20T22:21:58.2176446Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:21:58.2176635Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:21:58.2176825Z   SBUILD_REBUILD: false
2025-08-20T22:21:58.2177328Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:21:58.2177888Z   BUILD_SYS: docker://rust
2025-08-20T22:21:58.2178078Z   BUILD_ON_HOST: FALSE
2025-08-20T22:21:58.2178256Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:21:58.2178427Z   SYSTMP: /tmp
2025-08-20T22:21:58.2178581Z   GHA_MODE: MATRIX
2025-08-20T22:21:58.2178974Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:21:58.2179455Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:21:58.2179750Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:21:58.2180108Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:58.2180569Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:21:58.2180921Z   PKG_TYPE: static
2025-08-20T22:21:58.2181088Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:21:58.2181276Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:21:58.2181455Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:21:58.2181780Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:21:58.2182123Z ##[endgroup]
2025-08-20T22:21:58.2309046Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:21:58.2309365Z with:
2025-08-20T22:21:58.2309536Z   name: Bincache_ripgen_aarch64-Linux
2025-08-20T22:21:58.2309794Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:21:58.2310047Z   compression-level: 0
2025-08-20T22:21:58.2310228Z   retention-days: 30
2025-08-20T22:21:58.2310405Z   overwrite: true
2025-08-20T22:21:58.2310577Z   if-no-files-found: warn
2025-08-20T22:21:58.2311031Z   include-hidden-files: false
2025-08-20T22:21:58.2311228Z env:
2025-08-20T22:21:58.2311374Z   CROSS_COMPILING: NO
2025-08-20T22:21:58.2311558Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:21:58.2311764Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:21:58.2311958Z   ON_QEMU: NO
2025-08-20T22:21:58.2312109Z   DEBUG: 0
2025-08-20T22:21:58.2312265Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:21:58.2312473Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:21:58.2312734Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:21:58.2313061Z   KEEP_LOGS: YES
2025-08-20T22:21:58.2313234Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:21:58.2313424Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:21:58.2313619Z   SBUILD_REBUILD: false
2025-08-20T22:21:58.2314114Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:21:58.2314643Z   BUILD_SYS: docker://rust
2025-08-20T22:21:58.2314837Z   BUILD_ON_HOST: FALSE
2025-08-20T22:21:58.2315019Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:21:58.2315195Z   SYSTMP: /tmp
2025-08-20T22:21:58.2315609Z   GHA_MODE: MATRIX
2025-08-20T22:21:58.2316012Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:21:58.2316492Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:21:58.2316788Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:21:58.2317148Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:58.2317600Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:21:58.2317952Z   PKG_TYPE: static
2025-08-20T22:21:58.2318123Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:21:58.2318312Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:21:58.2318492Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:21:58.2318810Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:21:58.2319172Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:21:58.2319370Z ##[endgroup]
2025-08-20T22:21:58.8990537Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:21:58.8995434Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:21:58.8995966Z With the provided path, there will be 2 files uploaded
2025-08-20T22:21:59.1926419Z Artifact name is valid!
2025-08-20T22:21:59.1930636Z Root directory input is valid!
2025-08-20T22:21:59.2947416Z Beginning upload of artifact content to blob storage
2025-08-20T22:22:00.0348587Z Uploaded bytes 8388608
2025-08-20T22:22:00.2379418Z Uploaded bytes 16777216
2025-08-20T22:22:00.2520451Z Uploaded bytes 25165824
2025-08-20T22:22:00.4455970Z Uploaded bytes 32862075
2025-08-20T22:22:00.5143462Z Finished uploading artifact content to blob storage!
2025-08-20T22:22:00.5157084Z SHA256 digest of uploaded artifact zip is 915be1898a9853d5bb7b7bec653e6da5fd33ca8b17a12cab707a3b19154ded2c
2025-08-20T22:22:00.5157585Z Finalizing artifact upload
2025-08-20T22:22:00.6268004Z Artifact Bincache_ripgen_aarch64-Linux.zip successfully finalized. Artifact ID 3813761579
2025-08-20T22:22:00.6268674Z Artifact Bincache_ripgen_aarch64-Linux has been successfully uploaded! Final size is 32862075 bytes. Artifact ID is 3813761579
2025-08-20T22:22:00.6285960Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109159993/artifacts/3813761579
2025-08-20T22:22:00.6521198Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:22:00.6521531Z with:
2025-08-20T22:22:00.6521696Z   subject-name: ripgen--
2025-08-20T22:22:00.6522361Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:22:00.6523053Z   show-summary: true
2025-08-20T22:22:00.6523238Z   push-to-registry: false
2025-08-20T22:22:00.6523581Z   github-token: ***
2025-08-20T22:22:00.6523980Z env:
2025-08-20T22:22:00.6524129Z   CROSS_COMPILING: NO
2025-08-20T22:22:00.6524318Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:00.6524529Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:00.6524726Z   ON_QEMU: NO
2025-08-20T22:22:00.6524878Z   DEBUG: 0
2025-08-20T22:22:00.6525039Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:00.6525437Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:00.6525755Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:00.6526032Z   KEEP_LOGS: YES
2025-08-20T22:22:00.6526204Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:00.6526399Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:00.6526595Z   SBUILD_REBUILD: false
2025-08-20T22:22:00.6527099Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:00.6527641Z   BUILD_SYS: docker://rust
2025-08-20T22:22:00.6527839Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:00.6528019Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:00.6528208Z   SYSTMP: /tmp
2025-08-20T22:22:00.6528371Z   GHA_MODE: MATRIX
2025-08-20T22:22:00.6528774Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:00.6529263Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:00.6529568Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:00.6529938Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:00.6530401Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:00.6530761Z   PKG_TYPE: static
2025-08-20T22:22:00.6530934Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:00.6531125Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:00.6531308Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:00.6531633Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:00.6531993Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:00.6532208Z ##[endgroup]
2025-08-20T22:22:00.6608603Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:22:00.6609013Z env:
2025-08-20T22:22:00.6609165Z   CROSS_COMPILING: NO
2025-08-20T22:22:00.6609355Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:00.6609566Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:00.6609763Z   ON_QEMU: NO
2025-08-20T22:22:00.6609917Z   DEBUG: 0
2025-08-20T22:22:00.6610093Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:00.6610305Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:00.6610568Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:00.6610842Z   KEEP_LOGS: YES
2025-08-20T22:22:00.6611013Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:00.6611208Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:00.6611403Z   SBUILD_REBUILD: false
2025-08-20T22:22:00.6611909Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:00.6612453Z   BUILD_SYS: docker://rust
2025-08-20T22:22:00.6612650Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:00.6612831Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:00.6613008Z   SYSTMP: /tmp
2025-08-20T22:22:00.6613167Z   GHA_MODE: MATRIX
2025-08-20T22:22:00.6613574Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:00.6614313Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:00.6614650Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:00.6615015Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:00.6615689Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:00.6616053Z   PKG_TYPE: static
2025-08-20T22:22:00.6616225Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:00.6616412Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:00.6616593Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:00.6616915Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:00.6617420Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:00.6617624Z ##[endgroup]
2025-08-20T22:22:01.2608827Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:22:01.2609149Z with:
2025-08-20T22:22:01.2609803Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:22:01.2610506Z   subject-name: ripgen--
2025-08-20T22:22:01.2610787Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:22:01.2628290Z   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/17109159993/attempts/1"}}}
2025-08-20T22:22:01.2630815Z   push-to-registry: false
2025-08-20T22:22:01.2631014Z   show-summary: true
2025-08-20T22:22:01.2631384Z   github-token: ***
2025-08-20T22:22:01.2631561Z env:
2025-08-20T22:22:01.2631718Z   CROSS_COMPILING: NO
2025-08-20T22:22:01.2631908Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:01.2632120Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:01.2632319Z   ON_QEMU: NO
2025-08-20T22:22:01.2632473Z   DEBUG: 0
2025-08-20T22:22:01.2632633Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:01.2632844Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:01.2633118Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:01.2633399Z   KEEP_LOGS: YES
2025-08-20T22:22:01.2633574Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:01.2633769Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:01.2633967Z   SBUILD_REBUILD: false
2025-08-20T22:22:01.2634463Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:01.2635000Z   BUILD_SYS: docker://rust
2025-08-20T22:22:01.2635198Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:01.2635562Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:01.2635746Z   SYSTMP: /tmp
2025-08-20T22:22:01.2635908Z   GHA_MODE: MATRIX
2025-08-20T22:22:01.2636311Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:01.2636799Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:01.2637102Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:01.2637484Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:01.2637947Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:01.2638304Z   PKG_TYPE: static
2025-08-20T22:22:01.2638481Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:01.2638673Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:01.2639177Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:01.2639531Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:01.2639894Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:01.2640097Z ##[endgroup]
2025-08-20T22:22:02.6973526Z Attestation created for 10 subjects
2025-08-20T22:22:02.6977421Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:22:02.6977836Z -----BEGIN CERTIFICATE-----
2025-08-20T22:22:02.6978177Z MIIG7zCCBnWgAwIBAgIUHjYjr0ZkF7NfpTVfEZMCLJtio3YwCgYIKoZIzj0EAwMw
2025-08-20T22:22:02.6979064Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:22:02.6979532Z cm1lZGlhdGUwHhcNMjUwODIwMjIyMjAxWhcNMjUwODIwMjIzMjAxWjAAMFkwEwYH
2025-08-20T22:22:02.6979987Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEQIteAAzo1g+c312anXrJ7o+BR87uBv+gWIUU
2025-08-20T22:22:02.6980424Z jzsS+uaHGFXdbdnXKytgICcd9ErN9OUNDA/YbxbWh6Z3BNZ2rqOCBZQwggWQMA4G
2025-08-20T22:22:02.6980873Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU61gd
2025-08-20T22:22:02.6981319Z 4Jporc1YU/1PChHlADX25HYwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:22:02.6981749Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:22:02.6982184Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:22:02.6982632Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:22:02.6983067Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:22:02.6983492Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:22:02.6983939Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:22:02.6984392Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:22:02.6984848Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:22:02.6985527Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:22:02.6985999Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:22:02.6986448Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:22:02.6986899Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:22:02.6987341Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:22:02.6987785Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:22:02.6988243Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:22:02.6988701Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:22:02.6989167Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:22:02.6989616Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:22:02.6990100Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:22:02.6990551Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:22:02.6991007Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:22:02.6991469Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:22:02.6991925Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:22:02.6992375Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MTU5OTkzL2F0
2025-08-20T22:22:02.6992828Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:22:02.6993290Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJkyqu
2025-08-20T22:22:02.6993746Z AAAEAwBHMEUCIBKWdfQ926We9ceQ6TFdhuwkf55vPQ7w3tQWHkMFdrqyAiEA6M9W
2025-08-20T22:22:02.6994206Z UybCxCo7DciHxmCroMJEFUkh7dsooLHVdK7kpxcwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:22:02.6994651Z AKoZOikjxJjZdY/XecRxANgT1KLRLyD80XTpv5qUvgdDPSClZBmvGIh3Q8/klXlP
2025-08-20T22:22:02.6995100Z rAIwHgUgMIzRkJ9qgvP5PDpj6qdVn6DfaoYGCGcONjaUMASSuJCF6aFEdewCmTLc
2025-08-20T22:22:02.6995573Z pw0f
2025-08-20T22:22:02.6995744Z -----END CERTIFICATE-----
2025-08-20T22:22:02.6995874Z 
2025-08-20T22:22:02.6996931Z ##[endgroup]
2025-08-20T22:22:02.6997379Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:22:02.6997760Z https://search.sigstore.dev?logIndex=414512540
2025-08-20T22:22:02.6998088Z [36mAttestation uploaded to repository[39m
2025-08-20T22:22:02.6998398Z https://github.com/pkgforge/bincache/attestations/9875689
2025-08-20T22:22:02.7978598Z ##[group]Run ##Presets
2025-08-20T22:22:02.7978870Z [36;1m##Presets[0m
2025-08-20T22:22:02.7979049Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:02.7979239Z [36;1m#-------------#[0m
2025-08-20T22:22:02.7979649Z [36;1m##Debug?[0m
2025-08-20T22:22:02.7979872Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:02.7980144Z [36;1m  set -x[0m
2025-08-20T22:22:02.7980308Z [36;1mfi[0m
2025-08-20T22:22:02.7980466Z [36;1m#-------------#[0m
2025-08-20T22:22:02.7980746Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:22:02.7981233Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ripgen/official"[0m
2025-08-20T22:22:02.7981612Z [36;1m exit 1[0m
2025-08-20T22:22:02.7981777Z [36;1mfi[0m
2025-08-20T22:22:02.8013302Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:02.8013523Z env:
2025-08-20T22:22:02.8013681Z   CROSS_COMPILING: NO
2025-08-20T22:22:02.8013927Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:02.8014142Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:02.8014340Z   ON_QEMU: NO
2025-08-20T22:22:02.8014494Z   DEBUG: 0
2025-08-20T22:22:02.8014656Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:02.8014881Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:02.8015149Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:02.8015654Z   KEEP_LOGS: YES
2025-08-20T22:22:02.8015832Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:02.8016027Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:02.8016219Z   SBUILD_REBUILD: false
2025-08-20T22:22:02.8016724Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:02.8017261Z   BUILD_SYS: docker://rust
2025-08-20T22:22:02.8017456Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:02.8017636Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:02.8017823Z   SYSTMP: /tmp
2025-08-20T22:22:02.8017988Z   GHA_MODE: MATRIX
2025-08-20T22:22:02.8018397Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:02.8018886Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8019202Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8019570Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:02.8020038Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:02.8020399Z   PKG_TYPE: static
2025-08-20T22:22:02.8020575Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:02.8020769Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:02.8020955Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:02.8021280Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:02.8021641Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:02.8021845Z ##[endgroup]
2025-08-20T22:22:02.8090009Z ##[group]Run ##Presets
2025-08-20T22:22:02.8090271Z [36;1m##Presets[0m
2025-08-20T22:22:02.8090449Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:02.8090641Z [36;1m#-------------#[0m
2025-08-20T22:22:02.8090824Z [36;1m##Debug?[0m
2025-08-20T22:22:02.8091047Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:02.8091328Z [36;1m  set -x[0m
2025-08-20T22:22:02.8091491Z [36;1mfi[0m
2025-08-20T22:22:02.8091649Z [36;1m#-------------#[0m
2025-08-20T22:22:02.8091872Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:22:02.8092289Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ripgen/official"[0m
2025-08-20T22:22:02.8092671Z [36;1m exit 1[0m
2025-08-20T22:22:02.8092833Z [36;1mfi[0m
2025-08-20T22:22:02.8119033Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:02.8119242Z env:
2025-08-20T22:22:02.8119395Z   CROSS_COMPILING: NO
2025-08-20T22:22:02.8119631Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:02.8119847Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:02.8120048Z   ON_QEMU: NO
2025-08-20T22:22:02.8120204Z   DEBUG: 0
2025-08-20T22:22:02.8120366Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:02.8120579Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:02.8120856Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:02.8121362Z   KEEP_LOGS: YES
2025-08-20T22:22:02.8121539Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:02.8121735Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:02.8121933Z   SBUILD_REBUILD: false
2025-08-20T22:22:02.8122435Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:02.8122974Z   BUILD_SYS: docker://rust
2025-08-20T22:22:02.8123179Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:02.8123364Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:02.8123546Z   SYSTMP: /tmp
2025-08-20T22:22:02.8123710Z   GHA_MODE: MATRIX
2025-08-20T22:22:02.8124119Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:02.8124607Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8126538Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8126940Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:02.8127403Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:02.8127766Z   PKG_TYPE: static
2025-08-20T22:22:02.8127940Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:02.8128136Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:02.8128320Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:02.8128648Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:02.8129010Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:02.8129217Z ##[endgroup]
2025-08-20T22:22:02.8171445Z 
2025-08-20T22:22:02.8171762Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:02.8182682Z ##[error]Process completed with exit code 1.
2025-08-20T22:22:02.8222738Z ##[group]Run ##Presets
2025-08-20T22:22:02.8222993Z [36;1m##Presets[0m
2025-08-20T22:22:02.8223172Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:02.8223365Z [36;1m#-------------#[0m
2025-08-20T22:22:02.8223572Z [36;1m##Debug?[0m
2025-08-20T22:22:02.8223796Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:02.8224074Z [36;1m  set -x[0m
2025-08-20T22:22:02.8224239Z [36;1mfi[0m
2025-08-20T22:22:02.8224399Z [36;1m#-------------#[0m
2025-08-20T22:22:02.8224716Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:22:02.8225086Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:22:02.8225629Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:22:02.8225879Z [36;1mfi[0m
2025-08-20T22:22:02.8251939Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:02.8252153Z env:
2025-08-20T22:22:02.8252310Z   CROSS_COMPILING: NO
2025-08-20T22:22:02.8252543Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:02.8252763Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:02.8252963Z   ON_QEMU: NO
2025-08-20T22:22:02.8253119Z   DEBUG: 0
2025-08-20T22:22:02.8253289Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:02.8253503Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:02.8253778Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:22:02.8254060Z   KEEP_LOGS: YES
2025-08-20T22:22:02.8254235Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:02.8254431Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:22:02.8254628Z   SBUILD_REBUILD: false
2025-08-20T22:22:02.8255132Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:22:02.8255916Z   BUILD_SYS: docker://rust
2025-08-20T22:22:02.8256118Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:02.8256303Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:02.8256485Z   SYSTMP: /tmp
2025-08-20T22:22:02.8256649Z   GHA_MODE: MATRIX
2025-08-20T22:22:02.8257058Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:22:02.8257547Z   INPUT_SBUILD: /tmp/pkgforge/Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8258097Z   BUILD_DIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml
2025-08-20T22:22:02.8258470Z   SBUILD_OUTDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:02.8258936Z   SBUILD_TMPDIR: /tmp/pkgforge/FdkJpLH_Ji1yiMidY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:02.8259297Z   PKG_TYPE: static
2025-08-20T22:22:02.8259474Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:02.8259667Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:22:02.8259853Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:22:02.8260180Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:22:02.8260544Z   UTC_TIME: 2025_08_20T10_21_58_PM
2025-08-20T22:22:02.8260749Z ##[endgroup]
2025-08-20T22:22:02.8312018Z EXITED
2025-08-20T22:22:02.8357143Z Cleaning up orphan processes
