﻿2025-08-20T21:58:35.6219147Z Current runner version: '2.328.0'
2025-08-20T21:58:35.6256413Z ##[group]Runner Image Provisioner
2025-08-20T21:58:35.6257451Z Hosted Compute Agent
2025-08-20T21:58:35.6258948Z Version: 20250818.377
2025-08-20T21:58:35.6259610Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:58:35.6260406Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:58:35.6261032Z ##[endgroup]
2025-08-20T21:58:35.6261575Z ##[group]VM Image
2025-08-20T21:58:35.6262186Z - OS: Linux (arm64)
2025-08-20T21:58:35.6262722Z - Source: Partner
2025-08-20T21:58:35.6263312Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:58:35.6264014Z - Version: 20250728.24.1
2025-08-20T21:58:35.6264998Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:58:35.6266010Z ##[endgroup]
2025-08-20T21:58:35.6267363Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:58:35.6271449Z Attestations: write
2025-08-20T21:58:35.6272293Z Contents: write
2025-08-20T21:58:35.6273193Z Metadata: read
2025-08-20T21:58:35.6273937Z Packages: write
2025-08-20T21:58:35.6274615Z ##[endgroup]
2025-08-20T21:58:35.6278908Z Secret source: Actions
2025-08-20T21:58:35.6280271Z Prepare workflow directory
2025-08-20T21:58:35.6676370Z Prepare all required actions
2025-08-20T21:58:35.6719588Z Getting action download info
2025-08-20T21:58:36.0642593Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:58:37.1381833Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:58:37.8740161Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:58:38.0138875Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:58:38.6668946Z Getting action download info
2025-08-20T21:58:38.8434239Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:58:39.4204044Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:58:40.0499444Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/phantun/official)
2025-08-20T21:58:40.1100169Z ##[group]Run ##Presets
2025-08-20T21:58:40.1100870Z [36;1m##Presets[0m
2025-08-20T21:58:40.1101167Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:40.1101518Z [36;1m#-------------#[0m
2025-08-20T21:58:40.1101907Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:58:40.1102363Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:58:40.1102839Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1103198Z [36;1m  fi[0m
2025-08-20T21:58:40.1103509Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:58:40.1104045Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:58:40.1104478Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1104851Z [36;1m  fi[0m
2025-08-20T21:58:40.1105175Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:58:40.1105704Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:58:40.1106135Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1106463Z [36;1m  fi[0m
2025-08-20T21:58:40.1106825Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:58:40.1107209Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:58:40.1107774Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:58:40.1108205Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:58:40.1108610Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1109232Z [36;1m     else[0m
2025-08-20T21:58:40.1109642Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1109964Z [36;1m     fi[0m
2025-08-20T21:58:40.1110241Z [36;1m  fi[0m
2025-08-20T21:58:40.1110507Z [36;1mfi[0m
2025-08-20T21:58:40.1140556Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:40.1141281Z env:
2025-08-20T21:58:40.1142023Z   GH_TOKEN: ***
2025-08-20T21:58:40.1142331Z ##[endgroup]
2025-08-20T21:58:40.1362765Z ##[group]Run ##Presets
2025-08-20T21:58:40.1363137Z [36;1m##Presets[0m
2025-08-20T21:58:40.1363517Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:40.1363839Z [36;1m#-------------#[0m
2025-08-20T21:58:40.1364189Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:58:40.1364758Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:58:40.1365275Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:58:40.1365810Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:58:40.1366252Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:58:40.1366703Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:58:40.1367163Z [36;1m  exit 1[0m
2025-08-20T21:58:40.1367385Z [36;1mfi[0m
2025-08-20T21:58:40.1391092Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:40.1391503Z env:
2025-08-20T21:58:40.1392019Z   RO_GHTOKEN: ***
2025-08-20T21:58:40.1392341Z   RO_GLTOKEN: ***
2025-08-20T21:58:40.1393602Z   MINISIGN_KEY: ***
2025-08-20T21:58:40.1393839Z ##[endgroup]
2025-08-20T21:58:40.1522533Z ##[group]Run ##Presets
2025-08-20T21:58:40.1523120Z [36;1m##Presets[0m
2025-08-20T21:58:40.1523382Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:40.1523721Z [36;1m#-------------#[0m
2025-08-20T21:58:40.1524007Z [36;1m##Host Triplet[0m
2025-08-20T21:58:40.1524373Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:58:40.1524817Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:58:40.1525181Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:58:40.1525562Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:58:40.1525983Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:58:40.1526412Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:58:40.1526824Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:58:40.1527193Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:58:40.1527523Z [36;1m   fi[0m
2025-08-20T21:58:40.1528268Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:58:40.1528902Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:58:40.1529332Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:58:40.1529706Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:58:40.1530074Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:58:40.1530406Z [36;1m fi[0m
2025-08-20T21:58:40.1530732Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1531154Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1531617Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1532038Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1532403Z [36;1m##Debug[0m
2025-08-20T21:58:40.1532663Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:58:40.1532961Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:58:40.1533284Z [36;1m else[0m
2025-08-20T21:58:40.1533567Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:58:40.1533825Z [36;1m fi[0m
2025-08-20T21:58:40.1534168Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1534587Z [36;1m##Docker Platform[0m
2025-08-20T21:58:40.1535263Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:58:40.1535665Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:58:40.1536033Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:58:40.1536460Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:58:40.1536823Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:58:40.1537181Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:58:40.1537809Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:58:40.1538189Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:58:40.1538549Z [36;1m fi[0m
2025-08-20T21:58:40.1538882Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1539360Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1539754Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:58:40.1540305Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/phantun/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:58:40.1540852Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:58:40.1541257Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1541618Z [36;1m##Logs[0m
2025-08-20T21:58:40.1541870Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:58:40.1542267Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:58:40.1542543Z [36;1m else[0m
2025-08-20T21:58:40.1542825Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:58:40.1543148Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:58:40.1543448Z [36;1m fi[0m
2025-08-20T21:58:40.1544093Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1544551Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1544930Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:58:40.1545429Z [36;1m PKG_FAMILY_LOCAL="$(echo "phantun" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:58:40.1545868Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:58:40.1546321Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1546703Z [36;1m##Rebuild[0m
2025-08-20T21:58:40.1546973Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:58:40.1547352Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:58:40.1547815Z [36;1m else[0m
2025-08-20T21:58:40.1548126Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:58:40.1548475Z [36;1m fi[0m
2025-08-20T21:58:40.1548783Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1549139Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:58:40.1549661Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:58:40.1550226Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:58:40.1551173Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:58:40.1551953Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:58:40.1552374Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:58:40.1553096Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:58:40.1553558Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:58:40.1553985Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1554373Z [36;1m    exit 1[0m
2025-08-20T21:58:40.1554661Z [36;1m   else[0m
2025-08-20T21:58:40.1554986Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:58:40.1555481Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1555900Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:58:40.1556641Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:58:40.1557033Z [36;1m      #check if supported[0m
2025-08-20T21:58:40.1557452Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:58:40.1558268Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:58:40.1558795Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:58:40.1559223Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1559576Z [36;1m         exit 1[0m
2025-08-20T21:58:40.1559845Z [36;1m       fi[0m
2025-08-20T21:58:40.1560152Z [36;1m      #get build system[0m
2025-08-20T21:58:40.1560602Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:58:40.1561016Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:58:40.1561415Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1561808Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:58:40.1562229Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1562639Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1563023Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:58:40.1563462Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1563831Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:40.1564144Z [36;1m       fi[0m
2025-08-20T21:58:40.1564705Z [36;1m     fi[0m
2025-08-20T21:58:40.1564969Z [36;1m   fi[0m
2025-08-20T21:58:40.1565182Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:58:40.1588413Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:40.1588944Z ##[endgroup]
2025-08-20T21:58:41.2524411Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:58:41.2525232Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:58:41.2525490Z 
2025-08-20T21:58:41.3921385Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:58:41.3922077Z 100  5318  100  5318    0     0  37600      0 --:--:-- --:--:-- --:--:-- 37716
2025-08-20T21:58:41.3933132Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:58:41.4121998Z ##[group]Run ##Presets
2025-08-20T21:58:41.4122384Z [36;1m##Presets[0m
2025-08-20T21:58:41.4122742Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:41.4123001Z [36;1m#-------------#[0m
2025-08-20T21:58:41.4123221Z [36;1m##Debug?[0m
2025-08-20T21:58:41.4123526Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:58:41.4123855Z [36;1m  set -x[0m
2025-08-20T21:58:41.4124077Z [36;1mfi[0m
2025-08-20T21:58:41.4124426Z [36;1m#-------------#[0m
2025-08-20T21:58:41.4124685Z [36;1m##CoreUtils[0m
2025-08-20T21:58:41.4124924Z [36;1msudo apt update -y[0m
2025-08-20T21:58:41.4125354Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:58:41.4126362Z [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-20T21:58:41.4127399Z [36;1m##tmp[0m
2025-08-20T21:58:41.4127932Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:58:41.4128367Z [36;1m#GH ENV[0m
2025-08-20T21:58:41.4128644Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:41.4129031Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:41.4129395Z [36;1m#-------------#[0m
2025-08-20T21:58:41.4129663Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:58:41.4130195Z [36;1msudo apt update -y[0m
2025-08-20T21:58:41.4130574Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:58:41.4130862Z [36;1m##Setup Minisign[0m
2025-08-20T21:58:41.4131207Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:58:41.4131779Z [36;1mecho "***[0m
2025-08-20T21:58:41.4133148Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:58:41.4133525Z [36;1m##User-Agent[0m
2025-08-20T21:58:41.4134303Z [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-20T21:58:41.4135104Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:41.4161410Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:41.4161706Z env:
2025-08-20T21:58:41.4161921Z   CROSS_COMPILING: NO
2025-08-20T21:58:41.4162279Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:58:41.4162548Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:58:41.4162877Z   ON_QEMU: NO
2025-08-20T21:58:41.4163094Z   DEBUG: 0
2025-08-20T21:58:41.4163333Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:58:41.4163670Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:58:41.4164006Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:58:41.4164326Z   KEEP_LOGS: YES
2025-08-20T21:58:41.4164601Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:58:41.4164857Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:58:41.4165129Z   SBUILD_REBUILD: false
2025-08-20T21:58:41.4165769Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:58:41.4166370Z   BUILD_SYS: docker://rust
2025-08-20T21:58:41.4166669Z   BUILD_ON_HOST: FALSE
2025-08-20T21:58:41.4166931Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:58:41.4167212Z ##[endgroup]
2025-08-20T21:58:41.5764679Z 
2025-08-20T21:58:41.5765522Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:58:41.5767256Z 
2025-08-20T21:58:42.2386482Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:58:42.2388188Z Get:2 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:58:42.2442048Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:58:42.2519187Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:58:42.3872421Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:58:42.4081831Z Get:6 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:58:42.4498773Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:58:42.4665047Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:58:42.4866890Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:58:42.5127856Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:58:42.5306282Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:58:42.5478136Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:58:42.7463005Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:58:42.7975314Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:58:42.8472192Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:58:42.9178604Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:58:42.9695004Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:58:43.0230285Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:58:43.1201618Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:58:43.1687485Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:58:43.2152302Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:58:43.3474905Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:58:43.3937413Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:58:43.4400006Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:58:43.4865727Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:58:43.5330722Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:58:43.5793393Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:58:43.6258506Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:58:43.6722936Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:58:43.7187188Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:58:43.7652116Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:58:43.8115788Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:58:43.8664271Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:58:43.9133788Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:58:43.9599065Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:58:44.0125182Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:58:44.1467486Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:58:44.1932102Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:58:44.2564763Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:58:44.3049731Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:58:44.3509959Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:58:44.3974304Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:58:44.4435286Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:58:52.0376949Z Fetched 11.9 MB in 3s (4754 kB/s)
2025-08-20T21:58:52.7790606Z Reading package lists...
2025-08-20T21:58:53.0058224Z Building dependency tree...
2025-08-20T21:58:53.0091558Z Reading state information...
2025-08-20T21:58:53.0308929Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:58:53.0398581Z 
2025-08-20T21:58:53.0399178Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:58:53.0399549Z 
2025-08-20T21:58:53.0514757Z Reading package lists...
2025-08-20T21:58:53.2635885Z Building dependency tree...
2025-08-20T21:58:53.2643360Z Reading state information...
2025-08-20T21:58:53.4974468Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:58:53.4974932Z bc set to manually installed.
2025-08-20T21:58:53.4975462Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:58:53.4976067Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:58:53.4976490Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:53.5592904Z The following NEW packages will be installed:
2025-08-20T21:58:53.5598592Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:58:53.5600393Z   moreutils
2025-08-20T21:58:53.5605860Z The following packages will be upgraded:
2025-08-20T21:58:53.5613023Z   jq libjq1
2025-08-20T21:58:53.5784581Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:58:53.6964959Z Need to get 936 kB of archives.
2025-08-20T21:58:53.6965691Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:58:53.6966294Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:58:53.8347284Z 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-20T21:58:53.9293418Z 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-20T21:58:54.0259283Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:58:54.0755317Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:58:54.1336676Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:58:54.1813926Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:58:54.2340394Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:58:54.5993202Z Fetched 936 kB in 1s (1316 kB/s)
2025-08-20T21:58:54.6754360Z Selecting previously unselected package fdupes.
2025-08-20T21:58:54.7892592Z (Reading database ... 
2025-08-20T21:58:54.7893186Z (Reading database ... 5%
2025-08-20T21:58:54.7893846Z (Reading database ... 10%
2025-08-20T21:58:54.7894249Z (Reading database ... 15%
2025-08-20T21:58:54.7894651Z (Reading database ... 20%
2025-08-20T21:58:54.7895057Z (Reading database ... 25%
2025-08-20T21:58:54.7895421Z (Reading database ... 30%
2025-08-20T21:58:54.7895839Z (Reading database ... 35%
2025-08-20T21:58:54.7896595Z (Reading database ... 40%
2025-08-20T21:58:54.7896942Z (Reading database ... 45%
2025-08-20T21:58:54.7897196Z (Reading database ... 50%
2025-08-20T21:58:55.1103995Z (Reading database ... 55%
2025-08-20T21:58:55.7175216Z (Reading database ... 60%
2025-08-20T21:58:56.2535325Z (Reading database ... 65%
2025-08-20T21:58:56.7366949Z (Reading database ... 70%
2025-08-20T21:58:57.2628012Z (Reading database ... 75%
2025-08-20T21:58:57.8759673Z (Reading database ... 80%
2025-08-20T21:58:58.5568095Z (Reading database ... 85%
2025-08-20T21:58:59.1290006Z (Reading database ... 90%
2025-08-20T21:58:59.7247432Z (Reading database ... 95%
2025-08-20T21:58:59.7248077Z (Reading database ... 100%
2025-08-20T21:58:59.7248428Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:58:59.7288616Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:58:59.7530591Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:58:59.8505711Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:58:59.8775879Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:59:00.0191637Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:59:00.0765156Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:59:00.1633338Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:59:00.1789915Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:59:00.1891341Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:59:00.3016423Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:59:00.3162938Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:59:00.3252514Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:59:00.4172545Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:59:00.4405507Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:59:00.4526092Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:59:00.5218664Z Selecting previously unselected package moreutils.
2025-08-20T21:59:00.5386747Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:59:00.5976502Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:59:00.7254368Z Selecting previously unselected package dos2unix.
2025-08-20T21:59:00.7414149Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:59:00.7529168Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:59:01.0916303Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:59:01.1249936Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:59:01.1663297Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:59:01.1936785Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:59:01.2187084Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:59:01.2411885Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:59:01.2689860Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:59:01.2934584Z Setting up moreutils (0.69-1) ...
2025-08-20T21:59:01.3256905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:28.7869270Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:30.1412101Z Reading package lists...
2025-08-20T21:59:30.3649350Z Building dependency tree...
2025-08-20T21:59:30.3657071Z Reading state information...
2025-08-20T21:59:30.6036870Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:59:30.6038210Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:59:30.6038644Z apt-utils set to manually installed.
2025-08-20T21:59:30.6038984Z ca-certificates is already the newest version (20240203).
2025-08-20T21:59:30.6039388Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:59:30.6039793Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:59:30.6040176Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:59:30.6040582Z moreutils is already the newest version (0.69-1).
2025-08-20T21:59:30.6040999Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:59:30.6041385Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:59:30.6041774Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:59:30.6042621Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:59:30.6042991Z tmux set to manually installed.
2025-08-20T21:59:30.6043277Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:59:30.6043636Z The following additional packages will be installed:
2025-08-20T21:59:30.6044081Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:59:30.6044579Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:59:30.6045112Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:59:30.6045503Z   uuid-runtime
2025-08-20T21:59:30.6052218Z Suggested packages:
2025-08-20T21:59:30.6052783Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:59:30.6053219Z   util-linux-extra util-linux-locales
2025-08-20T21:59:30.6053510Z Recommended packages:
2025-08-20T21:59:30.6053817Z   unattended-upgrades
2025-08-20T21:59:30.6612383Z The following NEW packages will be installed:
2025-08-20T21:59:30.6612813Z   rename
2025-08-20T21:59:30.6616995Z The following packages will be upgraded:
2025-08-20T21:59:30.6617547Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:59:30.6618862Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:59:30.6625193Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:59:30.6625698Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:59:30.6802262Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:59:30.9069106Z Need to get 4390 kB of archives.
2025-08-20T21:59:30.9069608Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:59:31.0969775Z 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-20T21:59:31.0970654Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:59:31.3307365Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:59:31.3796084Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:59:31.4270193Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:59:31.4738988Z 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-20T21:59:31.5211724Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:59:31.5701403Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:59:31.6192287Z 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-20T21:59:31.6673081Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:59:31.7219541Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:59:31.7709281Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:59:31.8223742Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:59:31.8743785Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:59:31.9355337Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:59:31.9846368Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:59:32.0400607Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:59:32.0880850Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:59:32.1381949Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:59:32.2719525Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:59:32.3222332Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:59:32.3704648Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:59:32.4195188Z 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-20T21:59:32.4667355Z 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-20T21:59:32.5138052Z 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-20T21:59:32.5607784Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:59:32.6078747Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:59:32.8711684Z Fetched 4390 kB in 2s (2293 kB/s)
2025-08-20T21:59:32.8986915Z (Reading database ... 
2025-08-20T21:59:32.8987312Z (Reading database ... 5%
2025-08-20T21:59:32.8987718Z (Reading database ... 10%
2025-08-20T21:59:32.8988043Z (Reading database ... 15%
2025-08-20T21:59:32.8988319Z (Reading database ... 20%
2025-08-20T21:59:32.8988575Z (Reading database ... 25%
2025-08-20T21:59:32.8988872Z (Reading database ... 30%
2025-08-20T21:59:32.8989113Z (Reading database ... 35%
2025-08-20T21:59:32.8989366Z (Reading database ... 40%
2025-08-20T21:59:32.8989679Z (Reading database ... 45%
2025-08-20T21:59:32.8989913Z (Reading database ... 50%
2025-08-20T21:59:32.9011125Z (Reading database ... 55%
2025-08-20T21:59:32.9099476Z (Reading database ... 60%
2025-08-20T21:59:32.9138806Z (Reading database ... 65%
2025-08-20T21:59:32.9152852Z (Reading database ... 70%
2025-08-20T21:59:32.9172361Z (Reading database ... 75%
2025-08-20T21:59:32.9204011Z (Reading database ... 80%
2025-08-20T21:59:32.9372209Z (Reading database ... 85%
2025-08-20T21:59:32.9391911Z (Reading database ... 90%
2025-08-20T21:59:32.9489815Z (Reading database ... 95%
2025-08-20T21:59:32.9490115Z (Reading database ... 100%
2025-08-20T21:59:32.9490451Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:32.9525986Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:32.9791127Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:33.1322232Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:33.3345095Z (Reading database ... 
2025-08-20T21:59:33.3345730Z (Reading database ... 5%
2025-08-20T21:59:33.3345999Z (Reading database ... 10%
2025-08-20T21:59:33.3346352Z (Reading database ... 15%
2025-08-20T21:59:33.3347397Z (Reading database ... 20%
2025-08-20T21:59:33.3347918Z (Reading database ... 25%
2025-08-20T21:59:33.3348267Z (Reading database ... 30%
2025-08-20T21:59:33.3348514Z (Reading database ... 35%
2025-08-20T21:59:33.3348777Z (Reading database ... 40%
2025-08-20T21:59:33.3349066Z (Reading database ... 45%
2025-08-20T21:59:33.3349315Z (Reading database ... 50%
2025-08-20T21:59:33.3370079Z (Reading database ... 55%
2025-08-20T21:59:33.3457883Z (Reading database ... 60%
2025-08-20T21:59:33.3496518Z (Reading database ... 65%
2025-08-20T21:59:33.3510491Z (Reading database ... 70%
2025-08-20T21:59:33.3530024Z (Reading database ... 75%
2025-08-20T21:59:33.3561038Z (Reading database ... 80%
2025-08-20T21:59:33.3725300Z (Reading database ... 85%
2025-08-20T21:59:33.3744441Z (Reading database ... 90%
2025-08-20T21:59:33.3836160Z (Reading database ... 95%
2025-08-20T21:59:33.3836511Z (Reading database ... 100%
2025-08-20T21:59:33.3836863Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:33.3868331Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:33.4248389Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:33.5906363Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:34.2693962Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:59:34.3259701Z (Reading database ... 
2025-08-20T21:59:34.3260072Z (Reading database ... 5%
2025-08-20T21:59:34.3260542Z (Reading database ... 10%
2025-08-20T21:59:34.3260808Z (Reading database ... 15%
2025-08-20T21:59:34.3261052Z (Reading database ... 20%
2025-08-20T21:59:34.3261390Z (Reading database ... 25%
2025-08-20T21:59:34.3261663Z (Reading database ... 30%
2025-08-20T21:59:34.3261940Z (Reading database ... 35%
2025-08-20T21:59:34.3262224Z (Reading database ... 40%
2025-08-20T21:59:34.3262465Z (Reading database ... 45%
2025-08-20T21:59:34.3262753Z (Reading database ... 50%
2025-08-20T21:59:34.3282835Z (Reading database ... 55%
2025-08-20T21:59:34.3369485Z (Reading database ... 60%
2025-08-20T21:59:34.3408022Z (Reading database ... 65%
2025-08-20T21:59:34.3422396Z (Reading database ... 70%
2025-08-20T21:59:34.3441263Z (Reading database ... 75%
2025-08-20T21:59:34.3472706Z (Reading database ... 80%
2025-08-20T21:59:34.3638644Z (Reading database ... 85%
2025-08-20T21:59:34.3657030Z (Reading database ... 90%
2025-08-20T21:59:34.3750713Z (Reading database ... 95%
2025-08-20T21:59:34.3751043Z (Reading database ... 100%
2025-08-20T21:59:34.3751490Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:34.3783622Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:34.4114638Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:34.5291651Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:34.5749935Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:34.6691666Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:34.7603970Z (Reading database ... 
2025-08-20T21:59:34.7604322Z (Reading database ... 5%
2025-08-20T21:59:34.7604568Z (Reading database ... 10%
2025-08-20T21:59:34.7604920Z (Reading database ... 15%
2025-08-20T21:59:34.7605191Z (Reading database ... 20%
2025-08-20T21:59:34.7605426Z (Reading database ... 25%
2025-08-20T21:59:34.7605701Z (Reading database ... 30%
2025-08-20T21:59:34.7605939Z (Reading database ... 35%
2025-08-20T21:59:34.7606190Z (Reading database ... 40%
2025-08-20T21:59:34.7606479Z (Reading database ... 45%
2025-08-20T21:59:34.7606716Z (Reading database ... 50%
2025-08-20T21:59:34.7627946Z (Reading database ... 55%
2025-08-20T21:59:34.7713790Z (Reading database ... 60%
2025-08-20T21:59:34.7752749Z (Reading database ... 65%
2025-08-20T21:59:34.7766838Z (Reading database ... 70%
2025-08-20T21:59:34.7786390Z (Reading database ... 75%
2025-08-20T21:59:34.7818465Z (Reading database ... 80%
2025-08-20T21:59:34.7991722Z (Reading database ... 85%
2025-08-20T21:59:34.8011901Z (Reading database ... 90%
2025-08-20T21:59:34.8111847Z (Reading database ... 95%
2025-08-20T21:59:34.8112142Z (Reading database ... 100%
2025-08-20T21:59:34.8112477Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:34.8148694Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:34.8450243Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:34.9454068Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:35.0416507Z (Reading database ... 
2025-08-20T21:59:35.0417372Z (Reading database ... 5%
2025-08-20T21:59:35.0417848Z (Reading database ... 10%
2025-08-20T21:59:35.0418109Z (Reading database ... 15%
2025-08-20T21:59:35.0418875Z (Reading database ... 20%
2025-08-20T21:59:35.0419159Z (Reading database ... 25%
2025-08-20T21:59:35.0419495Z (Reading database ... 30%
2025-08-20T21:59:35.0419753Z (Reading database ... 35%
2025-08-20T21:59:35.0420034Z (Reading database ... 40%
2025-08-20T21:59:35.0420326Z (Reading database ... 45%
2025-08-20T21:59:35.0420575Z (Reading database ... 50%
2025-08-20T21:59:35.0441592Z (Reading database ... 55%
2025-08-20T21:59:35.0527115Z (Reading database ... 60%
2025-08-20T21:59:35.0565859Z (Reading database ... 65%
2025-08-20T21:59:35.0580209Z (Reading database ... 70%
2025-08-20T21:59:35.0600164Z (Reading database ... 75%
2025-08-20T21:59:35.0631783Z (Reading database ... 80%
2025-08-20T21:59:35.0799355Z (Reading database ... 85%
2025-08-20T21:59:35.0819140Z (Reading database ... 90%
2025-08-20T21:59:35.0920059Z (Reading database ... 95%
2025-08-20T21:59:35.0920518Z (Reading database ... 100%
2025-08-20T21:59:35.0920916Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:35.0956081Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:35.1271876Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:35.2523881Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:35.2833319Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:35.3893848Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:35.4943853Z (Reading database ... 
2025-08-20T21:59:35.4944230Z (Reading database ... 5%
2025-08-20T21:59:35.4944698Z (Reading database ... 10%
2025-08-20T21:59:35.4944956Z (Reading database ... 15%
2025-08-20T21:59:35.4945191Z (Reading database ... 20%
2025-08-20T21:59:35.4945489Z (Reading database ... 25%
2025-08-20T21:59:35.4945745Z (Reading database ... 30%
2025-08-20T21:59:35.4946022Z (Reading database ... 35%
2025-08-20T21:59:35.4946296Z (Reading database ... 40%
2025-08-20T21:59:35.4946531Z (Reading database ... 45%
2025-08-20T21:59:35.4946846Z (Reading database ... 50%
2025-08-20T21:59:35.4969638Z (Reading database ... 55%
2025-08-20T21:59:35.5057458Z (Reading database ... 60%
2025-08-20T21:59:35.5096789Z (Reading database ... 65%
2025-08-20T21:59:35.5111417Z (Reading database ... 70%
2025-08-20T21:59:35.5130915Z (Reading database ... 75%
2025-08-20T21:59:35.5163227Z (Reading database ... 80%
2025-08-20T21:59:35.5336344Z (Reading database ... 85%
2025-08-20T21:59:35.5356397Z (Reading database ... 90%
2025-08-20T21:59:35.5458992Z (Reading database ... 95%
2025-08-20T21:59:35.5459460Z (Reading database ... 100%
2025-08-20T21:59:35.5459836Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:35.5495439Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:35.5843426Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:35.6982948Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:35.7841974Z (Reading database ... 
2025-08-20T21:59:35.7842360Z (Reading database ... 5%
2025-08-20T21:59:35.7842858Z (Reading database ... 10%
2025-08-20T21:59:35.7843096Z (Reading database ... 15%
2025-08-20T21:59:35.7843328Z (Reading database ... 20%
2025-08-20T21:59:35.7843656Z (Reading database ... 25%
2025-08-20T21:59:35.7843894Z (Reading database ... 30%
2025-08-20T21:59:35.7844151Z (Reading database ... 35%
2025-08-20T21:59:35.7844396Z (Reading database ... 40%
2025-08-20T21:59:35.7844638Z (Reading database ... 45%
2025-08-20T21:59:35.7844962Z (Reading database ... 50%
2025-08-20T21:59:35.7867261Z (Reading database ... 55%
2025-08-20T21:59:35.7956188Z (Reading database ... 60%
2025-08-20T21:59:35.7996060Z (Reading database ... 65%
2025-08-20T21:59:35.8010299Z (Reading database ... 70%
2025-08-20T21:59:35.8029807Z (Reading database ... 75%
2025-08-20T21:59:35.8061669Z (Reading database ... 80%
2025-08-20T21:59:35.8232246Z (Reading database ... 85%
2025-08-20T21:59:35.8252227Z (Reading database ... 90%
2025-08-20T21:59:35.8353998Z (Reading database ... 95%
2025-08-20T21:59:35.8354316Z (Reading database ... 100%
2025-08-20T21:59:35.8354779Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:35.8391489Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:35.8699673Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:35.9960308Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.0506783Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.1747522Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.2004104Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.3076295Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.3467461Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.4586688Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.4821853Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.5966033Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.6222732Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.7328939Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:36.7610303Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:36.8627513Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:59:36.8858143Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:37.0138982Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:37.0381099Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:37.1468553Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:59:37.1699640Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:37.2829228Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:37.3673219Z (Reading database ... 
2025-08-20T21:59:37.3673575Z (Reading database ... 5%
2025-08-20T21:59:37.3674009Z (Reading database ... 10%
2025-08-20T21:59:37.3674257Z (Reading database ... 15%
2025-08-20T21:59:37.3674536Z (Reading database ... 20%
2025-08-20T21:59:37.3674824Z (Reading database ... 25%
2025-08-20T21:59:37.3675061Z (Reading database ... 30%
2025-08-20T21:59:37.3675373Z (Reading database ... 35%
2025-08-20T21:59:37.3675619Z (Reading database ... 40%
2025-08-20T21:59:37.3675855Z (Reading database ... 45%
2025-08-20T21:59:37.3676117Z (Reading database ... 50%
2025-08-20T21:59:37.3698723Z (Reading database ... 55%
2025-08-20T21:59:37.3782635Z (Reading database ... 60%
2025-08-20T21:59:37.3822982Z (Reading database ... 65%
2025-08-20T21:59:37.3836817Z (Reading database ... 70%
2025-08-20T21:59:37.3856333Z (Reading database ... 75%
2025-08-20T21:59:37.3888776Z (Reading database ... 80%
2025-08-20T21:59:37.4057821Z (Reading database ... 85%
2025-08-20T21:59:37.4075840Z (Reading database ... 90%
2025-08-20T21:59:37.4173245Z (Reading database ... 95%
2025-08-20T21:59:37.4173537Z (Reading database ... 100%
2025-08-20T21:59:37.4174039Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:59:37.4207420Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:37.4544430Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:37.5751297Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:37.6086336Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:37.7136248Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:37.7442392Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:37.8568669Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:59:37.8837053Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:59:37.9882002Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:59:38.0172055Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:38.2789918Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:59:38.4084460Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:59:38.5427445Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:59:38.6358363Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:59:38.7366020Z Selecting previously unselected package rename.
2025-08-20T21:59:38.7579972Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:59:38.7711888Z Unpacking rename (2.02-1) ...
2025-08-20T21:59:38.8754034Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:59:38.9045262Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:59:39.0092572Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:39.0345252Z Setting up rename (2.02-1) ...
2025-08-20T21:59:39.0671008Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:59:39.0799846Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:39.1112841Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:39.1390307Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:39.1746047Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:39.2029804Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:39.8298620Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:59:39.8599071Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:39.8812034Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:39.9140990Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:39.9454662Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.3076072Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.3340539Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:59:40.3588700Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.4776973Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:59:40.6124931Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.7474099Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.7701716Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.8065493Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:59:40.8403702Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:59:40.9683540Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:59:41.2607551Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:41.3047526Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:42.9302514Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:59:44.3428608Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:59:44.3672386Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:59:44.4706381Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:59:44.5804516Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:59:44.6902438Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:59:44.8004164Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:59:45.7134392Z Reading package lists...
2025-08-20T21:59:45.9455832Z Building dependency tree...
2025-08-20T21:59:45.9462014Z Reading state information...
2025-08-20T21:59:45.9733449Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:59:45.9861526Z 
2025-08-20T21:59:45.9862832Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:59:45.9863226Z 
2025-08-20T21:59:46.1308359Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:59:46.1422748Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:59:46.2935692Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:59:46.4037973Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:59:46.5140237Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:59:46.6241671Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:59:47.5413491Z Reading package lists...
2025-08-20T21:59:47.7805519Z Building dependency tree...
2025-08-20T21:59:47.7811925Z Reading state information...
2025-08-20T21:59:47.8071392Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:59:47.8162738Z 
2025-08-20T21:59:47.8163551Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:59:47.8164100Z 
2025-08-20T21:59:47.8277494Z Reading package lists...
2025-08-20T21:59:48.0653128Z Building dependency tree...
2025-08-20T21:59:48.0662456Z Reading state information...
2025-08-20T21:59:48.3291280Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:59:48.3699517Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:59:48.3970810Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:59:48.5213355Z ##[group]Run ##Presets
2025-08-20T21:59:48.5213860Z [36;1m##Presets[0m
2025-08-20T21:59:48.5214093Z [36;1mset +x ; set +e[0m
2025-08-20T21:59:48.5214324Z [36;1m#-------------#[0m
2025-08-20T21:59:48.5214590Z [36;1m##Debug?[0m
2025-08-20T21:59:48.5214856Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:59:48.5215170Z [36;1m  set -x[0m
2025-08-20T21:59:48.5215459Z [36;1mfi[0m
2025-08-20T21:59:48.5215666Z [36;1m#-------------#[0m
2025-08-20T21:59:48.5216150Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:59:48.5216762Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:59:48.5217169Z [36;1msudo service procps restart[0m
2025-08-20T21:59:48.5217522Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:59:48.5244657Z shell: /usr/bin/bash -e {0}
2025-08-20T21:59:48.5244961Z env:
2025-08-20T21:59:48.5245300Z   CROSS_COMPILING: NO
2025-08-20T21:59:48.5245646Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:59:48.5245916Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:59:48.5246209Z   ON_QEMU: NO
2025-08-20T21:59:48.5246420Z   DEBUG: 0
2025-08-20T21:59:48.5246668Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:59:48.5246963Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:59:48.5247287Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:59:48.5247754Z   KEEP_LOGS: YES
2025-08-20T21:59:48.5248022Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:59:48.5248267Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:59:48.5248579Z   SBUILD_REBUILD: false
2025-08-20T21:59:48.5249156Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:48.5249749Z   BUILD_SYS: docker://rust
2025-08-20T21:59:48.5249994Z   BUILD_ON_HOST: FALSE
2025-08-20T21:59:48.5250232Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:59:48.5250492Z   SYSTMP: /tmp
2025-08-20T21:59:48.5250742Z   GHA_MODE: MATRIX
2025-08-20T21:59:48.5251197Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:59:48.5251677Z ##[endgroup]
2025-08-20T21:59:48.5350259Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:59:48.5410016Z 0
2025-08-20T21:59:48.5735331Z vm.max_map_count = 262144
2025-08-20T21:59:48.5735895Z fs.inotify.max_user_watches = 655360
2025-08-20T21:59:48.5736194Z fs.inotify.max_user_instances = 1280
2025-08-20T21:59:48.5736462Z vm.mmap_rnd_bits = 28
2025-08-20T21:59:48.5827071Z ##[group]Run ##Presets
2025-08-20T21:59:48.5827943Z [36;1m##Presets[0m
2025-08-20T21:59:48.5828203Z [36;1mset +x ; set +e[0m
2025-08-20T21:59:48.5828497Z [36;1m#-------------#[0m
2025-08-20T21:59:48.5828762Z [36;1m##Debug?[0m
2025-08-20T21:59:48.5829028Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:59:48.5829397Z [36;1m  set -x[0m
2025-08-20T21:59:48.5829635Z [36;1mfi[0m
2025-08-20T21:59:48.5829815Z [36;1m#-------------#[0m
2025-08-20T21:59:48.5830112Z [36;1m##Main[0m
2025-08-20T21:59:48.5830351Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:59:48.5831023Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:59:48.5831763Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:59:48.5832159Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:59:48.5832567Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:59:48.5832860Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:59:48.5833214Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:59:48.5833560Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:59:48.5833884Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:59:48.5834286Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:59:48.5834894Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:59:48.5835265Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:59:48.5835670Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:59:48.5835979Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:59:48.5836317Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:59:48.5836632Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:59:48.5836941Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:59:48.5837306Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:59:48.5837777Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:59:48.5838138Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:59:48.5838511Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:59:48.5838836Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:59:48.5839206Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:59:48.5839556Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:59:48.5839915Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:59:48.5840289Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:59:48.5840592Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:59:48.5840945Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:59:48.5841458Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:59:48.5841971Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:59:48.5842480Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:59:48.5842862Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:59:48.5843237Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:59:48.5843915Z [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-20T21:59:48.5844717Z [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-20T21:59:48.5845291Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:59:48.5845620Z [36;1m else[0m
2025-08-20T21:59:48.5846221Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:59:48.5846650Z [36;1m fi[0m
2025-08-20T21:59:48.5846951Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:59:48.5847357Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:59:48.5847988Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5848421Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5848826Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5849289Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5849744Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5850195Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5850656Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:48.5851095Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:59:48.5851451Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:59:48.5878387Z shell: /usr/bin/bash -e {0}
2025-08-20T21:59:48.5878798Z env:
2025-08-20T21:59:48.5879053Z   CROSS_COMPILING: NO
2025-08-20T21:59:48.5879333Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:59:48.5879814Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:59:48.5880075Z   ON_QEMU: NO
2025-08-20T21:59:48.5880336Z   DEBUG: 0
2025-08-20T21:59:48.5880577Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:59:48.5880829Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:59:48.5881183Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:59:48.5881515Z   KEEP_LOGS: YES
2025-08-20T21:59:48.5881762Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:59:48.5882044Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:59:48.5882272Z   SBUILD_REBUILD: false
2025-08-20T21:59:48.5882852Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:48.5883455Z   BUILD_SYS: docker://rust
2025-08-20T21:59:48.5883705Z   BUILD_ON_HOST: FALSE
2025-08-20T21:59:48.5883957Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:59:48.5884207Z   SYSTMP: /tmp
2025-08-20T21:59:48.5884405Z   GHA_MODE: MATRIX
2025-08-20T21:59:48.5884888Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:59:48.5885873Z   GHCR_TOKEN: ***
2025-08-20T21:59:48.5886486Z   GITHUB_TOKEN: ***
2025-08-20T21:59:48.5886867Z   GITLAB_TOKEN: ***
2025-08-20T21:59:48.5888267Z   MINISIGN_KEY: ***
2025-08-20T21:59:48.5888731Z ##[endgroup]
2025-08-20T21:59:48.7276634Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:59:48.8594895Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:59:48.8595629Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:59:48.8595876Z 
2025-08-20T21:59:48.9132313Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:59:48.9132834Z 100  5318  100  5318    0     0  98724      0 --:--:-- --:--:-- --:--:--   97k
2025-08-20T21:59:48.9144759Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:48.9227893Z 
2025-08-20T21:59:48.9228759Z [+] Building [/tmp/tmp.Xw44lsrlw8/SBUILD_INPUT] Locally
2025-08-20T21:59:48.9229061Z 
2025-08-20T21:59:48.9239600Z '/tmp/tmp.Xw44lsrlw8/SBUILD_INPUT' -> '/tmp/pkgforge/1S9VufA7s_build.yaml'
2025-08-20T21:59:49.0656981Z 
2025-08-20T21:59:49.0657884Z [+] Passwordless sudo is Configured
2025-08-20T21:59:49.2936852Z 
2025-08-20T21:59:49.2948590Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:59:49.2948852Z 
2025-08-20T21:59:49.3331610Z 
2025-08-20T21:59:49.3333283Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:59:49.3336598Z 
2025-08-20T21:59:49.3336894Z 
2025-08-20T21:59:49.3337189Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:59:49.3337515Z 
2025-08-20T21:59:49.3374692Z [+] Installing: 7z -> 7z
2025-08-20T21:59:50.0215222Z [+] Installing: actionlint -> actionlint
2025-08-20T21:59:50.2974583Z [+] Installing: anew -> anew
2025-08-20T21:59:50.8319197Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:59:51.3543344Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:59:51.8356434Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:59:52.3084466Z [+] Installing: archey -> archey
2025-08-20T21:59:52.9154302Z [+] Installing: aria2 -> aria2c
2025-08-20T21:59:53.4892292Z [+] Installing: askalono -> askalono
2025-08-20T21:59:54.0525752Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:59:54.5600050Z [+] Installing: b3sum -> b3sum
2025-08-20T21:59:55.0774984Z [+] Installing: bita -> bita
2025-08-20T21:59:55.6381352Z [+] Installing: btop -> btop
2025-08-20T21:59:55.8777062Z [+] Installing: chafa -> chafa
2025-08-20T21:59:56.1674777Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:59:56.8428803Z [+] Installing: croc -> croc
2025-08-20T21:59:57.4066295Z [+] Installing: csvtk -> csvtk
2025-08-20T21:59:58.0218240Z [+] Installing: cutlines -> cutlines
2025-08-20T21:59:58.4707031Z curl: (22) The requested URL returned error: 404
2025-08-20T21:59:58.4741605Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:59:58.4742414Z [+] Installing: dbin -> dbin
2025-08-20T21:59:58.7640592Z [+] Installing: dasel -> dasel
2025-08-20T21:59:59.3352553Z [+] Installing: delta -> delta
2025-08-20T22:00:00.0516994Z [+] Installing: ds -> ds
2025-08-20T22:00:00.4929083Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:00.4964952Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:00:00.4965391Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:00:01.0092677Z [+] Installing: duf -> duf
2025-08-20T22:00:01.5474345Z [+] Installing: duplicut -> duplicut
2025-08-20T22:00:02.0111010Z [+] Installing: dust -> dust
2025-08-20T22:00:02.5571946Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:00:03.1509766Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:00:03.6521236Z [+] Installing: dysk -> dysk
2025-08-20T22:00:04.1956779Z [+] Installing: eget -> eget
2025-08-20T22:00:04.7396261Z [+] Installing: epoch -> epoch
2025-08-20T22:00:04.9960230Z [+] Installing: faketty -> faketty
2025-08-20T22:00:05.5219122Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:00:05.7729475Z [+] Installing: freeze -> freeze
2025-08-20T22:00:06.3652800Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:00:06.8706158Z [+] Installing: gdu -> gdu
2025-08-20T22:00:07.4013535Z [+] Installing: gh -> gh
2025-08-20T22:00:08.0865222Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:00:08.7125022Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:00:09.2638683Z [+] Installing: glab -> glab
2025-08-20T22:00:09.9430765Z [+] Installing: glow -> glow
2025-08-20T22:00:10.5683473Z [+] Installing: httpx -> httpx
2025-08-20T22:00:11.2362978Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:00:11.9427160Z [+] Installing: husarnet -> husarnet
2025-08-20T22:00:12.3918760Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:12.3952523Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:00:12.3952900Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:00:12.5732786Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:12.5767365Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:00:12.5767884Z [+] Installing: imgcat -> imgcat
2025-08-20T22:00:13.2025868Z [+] Installing: jc -> jc
2025-08-20T22:00:13.5145560Z [+] Installing: jq -> jq
2025-08-20T22:00:14.0390329Z [+] Installing: logdy -> logdy
2025-08-20T22:00:14.5273044Z [+] Installing: micro -> micro
2025-08-20T22:00:15.0507799Z [+] Installing: miniserve -> miniserve
2025-08-20T22:00:15.6010821Z [+] Installing: minisign -> minisign
2025-08-20T22:00:16.0513340Z [+] Installing: ncdu -> ncdu
2025-08-20T22:00:16.5609391Z [+] Installing: notify -> notify
2025-08-20T22:00:17.0907779Z [+] Installing: ouch -> ouch
2025-08-20T22:00:17.6566101Z [+] Installing: oras -> oras
2025-08-20T22:00:18.2297250Z [+] Installing: pipetty -> pipetty
2025-08-20T22:00:18.7115761Z [+] Installing: pixterm -> pixterm
2025-08-20T22:00:19.2576242Z [+] Installing: qsv -> qsv
2025-08-20T22:00:19.8573769Z [+] Installing: rclone -> rclone
2025-08-20T22:00:20.3226290Z [+] Installing: ripgrep -> rg
2025-08-20T22:00:20.8925840Z [+] Installing: rga -> rga
2025-08-20T22:00:21.4455456Z [+] Installing: rsync -> rsync
2025-08-20T22:00:21.9404803Z [+] Installing: script -> script
2025-08-20T22:00:22.1539935Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:00:22.8533623Z [+] Installing: soar -> soar
2025-08-20T22:00:23.4681100Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:00:24.0407009Z [+] Installing: sstrip -> sstrip
2025-08-20T22:00:24.6439456Z [+] Installing: strace -> strace
2025-08-20T22:00:25.1717021Z [+] Installing: sttr -> sttr
2025-08-20T22:00:25.7658109Z [+] Installing: tailscale -> tailscale
2025-08-20T22:00:26.0761077Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:00:26.6962723Z [+] Installing: taplo -> taplo
2025-08-20T22:00:27.1980135Z [+] Installing: tldr -> tldr
2025-08-20T22:00:27.7576818Z [+] Installing: tldr -> tealdeer
2025-08-20T22:00:28.2618339Z [+] Installing: tmux -> tmux
2025-08-20T22:00:28.7324478Z [+] Installing: tok -> tok
2025-08-20T22:00:29.3652329Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:00:29.9327786Z [+] Installing: trurl -> trurl
2025-08-20T22:00:30.5282056Z [+] Installing: tss -> tss
2025-08-20T22:00:30.9994157Z [+] Installing: ulexec -> ulexec
2025-08-20T22:00:31.5038114Z [+] Installing: unfurl -> unfurl
2025-08-20T22:00:33.8253163Z [+] Installing: upx -> upx
2025-08-20T22:00:34.3475753Z [+] Installing: validtoml -> validtoml
2025-08-20T22:00:34.9043871Z [+] Installing: wget -> wget
2025-08-20T22:00:35.1734899Z [+] Installing: wget2 -> wget2
2025-08-20T22:00:35.7470882Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:00:36.3139788Z [+] Installing: xq -> xq
2025-08-20T22:00:36.8768485Z [+] Installing: xz -> xz
2025-08-20T22:00:37.7730246Z [+] Installing: unxz -> unxz
2025-08-20T22:00:38.3080261Z [+] Installing: yq -> yq
2025-08-20T22:00:38.5482251Z [+] Installing: yj -> yj
2025-08-20T22:00:39.1084694Z [+] Installing: zapper -> zapper
2025-08-20T22:00:39.7154022Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:00:40.1756723Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:00:40.6235957Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:40.6271692Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:00:40.6272476Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:00:41.1080169Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:41.1114510Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:00:41.1114931Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:00:41.5836242Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:41.5870713Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:00:41.5871090Z [+] Installing: zstd -> zstd
2025-08-20T22:00:42.1161583Z [+] Creating symlinks...
2025-08-20T22:00:42.1233140Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:00:42.1315340Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:00:42.1400106Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:00:42.1484766Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:00:42.1569016Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:00:42.1652557Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:00:42.1735896Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:00:42.1822721Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:00:42.1908404Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:00:42.1993823Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:00:42.2076667Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:00:42.2159537Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:00:42.2242839Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:00:42.2331253Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:00:42.2420669Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:00:42.2508960Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:00:42.2596075Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:00:42.2632533Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:00:42.2711031Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:00:42.2797548Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:00:42.2881494Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:00:42.2916314Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:00:42.2991878Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:00:42.3073119Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:00:42.3153153Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:00:42.3236927Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:00:42.3325091Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:00:42.3409730Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:00:42.3493945Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:00:42.3575642Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:00:42.3655195Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:00:42.3739284Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:00:42.3821463Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:00:42.3907901Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:00:42.3994898Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:00:42.4078859Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:00:42.4159461Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:00:42.4242644Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:00:42.4326403Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:00:42.4410202Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:00:42.4491802Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:00:42.4574580Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:00:42.4655524Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:00:42.4736293Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:00:42.4772557Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:00:42.4797990Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:00:42.4876247Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:00:42.4962578Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:00:42.5050691Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:00:42.5136945Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:00:42.5220761Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:00:42.5308858Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:00:42.5393948Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:00:42.5480985Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:00:42.5566859Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:00:42.5650338Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:00:42.5736065Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:00:42.5825208Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:00:42.5909498Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:00:42.5994416Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:00:42.6078266Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:00:42.6159284Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:00:42.6244387Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:00:42.6332902Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:00:42.6419553Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:00:42.6506028Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:00:42.6589515Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:00:42.6673694Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:00:42.6761356Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:00:42.6845431Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:00:42.6928985Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:00:42.7009650Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:00:42.7091371Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:00:42.7174548Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:00:42.7260651Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:00:42.7342777Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:00:42.7424346Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:00:42.7510536Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:00:42.7591673Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:00:42.7672786Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:00:42.7754869Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:00:42.7839768Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:00:42.7926999Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:00:42.8009733Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:00:42.8088795Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:00:42.8168256Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:00:42.8250010Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:00:42.8335008Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:00:42.8433197Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:00:42.8516753Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:00:42.8600538Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:00:42.8682289Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:00:42.8764013Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:00:42.8845544Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:00:42.8926857Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:00:42.8960449Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:00:42.8985481Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:00:42.9009492Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:00:42.9081441Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:00:42.9104123Z 
2025-08-20T22:00:42.9104649Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:00:42.9105007Z 
2025-08-20T22:00:42.9222012Z 
2025-08-20T22:00:42.9305321Z 
2025-08-20T22:00:42.9305921Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:00:42.9306150Z 
2025-08-20T22:00:42.9306238Z [+] Installation completed!
2025-08-20T22:00:42.9381010Z 
2025-08-20T22:00:42.9381616Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:00:43.3239627Z github.com
2025-08-20T22:00:43.3240257Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:00:43.3240569Z   - Active account: true
2025-08-20T22:00:43.3240817Z   - Git operations protocol: https
2025-08-20T22:00:43.3241073Z   - Token: ghp_************************************
2025-08-20T22:00:43.3241707Z   - 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:00:43.3242350Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:00:43.3242696Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:00:43.5042364Z Limit: 5000, Remaining: 4937, Reset: 2025-08-20 22:27:57 +0000 UTC (27m13s)
2025-08-20T22:00:43.5051522Z 
2025-08-20T22:00:43.5051770Z [+] GHCR_TOKEN is Exported
2025-08-20T22:00:43.5080399Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:00:45.9728782Z Login Succeeded
2025-08-20T22:00:45.9737167Z 
2025-08-20T22:00:45.9737287Z [+] GITLAB is Exported
2025-08-20T22:00:46.1267749Z [git remote -v]
2025-08-20T22:00:46.3501634Z gitlab.com
2025-08-20T22:00:46.3502984Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:00:46.3505722Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:00:46.3506343Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:00:46.3506741Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:00:46.3507094Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:00:46.3507409Z   ✓ Token found: **************************
2025-08-20T22:00:46.3507719Z 
2025-08-20T22:00:46.3508123Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:00:46.3508634Z [git remote -v]
2025-08-20T22:00:46.3518001Z 2025/08/20 22:00:46 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:00:46.3518506Z git: exit status 128]
2025-08-20T22:00:46.6281940Z 
2025-08-20T22:00:46.6282237Z 
2025-08-20T22:00:46.6282982Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:00:46 PM)
2025-08-20T22:00:46.6283375Z 
2025-08-20T22:00:46.6283379Z 
2025-08-20T22:00:46.6283452Z [+] USER = runner
2025-08-20T22:00:46.6283623Z [+] HOME = /home/runner
2025-08-20T22:00:46.6285903Z [+] 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:00:46.6288484Z 
2025-08-20T22:00:46.7134570Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:00:46.7135516Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:00:46.9366756Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:00:46.9829336Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:00:47.0294343Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:00:47.0759683Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:00:48.0000684Z Reading package lists...
2025-08-20T22:00:48.0299158Z Reading package lists...
2025-08-20T22:00:48.2676747Z Building dependency tree...
2025-08-20T22:00:48.2685717Z Reading state information...
2025-08-20T22:00:48.5448052Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:00:48.5448473Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:00:48.5448793Z ca-certificates is already the newest version (20240203).
2025-08-20T22:00:48.5449153Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:00:48.5449473Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:00:48.5449777Z moreutils is already the newest version (0.69-1).
2025-08-20T22:00:48.5450134Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:00:48.5450522Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:00:48.5450877Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:00:48.6905559Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:00:48.7161588Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:00:48.7321892Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:00:48.7413061Z Hit:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:00:48.7782481Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:00:48.8243328Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:00:49.7805094Z Reading package lists...
2025-08-20T22:00:49.8106053Z Reading package lists...
2025-08-20T22:00:50.0339820Z Building dependency tree...
2025-08-20T22:00:50.0345863Z Reading state information...
2025-08-20T22:00:50.2775197Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:00:50.2775746Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:00:50.2776397Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:00:50.2776780Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:00:50.2777190Z ca-certificates is already the newest version (20240203).
2025-08-20T22:00:50.2778118Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:00:50.2778522Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:00:50.2778866Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:00:50.2779587Z gawk set to manually installed.
2025-08-20T22:00:50.2779900Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:00:50.2780231Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:00:50.2780633Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:00:50.2780981Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:00:50.2781373Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:00:50.2781796Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:00:50.2782155Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:00:50.2782527Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:00:50.2782879Z The following additional packages will be installed:
2025-08-20T22:00:50.2783282Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:00:50.2783831Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:00:50.2784311Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:00:50.2784779Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:00:50.2785259Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:00:50.2785691Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:00:50.2790111Z Suggested packages:
2025-08-20T22:00:50.2790482Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:00:50.2790988Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:00:50.2791555Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:00:50.2792053Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:00:50.2792516Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:00:50.2792982Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:00:50.2793400Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:00:50.3005742Z The following NEW packages will be installed:
2025-08-20T22:00:50.3006182Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:00:50.3007457Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:00:50.3009260Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:00:50.3009802Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:00:50.3010552Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:00:50.3012684Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:00:50.3013935Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:00:50.6515698Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:00:50.6516076Z Need to get 27.2 MB of archives.
2025-08-20T22:00:50.6516413Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:00:50.6516964Z 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:00:51.5715986Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:00:52.1288745Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:00:52.3520151Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:00:52.4624128Z 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:00:52.5734099Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:00:52.8060869Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:00:53.0329957Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:00:53.2667835Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:00:53.3796070Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:00:54.5199170Z 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:00:54.7432759Z 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:00:55.4604198Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:00:55.5792626Z 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:00:55.6919019Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:00:55.8124133Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:00:55.9244192Z 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:00:56.5535320Z 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:00:56.6643523Z 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:00:56.8852007Z 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:00:56.9958612Z 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:00:57.1073034Z 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:00:57.4524627Z 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:00:57.8462763Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:00:58.1783050Z 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:00:58.2980725Z 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:00:58.7735919Z 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:00:58.8918365Z 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:00:59.0102122Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:00:59.1325874Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:00:59.2466389Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:00:59.3665704Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:00:59.4875463Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:01:00.2063609Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:01:00.8950482Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:01:01.2316828Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:01:01.4747222Z Preconfiguring packages ...
2025-08-20T22:01:01.5893498Z Fetched 27.2 MB in 11s (2489 kB/s)
2025-08-20T22:01:01.6530079Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:01:01.6562557Z (Reading database ... 
2025-08-20T22:01:01.6562821Z (Reading database ... 5%
2025-08-20T22:01:01.6563021Z (Reading database ... 10%
2025-08-20T22:01:01.6563220Z (Reading database ... 15%
2025-08-20T22:01:01.6563414Z (Reading database ... 20%
2025-08-20T22:01:01.6563740Z (Reading database ... 25%
2025-08-20T22:01:01.6563939Z (Reading database ... 30%
2025-08-20T22:01:01.6564169Z (Reading database ... 35%
2025-08-20T22:01:01.6564363Z (Reading database ... 40%
2025-08-20T22:01:01.6564555Z (Reading database ... 45%
2025-08-20T22:01:01.6564750Z (Reading database ... 50%
2025-08-20T22:01:01.6585396Z (Reading database ... 55%
2025-08-20T22:01:01.6672466Z (Reading database ... 60%
2025-08-20T22:01:01.6712961Z (Reading database ... 65%
2025-08-20T22:01:01.6727474Z (Reading database ... 70%
2025-08-20T22:01:01.6747774Z (Reading database ... 75%
2025-08-20T22:01:01.6780450Z (Reading database ... 80%
2025-08-20T22:01:01.6953141Z (Reading database ... 85%
2025-08-20T22:01:01.6971809Z (Reading database ... 90%
2025-08-20T22:01:01.7070253Z (Reading database ... 95%
2025-08-20T22:01:01.7070497Z (Reading database ... 100%
2025-08-20T22:01:01.7070793Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:01:01.7107299Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:01:01.7342865Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:01:01.9195613Z Selecting previously unselected package poppler-data.
2025-08-20T22:01:01.9376442Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:01:01.9479651Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:01:02.1032471Z Selecting previously unselected package b3sum.
2025-08-20T22:01:02.1207491Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:01:02.1278183Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:01:02.2070990Z Selecting previously unselected package build-essential.
2025-08-20T22:01:02.2240428Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:01:02.2318822Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:01:02.3272344Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:01:02.3427835Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:01:02.3615693Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:01:02.4556957Z Selecting previously unselected package ccache.
2025-08-20T22:01:02.4718533Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:01:02.4795480Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:01:02.5663147Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:01:02.5837837Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:01:02.5939492Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:01:02.6794855Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:01:02.6974991Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:01:02.7053415Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:01:02.7903754Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:01:02.8075671Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:01:02.8172292Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:01:02.9332380Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:01:02.9492405Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:01:03.0148293Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:01:03.2131498Z Selecting previously unselected package libgs-common.
2025-08-20T22:01:03.2308867Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:01:03.2429945Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:03.3195201Z Selecting previously unselected package libgs10-common.
2025-08-20T22:01:03.3370198Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:01:03.3458683Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:03.4586024Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:01:03.4734118Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:01:03.4806577Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:01:03.6263540Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:01:03.6418485Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:01:03.6533718Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:01:03.7401717Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:01:03.7578262Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:01:03.7697465Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:01:03.8788548Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:01:03.8968959Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:01:03.9067476Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:01:03.9869871Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:01:04.0058415Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:01:04.0155682Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:04.1981582Z Selecting previously unselected package ghostscript.
2025-08-20T22:01:04.2139829Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:01:04.2211510Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:04.3189654Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:01:04.3375906Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:01:04.3487319Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:04.6923338Z Selecting previously unselected package imagemagick.
2025-08-20T22:01:04.7082298Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:01:04.7166951Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:04.7810494Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:01:04.7959734Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:01:04.8084156Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:01:04.9043325Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:01:04.9224188Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:01:04.9302962Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:01:05.0217053Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:01:05.0392440Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:01:05.0517426Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:01:05.1303825Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:01:05.1472291Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:01:05.1564400Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:01:05.2245198Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:01:05.2392772Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:01:05.2508205Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:01:05.3223893Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:01:05.3382530Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:01:05.3527241Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:01:05.4527117Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:01:05.4704570Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:01:05.4781634Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:01:05.5532285Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:01:05.5711839Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:01:05.5793411Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:05.6671520Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:01:05.6843541Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:01:05.7004679Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:01:05.7678559Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:01:05.7836196Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:01:05.7912150Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:01:05.8600617Z Selecting previously unselected package libtool-bin.
2025-08-20T22:01:05.8761825Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:01:05.8862339Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:01:05.9851774Z Selecting previously unselected package lzip.
2025-08-20T22:01:06.0018492Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:01:06.0106657Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:01:06.0878131Z Selecting previously unselected package netpbm.
2025-08-20T22:01:06.1061704Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:01:06.1143345Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:01:06.3588174Z Selecting previously unselected package musl:arm64.
2025-08-20T22:01:06.3750566Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:01:06.3835370Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:01:06.4851966Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:01:06.5009017Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:01:06.5082664Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:01:06.6158877Z Selecting previously unselected package musl-tools.
2025-08-20T22:01:06.6341247Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:01:06.6458623Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:01:06.7379424Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:01:06.8974860Z 
2025-08-20T22:01:06.8975335Z Creating config file /etc/papersize with new version
2025-08-20T22:01:06.9906415Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:01:07.0217337Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:01:07.0600858Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:01:07.1073657Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:01:07.1375369Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:07.1749859Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:01:07.2153136Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:01:07.2388065Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:01:07.3201016Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:01:07.3403475Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:01:07.3916028Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:01:07.4229719Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:01:07.4319515Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:01:07.4420962Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:01:07.4625573Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:01:07.4951428Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:01:07.5249687Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:01:07.5585184Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:01:07.5793450Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:07.6057392Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:01:07.6126666Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:01:07.6212773Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:01:07.6305952Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:01:07.6377678Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:01:07.6451145Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:01:07.6557125Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:01:07.6645077Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:01:07.6720924Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:01:07.6801942Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:01:07.6887950Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:01:07.6962164Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:01:07.7143863Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:01:07.7216664Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:01:07.7294919Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:01:07.7369278Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:01:07.7529025Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:01:07.7605045Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:01:07.7682015Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:01:07.7756420Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:01:07.7830258Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:01:07.7958312Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:01:07.8110092Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:01:07.8320630Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:01:07.8856441Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:01:07.9203758Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:01:07.9796181Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:01:08.0066660Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:01:08.0328136Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:01:08.0639677Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:01:08.0798840Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:01:08.0974587Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:01:08.1209181Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:01:08.2190266Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:01:08.2412138Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:01:08.2714771Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:08.3066931Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:01:08.3369873Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:01:08.5675890Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:01:08.5879851Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:08.6171754Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:08.6406218Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:01:08.6761802Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:01:08.7688658Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:01:09.1381411Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:01:10.4246495Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:01:10.4691252Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:13.2526156Z Reading package lists...
2025-08-20T22:01:13.4963531Z Building dependency tree...
2025-08-20T22:01:13.4971194Z Reading state information...
2025-08-20T22:01:13.7774048Z autoconf is already the newest version (2.71-3).
2025-08-20T22:01:13.7774461Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:01:13.7774824Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:13.7775154Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:01:13.7775497Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:01:13.7775861Z ca-certificates is already the newest version (20240203).
2025-08-20T22:01:13.7776179Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:01:13.7776471Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:01:13.7776774Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:01:13.7777082Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:01:13.7777394Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:01:13.7778006Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:01:13.7778718Z patch set to manually installed.
2025-08-20T22:01:13.7779022Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:01:13.7779350Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:01:13.7779657Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:01:13.7779960Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:13.7780222Z Suggested packages:
2025-08-20T22:01:13.7780400Z   scons-doc
2025-08-20T22:01:13.7945397Z The following NEW packages will be installed:
2025-08-20T22:01:13.7953410Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:01:13.9083705Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:13.9084107Z Need to get 17.8 MB of archives.
2025-08-20T22:01:13.9084404Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:01:13.9085351Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:01:14.2004488Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:01:14.2472861Z 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:01:14.6055487Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:01:14.6554829Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:01:14.9216864Z Fetched 17.8 MB in 1s (20.9 MB/s)
2025-08-20T22:01:14.9654341Z Selecting previously unselected package autopoint.
2025-08-20T22:01:14.9687755Z (Reading database ... 
2025-08-20T22:01:14.9688260Z (Reading database ... 5%
2025-08-20T22:01:14.9688481Z (Reading database ... 10%
2025-08-20T22:01:14.9688689Z (Reading database ... 15%
2025-08-20T22:01:14.9688886Z (Reading database ... 20%
2025-08-20T22:01:14.9689108Z (Reading database ... 25%
2025-08-20T22:01:14.9689337Z (Reading database ... 30%
2025-08-20T22:01:14.9689532Z (Reading database ... 35%
2025-08-20T22:01:14.9689730Z (Reading database ... 40%
2025-08-20T22:01:14.9689923Z (Reading database ... 45%
2025-08-20T22:01:14.9690118Z (Reading database ... 50%
2025-08-20T22:01:14.9710846Z (Reading database ... 55%
2025-08-20T22:01:14.9800042Z (Reading database ... 60%
2025-08-20T22:01:14.9843055Z (Reading database ... 65%
2025-08-20T22:01:14.9857966Z (Reading database ... 70%
2025-08-20T22:01:14.9879670Z (Reading database ... 75%
2025-08-20T22:01:14.9916133Z (Reading database ... 80%
2025-08-20T22:01:15.0100283Z (Reading database ... 85%
2025-08-20T22:01:15.0127807Z (Reading database ... 90%
2025-08-20T22:01:15.0229245Z (Reading database ... 95%
2025-08-20T22:01:15.0229475Z (Reading database ... 100%
2025-08-20T22:01:15.0229771Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:01:15.0269956Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:01:15.0354063Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:01:15.1384155Z Selecting previously unselected package clang.
2025-08-20T22:01:15.1573359Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:01:15.1651215Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:01:15.2364166Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:01:15.2533811Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:01:15.2616044Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:01:16.2297338Z Selecting previously unselected package scons.
2025-08-20T22:01:16.2468086Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:01:16.2585435Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:01:16.3613109Z Selecting previously unselected package byacc.
2025-08-20T22:01:16.3782935Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:01:16.3867848Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:01:16.4809770Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:01:16.5103349Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:01:16.5506267Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:01:16.6168696Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:01:17.0039488Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:01:17.0340691Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:18.3785076Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:01:19.7117436Z Reading package lists...
2025-08-20T22:01:19.9556871Z Building dependency tree...
2025-08-20T22:01:19.9564870Z Reading state information...
2025-08-20T22:01:20.2198500Z The following additional packages will be installed:
2025-08-20T22:01:20.2198888Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:01:20.2199237Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:01:20.2199661Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:01:20.2200150Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:01:20.2200596Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:01:20.2201019Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:01:20.2201483Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:01:20.2202323Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:01:20.2203862Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:01:20.2213983Z Suggested packages:
2025-08-20T22:01:20.2214251Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:01:20.2214645Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:01:20.2215050Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:01:20.2215460Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:01:20.2215835Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:01:20.2216245Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:01:20.2216707Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:01:20.2217177Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:01:20.2217549Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:01:20.2217874Z Recommended packages:
2025-08-20T22:01:20.2218159Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:01:20.2218602Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:01:20.2218999Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:01:20.2219362Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:01:20.2219687Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:01:20.2403723Z The following NEW packages will be installed:
2025-08-20T22:01:20.2405194Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:01:20.2405613Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:01:20.2406013Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:01:20.2406496Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:01:20.2406962Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:01:20.2407387Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:01:20.2408023Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:01:20.2409138Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:01:20.2412552Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:01:20.3999256Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:20.4000441Z Need to get 2409 kB of archives.
2025-08-20T22:01:20.4000818Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:01:20.4001337Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:01:20.4463966Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:01:20.5024949Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:01:20.5964954Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:01:20.6453136Z 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:01:20.6973106Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:01:20.7577514Z 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:01:20.8074211Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:01:20.8593994Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:01:20.9106159Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:01:20.9642273Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:01:21.0165549Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:01:21.0661788Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:01:21.1184695Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:01:21.1733156Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:01:21.2404445Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:01:21.2911780Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:01:21.5129441Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:01:21.5615686Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:01:21.6095311Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:01:21.6561231Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:01:21.7505124Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:01:21.8062234Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:01:21.8533147Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:01:21.8998889Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:01:21.9468853Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:01:21.9934403Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:01:22.0465848Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:01:22.0961099Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:01:22.1434577Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:01:22.4598297Z Fetched 2409 kB in 2s (1236 kB/s)
2025-08-20T22:01:22.4865716Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:01:22.4897163Z (Reading database ... 
2025-08-20T22:01:22.4897392Z (Reading database ... 5%
2025-08-20T22:01:22.4897696Z (Reading database ... 10%
2025-08-20T22:01:22.4897901Z (Reading database ... 15%
2025-08-20T22:01:22.4898137Z (Reading database ... 20%
2025-08-20T22:01:22.4898332Z (Reading database ... 25%
2025-08-20T22:01:22.4898548Z (Reading database ... 30%
2025-08-20T22:01:22.4898743Z (Reading database ... 35%
2025-08-20T22:01:22.4898934Z (Reading database ... 40%
2025-08-20T22:01:22.4899122Z (Reading database ... 45%
2025-08-20T22:01:22.4899321Z (Reading database ... 50%
2025-08-20T22:01:22.4921001Z (Reading database ... 55%
2025-08-20T22:01:22.5006458Z (Reading database ... 60%
2025-08-20T22:01:22.5047432Z (Reading database ... 65%
2025-08-20T22:01:22.5061841Z (Reading database ... 70%
2025-08-20T22:01:22.5082319Z (Reading database ... 75%
2025-08-20T22:01:22.5117055Z (Reading database ... 80%
2025-08-20T22:01:22.5282404Z (Reading database ... 85%
2025-08-20T22:01:22.5308163Z (Reading database ... 90%
2025-08-20T22:01:22.5400854Z (Reading database ... 95%
2025-08-20T22:01:22.5401111Z (Reading database ... 100%
2025-08-20T22:01:22.5401409Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:01:22.5436366Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:01:22.5522898Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:01:22.6273974Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:01:22.6445689Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:01:22.6568165Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:01:22.7207516Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:01:22.7379762Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:01:22.7538447Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:01:22.8255547Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:01:22.8415244Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:01:22.8509341Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:01:22.9204675Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:01:22.9375449Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:01:22.9468948Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:01:23.0277860Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:01:23.0460727Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:01:23.0585823Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:01:23.1310789Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:01:23.1489537Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:01:23.2164214Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:01:23.2833061Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:01:23.3007210Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:01:23.3110672Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:01:23.3817823Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:01:23.3971501Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:01:23.4115367Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:01:23.4929594Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:01:23.5085977Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:01:23.5157687Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:01:23.5755467Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:01:23.5934552Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:01:23.6053948Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:01:23.6814104Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:01:23.6995775Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:01:23.7085812Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:01:23.8442811Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:01:23.8612025Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:01:23.8734622Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:01:23.9389717Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:01:23.9548794Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:01:23.9631607Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:01:24.0328102Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:01:24.0484487Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:01:24.0602456Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:01:24.1393879Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:01:24.1564929Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:01:24.1666992Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:01:24.2305426Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:01:24.2486723Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:01:24.2618424Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:01:24.3272122Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:01:24.3459612Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:01:24.3535924Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:01:24.4090874Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:01:24.4268743Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:01:24.4380364Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:01:24.5085445Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:01:24.5244847Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:01:24.5342378Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:01:24.8062790Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:01:24.8246055Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:01:24.8326547Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:01:24.9230833Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:01:24.9406780Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:01:24.9544428Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:01:25.0263712Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:01:25.0437784Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:01:25.0556282Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:01:25.1175457Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:01:25.1334903Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:01:25.1442346Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:01:25.2271619Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:01:25.2436494Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:01:25.2532323Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:01:25.3981172Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:01:25.4157764Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:01:25.4248927Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:01:25.5483287Z Selecting previously unselected package libwww-perl.
2025-08-20T22:01:25.5661403Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:01:25.5842811Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:01:25.7006678Z Selecting previously unselected package patchutils.
2025-08-20T22:01:25.7167388Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:01:25.7244819Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:01:25.8216982Z Selecting previously unselected package wdiff.
2025-08-20T22:01:25.8376311Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:01:25.8498514Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:01:25.9551209Z Selecting previously unselected package devscripts.
2025-08-20T22:01:25.9732481Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:01:25.9960742Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:01:26.1643965Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:01:26.1943176Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:01:26.2177278Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:01:26.2456273Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:01:26.2803392Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:01:26.3050607Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:01:26.3282587Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:01:26.3669179Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:01:26.4026936Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:01:26.4250371Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:01:26.4508632Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:01:26.4703180Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:01:26.5118047Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:01:26.5416655Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:01:26.5768636Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:01:26.6119393Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:01:26.6406654Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:01:26.6697110Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:01:26.6980190Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:01:26.7225128Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:01:26.7514253Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:01:26.7800012Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:01:26.8128971Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:01:26.8386505Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:01:26.8639477Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:01:26.8864553Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:01:26.9188962Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:01:26.9446241Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:01:26.9767733Z Setting up devscripts (2.23.7) ...
2025-08-20T22:01:27.1245367Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:01:27.1546577Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:28.7216795Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:01:30.0043215Z Reading package lists...
2025-08-20T22:01:30.2226516Z Building dependency tree...
2025-08-20T22:01:30.2232939Z Reading state information...
2025-08-20T22:01:30.4616130Z The following additional packages will be installed:
2025-08-20T22:01:30.4621754Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:01:30.4629803Z Suggested packages:
2025-08-20T22:01:30.4630020Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:01:30.4780052Z The following NEW packages will be installed:
2025-08-20T22:01:30.4786857Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:01:30.5900048Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:30.5900416Z Need to get 12.7 MB of archives.
2025-08-20T22:01:30.5900710Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:01:30.5901224Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:01:30.7599299Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:01:30.8663642Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:01:31.0974091Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:01:31.4897935Z Fetched 12.7 MB in 1s (16.9 MB/s)
2025-08-20T22:01:31.5289666Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:01:31.5323488Z (Reading database ... 
2025-08-20T22:01:31.5323764Z (Reading database ... 5%
2025-08-20T22:01:31.5323968Z (Reading database ... 10%
2025-08-20T22:01:31.5324164Z (Reading database ... 15%
2025-08-20T22:01:31.5324360Z (Reading database ... 20%
2025-08-20T22:01:31.5325383Z (Reading database ... 25%
2025-08-20T22:01:31.5325601Z (Reading database ... 30%
2025-08-20T22:01:31.5325794Z (Reading database ... 35%
2025-08-20T22:01:31.5325987Z (Reading database ... 40%
2025-08-20T22:01:31.5326697Z (Reading database ... 45%
2025-08-20T22:01:31.5326896Z (Reading database ... 50%
2025-08-20T22:01:31.5344153Z (Reading database ... 55%
2025-08-20T22:01:31.5430614Z (Reading database ... 60%
2025-08-20T22:01:31.5472194Z (Reading database ... 65%
2025-08-20T22:01:31.5487010Z (Reading database ... 70%
2025-08-20T22:01:31.5510769Z (Reading database ... 75%
2025-08-20T22:01:31.5543179Z (Reading database ... 80%
2025-08-20T22:01:31.5712230Z (Reading database ... 85%
2025-08-20T22:01:31.5737940Z (Reading database ... 90%
2025-08-20T22:01:31.5832227Z (Reading database ... 95%
2025-08-20T22:01:31.5832490Z (Reading database ... 100%
2025-08-20T22:01:31.5832791Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:01:31.5867926Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:01:31.6075636Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:01:31.6954162Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:01:31.7143988Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:01:31.7233110Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:01:31.8270732Z Selecting previously unselected package cmake-data.
2025-08-20T22:01:31.8451302Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:01:31.8641364Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:01:32.8643339Z Selecting previously unselected package cmake.
2025-08-20T22:01:32.8831508Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:01:32.9007707Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:01:33.1301926Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:01:33.1716613Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:01:33.2009393Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:01:33.2906378Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:01:33.3309212Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:34.7724145Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:01:36.0174928Z Reading package lists...
2025-08-20T22:01:36.2176716Z Building dependency tree...
2025-08-20T22:01:36.2183254Z Reading state information...
2025-08-20T22:01:36.4727929Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:01:36.4728338Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:01:36.4728667Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:01:36.4729377Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:36.4729697Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:01:36.4730042Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:01:36.4730389Z ca-certificates is already the newest version (20240203).
2025-08-20T22:01:36.4730690Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:01:36.4730987Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:01:36.4731310Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:01:36.4731602Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:01:36.4731885Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:01:36.4732222Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:01:36.4732572Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:01:36.4732878Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:01:36.4733187Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:01:36.4733506Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:01:36.4733837Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:01:36.4734113Z musl is already the newest version (1.2.4-2).
2025-08-20T22:01:36.4734384Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:01:36.4734671Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:01:36.4735005Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:01:36.4735572Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:01:36.4735872Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:01:36.4736169Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:36.4736500Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:36.4916372Z Reading package lists...
2025-08-20T22:01:36.6866152Z Building dependency tree...
2025-08-20T22:01:36.6874509Z Reading state information...
2025-08-20T22:01:36.9427402Z autoconf is already the newest version (2.71-3).
2025-08-20T22:01:36.9427931Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:01:36.9428281Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:01:36.9428616Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:36.9428943Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:01:36.9429303Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:01:36.9429634Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:01:36.9429950Z ca-certificates is already the newest version (20240203).
2025-08-20T22:01:36.9430262Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:01:36.9430558Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:01:36.9430850Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:01:36.9431156Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:01:36.9431474Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:01:36.9431789Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:01:36.9432101Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:01:36.9432411Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:01:36.9432735Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:01:36.9433107Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:01:36.9433455Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:01:36.9433745Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:01:36.9434054Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:36.9434382Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:36.9618362Z Reading package lists...
2025-08-20T22:01:37.1693313Z Building dependency tree...
2025-08-20T22:01:37.1701094Z Reading state information...
2025-08-20T22:01:37.4271180Z devscripts is already the newest version (2.23.7).
2025-08-20T22:01:37.4271586Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:37.4455392Z Reading package lists...
2025-08-20T22:01:37.6357141Z Building dependency tree...
2025-08-20T22:01:37.6365098Z Reading state information...
2025-08-20T22:01:37.8894360Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:01:37.8895370Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:37.9089080Z Reading package lists...
2025-08-20T22:01:38.1183630Z Building dependency tree...
2025-08-20T22:01:38.1190867Z Reading state information...
2025-08-20T22:01:38.3639031Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:38.3639465Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:01:38.4028679Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:38.4484583Z Reading package lists...
2025-08-20T22:01:38.6600123Z Building dependency tree...
2025-08-20T22:01:38.6608938Z Reading state information...
2025-08-20T22:01:38.8889211Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:01:38.8890083Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:01:38.8890477Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:01:38.8891214Z The following additional packages will be installed:
2025-08-20T22:01:38.8891545Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:01:38.8891944Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:01:38.8892396Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:01:38.8892786Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:01:38.8893174Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:01:38.8893619Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:01:38.8894037Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:01:38.8894444Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:01:38.8894821Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:01:38.8895210Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:01:38.8895640Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:01:38.8895985Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:01:38.8896358Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:01:38.8896801Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:01:38.8897145Z   linux-libc-dev-armhf-cross
2025-08-20T22:01:38.8904905Z Suggested packages:
2025-08-20T22:01:38.8905214Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:01:38.8905586Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:01:38.9236490Z The following NEW packages will be installed:
2025-08-20T22:01:38.9238852Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:01:38.9239283Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:01:38.9239734Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:01:38.9243003Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:01:38.9243423Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:01:38.9243818Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:01:38.9244234Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:01:38.9244623Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:01:38.9245334Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:01:38.9245741Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:01:38.9246151Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:01:38.9246569Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:01:38.9246934Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:01:38.9247319Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:01:38.9248012Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:01:39.0838038Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:39.0838399Z Need to get 112 MB of archives.
2025-08-20T22:01:39.0838700Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:01:39.0839393Z 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:01:39.2292939Z 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:01:39.6399162Z 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:01:39.6865754Z 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:01:39.8417126Z 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:01:39.8879426Z 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:01:39.9346998Z 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:01:40.0011986Z 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:01:40.0480822Z 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:01:40.0945549Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:01:40.1471222Z 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:01:40.1937304Z 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:01:40.2410555Z 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:01:40.2877448Z 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:01:40.3509051Z 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:01:40.4010767Z 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:01:40.5410019Z 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:01:40.5928345Z 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:01:40.8858920Z 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:01:40.9461030Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:01:41.0073821Z 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:01:41.0798012Z 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:01:41.2460480Z 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:01:41.3286049Z 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:01:41.3751336Z 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:01:41.4219255Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:01:41.4815078Z 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:01:41.5280634Z 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:01:41.5751435Z 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:01:41.6218520Z 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:01:41.6985425Z 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:01:41.7513121Z 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:01:41.8092402Z 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:01:41.9517140Z 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:01:42.2019495Z 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:01:42.2622916Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:01:42.3229161Z 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:01:42.3947831Z 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:01:42.5604656Z 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:01:42.6068859Z 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:01:42.6535008Z 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:01:42.7002303Z 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:01:42.9884568Z Fetched 112 MB in 4s (29.8 MB/s)
2025-08-20T22:01:43.0280761Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:01:43.0314959Z (Reading database ... 
2025-08-20T22:01:43.0315168Z (Reading database ... 5%
2025-08-20T22:01:43.0315371Z (Reading database ... 10%
2025-08-20T22:01:43.0315566Z (Reading database ... 15%
2025-08-20T22:01:43.0315758Z (Reading database ... 20%
2025-08-20T22:01:43.0316161Z (Reading database ... 25%
2025-08-20T22:01:43.0316457Z (Reading database ... 30%
2025-08-20T22:01:43.0317100Z (Reading database ... 35%
2025-08-20T22:01:43.0317404Z (Reading database ... 40%
2025-08-20T22:01:43.0322078Z (Reading database ... 45%
2025-08-20T22:01:43.0322297Z (Reading database ... 50%
2025-08-20T22:01:43.0338764Z (Reading database ... 55%
2025-08-20T22:01:43.0425355Z (Reading database ... 60%
2025-08-20T22:01:43.0467006Z (Reading database ... 65%
2025-08-20T22:01:43.0482592Z (Reading database ... 70%
2025-08-20T22:01:43.0510747Z (Reading database ... 75%
2025-08-20T22:01:43.0537916Z (Reading database ... 80%
2025-08-20T22:01:43.0705126Z (Reading database ... 85%
2025-08-20T22:01:43.0730993Z (Reading database ... 90%
2025-08-20T22:01:43.0831790Z (Reading database ... 95%
2025-08-20T22:01:43.0832008Z (Reading database ... 100%
2025-08-20T22:01:43.0832302Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:01:43.0865126Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:43.1066250Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:43.3601596Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:01:43.3758431Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:43.3879566Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:43.6269820Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:01:43.6445821Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:43.6678064Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:43.7515258Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:01:43.7667173Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:43.7766773Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:44.0002757Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:01:44.0163953Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:01:44.0237314Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:44.0904629Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:01:44.1082576Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:01:44.1168741Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:44.2042521Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:01:44.2210164Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:01:44.2432184Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:01:44.4034103Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:01:44.4192408Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:44.4263974Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:44.5132634Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:01:44.5292868Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:44.5490427Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:44.6257523Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:01:44.6459932Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:44.6610070Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:44.7630936Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:01:44.7804302Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:44.7960569Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:44.8734939Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:01:44.8911615Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:44.9030051Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:44.9880683Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:01:45.0030271Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:45.0160024Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:45.1049661Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:01:45.1203343Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:45.1406083Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:45.2753562Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:01:45.2931345Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:45.3100217Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:45.4020196Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:01:45.4185798Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:45.4276692Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:45.5313689Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:01:45.5479769Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:45.5587335Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:45.6714067Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:01:45.6869106Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:45.7053162Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:46.1377013Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:01:46.1533163Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:01:46.1743693Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:46.4678116Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:01:46.4850055Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:46.5117977Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:46.6965436Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:01:46.7122323Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:46.7200394Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:46.9776886Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:01:46.9961132Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:47.0157905Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:47.2692235Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:01:47.2861533Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:01:47.2958071Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:01:47.4436336Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:01:47.4615050Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:47.4736481Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:47.5785712Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:01:47.5961903Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:47.6084945Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:47.6960494Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:01:47.7137157Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:47.7218104Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:47.8163931Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:01:47.8326634Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:47.8477205Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:47.9350251Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:01:47.9511103Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:47.9702798Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.0476002Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:01:48.0661038Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:48.0742440Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.1963876Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:01:48.2148870Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:48.2650767Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.4173811Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:01:48.4334290Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:48.4437126Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.5469445Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:01:48.5651664Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:48.5749855Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.7275992Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:01:48.7449282Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:48.7579332Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:48.8685732Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:01:48.8855661Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:48.9052157Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:49.3101940Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:01:49.3276858Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:01:49.3347873Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:49.6233445Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:01:49.6391582Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:49.6510052Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:49.8077196Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:01:49.8257902Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:49.8332105Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:50.1158594Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:01:50.1325427Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:01:50.1576710Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:50.4588053Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:01:50.4763346Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:01:50.4851496Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:50.5472719Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:01:50.5641976Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:01:50.5736001Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:50.6343322Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:01:50.6503595Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:01:50.6600367Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:50.7198921Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:01:50.7359634Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:01:50.7515596Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:50.8438477Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:01:50.8731077Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:51.0153503Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.0542006Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.0842387Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.1217418Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:51.1465197Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.1751816Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:51.2148251Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:51.2696373Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.3117203Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.3333606Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:51.3734931Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:01:51.4101217Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.4354637Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.4690540Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.4968281Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.5249960Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.5564014Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.5820506Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.6137477Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:51.6401614Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.6800942Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.7206370Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:51.7578058Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.7831948Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.8145287Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.8484901Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:51.8725801Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.9039586Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.9272373Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.9549926Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:51.9783880Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.0136268Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.0724109Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:52.1049911Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.1312533Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.1702669Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.2154741Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:52.2400116Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:52.3247476Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:52.3915305Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:52.4275175Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:01:52.4474846Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:01:52.4635199Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:53.8520883Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:01:55.1965992Z Reading package lists...
2025-08-20T22:01:55.4366776Z Building dependency tree...
2025-08-20T22:01:55.4375083Z Reading state information...
2025-08-20T22:01:55.7059460Z The following additional packages will be installed:
2025-08-20T22:01:55.7060089Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:01:55.7065846Z   libpcap0.8-dev
2025-08-20T22:01:55.7360874Z The following NEW packages will be installed:
2025-08-20T22:01:55.7361924Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:01:55.7367933Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:01:55.7568806Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:01:55.9304027Z Need to get 1640 kB of archives.
2025-08-20T22:01:55.9304427Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:01:55.9305000Z 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:01:56.1713638Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:01:56.2356981Z 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:01:56.3003509Z 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:01:56.3859871Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:01:56.5213559Z 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:01:56.5784640Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:01:56.6256822Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:01:56.8887894Z Fetched 1640 kB in 1s (1914 kB/s)
2025-08-20T22:01:56.9402068Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:01:56.9437431Z (Reading database ... 
2025-08-20T22:01:56.9437765Z (Reading database ... 5%
2025-08-20T22:01:56.9437965Z (Reading database ... 10%
2025-08-20T22:01:56.9438167Z (Reading database ... 15%
2025-08-20T22:01:56.9438358Z (Reading database ... 20%
2025-08-20T22:01:56.9439165Z (Reading database ... 25%
2025-08-20T22:01:56.9439578Z (Reading database ... 30%
2025-08-20T22:01:56.9440154Z (Reading database ... 35%
2025-08-20T22:01:56.9440367Z (Reading database ... 40%
2025-08-20T22:01:56.9440575Z (Reading database ... 45%
2025-08-20T22:01:56.9440771Z (Reading database ... 50%
2025-08-20T22:01:56.9461919Z (Reading database ... 55%
2025-08-20T22:01:56.9549518Z (Reading database ... 60%
2025-08-20T22:01:56.9590183Z (Reading database ... 65%
2025-08-20T22:01:56.9605390Z (Reading database ... 70%
2025-08-20T22:01:56.9633321Z (Reading database ... 75%
2025-08-20T22:01:56.9760368Z (Reading database ... 80%
2025-08-20T22:01:56.9835591Z (Reading database ... 85%
2025-08-20T22:01:56.9899295Z (Reading database ... 90%
2025-08-20T22:01:56.9988107Z (Reading database ... 95%
2025-08-20T22:01:56.9988334Z (Reading database ... 100%
2025-08-20T22:01:56.9988630Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:01:57.0030897Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:01:57.0134533Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:01:57.1733402Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:01:57.1913906Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:01:57.2106158Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:01:57.2855888Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:01:57.3017976Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:01:57.3108412Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:57.3891487Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:01:57.4058564Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:01:57.4175635Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:57.4979779Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:01:57.5169138Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:01:57.5256194Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:01:57.6348365Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:01:57.6527545Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:01:57.6645229Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:57.7417857Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:01:57.7599821Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:01:57.7681369Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:57.8739734Z Selecting previously unselected package pcaputils.
2025-08-20T22:01:57.8900832Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:01:57.9022616Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:01:58.0134462Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:01:58.0447807Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:01:58.2146052Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:58.2409779Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:01:58.2869342Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:01:58.5184549Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:58.5559533Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:01:58.5823771Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:01:58.6238211Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:00.3349331Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:02:00.4000382Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:02:00.4311600Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:02:01.6835216Z Reading package lists...
2025-08-20T22:02:01.9065303Z Building dependency tree...
2025-08-20T22:02:01.9073598Z Reading state information...
2025-08-20T22:02:01.9488530Z Reading package lists...
2025-08-20T22:02:02.1719338Z Building dependency tree...
2025-08-20T22:02:02.1727107Z Reading state information...
2025-08-20T22:02:02.4084426Z The following additional packages will be installed:
2025-08-20T22:02:02.4090150Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:02:02.4098381Z Suggested packages:
2025-08-20T22:02:02.4098699Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:02:02.4099105Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:02:02.4264391Z The following NEW packages will be installed:
2025-08-20T22:02:02.4265343Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:02:02.4270073Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:02:02.6482037Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:02:02.6482385Z Need to get 801 kB of archives.
2025-08-20T22:02:02.6482712Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:02:02.6483204Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:02:02.7643703Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:02:02.8603490Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:02:03.0207282Z 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:02:03.0710156Z 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:02:03.1186957Z 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:02:03.1786757Z 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:02:03.2254821Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:02:03.2739763Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:02:03.5357802Z Fetched 801 kB in 1s (954 kB/s)
2025-08-20T22:02:03.5798398Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:02:03.5833393Z (Reading database ... 
2025-08-20T22:02:03.5833655Z (Reading database ... 5%
2025-08-20T22:02:03.5833853Z (Reading database ... 10%
2025-08-20T22:02:03.5834046Z (Reading database ... 15%
2025-08-20T22:02:03.5834246Z (Reading database ... 20%
2025-08-20T22:02:03.5834440Z (Reading database ... 25%
2025-08-20T22:02:03.5834634Z (Reading database ... 30%
2025-08-20T22:02:03.5834829Z (Reading database ... 35%
2025-08-20T22:02:03.5835022Z (Reading database ... 40%
2025-08-20T22:02:03.5835359Z (Reading database ... 45%
2025-08-20T22:02:03.5836044Z (Reading database ... 50%
2025-08-20T22:02:03.5856527Z (Reading database ... 55%
2025-08-20T22:02:03.5944889Z (Reading database ... 60%
2025-08-20T22:02:03.5982816Z (Reading database ... 65%
2025-08-20T22:02:03.5997817Z (Reading database ... 70%
2025-08-20T22:02:03.6025562Z (Reading database ... 75%
2025-08-20T22:02:03.6145791Z (Reading database ... 80%
2025-08-20T22:02:03.6215034Z (Reading database ... 85%
2025-08-20T22:02:03.6276540Z (Reading database ... 90%
2025-08-20T22:02:03.6357549Z (Reading database ... 95%
2025-08-20T22:02:03.6357903Z (Reading database ... 100%
2025-08-20T22:02:03.6358199Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:02:03.6393589Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:02:03.6597230Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:02:03.7274040Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:02:03.7457811Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:02:03.7553168Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:02:03.8337134Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:02:03.8531516Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:02:03.8628857Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:02:04.0349573Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:02:04.0504971Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:02:04.0604961Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:02:04.1399157Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:02:04.1561461Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:02:04.1660558Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:02:04.2602443Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:02:04.2790780Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:02:04.2950680Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:02:04.3824961Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:02:04.4008918Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:02:04.4109828Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:02:04.5029451Z Selecting previously unselected package lzma.
2025-08-20T22:02:04.5205949Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:02:04.5337235Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:02:04.6139405Z Selecting previously unselected package lzma-dev.
2025-08-20T22:02:04.6311138Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:02:04.6403923Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:02:04.7770348Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:02:04.8043592Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:02:04.8292119Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:02:04.8615512Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:02:04.8892802Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:02:04.9303629Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:02:04.9485349Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:02:04.9763413Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:02:05.0213965Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:02:05.0502710Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:02:05.0853082Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:02:05.1212965Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:06.5185943Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:02:07.8121094Z Reading package lists...
2025-08-20T22:02:08.0522653Z Building dependency tree...
2025-08-20T22:02:08.0532555Z Reading state information...
2025-08-20T22:02:08.3687194Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:02:08.3689023Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:02:08.3689383Z inetutils-telnet set to manually installed.
2025-08-20T22:02:08.3689684Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:02:08.3690019Z The following additional packages will be installed:
2025-08-20T22:02:08.3690286Z   tcpd update-inetd
2025-08-20T22:02:08.3858540Z The following packages will be REMOVED:
2025-08-20T22:02:08.3865202Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:02:08.3866503Z The following NEW packages will be installed:
2025-08-20T22:02:08.3866875Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:02:08.3867279Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:02:08.3874073Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:02:08.4996493Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:02:08.4997223Z Need to get 691 kB of archives.
2025-08-20T22:02:08.4997501Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:02:08.4998238Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:02:08.6542474Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:02:08.7116682Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:02:08.7689768Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:02:08.8363638Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:02:08.9231800Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:02:08.9948745Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:02:09.0616170Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:02:09.1224188Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:02:09.1802777Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:02:09.2459347Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:02:09.3180472Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:02:09.3835591Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:02:09.6193764Z Preconfiguring packages ...
2025-08-20T22:02:09.7340410Z Fetched 691 kB in 1s (692 kB/s)
2025-08-20T22:02:09.7633108Z (Reading database ... 
2025-08-20T22:02:09.7633381Z (Reading database ... 5%
2025-08-20T22:02:09.7633592Z (Reading database ... 10%
2025-08-20T22:02:09.7633790Z (Reading database ... 15%
2025-08-20T22:02:09.7633986Z (Reading database ... 20%
2025-08-20T22:02:09.7634180Z (Reading database ... 25%
2025-08-20T22:02:09.7634377Z (Reading database ... 30%
2025-08-20T22:02:09.7634565Z (Reading database ... 35%
2025-08-20T22:02:09.7634780Z (Reading database ... 40%
2025-08-20T22:02:09.7634974Z (Reading database ... 45%
2025-08-20T22:02:09.7635169Z (Reading database ... 50%
2025-08-20T22:02:09.7655354Z (Reading database ... 55%
2025-08-20T22:02:09.7741791Z (Reading database ... 60%
2025-08-20T22:02:09.7783275Z (Reading database ... 65%
2025-08-20T22:02:09.7798117Z (Reading database ... 70%
2025-08-20T22:02:09.7825848Z (Reading database ... 75%
2025-08-20T22:02:09.7951569Z (Reading database ... 80%
2025-08-20T22:02:09.8023591Z (Reading database ... 85%
2025-08-20T22:02:09.8094499Z (Reading database ... 90%
2025-08-20T22:02:09.8167892Z (Reading database ... 95%
2025-08-20T22:02:09.8168106Z (Reading database ... 100%
2025-08-20T22:02:09.8168400Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:02:09.8200967Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:02:09.9342466Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:02:10.0687524Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:02:10.4853535Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:02:10.4888799Z (Reading database ... 
2025-08-20T22:02:10.4889046Z (Reading database ... 5%
2025-08-20T22:02:10.4889243Z (Reading database ... 10%
2025-08-20T22:02:10.4889450Z (Reading database ... 15%
2025-08-20T22:02:10.4889655Z (Reading database ... 20%
2025-08-20T22:02:10.4889848Z (Reading database ... 25%
2025-08-20T22:02:10.4890041Z (Reading database ... 30%
2025-08-20T22:02:10.4890798Z (Reading database ... 35%
2025-08-20T22:02:10.4891001Z (Reading database ... 40%
2025-08-20T22:02:10.4891535Z (Reading database ... 45%
2025-08-20T22:02:10.4891767Z (Reading database ... 50%
2025-08-20T22:02:10.4911353Z (Reading database ... 55%
2025-08-20T22:02:10.5000330Z (Reading database ... 60%
2025-08-20T22:02:10.5043863Z (Reading database ... 65%
2025-08-20T22:02:10.5060528Z (Reading database ... 70%
2025-08-20T22:02:10.5089852Z (Reading database ... 75%
2025-08-20T22:02:10.5227379Z (Reading database ... 80%
2025-08-20T22:02:10.5307525Z (Reading database ... 85%
2025-08-20T22:02:10.5385461Z (Reading database ... 90%
2025-08-20T22:02:10.5463328Z (Reading database ... 95%
2025-08-20T22:02:10.5463550Z (Reading database ... 100%
2025-08-20T22:02:10.5463840Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:02:10.5500908Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:10.5656150Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:10.6485051Z Selecting previously unselected package tcpd.
2025-08-20T22:02:10.6650193Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:02:10.6762420Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:02:10.7780353Z Selecting previously unselected package update-inetd.
2025-08-20T22:02:10.7946941Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:02:10.8025787Z Unpacking update-inetd (4.53) ...
2025-08-20T22:02:10.9162882Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:02:10.9352600Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:10.9551093Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.0574955Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:02:11.0766463Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.0842469Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.1737234Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:02:11.1901700Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.1990262Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.2982494Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:02:11.3139188Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.3237398Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.4180887Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:02:11.4366617Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.4516994Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.5368393Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:02:11.5561489Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.5668816Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.6678704Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:02:11.6863004Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.7053198Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.7805679Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:02:11.7984301Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:11.8070325Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:02:11.8822203Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:02:11.8991137Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:02:11.9119749Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:02:12.0208064Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:02:12.0393752Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:02:12.0527508Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:02:12.1668213Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:02:12.2037328Z Setting up update-inetd (4.53) ...
2025-08-20T22:02:12.3190783Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:02:12.3421151Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:02:12.3588358Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:12.7138921Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:12.7139378Z 
2025-08-20T22:02:12.7139486Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:02:12.7139674Z 
2025-08-20T22:02:12.7140039Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:12.7140402Z 
2025-08-20T22:02:12.7140905Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:12.7141393Z 
2025-08-20T22:02:12.9518112Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.0047192Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.0280524Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:02:13.0427516Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.0696982Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.1010816Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:02:13.1332612Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.5084245Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:02:13.5084655Z 
2025-08-20T22:02:13.5085145Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:02:13.5085611Z 
2025-08-20T22:02:13.7520740Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:13.8943591Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:14.0078620Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:14.1029081Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:17.1126400Z Reading package lists...
2025-08-20T22:02:17.3439983Z Building dependency tree...
2025-08-20T22:02:17.3447905Z Reading state information...
2025-08-20T22:02:17.6828435Z The following packages will be REMOVED:
2025-08-20T22:02:17.6834270Z   inetutils-ping
2025-08-20T22:02:17.6835618Z The following NEW packages will be installed:
2025-08-20T22:02:17.6843195Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:02:17.6847995Z The following packages will be upgraded:
2025-08-20T22:02:17.6855777Z   iputils-tracepath
2025-08-20T22:02:17.7956120Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:02:17.7956486Z Need to get 84.5 kB of archives.
2025-08-20T22:02:17.7957070Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:02:17.7957896Z 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:02:17.9331938Z 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:02:17.9848256Z 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:02:18.0383320Z 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:02:18.3543469Z Fetched 84.5 kB in 0s (242 kB/s)
2025-08-20T22:02:18.3775424Z (Reading database ... 
2025-08-20T22:02:18.3775682Z (Reading database ... 5%
2025-08-20T22:02:18.3775885Z (Reading database ... 10%
2025-08-20T22:02:18.3776090Z (Reading database ... 15%
2025-08-20T22:02:18.3776283Z (Reading database ... 20%
2025-08-20T22:02:18.3776475Z (Reading database ... 25%
2025-08-20T22:02:18.3776671Z (Reading database ... 30%
2025-08-20T22:02:18.3777316Z (Reading database ... 35%
2025-08-20T22:02:18.3777856Z (Reading database ... 40%
2025-08-20T22:02:18.3778068Z (Reading database ... 45%
2025-08-20T22:02:18.3778262Z (Reading database ... 50%
2025-08-20T22:02:18.3798354Z (Reading database ... 55%
2025-08-20T22:02:18.3885767Z (Reading database ... 60%
2025-08-20T22:02:18.3928008Z (Reading database ... 65%
2025-08-20T22:02:18.3945923Z (Reading database ... 70%
2025-08-20T22:02:18.3971872Z (Reading database ... 75%
2025-08-20T22:02:18.4102890Z (Reading database ... 80%
2025-08-20T22:02:18.4178293Z (Reading database ... 85%
2025-08-20T22:02:18.4255579Z (Reading database ... 90%
2025-08-20T22:02:18.4338605Z (Reading database ... 95%
2025-08-20T22:02:18.4338852Z (Reading database ... 100%
2025-08-20T22:02:18.4339147Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:02:18.4379868Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:18.5980102Z Selecting previously unselected package iputils-ping.
2025-08-20T22:02:18.6015936Z (Reading database ... 
2025-08-20T22:02:18.6016197Z (Reading database ... 5%
2025-08-20T22:02:18.6016403Z (Reading database ... 10%
2025-08-20T22:02:18.6016600Z (Reading database ... 15%
2025-08-20T22:02:18.6016790Z (Reading database ... 20%
2025-08-20T22:02:18.6016986Z (Reading database ... 25%
2025-08-20T22:02:18.6017181Z (Reading database ... 30%
2025-08-20T22:02:18.6017374Z (Reading database ... 35%
2025-08-20T22:02:18.6018159Z (Reading database ... 40%
2025-08-20T22:02:18.6018356Z (Reading database ... 45%
2025-08-20T22:02:18.6018553Z (Reading database ... 50%
2025-08-20T22:02:18.6038684Z (Reading database ... 55%
2025-08-20T22:02:18.6132521Z (Reading database ... 60%
2025-08-20T22:02:18.6174864Z (Reading database ... 65%
2025-08-20T22:02:18.6193161Z (Reading database ... 70%
2025-08-20T22:02:18.6220078Z (Reading database ... 75%
2025-08-20T22:02:18.6356562Z (Reading database ... 80%
2025-08-20T22:02:18.6432572Z (Reading database ... 85%
2025-08-20T22:02:18.6507473Z (Reading database ... 90%
2025-08-20T22:02:18.6585894Z (Reading database ... 95%
2025-08-20T22:02:18.6586119Z (Reading database ... 100%
2025-08-20T22:02:18.6586413Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:02:18.6625530Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:02:18.6753985Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:18.7809324Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:02:18.8236641Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:02:18.9085383Z Selecting previously unselected package iputils-arping.
2025-08-20T22:02:18.9274340Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:02:18.9375065Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.0087901Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:02:19.0264592Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:02:19.0352790Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.1290961Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.1874098Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.2257481Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.2612097Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:19.3036725Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:22.0901401Z Reading package lists...
2025-08-20T22:02:22.3234104Z Building dependency tree...
2025-08-20T22:02:22.3242245Z Reading state information...
2025-08-20T22:02:22.5675822Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:02:22.5970127Z The following packages will be upgraded:
2025-08-20T22:02:22.5970600Z   python3-pip python3-pip-whl
2025-08-20T22:02:22.6138992Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:02:22.7282376Z Need to get 3020 kB of archives.
2025-08-20T22:02:22.7282768Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:02:22.7283350Z 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:02:23.0968704Z 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:02:23.4159731Z Fetched 3020 kB in 1s (5747 kB/s)
2025-08-20T22:02:23.4650802Z (Reading database ... 
2025-08-20T22:02:23.4651091Z (Reading database ... 5%
2025-08-20T22:02:23.4651297Z (Reading database ... 10%
2025-08-20T22:02:23.4651496Z (Reading database ... 15%
2025-08-20T22:02:23.4651695Z (Reading database ... 20%
2025-08-20T22:02:23.4651891Z (Reading database ... 25%
2025-08-20T22:02:23.4652088Z (Reading database ... 30%
2025-08-20T22:02:23.4652280Z (Reading database ... 35%
2025-08-20T22:02:23.4652502Z (Reading database ... 40%
2025-08-20T22:02:23.4652695Z (Reading database ... 45%
2025-08-20T22:02:23.4652898Z (Reading database ... 50%
2025-08-20T22:02:23.4672829Z (Reading database ... 55%
2025-08-20T22:02:23.4762152Z (Reading database ... 60%
2025-08-20T22:02:23.4803999Z (Reading database ... 65%
2025-08-20T22:02:23.4822369Z (Reading database ... 70%
2025-08-20T22:02:23.4847448Z (Reading database ... 75%
2025-08-20T22:02:23.4979269Z (Reading database ... 80%
2025-08-20T22:02:23.5051809Z (Reading database ... 85%
2025-08-20T22:02:23.5120178Z (Reading database ... 90%
2025-08-20T22:02:23.5194523Z (Reading database ... 95%
2025-08-20T22:02:23.5194837Z (Reading database ... 100%
2025-08-20T22:02:23.5195133Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:02:23.5229476Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:02:23.7600142Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:02:23.9619641Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:02:24.0049586Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:02:24.1284371Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:02:24.1567390Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:02:25.0976307Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:27.8926838Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:02:28.2352181Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:29.2188904Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:02:29.3554349Z Collecting pip
2025-08-20T22:02:29.4277336Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:02:29.4584522Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:02:29.5452345Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.1 MB/s eta 0:00:00
2025-08-20T22:02:29.8027472Z Installing collected packages: pip
2025-08-20T22:02:30.5299742Z Successfully installed pip-25.2
2025-08-20T22:02:30.7246008Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:02:30.7669629Z Reading package lists...
2025-08-20T22:02:30.9850023Z Building dependency tree...
2025-08-20T22:02:30.9856660Z Reading state information...
2025-08-20T22:02:31.2225366Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:02:31.2225718Z pciutils set to manually installed.
2025-08-20T22:02:31.2226001Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:02:31.2226336Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:02:31.2226800Z python3-distro set to manually installed.
2025-08-20T22:02:31.2227157Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:02:31.2227488Z python3-netifaces set to manually installed.
2025-08-20T22:02:31.2228451Z The following additional packages will be installed:
2025-08-20T22:02:31.2228752Z   libsysfs2
2025-08-20T22:02:31.2234683Z Suggested packages:
2025-08-20T22:02:31.2234890Z   fancontrol read-edid i2c-tools
2025-08-20T22:02:31.2508484Z The following NEW packages will be installed:
2025-08-20T22:02:31.2510524Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:02:31.2707155Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:02:31.3884985Z Need to get 133 kB of archives.
2025-08-20T22:02:31.3885367Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:02:31.3885879Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:02:31.4852977Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:02:31.5441724Z 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:02:31.6677747Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:02:31.9442899Z Fetched 133 kB in 0s (343 kB/s)
2025-08-20T22:02:31.9924370Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:02:31.9960698Z (Reading database ... 
2025-08-20T22:02:31.9960945Z (Reading database ... 5%
2025-08-20T22:02:31.9961450Z (Reading database ... 10%
2025-08-20T22:02:31.9962080Z (Reading database ... 15%
2025-08-20T22:02:31.9962283Z (Reading database ... 20%
2025-08-20T22:02:31.9962480Z (Reading database ... 25%
2025-08-20T22:02:31.9962675Z (Reading database ... 30%
2025-08-20T22:02:31.9962870Z (Reading database ... 35%
2025-08-20T22:02:31.9963065Z (Reading database ... 40%
2025-08-20T22:02:31.9963261Z (Reading database ... 45%
2025-08-20T22:02:31.9963457Z (Reading database ... 50%
2025-08-20T22:02:31.9985314Z (Reading database ... 55%
2025-08-20T22:02:32.0075728Z (Reading database ... 60%
2025-08-20T22:02:32.0118020Z (Reading database ... 65%
2025-08-20T22:02:32.0136674Z (Reading database ... 70%
2025-08-20T22:02:32.0162236Z (Reading database ... 75%
2025-08-20T22:02:32.0294486Z (Reading database ... 80%
2025-08-20T22:02:32.0371483Z (Reading database ... 85%
2025-08-20T22:02:32.0443063Z (Reading database ... 90%
2025-08-20T22:02:32.0520882Z (Reading database ... 95%
2025-08-20T22:02:32.0521098Z (Reading database ... 100%
2025-08-20T22:02:32.0521392Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:02:32.0559644Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:02:32.0721339Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:02:32.1715192Z Selecting previously unselected package sysfsutils.
2025-08-20T22:02:32.1907424Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:02:32.2097498Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:02:32.3192820Z Selecting previously unselected package lm-sensors.
2025-08-20T22:02:32.3353850Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:02:32.3663244Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:02:32.4424575Z Selecting previously unselected package virt-what.
2025-08-20T22:02:32.4591030Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:02:32.4675734Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:02:32.5750173Z Setting up virt-what (1.25-2) ...
2025-08-20T22:02:32.6072687Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:02:32.6283842Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:02:32.9523988Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:02:32.9524381Z 
2025-08-20T22:02:32.9524840Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:02:32.9525282Z 
2025-08-20T22:02:33.1976249Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:02:33.5085156Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:02:33.5185471Z 
2025-08-20T22:02:33.5185769Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:35.1628262Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:02:36.3858600Z Reading package lists...
2025-08-20T22:02:36.6038402Z Building dependency tree...
2025-08-20T22:02:36.6046869Z Reading state information...
2025-08-20T22:02:36.8423902Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:02:36.8424609Z The following additional packages will be installed:
2025-08-20T22:02:36.8426230Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:02:36.8426578Z   xorg-sgml-doctools
2025-08-20T22:02:36.8434906Z Suggested packages:
2025-08-20T22:02:36.8435116Z   libxcb-doc
2025-08-20T22:02:36.8595401Z The following NEW packages will be installed:
2025-08-20T22:02:36.8597404Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:02:36.8600527Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:02:36.8600883Z   xcb xorg-sgml-doctools
2025-08-20T22:02:37.1013995Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:02:37.1014366Z Need to get 816 kB of archives.
2025-08-20T22:02:37.1014664Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:02:37.1015528Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:02:37.2118414Z 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:02:37.3294655Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:02:37.9769273Z 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:02:38.0878919Z 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:02:38.2002184Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:02:38.3210584Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:02:38.4326804Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:02:38.5428501Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:02:38.6534340Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:02:38.7650561Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:02:39.0379365Z Fetched 816 kB in 2s (430 kB/s)
2025-08-20T22:02:39.0641352Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:02:39.0675761Z (Reading database ... 
2025-08-20T22:02:39.0676002Z (Reading database ... 5%
2025-08-20T22:02:39.0676200Z (Reading database ... 10%
2025-08-20T22:02:39.0676397Z (Reading database ... 15%
2025-08-20T22:02:39.0676592Z (Reading database ... 20%
2025-08-20T22:02:39.0676786Z (Reading database ... 25%
2025-08-20T22:02:39.0677384Z (Reading database ... 30%
2025-08-20T22:02:39.0677683Z (Reading database ... 35%
2025-08-20T22:02:39.0677898Z (Reading database ... 40%
2025-08-20T22:02:39.0678093Z (Reading database ... 45%
2025-08-20T22:02:39.0678285Z (Reading database ... 50%
2025-08-20T22:02:39.0699056Z (Reading database ... 55%
2025-08-20T22:02:39.0785637Z (Reading database ... 60%
2025-08-20T22:02:39.0825860Z (Reading database ... 65%
2025-08-20T22:02:39.0843794Z (Reading database ... 70%
2025-08-20T22:02:39.0868157Z (Reading database ... 75%
2025-08-20T22:02:39.0996958Z (Reading database ... 80%
2025-08-20T22:02:39.1069146Z (Reading database ... 85%
2025-08-20T22:02:39.1140178Z (Reading database ... 90%
2025-08-20T22:02:39.1210735Z (Reading database ... 95%
2025-08-20T22:02:39.1210960Z (Reading database ... 100%
2025-08-20T22:02:39.1211253Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:02:39.1245064Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:02:39.1366382Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:02:39.2103734Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:02:39.2256221Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:02:39.2328172Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:02:39.3315870Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:02:39.3497275Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:02:39.3573789Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:02:39.4565659Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:02:39.4743204Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:02:39.4831557Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:02:39.5600507Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:02:39.5774178Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:02:39.5896417Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:02:39.6568115Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:02:39.6724671Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:02:39.6799182Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:39.7615516Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:02:39.7772562Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:02:39.7844361Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:39.8670126Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:02:39.8828670Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:02:39.9025186Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:39.9718968Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:02:39.9896330Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:02:39.9983840Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:40.0592441Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:02:40.0771862Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:02:40.0854912Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:40.1739256Z Selecting previously unselected package xcb.
2025-08-20T22:02:40.1917780Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:02:40.2027083Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:02:40.2981864Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:40.3246548Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:02:40.3522123Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:02:40.3834707Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:02:40.4122619Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:02:40.4594454Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:42.0004289Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:02:42.0343562Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:02:42.0745494Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:02:42.1117141Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:02:42.1458550Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:42.1743797Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:42.2049599Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:42.2262064Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:02:43.5774445Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:44.2317665Z Collecting build
2025-08-20T22:02:44.2981801Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:02:44.4510551Z Collecting cffi
2025-08-20T22:02:44.4661044Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:02:44.5158657Z Collecting scons
2025-08-20T22:02:44.5338453Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:02:44.5862177Z Collecting scuba
2025-08-20T22:02:44.6043319Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:02:44.6901702Z Collecting pytest
2025-08-20T22:02:44.7046096Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:02:44.7639482Z Collecting packaging>=19.1 (from build)
2025-08-20T22:02:44.7778567Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:02:44.8377768Z Collecting pyproject_hooks (from build)
2025-08-20T22:02:44.8554970Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:02:44.9035285Z Collecting pycparser (from cffi)
2025-08-20T22:02:44.9173959Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:02:44.9744632Z Collecting PyYAML (from scuba)
2025-08-20T22:02:44.9899197Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:02:45.0302856Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:02:45.0455736Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:02:45.0942160Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:02:45.1079680Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:02:45.1540369Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:02:45.1680316Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:45.2000356Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:02:45.2314956Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:02:45.3034119Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:02:45.3685979Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 62.8 MB/s  0:00:00
2025-08-20T22:02:45.3833201Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:02:45.4145775Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:02:45.4479516Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:02:45.4744828Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:02:45.4980873Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:02:45.5252998Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:45.5578587Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 31.7 MB/s  0:00:00
2025-08-20T22:02:45.5716424Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:02:45.5961296Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:02:45.6204959Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:02:45.6465736Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 22.0 MB/s  0:00:00
2025-08-20T22:02:45.7427752Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:02:47.3918637Z 
2025-08-20T22:02:47.3932979Z 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:02:47.6777321Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:48.3316035Z Collecting ansi2txt
2025-08-20T22:02:48.3980618Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:02:48.4685045Z Collecting pipx
2025-08-20T22:02:48.4830107Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:02:48.5342027Z Collecting scons
2025-08-20T22:02:48.5352598Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:02:48.5657243Z Collecting py2static
2025-08-20T22:02:48.5815872Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:02:48.6306065Z Collecting typer
2025-08-20T22:02:48.6447989Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:02:48.7148115Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:02:48.7296648Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:02:48.7785067Z Collecting packaging>=20 (from pipx)
2025-08-20T22:02:48.7794719Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:02:48.8698993Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:02:48.8846410Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:02:48.9362080Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:02:48.9503659Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:02:49.0317766Z Collecting pyinstaller (from py2static)
2025-08-20T22:02:49.0515131Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:02:49.1010009Z Collecting staticx (from py2static)
2025-08-20T22:02:49.1226312Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:02:49.1752145Z   Preparing metadata (setup.py): started
2025-08-20T22:02:49.6849680Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:02:49.7374349Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:02:49.7516814Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:49.9669712Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:02:49.9811054Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:02:50.1534927Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:02:50.1679927Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:02:50.2853569Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:02:50.2998585Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:02:50.3561597Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:02:50.3719200Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:02:50.4153120Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:02:50.4162616Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:50.4489167Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:02:50.4634919Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:02:50.5866754Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:02:50.6008770Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:02:50.6546375Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:02:50.6696647Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:02:50.7151402Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:02:50.7304374Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:02:50.7821310Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:02:50.8032608Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:02:50.8321053Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:02:50.8591449Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:02:50.8739718Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:02:50.8916758Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:02:50.9175351Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:02:50.9436039Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:02:50.9736101Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:02:50.9943808Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:02:51.0087000Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:02:51.0328097Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:02:51.0574812Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:51.0747832Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:02:51.1099400Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:02:51.1361505Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:02:51.1677498Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:02:51.1916694Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:02:51.2319711Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:02:51.2990411Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 7.3 MB/s  0:00:00
2025-08-20T22:02:51.3178239Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:02:51.3475742Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:51.3761390Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 35.6 MB/s  0:00:00
2025-08-20T22:02:51.4079125Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:02:51.4322521Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:02:51.4829350Z Building wheels for collected packages: staticx
2025-08-20T22:02:51.4836213Z   Building wheel for staticx (setup.py): started
2025-08-20T22:03:02.7462703Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:03:02.7472198Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790703 sha256=0046290bbb2b77863314402997cf6eb824759fd68067e3c5be98682aab9ad070
2025-08-20T22:03:02.7473567Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:03:02.7488416Z Successfully built staticx
2025-08-20T22:03:02.8434191Z 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:03:03.6620965Z   Attempting uninstall: scons
2025-08-20T22:03:03.6691960Z     Found existing installation: SCons 4.9.1
2025-08-20T22:03:03.6983472Z     Uninstalling SCons-4.9.1:
2025-08-20T22:03:03.7041840Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:03:04.1945746Z   Attempting uninstall: pygments
2025-08-20T22:03:04.2013634Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:03:04.2171919Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:03:04.2194823Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:03:04.8011384Z   Attempting uninstall: packaging
2025-08-20T22:03:04.8080316Z     Found existing installation: packaging 25.0
2025-08-20T22:03:04.8099410Z     Uninstalling packaging-25.0:
2025-08-20T22:03:04.8104950Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:05.7686004Z 
2025-08-20T22:03:05.7710756Z 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:03:06.0524820Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:06.4132452Z Collecting build
2025-08-20T22:03:06.4143081Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:03:06.5047727Z Collecting cffi
2025-08-20T22:03:06.5059493Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:03:06.5343465Z Collecting scons
2025-08-20T22:03:06.5353157Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:03:06.5607813Z Collecting scuba
2025-08-20T22:03:06.5617548Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:03:06.6193360Z Collecting pytest
2025-08-20T22:03:06.6202948Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:03:06.6543956Z Collecting packaging>=19.1 (from build)
2025-08-20T22:03:06.6553713Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:03:06.6819637Z Collecting pyproject_hooks (from build)
2025-08-20T22:03:06.6827923Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:03:06.7105251Z Collecting pycparser (from cffi)
2025-08-20T22:03:06.7116378Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:03:06.7502986Z Collecting PyYAML (from scuba)
2025-08-20T22:03:06.7515758Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:03:06.7740796Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:03:06.7750588Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:03:06.8045728Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:03:06.8054950Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:03:06.8554703Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:03:06.8563468Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:03:06.8612138Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:03:06.8621390Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:03:06.8632932Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:03:06.8666657Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:03:06.8676968Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:03:06.8687885Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:03:06.8696641Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:03:06.8704971Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:03:06.8713887Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:06.8729658Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:03:06.8739094Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:03:06.8747641Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:03:06.9779853Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:03:06.9783297Z   Attempting uninstall: scons
2025-08-20T22:03:06.9854395Z     Found existing installation: SCons 4.9.1
2025-08-20T22:03:07.0138028Z     Uninstalling SCons-4.9.1:
2025-08-20T22:03:07.0199417Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:03:07.5175597Z   Attempting uninstall: PyYAML
2025-08-20T22:03:07.5246853Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:03:07.5266578Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:03:07.5273346Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:03:07.5933127Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:03:07.6002576Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:03:07.6016474Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:03:07.6021648Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:03:07.6199562Z   Attempting uninstall: pygments
2025-08-20T22:03:07.6265297Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:03:07.6419317Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:03:07.6441968Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:03:08.2098494Z   Attempting uninstall: pycparser
2025-08-20T22:03:08.2166653Z     Found existing installation: pycparser 2.22
2025-08-20T22:03:08.2193867Z     Uninstalling pycparser-2.22:
2025-08-20T22:03:08.2199533Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:03:08.3358199Z   Attempting uninstall: pluggy
2025-08-20T22:03:08.3426296Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:03:08.3441648Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:03:08.3446398Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:03:08.3686382Z   Attempting uninstall: packaging
2025-08-20T22:03:08.3757357Z     Found existing installation: packaging 25.0
2025-08-20T22:03:08.3775835Z     Uninstalling packaging-25.0:
2025-08-20T22:03:08.3781448Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:08.4210991Z   Attempting uninstall: iniconfig
2025-08-20T22:03:08.4281885Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:03:08.4295414Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:03:08.4300339Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:03:08.4513243Z   Attempting uninstall: scuba
2025-08-20T22:03:08.4579052Z     Found existing installation: scuba 2.14.1
2025-08-20T22:03:08.4595773Z     Uninstalling scuba-2.14.1:
2025-08-20T22:03:08.4602708Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:03:08.4899147Z   Attempting uninstall: pytest
2025-08-20T22:03:08.4973431Z     Found existing installation: pytest 8.4.1
2025-08-20T22:03:08.5019665Z     Uninstalling pytest-8.4.1:
2025-08-20T22:03:08.5216806Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:03:08.7294019Z   Attempting uninstall: cffi
2025-08-20T22:03:08.7360627Z     Found existing installation: cffi 1.17.1
2025-08-20T22:03:08.7380311Z     Uninstalling cffi-1.17.1:
2025-08-20T22:03:08.7566960Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:03:08.8260818Z   Attempting uninstall: build
2025-08-20T22:03:08.8332349Z     Found existing installation: build 1.3.0
2025-08-20T22:03:08.8351341Z     Uninstalling build-1.3.0:
2025-08-20T22:03:08.8358469Z       Successfully uninstalled build-1.3.0
2025-08-20T22:03:08.8645994Z 
2025-08-20T22:03:08.8668265Z 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:03:09.1458717Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:09.3234850Z Collecting ansi2txt
2025-08-20T22:03:09.3245541Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:03:09.3607465Z Collecting pipx
2025-08-20T22:03:09.3616897Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:03:09.3917909Z Collecting scons
2025-08-20T22:03:09.3928047Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:03:09.4151641Z Collecting py2static
2025-08-20T22:03:09.4161442Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:03:09.4442263Z Collecting typer
2025-08-20T22:03:09.4452784Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:03:09.4833689Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:03:09.4843731Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:09.5118117Z Collecting packaging>=20 (from pipx)
2025-08-20T22:03:09.5127778Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:03:09.5407852Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:03:09.5417788Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:03:09.5663781Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:03:09.5673576Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:03:09.6122621Z Collecting pyinstaller (from py2static)
2025-08-20T22:03:09.6133904Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:03:09.6413141Z Collecting staticx (from py2static)
2025-08-20T22:03:09.6423119Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:03:09.6558217Z   Preparing metadata (setup.py): started
2025-08-20T22:03:09.8502813Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:03:09.8792720Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:03:09.8803028Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:03:09.9110379Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:03:09.9120330Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:03:09.9479562Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:03:09.9489326Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:03:09.9911449Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:03:09.9922123Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:03:10.0229642Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:03:10.0240272Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:10.0606830Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:03:10.0617374Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:03:10.0843611Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:03:10.0853355Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:03:10.1859100Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:03:10.1868451Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:03:10.2182239Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:03:10.2190652Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:10.2545800Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:03:10.2555348Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:10.2857714Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:03:10.2866956Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:03:10.2897081Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:03:10.2905944Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:03:10.2915192Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:03:10.2949409Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:03:10.2957748Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:03:10.2966393Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:03:10.2975238Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:03:10.2984362Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:03:10.2993351Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:03:10.3001961Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:03:10.3011967Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:10.3027524Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:03:10.3036527Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:03:10.3044978Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:03:10.3053764Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:03:10.3062552Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:03:10.3071318Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:03:10.3083942Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:03:10.3094952Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:10.3109998Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:03:10.3118491Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:03:10.3429820Z Building wheels for collected packages: staticx
2025-08-20T22:03:10.3435446Z   Building wheel for staticx (setup.py): started
2025-08-20T22:03:12.7765037Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:03:12.7775827Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790756 sha256=6cd2160396e79ce37bfda7f42a5577c027df03ca0725a20ae250e4baed4930b9
2025-08-20T22:03:12.7776863Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:03:12.7794830Z Successfully built staticx
2025-08-20T22:03:12.8774158Z 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:03:12.8776960Z   Attempting uninstall: pyelftools
2025-08-20T22:03:12.8844696Z     Found existing installation: pyelftools 0.32
2025-08-20T22:03:12.8884311Z     Uninstalling pyelftools-0.32:
2025-08-20T22:03:12.8896070Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:03:13.0040548Z   Attempting uninstall: altgraph
2025-08-20T22:03:13.0112360Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:03:13.0129366Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:03:13.0134873Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:03:13.0393831Z   Attempting uninstall: typing-extensions
2025-08-20T22:03:13.0468136Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:03:13.0481044Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:03:13.0670280Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:03:13.1051694Z   Attempting uninstall: staticx
2025-08-20T22:03:13.1123880Z     Found existing installation: staticx 0.14.1
2025-08-20T22:03:13.1145061Z     Uninstalling staticx-0.14.1:
2025-08-20T22:03:13.1153700Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:03:13.2170261Z   Attempting uninstall: shellingham
2025-08-20T22:03:13.2245333Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:03:13.2259884Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:03:13.2265248Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:03:13.2454339Z   Attempting uninstall: setuptools
2025-08-20T22:03:13.2523619Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:03:13.2728495Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:03:13.2951580Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:03:13.8988109Z   Attempting uninstall: scons
2025-08-20T22:03:13.9072601Z     Found existing installation: SCons 4.9.1
2025-08-20T22:03:13.9366961Z     Uninstalling SCons-4.9.1:
2025-08-20T22:03:13.9427550Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:03:14.4337390Z   Attempting uninstall: pygments
2025-08-20T22:03:14.4423974Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:03:14.4575953Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:03:14.4599474Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:03:15.0295838Z   Attempting uninstall: platformdirs
2025-08-20T22:03:15.0371449Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:03:15.0399806Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:03:15.0405130Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:03:15.0697230Z   Attempting uninstall: packaging
2025-08-20T22:03:15.0771817Z     Found existing installation: packaging 25.0
2025-08-20T22:03:15.0792092Z     Uninstalling packaging-25.0:
2025-08-20T22:03:15.0797730Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:15.1226417Z   Attempting uninstall: mdurl
2025-08-20T22:03:15.1294162Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:03:15.1307821Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:03:15.1312631Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:03:15.1513583Z   Attempting uninstall: click
2025-08-20T22:03:15.1585479Z     Found existing installation: click 8.2.1
2025-08-20T22:03:15.1604014Z     Uninstalling click-8.2.1:
2025-08-20T22:03:15.1609526Z       Successfully uninstalled click-8.2.1
2025-08-20T22:03:15.2215840Z   Attempting uninstall: argcomplete
2025-08-20T22:03:15.2291125Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:03:15.2314307Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:03:15.2323211Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:03:15.2602048Z   Attempting uninstall: ansi2txt
2025-08-20T22:03:15.2674109Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:03:15.2687355Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:03:15.2880613Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:03:15.3039182Z   Attempting uninstall: userpath
2025-08-20T22:03:15.3112037Z     Found existing installation: userpath 1.9.2
2025-08-20T22:03:15.3127449Z     Uninstalling userpath-1.9.2:
2025-08-20T22:03:15.3134544Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:03:15.3382596Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:03:15.3458158Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:03:15.3760305Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:03:15.3800486Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:03:15.5760727Z   Attempting uninstall: markdown-it-py
2025-08-20T22:03:15.5838816Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:03:15.5887256Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:03:15.5898687Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:03:15.6536036Z   Attempting uninstall: rich
2025-08-20T22:03:15.6611227Z     Found existing installation: rich 14.1.0
2025-08-20T22:03:15.6656060Z     Uninstalling rich-14.1.0:
2025-08-20T22:03:15.6664337Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:03:15.8214152Z   Attempting uninstall: pyinstaller
2025-08-20T22:03:15.8286093Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:03:15.8532246Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:03:15.8570426Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:03:16.1196572Z   Attempting uninstall: pipx
2025-08-20T22:03:16.1272054Z     Found existing installation: pipx 1.7.1
2025-08-20T22:03:16.1312755Z     Uninstalling pipx-1.7.1:
2025-08-20T22:03:16.1320774Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:03:16.1924346Z   Attempting uninstall: typer
2025-08-20T22:03:16.1997025Z     Found existing installation: typer 0.16.1
2025-08-20T22:03:16.2019620Z     Uninstalling typer-0.16.1:
2025-08-20T22:03:16.2026700Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:03:16.2486559Z   Attempting uninstall: py2static
2025-08-20T22:03:16.2552767Z     Found existing installation: py2static 0.0.1
2025-08-20T22:03:16.2568340Z     Uninstalling py2static-0.0.1:
2025-08-20T22:03:16.2575829Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:03:16.2763194Z 
2025-08-20T22:03:16.2786688Z 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:03:16.5756822Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:16.6782198Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:03:16.6786181Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-25olrpam
2025-08-20T22:03:16.6804977Z 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-25olrpam
2025-08-20T22:03:18.5647018Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:03:18.5683344Z   Installing build dependencies: started
2025-08-20T22:03:19.2226303Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:03:19.2234553Z   Getting requirements to build wheel: started
2025-08-20T22:03:19.4813213Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:03:19.4824318Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:03:19.6531320Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:03:19.8209005Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:03:19.8221774Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:03:19.8509751Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:03:19.8519726Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:19.8817262Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:03:19.8826824Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:19.9115842Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:03:19.9125672Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:03:19.9163905Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:03:19.9173254Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:03:19.9185165Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:19.9200850Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:03:19.9309425Z Building wheels for collected packages: pyinstaller
2025-08-20T22:03:19.9315897Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:03:22.6775523Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:03:22.6798544Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=bd886c1a6dc2dd294506ee447bd5a0fad7104c7690f21385d583d219e0aca8ee
2025-08-20T22:03:22.6799542Z   Stored in directory: /tmp/pip-ephem-wheel-cache-z3y1o7sc/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:03:22.6836935Z Successfully built pyinstaller
2025-08-20T22:03:22.7609690Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:03:22.7613980Z   Attempting uninstall: altgraph
2025-08-20T22:03:22.7681337Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:03:22.7698615Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:03:22.7704321Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:03:22.7971302Z   Attempting uninstall: setuptools
2025-08-20T22:03:22.8039089Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:03:22.8240196Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:03:22.8462857Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:03:23.4273390Z   Attempting uninstall: packaging
2025-08-20T22:03:23.4346462Z     Found existing installation: packaging 25.0
2025-08-20T22:03:23.4365557Z     Uninstalling packaging-25.0:
2025-08-20T22:03:23.4371392Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:23.4849328Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:03:23.4921724Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:03:23.5221083Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:03:23.5260420Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:03:23.7415862Z   Attempting uninstall: pyinstaller
2025-08-20T22:03:23.7500697Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:03:23.7744057Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:03:23.7781791Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:03:24.0505022Z 
2025-08-20T22:03:24.0528228Z 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:03:24.2726645Z 6.15.0
2025-08-20T22:03:25.9561774Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:03:25.9570370Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:03:25.9570675Z 
2025-08-20T22:03:25.9571055Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:03:25.9571543Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:03:25.9571946Z installation.
2025-08-20T22:03:25.9572105Z 
2025-08-20T22:03:25.9572331Z If you installed the current Docker package using this script and are using it
2025-08-20T22:03:25.9572806Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:03:25.9573306Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:03:25.9573703Z files to match the parameters passed to the script.
2025-08-20T22:03:25.9573931Z 
2025-08-20T22:03:25.9574087Z You may press Ctrl+C now to abort this script.
2025-08-20T22:03:25.9719922Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:03:27.2892455Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:03:27.7770261Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:03:27.7786072Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:03:27.8897118Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:03:27.8913281Z + 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:03:27.8920595Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:03:29.1947340Z + 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:03:39.9051293Z + sh -c 'docker version'
2025-08-20T22:03:39.9192272Z Client: Docker Engine - Community
2025-08-20T22:03:39.9192833Z  Version:           28.3.3
2025-08-20T22:03:39.9193077Z  API version:       1.51
2025-08-20T22:03:39.9193387Z  Go version:        go1.24.5
2025-08-20T22:03:39.9193638Z  Git commit:        980b856
2025-08-20T22:03:39.9193902Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:03:39.9194407Z  OS/Arch:           linux/arm64
2025-08-20T22:03:39.9194681Z  Context:           default
2025-08-20T22:03:39.9194834Z 
2025-08-20T22:03:39.9194923Z Server: Docker Engine - Community
2025-08-20T22:03:39.9195203Z  Engine:
2025-08-20T22:03:39.9195420Z   Version:          28.3.3
2025-08-20T22:03:39.9195693Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:03:39.9195996Z   Go version:       go1.24.5
2025-08-20T22:03:39.9196230Z   Git commit:       bea959c
2025-08-20T22:03:39.9196504Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:03:39.9196801Z   OS/Arch:          linux/arm64
2025-08-20T22:03:39.9197037Z   Experimental:     false
2025-08-20T22:03:39.9197296Z  containerd:
2025-08-20T22:03:39.9197499Z   Version:          1.7.27
2025-08-20T22:03:39.9198033Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:03:39.9198340Z  runc:
2025-08-20T22:03:39.9198555Z   Version:          1.2.5
2025-08-20T22:03:39.9198820Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:03:39.9199078Z  docker-init:
2025-08-20T22:03:39.9199277Z   Version:          0.19.0
2025-08-20T22:03:39.9199533Z   GitCommit:        de40ad0
2025-08-20T22:03:39.9212879Z 
2025-08-20T22:03:39.9213361Z ================================================================================
2025-08-20T22:03:39.9213628Z 
2025-08-20T22:03:39.9214236Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:03:39.9214647Z Docker daemon in rootless mode for your user:
2025-08-20T22:03:39.9214857Z 
2025-08-20T22:03:39.9214967Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:03:39.9215223Z 
2025-08-20T22:03:39.9215438Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:03:39.9215761Z 
2025-08-20T22:03:39.9215765Z 
2025-08-20T22:03:39.9215953Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:03:39.9216409Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:03:39.9216709Z 
2025-08-20T22:03:39.9216896Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:03:39.9217346Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:03:39.9217994Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:03:39.9218318Z 
2025-08-20T22:03:39.9218422Z ================================================================================
2025-08-20T22:03:39.9218626Z 
2025-08-20T22:03:50.9327030Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:50.9327733Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:50.9328233Z      Active: active (running) since Wed 2025-08-20 22:03:40 UTC; 10s ago
2025-08-20T22:03:50.9328804Z TriggeredBy: ● docker.socket
2025-08-20T22:03:50.9329470Z        Docs: https://docs.docker.com
2025-08-20T22:03:50.9329784Z    Main PID: 21243 (dockerd)
2025-08-20T22:03:50.9330082Z       Tasks: 10
2025-08-20T22:03:50.9330312Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:03:50.9330590Z         CPU: 249ms
2025-08-20T22:03:50.9330822Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:50.9331917Z              └─21243 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:50.9332238Z 
2025-08-20T22:03:50.9332621Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.315449964Z" level=info msg="Loading containers: start."
2025-08-20T22:03:50.9333777Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.826776914Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b64ee796691c92208f00ba08d9281b3f93f59e07ddafc474a89c78bf93319d6a], retrying...."
2025-08-20T22:03:50.9334930Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.867162337Z" level=info msg="Loading containers: done."
2025-08-20T22:03:50.9336100Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.897895554Z" 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:03:50.9337444Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898005902Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:50.9338688Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898037359Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:50.9339412Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.913823752Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:50.9340151Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916671015Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:50.9340918Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916729081Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:50.9341598Z Aug 20 22:03:40 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:50.9425966Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:50.9426486Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:50.9427243Z      Active: active (running) since Wed 2025-08-20 22:03:40 UTC; 10s ago
2025-08-20T22:03:50.9428130Z TriggeredBy: ● docker.socket
2025-08-20T22:03:50.9428481Z        Docs: https://docs.docker.com
2025-08-20T22:03:50.9428762Z    Main PID: 21243 (dockerd)
2025-08-20T22:03:50.9429043Z       Tasks: 10
2025-08-20T22:03:50.9429248Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:03:50.9429485Z         CPU: 249ms
2025-08-20T22:03:50.9429796Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:50.9430342Z              └─21243 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:50.9430641Z 
2025-08-20T22:03:50.9430998Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.315449964Z" level=info msg="Loading containers: start."
2025-08-20T22:03:50.9432138Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.826776914Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b64ee796691c92208f00ba08d9281b3f93f59e07ddafc474a89c78bf93319d6a], retrying...."
2025-08-20T22:03:50.9433270Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.867162337Z" level=info msg="Loading containers: done."
2025-08-20T22:03:50.9434440Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.897895554Z" 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:03:50.9435924Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898005902Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:50.9436829Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898037359Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:50.9437540Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.913823752Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:50.9438486Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916671015Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:50.9439267Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916729081Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:50.9439922Z Aug 20 22:03:40 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:50.9602381Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:50.9603082Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:50.9603548Z      Active: active (running) since Wed 2025-08-20 22:03:40 UTC; 10s ago
2025-08-20T22:03:50.9603989Z TriggeredBy: ● docker.socket
2025-08-20T22:03:50.9604358Z        Docs: https://docs.docker.com
2025-08-20T22:03:50.9604631Z    Main PID: 21243 (dockerd)
2025-08-20T22:03:50.9604933Z       Tasks: 10
2025-08-20T22:03:50.9605165Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:03:50.9605417Z         CPU: 249ms
2025-08-20T22:03:50.9605708Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:50.9606251Z              └─21243 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:50.9606541Z 
2025-08-20T22:03:50.9606849Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.315449964Z" level=info msg="Loading containers: start."
2025-08-20T22:03:50.9608258Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.826776914Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b64ee796691c92208f00ba08d9281b3f93f59e07ddafc474a89c78bf93319d6a], retrying...."
2025-08-20T22:03:50.9609396Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.867162337Z" level=info msg="Loading containers: done."
2025-08-20T22:03:50.9610868Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.897895554Z" 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:03:50.9612204Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898005902Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:50.9613105Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.898037359Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:50.9613850Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.913823752Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:50.9614588Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916671015Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:50.9615342Z Aug 20 22:03:40 runnervmdbl46 dockerd[21243]: time="2025-08-20T22:03:40.916729081Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:50.9616032Z Aug 20 22:03:40 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:50.9709496Z Docker version 28.3.3, build 980b856
2025-08-20T22:03:50.9876382Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:03:51.8045780Z latest: Pulling from library/hello-world
2025-08-20T22:03:52.0150869Z 198f93fd5094: Pulling fs layer
2025-08-20T22:03:52.3186485Z 198f93fd5094: Verifying Checksum
2025-08-20T22:03:52.3186881Z 198f93fd5094: Download complete
2025-08-20T22:03:52.3617555Z 198f93fd5094: Pull complete
2025-08-20T22:03:52.3880709Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:03:52.4039805Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:03:53.2898372Z 
2025-08-20T22:03:53.2899396Z Hello from Docker!
2025-08-20T22:03:53.2900167Z This message shows that your installation appears to be working correctly.
2025-08-20T22:03:53.2900568Z 
2025-08-20T22:03:53.2900728Z To generate this message, Docker took the following steps:
2025-08-20T22:03:53.2901310Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:03:53.2901707Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:03:53.2902089Z     (arm64v8)
2025-08-20T22:03:53.2902446Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:03:53.2902901Z     executable that produces the output you are currently reading.
2025-08-20T22:03:53.2903369Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:03:53.2903743Z     to your terminal.
2025-08-20T22:03:53.2903869Z 
2025-08-20T22:03:53.2904087Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:03:53.2904486Z  $ docker run -it ubuntu bash
2025-08-20T22:03:53.2904638Z 
2025-08-20T22:03:53.2904824Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:03:53.2905179Z  https://hub.docker.com/
2025-08-20T22:03:53.2905352Z 
2025-08-20T22:03:53.2905472Z For more examples and ideas, visit:
2025-08-20T22:03:53.2905777Z  https://docs.docker.com/get-started/
2025-08-20T22:03:53.2905952Z 
2025-08-20T22:03:53.4433818Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:53.4434265Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:03:53.4434707Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:03:53.4435176Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:03:53.4435590Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:03:53.4436058Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:03:53.4436496Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:03:53.4438715Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:03:53.4439510Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:03:53.4439937Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:03:53.4440488Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:53.4441226Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:03:53.4502443Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:53.4502922Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:03:53.4503326Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:03:53.4503732Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:53.4504139Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:03:53.4504502Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:03:53.4504892Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:53.4505354Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:53.4505799Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:53.4506187Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:53.4506602Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:53.4507376Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:03:53.4507873Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:03:53.4508267Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:53.4508701Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:53.4509123Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:53.4509534Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:53.4509954Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:53.4510386Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:53.4510810Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:53.4511239Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:03:53.4511668Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:53.4512110Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:53.4512538Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:53.4512945Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:53.4513358Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:03:53.4513746Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:03:53.4514156Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:53.4514586Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:53.4515004Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:53.4515414Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:03:53.4515809Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:53.4516269Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:53.4516739Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:53.4517211Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:53.4518214Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:53.4518706Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:53.4519127Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:53.4519549Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:53.4519960Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:53.4520381Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:53.4520781Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:53.4521148Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:03:53.4521506Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:03:53.4521875Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:03:53.4522272Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:03:53.4522676Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:53.4523051Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:03:53.4523465Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:53.4524056Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:53.4524480Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:53.4524892Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:53.4525315Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:53.4525746Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:53.4526203Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:53.4526604Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:03:53.4527042Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:53.4527543Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:53.4528256Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:03:53.4528729Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:03:53.4529150Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:53.4529541Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:03:53.4529935Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:53.4530337Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:03:53.4530742Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:03:53.4531207Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:53.4531709Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:53.4532216Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:53.4532712Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:53.4533147Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:53.4533547Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:53.4533940Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:53.4534348Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:53.4534943Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:03:53.4535356Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:53.4535783Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:53.4536206Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:03:53.4536590Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:03:53.4536967Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:53.4537369Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:53.4537895Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:53.4538274Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:03:53.4538644Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:03:53.4539043Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:53.4539433Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:03:53.4539781Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:03:53.4540162Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:53.4540569Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:03:53.4541126Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:03:53.4541489Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:03:53.4541855Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:53.4542234Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:53.4542622Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:53.4543028Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:53.4543423Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:53.4543805Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:53.4544190Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:03:53.4544589Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:53.4544995Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:53.4545365Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:03:53.4545720Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:03:53.4546071Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:03:53.4546426Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:03:53.4546788Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:03:53.4547140Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:03:53.4547514Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:53.4548049Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:03:53.4548482Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:53.4548940Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:53.4549348Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:03:53.4549739Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:53.4550132Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:53.4550520Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:03:53.4550926Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:53.4551528Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:03:53.4551932Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:03:53.4552329Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:53.4552743Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:53.4553185Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:53.4553619Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:03:53.4554008Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:03:53.4554400Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:03:53.4554811Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:53.4555221Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:03:53.4555630Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:53.4556025Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:53.4556422Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:53.4556827Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:53.4557342Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:03:53.4558184Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:03:53.4558557Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:03:53.4558953Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:53.4559353Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:03:53.4559756Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:53.4560152Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:03:53.4560526Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:03:53.4560901Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:03:53.4561282Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:03:53.4561670Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:03:53.4562097Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:53.4562542Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:03:53.4562945Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:53.4563318Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:03:53.4563709Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:53.4564133Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:53.4564552Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:53.4564908Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:03:53.4565252Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:53.4565673Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:53.4566103Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:03:53.4566514Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:03:53.4566898Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:03:53.4567281Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:03:53.4567871Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:03:53.4568528Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:53.4569015Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:53.4569430Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:03:53.4569800Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:03:53.4570168Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:03:53.4570614Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:53.4571117Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:53.4571562Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:03:53.4571940Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:03:53.4572406Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:53.4572946Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:53.4573450Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:53.4573887Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:03:53.4574248Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:03:53.4574770Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:53.4575180Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:53.4575598Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:53.4576000Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:53.4576380Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:03:53.4576758Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:53.4577157Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:53.4577552Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:53.4578139Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:53.4578542Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:53.4578944Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:53.4579339Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:53.4579760Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:53.4580207Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:53.4580634Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:03:53.4581040Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:03:53.4581416Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:53.4581793Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:03:53.4582169Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:03:53.4582568Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:03:53.4582996Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:53.4583468Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:53.4583917Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:53.4584323Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:53.4584933Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:03:53.4585344Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:03:53.4585720Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:03:53.4586087Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:03:53.4586475Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:53.4586864Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:03:53.4587400Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:53.4588024Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:53.4588486Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:53.4589005Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:53.4589526Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:53.4590034Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:53.4590471Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:03:53.4590830Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:03:53.4591191Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:03:53.4591737Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:53.4592116Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:03:53.4592483Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:03:53.4592862Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:53.4593242Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:03:53.4593630Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:53.4594010Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:03:53.4594386Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:03:53.4594778Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:53.4595171Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:03:53.4595590Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:53.4596027Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:53.4596447Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:53.4596861Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:53.4597269Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:53.4597827Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:53.4598257Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:03:53.4598653Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:03:53.4599014Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:03:53.4599520Z 	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:03:53.4600042Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:03:53.4600412Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:03:53.4600788Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:53.4601153Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:03:53.4601755Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:53.4602211Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:53.4602636Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:53.4603067Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:53.4603472Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:53.4603881Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:03:53.4604301Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:53.4604711Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:53.4605100Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:03:53.4605534Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:53.4606030Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:53.4606529Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:53.4606978Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:53.4607390Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:53.4608063Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:53.4608539Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:53.4609025Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:53.4609432Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:03:53.4609869Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:53.4610331Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:53.4610739Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:03:53.4611101Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:03:53.4611448Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:03:53.4611815Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:03:53.4612204Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:53.4612575Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:03:53.4612932Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:03:53.4613301Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:53.4613663Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:53.4614021Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:03:53.4614399Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:03:53.4614761Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:03:53.4615135Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:53.4615518Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:53.4615883Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:03:53.4616248Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:53.4616610Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:03:53.4616981Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:53.4617361Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:03:53.4618030Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:03:53.4618611Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:03:53.4619004Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:03:53.4619427Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:53.4619863Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:53.4620272Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:03:53.4620640Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:03:53.4621018Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:53.4621448Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:53.4621844Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:03:53.4622209Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:03:53.4622581Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:03:53.4622942Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:03:53.4623287Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:03:53.4623635Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:03:53.4623988Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:53.4624358Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:03:53.4624877Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:03:53.4625225Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:03:53.4625559Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:03:53.4625975Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:53.4626383Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:53.4626784Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:53.4627186Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:53.4627792Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:53.4628234Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:53.4628734Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:53.4629356Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:53.4629978Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:53.4630520Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:53.4630999Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:53.4631453Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:53.4631970Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:53.4632591Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:53.4633155Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:53.4633653Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:53.4634100Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:03:53.4634473Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:03:53.4634849Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:53.4635224Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:53.4635864Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:53.4636276Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:03:53.4636664Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:53.4637057Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:03:53.4637449Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:53.4638037Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:03:53.4638423Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:03:53.4638798Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:53.4639171Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:03:53.4639559Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:53.4639962Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:03:53.4640375Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:53.4640789Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:53.4641158Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:03:53.4641549Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:53.4642125Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:53.4642535Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:53.4642968Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:53.4643393Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:53.4643761Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:03:53.4644136Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:53.4644521Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:53.4644893Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:03:53.4645283Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:53.4645676Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:03:53.4646068Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:03:53.4646451Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:03:53.4646811Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:03:53.4647204Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:03:53.4647902Z 	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:03:53.4648635Z 	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:03:53.4649321Z 	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:03:53.4649988Z 	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:03:53.4650524Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:53.4650908Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:53.4651318Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:03:53.4651722Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:03:53.4652098Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:53.4652665Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:03:53.4653059Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:03:53.4653434Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:53.4653819Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:03:53.4654195Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:03:53.4654579Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:03:53.4654967Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:03:53.4655370Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:03:53.4655775Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:53.4656178Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:03:53.4656571Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:03:53.4656953Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:03:53.4657344Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:03:53.4657871Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:03:53.4658271Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:53.4658829Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:03:53.4659224Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:53.4659654Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:53.4660087Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:53.4660493Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:03:53.4660939Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:53.4661401Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:53.4661805Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:53.4662181Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:03:53.4662568Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:03:53.4662968Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:53.4663380Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:53.4663784Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:03:53.4664170Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:03:53.4664565Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:53.4665035Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:53.4665508Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:53.4665910Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:53.4666317Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:53.4666771Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:53.4667217Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:53.4667895Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:53.4668403Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:53.4668848Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:53.4669482Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:53.4669897Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:03:53.4670290Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:53.4670706Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:53.4671095Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:03:53.4671467Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:53.4671880Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:53.4672279Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:03:53.4672679Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:53.4673107Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:53.4673501Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:53.4673878Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:03:53.4674244Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:03:53.4674602Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:03:53.4674993Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:53.4675588Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:53.4675989Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:03:53.4676442Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:53.4676898Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:53.4677308Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:53.4677883Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:53.4678311Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:53.4678720Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:53.4679130Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:53.4679494Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:03:53.4679857Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:03:53.4680252Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:53.4680652Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:53.4681029Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:53.4681392Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:03:53.4681746Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:03:53.4682093Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:03:53.4682581Z 	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:03:53.4683087Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:53.4683477Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:53.4683861Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:53.4684260Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:53.4684676Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:53.4685095Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:53.4685739Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:03:53.4686178Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:53.4686589Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:03:53.4686964Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:03:53.4687332Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:03:53.4687827Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:03:53.4688217Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:53.4688643Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:53.4689071Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:53.4689469Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:03:53.4689896Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:53.4690344Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:53.4690743Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:53.4691112Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:03:53.4691544Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:03:53.4692162Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:03:53.4692543Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:53.4692919Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:53.4693297Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:53.4693697Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:53.4694120Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:53.4694588Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:53.4695026Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:03:53.4695404Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:53.4695792Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:03:53.4696187Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:53.4696578Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:03:53.4696962Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:03:53.4697736Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:03:53.4698192Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:53.4698693Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:53.4699119Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:03:53.4699497Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:03:53.4699943Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:53.4700348Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:53.4700746Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:03:53.4701122Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:03:53.4701521Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:53.4701904Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:03:53.4702254Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:03:53.4702853Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:03:53.4703273Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:53.4703702Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:03:53.4704084Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:03:53.4704470Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:03:53.4704920Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:53.4705361Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:03:53.4705788Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:53.4706182Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:03:53.4706696Z 	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:03:53.4707208Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:03:53.4707720Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:53.4708147Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:03:53.4708574Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:53.4709275Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:53.4709859Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:53.4710473Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:53.4711123Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:53.4711783Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:53.4712418Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:53.4713042Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:53.4713624Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:53.4714115Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:53.4714561Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:53.4715000Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:03:53.4715428Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:53.4715911Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:53.4716345Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:53.4716725Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:03:53.4717097Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:53.4717480Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:53.4717979Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:03:53.4718389Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:53.4718802Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:03:53.4719234Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:03:53.4719624Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:53.4720280Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:53.4720799Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:53.4721290Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:53.4721786Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:53.4722240Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:53.4722659Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:53.4723073Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:53.4723488Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:03:53.4723930Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:53.4724359Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:53.4724748Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:03:53.4725133Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:53.4725512Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:03:53.4725892Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:53.4726379Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:53.4727025Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:03:53.4727435Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:53.4727997Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:53.4728433Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:53.4728890Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:53.4729340Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:53.4729774Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:53.4730176Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:03:53.4730551Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:53.4730945Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:03:53.4731316Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:03:53.4731691Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:53.4732091Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:53.4732494Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:03:53.4732925Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:53.4733399Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:53.4733862Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:53.4734254Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:03:53.4734609Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:03:53.4734983Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:53.4735380Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:53.4735767Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:03:53.4736161Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:53.4736593Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:53.4737245Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:53.4737828Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:03:53.4738220Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:53.4738619Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:03:53.4739163Z 	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:03:53.4739748Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:53.4740206Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:53.4740653Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:53.4741080Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:53.4741482Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:53.4741880Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:53.4742269Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:53.4742673Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:53.4743076Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:53.4743691Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:53.4744088Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:53.4744492Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:53.4744866Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:03:53.4745276Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:53.4745744Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:53.4746172Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:03:53.4746550Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:03:53.4746931Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:03:53.4747321Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:03:53.4747825Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:03:53.4748202Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:53.4748634Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:53.4749087Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:53.4749494Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:03:53.4749899Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:03:53.4750303Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:03:53.4750688Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:03:53.4751065Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:03:53.4751451Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:03:53.4751858Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:03:53.4752300Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:53.4752751Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:53.4753172Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:53.4753768Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:53.4754190Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:03:53.4754618Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:53.4755007Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:03:53.4755364Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:03:53.4755717Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:03:53.4756089Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:53.4756465Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:03:53.4756819Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:03:53.4757191Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:53.4757702Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:53.4758097Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:03:53.4758459Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:03:53.4758808Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:03:53.4759189Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:03:53.4759591Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:53.4760208Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:03:53.4760572Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:53.4760934Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:03:53.4761321Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:53.4761700Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:03:53.4762061Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:03:53.4762437Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:53.4762833Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:53.4763226Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:03:53.4763605Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:53.4763986Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:03:53.4764371Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:53.4764775Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:53.4765198Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:53.4765602Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:03:53.4765967Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:03:53.4766318Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:03:53.4766662Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:03:53.4767085Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:53.4767764Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:53.4768331Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:53.4768813Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:53.4769319Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:53.4769758Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:03:53.4770138Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:53.4770742Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:53.4771150Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:53.4771541Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:53.4771928Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:53.4772327Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:53.4772704Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:03:53.4773097Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:53.4773542Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:53.4773981Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:53.4774362Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:03:53.4774765Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:53.4775188Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:53.4775569Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:03:53.4775918Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:03:53.4776466Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:53.4776919Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:53.4777379Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:53.4777922Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:03:53.4778345Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:03:53.4778779Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:03:53.4779216Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:03:53.5672066Z [+] Installing Go for linux-arm64...
2025-08-20T22:03:54.0250052Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:03:54.0250392Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:03:54.0250618Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:03:54.0259946Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:03:54.0260344Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:03:54.0260696Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:03:54.0352000Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:03:54.0352478Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:03:54.0352956Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:03:54.0353416Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:03:54.0353859Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:03:54.0354306Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:03:54.0354769Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:03:54.0355239Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:03:54.0355677Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:03:54.0356115Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:03:54.0356558Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:03:54.0357352Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:03:54.0357960Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:03:54.0358416Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:03:54.0358864Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:03:54.0359333Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:03:54.0359802Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:03:54.0360263Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:03:54.0360712Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:03:54.0361130Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:03:54.0361502Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:03:54.0361833Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:03:54.0362165Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:03:54.0362500Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:03:54.0362835Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:03:54.0391412Z go version go1.22.2 linux/arm64
2025-08-20T22:03:54.0721876Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:54.0722587Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:03:54.0722952Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:03:54.0723313Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:03:54.0723684Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:03:54.0724040Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:03:54.0724407Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:03:54.0724778Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:03:54.0725130Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:03:54.0725454Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:03:54.0725816Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:54.0726201Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:03:54.0726591Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:54.0726995Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:03:54.0727389Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:03:54.0728045Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:54.0728454Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:03:54.0728821Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:03:54.0729201Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:54.0729659Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:54.0730105Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:54.0730491Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:54.0730917Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:54.0731319Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:03:54.0731670Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:03:54.0732060Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:54.0732494Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:54.0733190Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:54.0733610Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:54.0734018Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:54.0734593Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:54.0735016Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:54.0735451Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:03:54.0735871Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:54.0736313Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:54.0736740Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:54.0737146Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:54.0737558Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:03:54.0738282Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:03:54.0738698Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:54.0739123Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:54.0739727Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:54.0740127Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:03:54.0740519Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:54.0740975Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:54.0741445Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:54.0741917Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:54.0742409Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:54.0742854Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:54.0743271Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:54.0743687Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:54.0744099Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:54.0744549Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:54.0744946Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:54.0745314Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:03:54.0745672Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:03:54.0746051Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:03:54.0746448Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:03:54.0746853Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:54.0747234Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:03:54.0747809Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:54.0748263Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:54.0748685Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:54.0749094Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:54.0749516Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:54.0750148Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:54.0750573Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:54.0750970Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:03:54.0751412Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:54.0751911Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:54.0752416Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:03:54.0752876Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:03:54.0753291Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:54.0753675Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:03:54.0754072Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:54.0754479Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:03:54.0754877Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:03:54.0755336Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:54.0755836Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:54.0756487Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:54.0756978Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:54.0757419Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:54.0757948Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:54.0758342Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:54.0758747Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:54.0759147Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:03:54.0759533Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:54.0759956Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:54.0760382Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:03:54.0760769Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:03:54.0761145Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:54.0761549Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:54.0761950Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:54.0762325Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:03:54.0762692Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:03:54.0763086Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:54.0763471Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:03:54.0763822Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:03:54.0764201Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:54.0764617Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:03:54.0765004Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:03:54.0765367Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:03:54.0765728Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:54.0766103Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:54.0766685Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:54.0767108Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:54.0767502Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:54.0768020Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:54.0768407Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:03:54.0768809Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:54.0769213Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:54.0769583Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:03:54.0769937Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:03:54.0770283Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:03:54.0770634Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:03:54.0771001Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:03:54.0771353Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:03:54.0771730Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:54.0772128Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:03:54.0772560Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:54.0773187Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:54.0773589Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:03:54.0773984Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:54.0774373Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:54.0774762Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:03:54.0775170Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:54.0775581Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:03:54.0775964Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:03:54.0776355Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:54.0776767Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:54.0777208Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:54.0777817Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:03:54.0778214Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:03:54.0778609Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:03:54.0779015Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:54.0779430Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:03:54.0779834Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:54.0780226Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:54.0780626Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:54.0781036Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:54.0781418Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:03:54.0781777Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:03:54.0782147Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:03:54.0782546Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:54.0782946Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:03:54.0783553Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:54.0783966Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:03:54.0784338Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:03:54.0784713Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:03:54.0785089Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:03:54.0785478Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:03:54.0785899Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:54.0786344Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:03:54.0786746Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:54.0787115Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:03:54.0787514Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:54.0788098Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:54.0788518Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:54.0788894Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:03:54.0789237Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:54.0789830Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:54.0790265Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:03:54.0790679Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:03:54.0791063Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:03:54.0791442Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:03:54.0791828Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:03:54.0792252Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:54.0792721Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:54.0793134Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:03:54.0793505Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:03:54.0793863Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:03:54.0794305Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:54.0794810Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:54.0795253Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:03:54.0795629Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:03:54.0796090Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:54.0796630Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:54.0797136Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:54.0797706Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:03:54.0798086Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:03:54.0798466Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:54.0798875Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:54.0799291Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:54.0799698Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:54.0800272Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:03:54.0800672Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:54.0801072Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:54.0801470Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:54.0801870Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:54.0802276Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:54.0802676Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:54.0803073Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:54.0803492Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:54.0803942Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:54.0804375Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:03:54.0804766Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:03:54.0805142Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:54.0805519Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:03:54.0805894Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:03:54.0806414Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:03:54.0806837Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:54.0807309Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:54.0807896Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:54.0808306Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:54.0808697Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:03:54.0809084Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:03:54.0809463Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:03:54.0809836Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:03:54.0810222Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:54.0810610Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:03:54.0811058Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:54.0811528Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:54.0811989Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:54.0812511Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:54.0813024Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:54.0813529Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:54.0813971Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:03:54.0814331Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:03:54.0814700Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:03:54.0815079Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:54.0815460Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:03:54.0815830Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:03:54.0816220Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:54.0816873Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:03:54.0817281Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:54.0817771Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:03:54.0818151Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:03:54.0818549Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:54.0818946Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:03:54.0819360Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:54.0819793Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:54.0820212Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:54.0820628Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:54.0821037Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:54.0821450Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:54.0821869Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:03:54.0822259Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:03:54.0822617Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:03:54.0823278Z 	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:03:54.0823798Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:03:54.0824165Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:03:54.0824540Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:54.0824913Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:03:54.0825312Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:54.0825749Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:54.0826173Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:54.0826603Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:54.0827011Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:54.0827420Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:03:54.0827960Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:54.0828374Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:54.0828769Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:03:54.0829206Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:54.0829699Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:54.0830193Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:54.0830643Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:54.0831054Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:54.0831460Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:54.0831935Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:54.0832419Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:54.0832833Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:03:54.0833451Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:54.0833921Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:54.0834328Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:03:54.0834690Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:03:54.0835040Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:03:54.0835418Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:03:54.0835803Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:54.0836170Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:03:54.0836521Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:03:54.0836893Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:54.0837255Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:54.0837731Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:03:54.0838106Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:03:54.0838461Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:03:54.0838836Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:54.0839219Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:54.0839740Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:03:54.0840096Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:54.0840454Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:03:54.0840818Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:54.0841192Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:03:54.0841564Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:03:54.0841931Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:03:54.0842309Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:03:54.0842728Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:54.0843164Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:54.0843576Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:03:54.0843940Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:03:54.0844321Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:54.0844747Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:54.0845151Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:03:54.0845516Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:03:54.0845884Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:03:54.0846244Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:03:54.0846590Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:03:54.0846938Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:03:54.0847290Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:54.0847812Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:03:54.0848193Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:03:54.0848539Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:03:54.0848871Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:03:54.0849252Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:54.0849901Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:54.0850316Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:54.0850715Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:54.0851112Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:54.0851528Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:54.0852036Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:54.0852657Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:54.0853286Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:54.0853830Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:54.0854306Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:54.0854767Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:54.0855288Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:54.0855909Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:54.0856619Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:54.0857112Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:54.0857555Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:03:54.0858053Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:03:54.0858428Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:54.0858800Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:54.0859180Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:54.0859566Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:03:54.0859951Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:54.0860344Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:03:54.0860733Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:54.0861123Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:03:54.0861498Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:03:54.0861873Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:54.0862248Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:03:54.0862665Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:54.0863059Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:03:54.0863472Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:54.0863887Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:54.0864259Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:03:54.0864656Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:54.0865068Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:54.0865479Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:54.0865919Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:54.0866521Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:54.0866928Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:03:54.0867303Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:54.0867836Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:54.0868207Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:03:54.0868597Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:54.0868994Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:03:54.0869379Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:03:54.0869759Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:03:54.0870119Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:03:54.0870484Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:03:54.0871037Z 	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:03:54.0871758Z 	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:03:54.0872440Z 	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:03:54.0873278Z 	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:03:54.0873801Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:54.0874190Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:54.0874597Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:03:54.0874999Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:03:54.0875381Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:54.0875763Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:03:54.0876128Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:03:54.0876502Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:54.0876883Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:03:54.0877264Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:03:54.0877778Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:03:54.0878171Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:03:54.0878576Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:03:54.0878977Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:54.0879387Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:03:54.0879776Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:03:54.0880155Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:03:54.0880544Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:03:54.0880945Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:03:54.0881346Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:54.0881744Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:03:54.0882138Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:54.0882561Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:54.0882997Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:54.0883603Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:03:54.0884066Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:54.0884527Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:54.0884934Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:54.0885309Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:03:54.0885688Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:03:54.0886091Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:54.0886499Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:54.0886902Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:03:54.0887280Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:03:54.0887810Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:54.0888288Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:54.0888761Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:54.0889156Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:54.0889726Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:54.0890180Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:54.0890624Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:54.0891102Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:54.0891590Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:54.0892041Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:54.0892484Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:54.0892885Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:03:54.0893278Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:54.0893699Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:54.0894081Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:03:54.0894458Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:54.0894863Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:54.0895266Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:03:54.0895675Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:54.0896095Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:54.0896492Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:54.0896867Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:03:54.0897236Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:03:54.0897721Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:03:54.0898119Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:54.0898538Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:54.0898931Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:03:54.0899380Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:54.0900023Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:54.0900439Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:54.0900878Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:54.0901300Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:54.0901707Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:54.0902121Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:54.0902475Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:03:54.0902839Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:03:54.0903228Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:54.0903620Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:54.0904003Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:54.0904364Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:03:54.0904716Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:03:54.0905064Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:03:54.0905549Z 	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:03:54.0906184Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:54.0906565Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:54.0906943Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:54.0907340Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:54.0907904Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:54.0908321Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:54.0908728Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:03:54.0909144Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:54.0909554Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:03:54.0909930Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:03:54.0910303Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:03:54.0910664Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:03:54.0911045Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:54.0911470Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:54.0911894Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:54.0912297Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:03:54.0912721Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:54.0913163Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:54.0913561Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:54.0913930Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:03:54.0914282Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:03:54.0914632Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:03:54.0915001Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:54.0915376Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:54.0915752Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:54.0916356Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:54.0916842Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:54.0917308Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:54.0917941Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:03:54.0918319Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:54.0918712Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:03:54.0919100Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:54.0919491Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:03:54.0919875Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:03:54.0920253Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:03:54.0920697Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:54.0921190Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:54.0921615Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:03:54.0921992Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:03:54.0922370Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:54.0922943Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:54.0923337Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:03:54.0923711Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:03:54.0924108Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:54.0924490Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:03:54.0924844Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:03:54.0925204Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:03:54.0925604Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:54.0926028Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:03:54.0926457Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:03:54.0926855Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:03:54.0927294Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:54.0927899Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:03:54.0928337Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:54.0928731Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:03:54.0929250Z 	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:03:54.0929758Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:03:54.0930147Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:54.0930558Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:03:54.0930988Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:54.0931514Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:54.0932098Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:54.0932712Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:54.0933560Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:54.0934236Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:54.0934868Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:54.0935495Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:54.0936083Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:54.0936566Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:54.0937011Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:54.0937447Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:03:54.0938123Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:54.0938613Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:54.0939049Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:54.0939434Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:03:54.0939809Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:54.0940343Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:54.0940727Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:03:54.0941135Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:54.0941551Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:03:54.0941919Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:03:54.0942308Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:54.0942773Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:54.0943266Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:54.0943754Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:54.0944246Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:54.0944707Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:54.0945124Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:54.0945543Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:54.0945959Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:03:54.0946394Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:54.0946828Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:54.0947219Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:03:54.0947740Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:54.0948130Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:03:54.0948507Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:54.0948951Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:54.0949392Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:03:54.0949800Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:54.0950217Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:54.0950814Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:54.0951281Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:54.0951726Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:54.0952160Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:54.0952556Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:03:54.0952935Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:54.0953325Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:03:54.0953702Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:03:54.0954073Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:54.0954476Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:54.0954881Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:03:54.0955313Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:54.0955785Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:54.0956244Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:54.0956640Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:03:54.0957112Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:03:54.0957486Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:54.0958087Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:54.0958477Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:03:54.0958869Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:54.0959305Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:54.0959760Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:54.0960176Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:03:54.0960565Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:54.0960961Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:03:54.0961514Z 	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:03:54.0962093Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:54.0962548Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:54.0962993Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:54.0963425Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:54.0963829Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:54.0964223Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:54.0964611Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:54.0965014Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:54.0965421Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:54.0965803Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:54.0966198Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:54.0966602Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:54.0966978Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:03:54.0967746Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:54.0968246Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:54.0968672Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:03:54.0969048Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:03:54.0969427Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:03:54.0969820Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:03:54.0970194Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:03:54.0970559Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:54.0970991Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:54.0971440Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:54.0971848Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:03:54.0972251Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:03:54.0972651Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:03:54.0973034Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:03:54.0973409Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:03:54.0973977Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:03:54.0974381Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:03:54.0974825Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:54.0975275Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:54.0975704Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:54.0976110Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:54.0976514Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:03:54.0976939Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:54.0977328Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:03:54.0977923Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:03:54.0978273Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:03:54.0978640Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:54.0979016Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:03:54.0979371Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:03:54.0979743Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:54.0980148Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:54.0980537Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:03:54.0980894Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:03:54.0981242Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:03:54.0981622Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:03:54.0982029Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:54.0982405Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:03:54.0982769Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:54.0983143Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:03:54.0983530Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:54.0984146Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:03:54.0984517Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:03:54.0984890Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:54.0985283Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:54.0985663Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:03:54.0986047Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:54.0986424Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:03:54.0986802Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:54.0987205Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:54.0987774Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:54.0988188Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:03:54.0988545Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:03:54.0988890Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:03:54.0989233Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:03:54.0989652Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:54.0990318Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:54.0990790Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:54.0991269Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:54.0991775Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:54.0992217Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:03:54.0992604Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:54.0992995Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:54.0993387Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:54.0993775Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:54.0994166Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:54.0994554Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:54.0994931Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:03:54.0995326Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:54.0995767Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:54.0996201Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:54.0996580Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:03:54.0996983Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:54.0997407Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:54.0997937Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:03:54.0998294Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:03:54.0998685Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:54.0999136Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:54.0999598Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:54.1000013Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:03:54.1000637Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:03:54.1001078Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:03:54.1001512Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:03:54.2942131Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:54.4890475Z Collecting meson
2025-08-20T22:03:54.5722664Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:03:54.6296679Z Collecting ninja
2025-08-20T22:03:54.6450630Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:03:54.6745801Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:03:54.7550190Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.6 MB/s  0:00:00
2025-08-20T22:03:54.7704951Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:03:54.8556658Z Installing collected packages: ninja, meson
2025-08-20T22:03:55.5313170Z 
2025-08-20T22:03:55.5335267Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:03:55.7980934Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:55.8889236Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:03:55.9843761Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:03:56.3751863Z 1.8.4
2025-08-20T22:03:56.4052816Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:03:56.4439566Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:56.4439993Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:03:56.4440344Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:03:56.4440700Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:03:56.4441110Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:03:56.4441493Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:03:56.4441867Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:03:56.4442228Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:03:56.4442574Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:03:56.4442903Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:03:56.4443276Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:56.4443661Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:03:56.4444042Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:56.4444443Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:03:56.4444838Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:03:56.4445250Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:56.4445654Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:03:56.4446017Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:03:56.4446393Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:56.4446850Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:56.4447304Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:56.4447885Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:56.4448313Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:56.4448713Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:03:56.4449064Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:03:56.4449872Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:56.4450331Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:56.4450752Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:56.4451164Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:56.4451577Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:56.4452038Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:56.4452461Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:56.4452891Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:03:56.4453313Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:56.4453757Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:56.4454187Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:56.4454591Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:56.4455001Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:03:56.4455392Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:03:56.4456061Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:56.4456491Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:56.4456910Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:56.4457313Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:03:56.4457994Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:56.4458465Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:56.4458938Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:56.4459407Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:56.4459895Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:56.4460341Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:56.4460765Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:56.4461186Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:56.4461597Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:56.4462014Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:56.4462420Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:56.4462794Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:03:56.4463148Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:03:56.4463516Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:03:56.4463912Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:03:56.4464321Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:56.4464700Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:03:56.4465111Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:56.4465555Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:56.4465980Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:56.4466613Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:56.4467059Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:56.4467493Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:56.4468058Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:56.4468458Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:03:56.4468906Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:56.4469404Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:56.4469902Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:03:56.4470363Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:03:56.4470781Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:56.4471175Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:03:56.4471565Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:56.4471964Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:03:56.4472367Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:03:56.4472822Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:56.4473505Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:56.4474013Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:56.4474507Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:56.4474947Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:56.4475354Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:56.4475754Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:56.4476160Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:56.4476558Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:03:56.4476943Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:56.4477372Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:56.4477915Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:03:56.4478303Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:03:56.4478677Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:56.4479082Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:56.4479491Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:56.4479867Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:03:56.4480381Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:03:56.4480773Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:56.4481162Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:03:56.4481519Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:03:56.4481898Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:56.4482305Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:03:56.4482694Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:03:56.4483058Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:03:56.4483645Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:56.4484043Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:56.4484434Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:56.4484832Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:56.4485227Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:56.4485619Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:56.4486001Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:03:56.4486400Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:56.4486802Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:56.4487170Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:03:56.4487530Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:03:56.4488008Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:03:56.4488366Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:03:56.4488734Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:03:56.4489083Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:03:56.4489458Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:56.4490018Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:03:56.4490447Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:56.4490887Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:56.4491291Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:03:56.4491683Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:56.4492076Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:56.4492464Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:03:56.4492866Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:56.4493277Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:03:56.4493660Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:03:56.4494058Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:56.4494470Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:56.4494915Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:56.4495348Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:03:56.4495741Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:03:56.4496140Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:03:56.4496557Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:56.4496968Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:03:56.4497374Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:56.4497938Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:56.4498343Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:56.4498744Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:56.4499126Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:03:56.4499486Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:03:56.4499852Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:03:56.4500470Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:56.4500884Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:03:56.4501287Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:56.4501680Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:03:56.4502056Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:03:56.4502431Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:03:56.4502809Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:03:56.4503222Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:03:56.4503646Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:56.4504089Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:03:56.4504491Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:56.4504866Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:03:56.4505259Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:56.4505682Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:56.4506264Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:56.4506621Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:03:56.4506962Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:56.4507382Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:56.4507949Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:03:56.4508364Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:03:56.4508752Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:03:56.4509135Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:03:56.4509517Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:03:56.4509940Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:56.4510412Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:56.4510829Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:03:56.4511197Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:03:56.4511559Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:03:56.4512005Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:56.4512508Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:56.4512951Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:03:56.4513326Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:03:56.4513789Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:56.4514326Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:56.4514837Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:56.4515273Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:03:56.4515634Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:03:56.4516020Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:56.4516434Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:56.4517048Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:56.4517496Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:56.4517997Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:03:56.4518374Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:56.4518777Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:56.4519187Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:56.4519586Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:56.4519983Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:56.4520378Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:56.4520773Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:56.4521199Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:56.4521648Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:56.4522073Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:03:56.4522463Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:03:56.4522984Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:56.4523360Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:03:56.4523736Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:03:56.4524130Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:03:56.4524547Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:56.4525020Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:56.4525475Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:56.4525881Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:56.4526273Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:03:56.4526656Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:03:56.4527036Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:03:56.4527408Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:03:56.4527930Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:56.4528315Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:03:56.4528761Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:56.4529238Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:56.4529699Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:56.4530215Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:56.4530731Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:56.4531233Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:56.4531676Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:03:56.4532043Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:03:56.4532404Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:03:56.4532783Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:56.4533167Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:03:56.4533737Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:03:56.4534137Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:56.4534521Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:03:56.4534904Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:56.4535282Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:03:56.4535663Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:03:56.4536058Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:56.4536448Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:03:56.4536862Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:56.4537300Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:56.4537846Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:56.4538267Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:56.4538670Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:56.4539079Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:56.4539632Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:03:56.4540025Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:03:56.4540389Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:03:56.4540899Z 	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:03:56.4541420Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:03:56.4541796Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:03:56.4542176Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:56.4542544Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:03:56.4542941Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:56.4543375Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:56.4543812Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:56.4544246Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:56.4544650Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:56.4545055Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:03:56.4545478Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:56.4545895Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:56.4546286Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:03:56.4546718Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:56.4547211Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:56.4547844Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:56.4548304Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:56.4548718Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:56.4549117Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:56.4549594Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:56.4550293Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:56.4550716Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:03:56.4551153Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:56.4551608Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:56.4552053Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:03:56.4552420Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:03:56.4552771Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:03:56.4553141Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:03:56.4553526Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:56.4553892Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:03:56.4554248Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:03:56.4554617Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:56.4554977Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:56.4555335Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:03:56.4555708Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:03:56.4556066Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:03:56.4556639Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:56.4557031Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:56.4557389Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:03:56.4557950Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:56.4558310Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:03:56.4558683Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:56.4559056Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:03:56.4559421Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:03:56.4559780Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:03:56.4560154Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:03:56.4560579Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:56.4561013Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:56.4561422Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:03:56.4561789Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:03:56.4562171Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:56.4562603Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:56.4563006Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:03:56.4563366Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:03:56.4563733Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:03:56.4564094Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:03:56.4564441Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:03:56.4564782Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:03:56.4565140Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:56.4565509Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:03:56.4565873Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:03:56.4566216Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:03:56.4566793Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:03:56.4567198Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:56.4567741Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:56.4568156Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:56.4568557Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:56.4568958Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:56.4569377Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:56.4569878Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:56.4570493Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:56.4571121Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:56.4571664Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:56.4572137Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:56.4572589Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:56.4573322Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:56.4573943Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:56.4574505Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:56.4574996Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:56.4575447Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:03:56.4575815Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:03:56.4576187Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:56.4576562Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:56.4576943Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:56.4577359Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:03:56.4577855Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:56.4578242Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:03:56.4578629Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:56.4579015Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:03:56.4579392Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:03:56.4579772Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:56.4580148Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:03:56.4580540Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:56.4580938Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:03:56.4581350Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:56.4581771Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:56.4582139Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:03:56.4582530Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:56.4582943Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:56.4583569Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:56.4584020Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:56.4584447Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:56.4584816Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:03:56.4585188Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:56.4585579Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:56.4585951Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:03:56.4586342Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:56.4586736Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:03:56.4587120Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:03:56.4587502Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:03:56.4588019Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:03:56.4588391Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:03:56.4588941Z 	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:03:56.4589659Z 	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:03:56.4590508Z 	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:03:56.4591176Z 	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:03:56.4591702Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:56.4592090Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:56.4592500Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:03:56.4592904Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:03:56.4593281Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:56.4593658Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:03:56.4594024Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:03:56.4594399Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:56.4594778Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:03:56.4595153Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:03:56.4595531Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:03:56.4595923Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:03:56.4596331Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:03:56.4596729Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:56.4597129Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:03:56.4597516Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:03:56.4598148Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:03:56.4598548Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:03:56.4598951Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:03:56.4599351Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:56.4599750Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:03:56.4600142Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:56.4600765Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:56.4601211Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:56.4601615Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:03:56.4602055Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:56.4602520Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:56.4602923Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:56.4603294Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:03:56.4603683Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:03:56.4604082Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:56.4604496Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:56.4604904Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:03:56.4605285Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:03:56.4605676Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:56.4606149Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:56.4606777Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:56.4607174Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:56.4607699Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:56.4608159Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:56.4608606Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:56.4609087Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:56.4609577Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:56.4610022Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:56.4610463Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:56.4610868Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:03:56.4611259Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:56.4611676Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:56.4612062Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:03:56.4612433Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:56.4612849Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:56.4613251Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:03:56.4613652Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:56.4614076Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:56.4614470Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:56.4614853Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:03:56.4615224Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:03:56.4615583Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:03:56.4615973Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:56.4616393Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:56.4616981Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:03:56.4617455Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:56.4618091Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:56.4618567Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:56.4619009Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:56.4619439Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:56.4619858Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:56.4620271Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:56.4620637Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:03:56.4621009Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:03:56.4621406Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:56.4621810Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:56.4622188Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:56.4622546Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:03:56.4622899Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:03:56.4623433Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:03:56.4623932Z 	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:03:56.4624447Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:56.4624837Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:56.4625225Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:56.4625634Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:56.4626050Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:56.4626465Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:56.4626870Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:03:56.4627288Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:56.4627876Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:03:56.4628290Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:03:56.4628660Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:03:56.4629022Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:03:56.4629402Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:56.4629829Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:56.4630262Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:56.4630664Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:03:56.4631086Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:56.4631528Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:56.4631932Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:56.4632301Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:03:56.4632651Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:03:56.4633001Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:03:56.4633371Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:56.4633973Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:56.4634377Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:56.4634781Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:56.4635196Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:56.4635658Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:56.4636104Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:03:56.4636481Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:56.4636869Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:03:56.4637260Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:56.4637850Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:03:56.4638257Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:03:56.4638636Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:03:56.4639082Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:56.4639576Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:56.4639997Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:03:56.4640565Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:03:56.4640945Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:56.4641349Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:56.4641741Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:03:56.4642115Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:03:56.4642523Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:56.4642911Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:03:56.4643263Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:03:56.4643620Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:03:56.4644022Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:56.4644470Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:03:56.4644849Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:03:56.4645235Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:03:56.4645679Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:56.4646119Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:03:56.4646551Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:56.4646949Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:03:56.4647470Z 	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:03:56.4648160Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:03:56.4648559Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:56.4648970Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:03:56.4649396Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:56.4649918Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:56.4650502Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:56.4651324Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:56.4652035Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:56.4652689Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:56.4653322Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:56.4653956Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:56.4654539Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:56.4655022Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:56.4655464Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:56.4655909Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:03:56.4656336Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:56.4656816Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:56.4657254Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:56.4657992Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:03:56.4658366Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:56.4658744Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:56.4659128Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:03:56.4659539Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:56.4659957Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:03:56.4660325Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:03:56.4660710Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:56.4661171Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:56.4661663Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:56.4662156Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:56.4662645Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:56.4663098Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:56.4663517Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:56.4663933Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:56.4664353Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:03:56.4664785Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:56.4665217Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:56.4665606Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:03:56.4665990Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:56.4666374Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:03:56.4666758Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:56.4667199Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:56.4667810Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:03:56.4668427Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:56.4668860Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:56.4669289Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:56.4669737Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:56.4670179Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:56.4670617Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:56.4671010Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:03:56.4671383Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:56.4671772Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:03:56.4672143Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:03:56.4672520Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:56.4672923Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:56.4673323Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:03:56.4673751Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:56.4674225Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:56.4674834Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:56.4675229Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:03:56.4675583Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:03:56.4675958Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:56.4676352Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:56.4676744Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:03:56.4677139Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:56.4677708Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:56.4678170Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:56.4678588Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:03:56.4678981Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:56.4679379Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:03:56.4679929Z 	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:03:56.4680510Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:56.4680969Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:56.4681413Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:56.4681841Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:56.4682244Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:56.4682639Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:56.4683033Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:56.4683437Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:56.4683839Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:56.4684225Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:56.4684618Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:56.4685223Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:56.4685623Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:03:56.4686032Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:56.4686500Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:56.4686933Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:03:56.4687309Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:03:56.4687829Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:03:56.4688236Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:03:56.4688616Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:03:56.4688985Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:56.4689420Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:56.4689871Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:56.4690278Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:03:56.4690680Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:03:56.4691255Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:03:56.4691641Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:03:56.4692018Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:03:56.4692403Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:03:56.4692807Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:03:56.4693256Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:56.4693707Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:56.4694132Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:56.4694535Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:56.4694942Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:03:56.4695379Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:56.4695771Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:03:56.4696126Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:03:56.4696474Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:03:56.4696841Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:56.4697223Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:03:56.4697704Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:03:56.4698087Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:56.4698481Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:56.4698867Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:03:56.4699229Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:03:56.4699582Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:03:56.4699963Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:03:56.4700359Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:56.4700736Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:03:56.4701101Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:56.4701718Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:03:56.4702128Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:56.4702513Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:03:56.4702863Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:03:56.4703243Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:56.4703644Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:56.4704028Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:03:56.4704407Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:56.4704785Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:03:56.4705166Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:56.4705575Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:56.4705998Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:56.4706401Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:03:56.4706763Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:03:56.4707111Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:03:56.4707712Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:03:56.4708139Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:56.4708642Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:56.4709111Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:56.4709588Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:56.4710100Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:56.4710544Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:03:56.4710925Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:56.4711314Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:56.4711711Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:56.4712103Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:56.4712489Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:56.4712877Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:56.4713254Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:03:56.4713654Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:56.4714100Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:56.4714537Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:56.4714913Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:03:56.4715310Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:56.4715741Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:56.4716121Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:03:56.4716472Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:03:56.4716866Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:56.4717320Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:56.4718119Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:56.4718549Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:03:56.4718969Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:03:56.4719397Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:03:56.4719834Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:03:56.8754405Z info: downloading installer
2025-08-20T22:03:57.1546557Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:03:57.1546942Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:03:57.1547316Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:03:57.1547889Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:03:57.1764727Z info: profile set to 'default'
2025-08-20T22:03:57.1765052Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:03:57.1765414Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:03:57.2308360Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:03:57.4274072Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:03:57.4568604Z info: downloading component 'clippy'
2025-08-20T22:03:57.6049909Z info: downloading component 'rustfmt'
2025-08-20T22:03:57.7221944Z info: downloading component 'cargo'
2025-08-20T22:03:58.1297453Z info: downloading component 'rust-std'
2025-08-20T22:03:58.9129110Z info: downloading component 'rustc'
2025-08-20T22:04:00.1374706Z info: removing previous version of component 'clippy'
2025-08-20T22:04:00.1567982Z info: removing previous version of component 'rustfmt'
2025-08-20T22:04:00.1646564Z info: removing previous version of component 'cargo'
2025-08-20T22:04:00.1864333Z info: removing previous version of component 'rust-std'
2025-08-20T22:04:00.2022491Z info: removing previous version of component 'rustc'
2025-08-20T22:04:00.2261802Z info: installing component 'clippy'
2025-08-20T22:04:00.5004586Z info: installing component 'rustfmt'
2025-08-20T22:04:00.7025739Z info: installing component 'cargo'
2025-08-20T22:04:01.2042647Z info: installing component 'rust-std'
2025-08-20T22:04:02.5108487Z info: installing component 'rustc'
2025-08-20T22:04:05.2948206Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:04:05.2948549Z 
2025-08-20T22:04:05.3022261Z   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:04:05.3022696Z 
2025-08-20T22:04:05.3022700Z 
2025-08-20T22:04:05.3022792Z Rust is installed now. Great!
2025-08-20T22:04:05.3022936Z 
2025-08-20T22:04:05.3023116Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:04:05.3023517Z environment variable. This has not been done automatically.
2025-08-20T22:04:05.3023737Z 
2025-08-20T22:04:05.3023871Z To configure your current shell, you need to source
2025-08-20T22:04:05.3024161Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:04:05.3024339Z 
2025-08-20T22:04:05.3024515Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:04:05.3024898Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:04:05.3025194Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:04:05.3025483Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:04:05.3194329Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:04:05.3531094Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:04:05.3531373Z 
2025-08-20T22:04:05.3603980Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:04:05.3604314Z 
2025-08-20T22:04:05.4015338Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:04:05.4390777Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:04:05.4762777Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:04:05.4763219Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:04:05.4763585Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:04:05.4763956Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:04:05.4764343Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:04:05.4764744Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:04:05.4765106Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:04:05.4765470Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:04:05.4765820Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:04:05.4766150Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:04:05.4766524Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:04:05.4766911Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:04:05.4767298Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:04:05.4767857Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:04:05.4768270Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:04:05.4769013Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:04:05.4769420Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:04:05.4769786Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:04:05.4770166Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:04:05.4770624Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:04:05.4771082Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:04:05.4771476Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:04:05.4771894Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:04:05.4772291Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:04:05.4772645Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:04:05.4773037Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:04:05.4773478Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:04:05.4773901Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:04:05.4774310Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:04:05.4774727Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:04:05.4775155Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:04:05.4775585Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:04:05.4776015Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:04:05.4776441Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:04:05.4776885Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:04:05.4777322Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:04:05.4777859Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:04:05.4778275Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:04:05.4778669Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:04:05.4779077Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:04:05.4779771Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:04:05.4780213Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:04:05.4780619Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:04:05.4781010Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:04:05.4781469Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:04:05.4781947Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:04:05.4782423Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:04:05.4782916Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:04:05.4783362Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:04:05.4783790Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:04:05.4784215Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:04:05.4784628Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:04:05.4785050Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:04:05.4785449Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:04:05.4785967Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:04:05.4786469Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:04:05.4786840Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:04:05.4787233Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:04:05.4787759Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:04:05.4788146Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:04:05.4788558Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:04:05.4788999Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:04:05.4789429Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:04:05.4789841Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:04:05.4790271Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:04:05.4790701Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:04:05.4791104Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:04:05.4791504Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:04:05.4791943Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:04:05.4792443Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:04:05.4792941Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:04:05.4793405Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:04:05.4793828Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:04:05.4794224Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:04:05.4794616Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:04:05.4795016Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:04:05.4795418Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:04:05.4795882Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:04:05.4796601Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:04:05.4797128Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:04:05.4797915Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:04:05.4798371Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:04:05.4798774Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:04:05.4799173Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:04:05.4799579Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:04:05.4799978Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:04:05.4800363Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:04:05.4800784Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:04:05.4801210Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:04:05.4801592Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:04:05.4801962Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:04:05.4802367Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:04:05.4802773Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:04:05.4803318Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:04:05.4803686Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:04:05.4804077Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:04:05.4804466Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:04:05.4804816Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:04:05.4805197Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:04:05.4805613Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:04:05.4806005Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:04:05.4806372Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:04:05.4806736Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:04:05.4807115Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:04:05.4807504Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:04:05.4808074Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:04:05.4808472Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:04:05.4808890Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:04:05.4809272Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:04:05.4809673Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:04:05.4810073Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:04:05.4810446Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:04:05.4810802Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:04:05.4811158Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:04:05.4811512Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:04:05.4811874Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:04:05.4812222Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:04:05.4812598Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:04:05.4813183Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:04:05.4813634Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:04:05.4814070Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:04:05.4814471Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:04:05.4814862Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:04:05.4815260Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:04:05.4815649Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:04:05.4816051Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:04:05.4816458Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:04:05.4816838Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:04:05.4817239Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:04:05.4817961Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:04:05.4818423Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:04:05.4818854Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:04:05.4819250Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:04:05.4819842Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:04:05.4820254Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:04:05.4820663Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:04:05.4821070Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:04:05.4821464Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:04:05.4821868Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:04:05.4822278Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:04:05.4822659Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:04:05.4823018Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:04:05.4823382Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:04:05.4823782Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:04:05.4824180Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:04:05.4824582Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:04:05.4824973Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:04:05.4825342Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:04:05.4825722Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:04:05.4826103Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:04:05.4826494Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:04:05.4826917Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:04:05.4827368Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:04:05.4828025Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:04:05.4828404Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:04:05.4828796Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:04:05.4829218Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:04:05.4829636Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:04:05.4830227Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:04:05.4830590Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:04:05.4831013Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:04:05.4831444Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:04:05.4831855Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:04:05.4832244Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:04:05.4832626Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:04:05.4833010Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:04:05.4833434Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:04:05.4833898Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:04:05.4834313Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:04:05.4834682Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:04:05.4835043Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:04:05.4835489Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:04:05.4835995Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:04:05.4836585Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:04:05.4836964Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:04:05.4837470Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:04:05.4838181Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:04:05.4838693Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:04:05.4839133Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:04:05.4839494Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:04:05.4839876Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:04:05.4840284Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:04:05.4840711Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:04:05.4841123Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:04:05.4841500Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:04:05.4841878Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:04:05.4842283Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:04:05.4842693Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:04:05.4843096Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:04:05.4843494Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:04:05.4843888Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:04:05.4844281Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:04:05.4844707Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:04:05.4845157Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:04:05.4845585Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:04:05.4845983Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:04:05.4846361Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:04:05.4846962Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:04:05.4847358Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:04:05.4847863Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:04:05.4848280Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:04:05.4848750Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:04:05.4849204Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:04:05.4849609Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:04:05.4849998Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:04:05.4850386Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:04:05.4850766Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:04:05.4851145Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:04:05.4851534Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:04:05.4851913Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:04:05.4852361Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:04:05.4852832Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:04:05.4853448Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:04:05.4853971Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:04:05.4854488Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:04:05.4854991Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:04:05.4855433Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:04:05.4855797Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:04:05.4856164Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:04:05.4856545Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:04:05.4856925Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:04:05.4857300Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:04:05.4857792Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:04:05.4858185Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:04:05.4858572Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:04:05.4858955Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:04:05.4859334Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:04:05.4859741Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:04:05.4860138Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:04:05.4860553Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:04:05.4860992Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:04:05.4861413Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:04:05.4861825Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:04:05.4862229Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:04:05.4862639Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:04:05.4863065Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:04:05.4863649Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:04:05.4864033Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:04:05.4864546Z 	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:04:05.4865063Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:04:05.4865432Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:04:05.4865813Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:04:05.4866179Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:04:05.4866578Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:04:05.4867015Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:04:05.4867439Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:04:05.4868007Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:04:05.4868415Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:04:05.4868821Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:04:05.4869241Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:04:05.4869652Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:04:05.4870215Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:04:05.4870641Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:04:05.4871131Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:04:05.4871629Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:04:05.4872083Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:04:05.4872495Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:04:05.4872901Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:04:05.4873381Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:04:05.4873866Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:04:05.4874283Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:04:05.4874720Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:04:05.4875183Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:04:05.4875590Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:04:05.4875953Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:04:05.4876314Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:04:05.4876688Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:04:05.4877076Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:04:05.4877444Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:04:05.4877992Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:04:05.4878377Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:04:05.4878743Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:04:05.4879096Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:04:05.4879465Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:04:05.4879820Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:04:05.4880197Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:04:05.4880803Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:04:05.4881181Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:04:05.4881541Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:04:05.4881904Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:04:05.4882296Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:04:05.4882675Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:04:05.4883039Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:04:05.4883403Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:04:05.4883778Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:04:05.4884199Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:04:05.4884637Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:04:05.4885043Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:04:05.4885407Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:04:05.4885789Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:04:05.4886215Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:04:05.4886763Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:04:05.4887120Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:04:05.4887486Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:04:05.4887957Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:04:05.4888300Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:04:05.4888653Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:04:05.4889009Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:04:05.4889381Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:04:05.4889740Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:04:05.4890086Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:04:05.4890424Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:04:05.4890800Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:04:05.4891209Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:04:05.4891608Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:04:05.4892006Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:04:05.4892408Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:04:05.4892830Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:04:05.4893331Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:04:05.4893948Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:04:05.4894577Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:04:05.4895126Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:04:05.4895600Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:04:05.4896050Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:04:05.4896569Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:04:05.4897451Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:04:05.4898147Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:04:05.4898642Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:04:05.4899087Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:04:05.4899464Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:04:05.4899835Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:04:05.4900209Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:04:05.4900588Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:04:05.4900977Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:04:05.4901370Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:04:05.4901759Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:04:05.4902146Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:04:05.4902536Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:04:05.4902924Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:04:05.4903475Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:04:05.4903848Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:04:05.4904240Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:04:05.4904636Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:04:05.4905049Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:04:05.4905465Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:04:05.4905837Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:04:05.4906226Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:04:05.4906636Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:04:05.4907051Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:04:05.4907492Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:04:05.4908081Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:04:05.4908452Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:04:05.4908825Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:04:05.4909209Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:04:05.4909579Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:04:05.4909969Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:04:05.4910361Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:04:05.4910746Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:04:05.4911127Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:04:05.4911494Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:04:05.4911866Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:04:05.4912412Z 	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:04:05.4913129Z 	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:04:05.4913996Z 	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:04:05.4914682Z 	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:04:05.4915208Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:04:05.4915590Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:04:05.4915996Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:04:05.4916399Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:04:05.4916774Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:04:05.4917151Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:04:05.4917520Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:04:05.4918095Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:04:05.4918477Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:04:05.4918855Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:04:05.4919235Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:04:05.4919623Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:04:05.4920219Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:04:05.4920616Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:04:05.4921014Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:04:05.4921401Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:04:05.4921780Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:04:05.4922166Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:04:05.4922573Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:04:05.4922973Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:04:05.4923374Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:04:05.4923769Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:04:05.4924196Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:04:05.4924628Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:04:05.4925029Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:04:05.4925471Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:04:05.4925932Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:04:05.4926346Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:04:05.4926719Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:04:05.4927101Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:04:05.4927501Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:04:05.4928049Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:04:05.4928466Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:04:05.4928850Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:04:05.4929241Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:04:05.4929715Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:04:05.4930190Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:04:05.4930786Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:04:05.4931210Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:04:05.4931660Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:04:05.4932105Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:04:05.4932581Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:04:05.4933070Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:04:05.4933516Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:04:05.4933956Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:04:05.4934353Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:04:05.4934749Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:04:05.4935170Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:04:05.4935559Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:04:05.4935936Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:04:05.4936346Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:04:05.4936877Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:04:05.4937282Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:04:05.4937860Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:04:05.4938255Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:04:05.4938631Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:04:05.4939003Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:04:05.4939361Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:04:05.4939749Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:04:05.4940169Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:04:05.4940564Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:04:05.4941015Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:04:05.4941464Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:04:05.4941867Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:04:05.4942309Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:04:05.4942732Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:04:05.4943143Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:04:05.4943554Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:04:05.4943911Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:04:05.4944274Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:04:05.4944667Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:04:05.4945070Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:04:05.4945452Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:04:05.4945812Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:04:05.4946163Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:04:05.4946512Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:04:05.4947204Z 	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:04:05.4947837Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:04:05.4948219Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:04:05.4948599Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:04:05.4948996Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:04:05.4949412Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:04:05.4949823Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:04:05.4950227Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:04:05.4950640Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:04:05.4951051Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:04:05.4951424Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:04:05.4951791Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:04:05.4952151Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:04:05.4952526Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:04:05.4952951Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:04:05.4953548Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:04:05.4953952Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:04:05.4954375Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:04:05.4954818Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:04:05.4955220Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:04:05.4955596Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:04:05.4955964Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:04:05.4956312Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:04:05.4956680Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:04:05.4957058Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:04:05.4957440Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:04:05.4957960Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:04:05.4958378Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:04:05.4958840Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:04:05.4959276Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:04:05.4959651Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:04:05.4960041Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:04:05.4960429Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:04:05.4960816Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:04:05.4961198Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:04:05.4961578Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:04:05.4962023Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:04:05.4962517Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:04:05.4962941Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:04:05.4963319Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:04:05.4963884Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:04:05.4964306Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:04:05.4964699Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:04:05.4965073Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:04:05.4965472Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:04:05.4965859Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:04:05.4966206Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:04:05.4966560Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:04:05.4966955Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:04:05.4967377Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:04:05.4967881Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:04:05.4968269Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:04:05.4968712Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:04:05.4969153Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:04:05.4969582Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:04:05.4970131Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:04:05.4970647Z 	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:04:05.4971151Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:04:05.4971541Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:04:05.4971958Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:04:05.4972388Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:04:05.4972911Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:04:05.4973492Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:04:05.4974109Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:04:05.4974757Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:04:05.4975405Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:04:05.4976039Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:04:05.4976668Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:04:05.4977252Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:04:05.4977855Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:04:05.4978304Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:04:05.4978745Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:04:05.4979172Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:04:05.4979649Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:04:05.4980085Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:04:05.4980465Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:04:05.4981009Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:04:05.4981400Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:04:05.4981781Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:04:05.4982185Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:04:05.4982600Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:04:05.4982974Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:04:05.4983361Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:04:05.4983824Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:04:05.4984314Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:04:05.4984807Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:04:05.4985300Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:04:05.4985761Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:04:05.4986181Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:04:05.4986600Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:04:05.4987142Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:04:05.4987736Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:04:05.4988169Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:04:05.4988561Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:04:05.4988941Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:04:05.4989329Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:04:05.4989708Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:04:05.4990139Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:04:05.4990577Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:04:05.4990981Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:04:05.4991403Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:04:05.4991830Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:04:05.4992282Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:04:05.4992727Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:04:05.4993162Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:04:05.4993566Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:04:05.4993945Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:04:05.4994331Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:04:05.4994705Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:04:05.4995082Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:04:05.4995492Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:04:05.4995894Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:04:05.4996324Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:04:05.4996793Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:04:05.4997252Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:04:05.4997951Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:04:05.4998328Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:04:05.4998700Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:04:05.4999094Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:04:05.4999483Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:04:05.4999880Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:04:05.5000309Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:04:05.5000757Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:04:05.5001175Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:04:05.5001561Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:04:05.5001963Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:04:05.5002510Z 	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:04:05.5003089Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:04:05.5003544Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:04:05.5004131Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:04:05.5004555Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:04:05.5004952Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:04:05.5005344Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:04:05.5005735Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:04:05.5006141Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:04:05.5006546Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:04:05.5006925Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:04:05.5007317Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:04:05.5007937Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:04:05.5008313Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:04:05.5008718Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:04:05.5009180Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:04:05.5009604Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:04:05.5009985Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:04:05.5010362Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:04:05.5010753Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:04:05.5011131Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:04:05.5011501Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:04:05.5011936Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:04:05.5012385Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:04:05.5012794Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:04:05.5013195Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:04:05.5013592Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:04:05.5014172Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:04:05.5014572Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:04:05.5014956Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:04:05.5015358Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:04:05.5015798Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:04:05.5016257Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:04:05.5016711Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:04:05.5017114Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:04:05.5017514Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:04:05.5018103Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:04:05.5018494Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:04:05.5018851Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:04:05.5019203Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:04:05.5019574Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:04:05.5019951Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:04:05.5020529Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:04:05.5020900Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:04:05.5021296Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:04:05.5021682Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:04:05.5022039Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:04:05.5022392Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:04:05.5022771Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:04:05.5023167Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:04:05.5023542Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:04:05.5023907Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:04:05.5024278Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:04:05.5024664Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:04:05.5025042Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:04:05.5025392Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:04:05.5025766Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:04:05.5026157Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:04:05.5026542Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:04:05.5026921Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:04:05.5027297Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:04:05.5027819Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:04:05.5028231Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:04:05.5028665Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:04:05.5029067Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:04:05.5029424Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:04:05.5029775Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:04:05.5030118Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:04:05.5046542Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:04:05.5047237Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:04:05.5047901Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:04:05.5048389Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:04:05.5048903Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:04:05.5049343Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:04:05.5049723Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:04:05.5050113Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:04:05.5050504Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:04:05.5050897Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:04:05.5051286Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:04:05.5051672Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:04:05.5052047Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:04:05.5052439Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:04:05.5053043Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:04:05.5053480Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:04:05.5053856Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:04:05.5054254Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:04:05.5054678Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:04:05.5055074Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:04:05.5055430Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:04:05.5055819Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:04:05.5056272Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:04:05.5056733Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:04:05.5057154Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:04:05.5057701Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:04:05.5058147Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:04:05.5058582Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:04:05.5058912Z 
2025-08-20T22:04:05.5058916Z 
2025-08-20T22:04:05.5059286Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:04:05 PM)
2025-08-20T22:04:05.5059641Z 
2025-08-20T22:04:05.5059644Z 
2025-08-20T22:04:05.5059647Z 
2025-08-20T22:04:05.5059716Z [+] Continue : YES
2025-08-20T22:04:05.5059819Z 
2025-08-20T22:04:05.5060051Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:04:05.5663637Z 
2025-08-20T22:04:05.5664209Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:04:05 PM) UTC
2025-08-20T22:04:05.5664473Z 
2025-08-20T22:04:05.5678494Z 
2025-08-20T22:04:05.5678656Z [+] Total RECIPES :: 1
2025-08-20T22:04:05.5678788Z 
2025-08-20T22:04:05.5748813Z 
2025-08-20T22:04:05.5749560Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml (1/1)
2025-08-20T22:04:05.5750074Z 
2025-08-20T22:04:05.6916524Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:04:05.6926993Z mode of '/tmp/pkgforge/1S9VufA7s_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:04:05.6973709Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/phantun/official [Provided]
2025-08-20T22:04:05.6974124Z [+] Setting '.pkg_family' --> phantun [Provided]
2025-08-20T22:04:05.6986502Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:04:05.6991600Z [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:04:05.7018025Z [00:00:00.003]➜  
2025-08-20T22:04:05.7018607Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:04:05.7019019Z [00:00:00.003]➜  
2025-08-20T22:04:05.7052500Z [00:00:00.006]➜  
2025-08-20T22:04:05.7052953Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:04:05.7053380Z [00:00:00.006]➜  
2025-08-20T22:04:05.7130099Z [00:00:00.014]➜  
2025-08-20T22:04:05.7131105Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/phantun/static.official.source.yaml) --> /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:04:05 PM) UTC]
2025-08-20T22:04:05.7132082Z [00:00:00.014]➜  
2025-08-20T22:04:05.7132268Z [00:00:00.014]➜  
2025-08-20T22:04:05.7132817Z [00:00:00.014]➜  
2025-08-20T22:04:05.7133097Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:04:05.7140765Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:04:05.7142145Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:04:05.7142767Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:04:05.7143004Z [00:00:00.015]➜  
2025-08-20T22:04:05.7143264Z [00:00:00.015]➜  pkg: "phantun"
2025-08-20T22:04:05.7143571Z [00:00:00.015]➜  pkg_id: "github.com.dndx.phantun"
2025-08-20T22:04:05.7143868Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:04:05.7144110Z [00:00:00.015]➜  category:
2025-08-20T22:04:05.7144764Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:04:05.7145081Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:04:05.7145632Z [00:00:00.015]➜  description: "Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs"
2025-08-20T22:04:05.7146156Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:04:05.7146382Z [00:00:00.015]➜    archlinux:
2025-08-20T22:04:05.7146607Z [00:00:00.015]➜      aur:
2025-08-20T22:04:05.7146835Z [00:00:00.015]➜        - "phantun"
2025-08-20T22:04:05.7147119Z [00:00:00.015]➜  homepage:
2025-08-20T22:04:05.7147404Z [00:00:00.015]➜    - "https://github.com/dndx/phantun"
2025-08-20T22:04:05.7148578Z [00:00:00.015]➜  license:
2025-08-20T22:04:05.7148817Z [00:00:00.015]➜    - "Apache"  
2025-08-20T22:04:05.7149051Z [00:00:00.015]➜  maintainer:
2025-08-20T22:04:05.7149380Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:04:05.7149684Z [00:00:00.015]➜  note:
2025-08-20T22:04:05.7149963Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:04:05.7150488Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/dndx/phantun"  
2025-08-20T22:04:05.7150900Z [00:00:00.015]➜  repology:
2025-08-20T22:04:05.7151137Z [00:00:00.015]➜    - "phantun"
2025-08-20T22:04:05.7151365Z [00:00:00.015]➜  src_url:
2025-08-20T22:04:05.7151635Z [00:00:00.015]➜    - "https://github.com/dndx/phantun"
2025-08-20T22:04:05.7151914Z [00:00:00.015]➜  tag:
2025-08-20T22:04:05.7152123Z [00:00:00.015]➜    - "proxy"
2025-08-20T22:04:05.7152379Z [00:00:00.015]➜  x_exec:
2025-08-20T22:04:05.7152620Z [00:00:00.015]➜    bsys: "docker://rust"
2025-08-20T22:04:05.7152876Z [00:00:00.015]➜    host:
2025-08-20T22:04:05.7153109Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:04:05.7153677Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:04:05.7154003Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:04:05.7154246Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:04:05.7154527Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:04:05.7155212Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/dndx/phantun" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:04:05.7156064Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:04:05.7156710Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:04:05.7157081Z [00:00:00.015]➜    run: |
2025-08-20T22:04:05.7157294Z [00:00:00.015]➜      #Build
2025-08-20T22:04:05.7158049Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:04:05.7158840Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:04:05.7159411Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:04:05.7159896Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:04:05.7160311Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:04:05.7160924Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:04:05.7161175Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:04:05.7161543Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:04:05.7161987Z [00:00:00.015]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:04:05.7162409Z [00:00:00.015]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:04:05.7163042Z [00:00:00.015]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:04:05.7163589Z [00:00:00.015]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:04:05.7163917Z [00:00:00.015]➜             export RUST_TARGET
2025-08-20T22:04:05.7164182Z [00:00:00.015]➜           else
2025-08-20T22:04:05.7164435Z [00:00:00.015]➜             rustc -Vv ; exit 1
2025-08-20T22:04:05.7164728Z [00:00:00.015]➜           fi
2025-08-20T22:04:05.7164950Z [00:00:00.015]➜         else
2025-08-20T22:04:05.7165267Z [00:00:00.015]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:04:05.7165642Z [00:00:00.015]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:04:05.7165926Z [00:00:00.015]➜         fi
2025-08-20T22:04:05.7166153Z [00:00:00.015]➜         RUST_FLAGS=()
2025-08-20T22:04:05.7166473Z [00:00:00.015]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:04:05.7166877Z [00:00:00.015]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:04:05.7167299Z [00:00:00.015]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:04:05.7168463Z [00:00:00.015]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:04:05.7168812Z [00:00:00.015]➜         fi
2025-08-20T22:04:05.7169096Z [00:00:00.015]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:04:05.7169455Z [00:00:00.015]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:04:05.7169777Z [00:00:00.015]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:04:05.7170092Z [00:00:00.015]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:04:05.7170420Z [00:00:00.015]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:04:05.7170748Z [00:00:00.015]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:04:05.7171070Z [00:00:00.015]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:04:05.7171679Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:04:05.7172139Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:04:05.7172496Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:04:05.7172833Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:04:05.7173190Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:04:05.7173551Z [00:00:00.015]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:04:05.7173847Z [00:00:00.015]➜        #Build
2025-08-20T22:04:05.7174349Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/dndx/phantun" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:04:05.7174860Z [00:00:00.015]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:04:05.7175200Z [00:00:00.015]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:04:05.7175848Z [00:00:00.015]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:04:05.7176438Z [00:00:00.015]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:04:05.7176963Z [00:00:00.015]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:04:05.7177534Z [00:00:00.015]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:04:05.7178307Z [00:00:00.015]➜        #Copy
2025-08-20T22:04:05.7179269Z [00:00:00.015]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:04:05.7180527Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:04:05.7181095Z [00:00:00.015]➜        #Strip 
2025-08-20T22:04:05.7181585Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:04:05.7182275Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:04:05.7182959Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:04:05.7183559Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:04:05.7184119Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:04:05.7184538Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:04:05.7184786Z [00:00:00.015]➜        '
2025-08-20T22:04:05.7185010Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:04:05.7185374Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:04:05.7185927Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:04:05.7186994Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:04:05.7187929Z [00:00:00.015]➜  
2025-08-20T22:04:05.7188127Z [00:00:00.015]➜  
2025-08-20T22:04:05.7188397Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:04:05.7188673Z [00:00:00.015]➜  
2025-08-20T22:04:05.7188858Z [00:00:00.015]➜  
2025-08-20T22:04:05.7189042Z [00:00:00.015]➜  
2025-08-20T22:04:05.7189535Z [00:00:00.016]➜  '/tmp/pkgforge/1S9VufA7s_build.yaml' -> '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:04:07.1486395Z [00:00:01.449]➜  '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.static.version' -> '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.version'
2025-08-20T22:04:07.1534213Z [00:00:01.454]➜  [+] Version: HEAD-869c794-250314T224601 ('.x_exec.pkgver') [/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.static.version]
2025-08-20T22:04:07.1658704Z [00:00:01.467]➜  [+] Progs: phantun
2025-08-20T22:04:07.4436423Z [00:00:01.744]➜  
2025-08-20T22:04:07.4436789Z [00:00:01.744]➜  [-] Missing packages. Found: 
2025-08-20T22:04:07.4437101Z [00:00:01.744]➜  [+] Expected: phantun
2025-08-20T22:04:07.4437385Z [00:00:01.744]➜  [+] Continuing with build...
2025-08-20T22:04:07.4437810Z [00:00:01.744]➜  
2025-08-20T22:04:07.7880498Z [00:00:02.089]➜  
2025-08-20T22:04:07.7880804Z [00:00:02.089]➜  
2025-08-20T22:04:07.7958808Z [00:00:02.097]➜  + mkdir -pv /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:04:07.7976976Z [00:00:02.098]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=phantun -e PKG_ID=github.com.dndx.phantun -e PKG_TYPE=static -e PKG_VER=HEAD-869c794-250314T224601 -e PKGVER=HEAD-869c794-250314T224601 -e SBUILD_PKG=phantun.static -e SBUILD_PKGVER=HEAD-869c794-250314T224601 --volume /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:04:07.7979113Z [00:00:02.098]➜    #Setup ENV
2025-08-20T22:04:07.7979495Z [00:00:02.098]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:04:07.7979948Z [00:00:02.098]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:04:07.7980356Z [00:00:02.098]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:04:07.7980982Z [00:00:02.098]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:04:07.7981533Z [00:00:02.098]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:04:07.7981863Z [00:00:02.098]➜         export RUST_TARGET
2025-08-20T22:04:07.7982116Z [00:00:02.098]➜       else
2025-08-20T22:04:07.7982356Z [00:00:02.098]➜         rustc -Vv ; exit 1
2025-08-20T22:04:07.7982608Z [00:00:02.098]➜       fi
2025-08-20T22:04:07.7982819Z [00:00:02.098]➜     else
2025-08-20T22:04:07.7983134Z [00:00:02.098]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:04:07.7983503Z [00:00:02.098]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:04:07.7983774Z [00:00:02.098]➜     fi
2025-08-20T22:04:07.7983992Z [00:00:02.098]➜     RUST_FLAGS=()
2025-08-20T22:04:07.7984305Z [00:00:02.098]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:04:07.7985573Z [00:00:02.098]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:04:07.7986040Z [00:00:02.098]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:04:07.7986432Z [00:00:02.098]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:04:07.7986720Z [00:00:02.098]➜     fi
2025-08-20T22:04:07.7986976Z [00:00:02.098]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:04:07.7987305Z [00:00:02.098]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:04:07.7987923Z [00:00:02.098]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:04:07.7988313Z [00:00:02.098]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:04:07.7988631Z [00:00:02.098]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:04:07.7988948Z [00:00:02.098]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:04:07.7989260Z [00:00:02.098]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:04:07.7989615Z [00:00:02.098]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:04:07.7989983Z [00:00:02.098]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:04:07.7990329Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:04:07.7990941Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:04:07.7991383Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:04:07.7991737Z [00:00:02.099]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:04:07.7992013Z [00:00:02.099]➜    #Build
2025-08-20T22:04:07.7992512Z [00:00:02.099]➜     git clone --filter "blob:none" --quiet "https://github.com/dndx/phantun" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:04:07.7993031Z [00:00:02.099]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:04:07.7993352Z [00:00:02.099]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:04:07.7993982Z [00:00:02.099]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:04:07.7994565Z [00:00:02.099]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:04:07.7995094Z [00:00:02.099]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:04:07.7995659Z [00:00:02.099]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:04:07.7996018Z [00:00:02.099]➜    #Copy
2025-08-20T22:04:07.7996948Z [00:00:02.099]➜     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:04:07.7998664Z [00:00:02.099]➜     ( 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:04:07.7999229Z [00:00:02.099]➜    #Strip 
2025-08-20T22:04:07.7999703Z [00:00:02.099]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:04:07.8000394Z [00:00:02.099]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:04:07.8001079Z [00:00:02.099]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:04:07.8001665Z [00:00:02.099]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:04:07.8002213Z [00:00:02.099]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:04:07.8002631Z [00:00:02.099]➜     popd &>/dev/null
2025-08-20T22:04:07.8002866Z [00:00:02.099]➜    '
2025-08-20T22:04:08.4514673Z [00:00:02.752]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:04:08.6164650Z [00:00:02.917]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:04:08.6165055Z [00:00:02.917]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:04:08.6165365Z [00:00:02.917]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:04:08.6165714Z [00:00:02.917]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:04:08.6166017Z [00:00:02.917]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:04:08.6166318Z [00:00:02.917]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:04:08.6166606Z [00:00:02.917]➜  2b92eb3035e7: Waiting
2025-08-20T22:04:08.6166867Z [00:00:02.917]➜  4239b2f25ebc: Waiting
2025-08-20T22:04:08.6167124Z [00:00:02.917]➜  323e89f8c367: Waiting
2025-08-20T22:04:08.8841262Z [00:00:03.185]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:04:08.8841728Z [00:00:03.185]➜  99fd740fb142: Download complete
2025-08-20T22:04:08.9933052Z [00:00:03.294]➜  b2e6f696af52: Download complete
2025-08-20T22:04:08.9967729Z [00:00:03.298]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:04:08.9968146Z [00:00:03.298]➜  996f2cb07f7c: Download complete
2025-08-20T22:04:09.0978580Z [00:00:03.399]➜  b2e6f696af52: Pull complete
2025-08-20T22:04:09.1914728Z [00:00:03.492]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:04:09.1915132Z [00:00:03.492]➜  323e89f8c367: Download complete
2025-08-20T22:04:09.4514884Z [00:00:03.752]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:04:09.4515362Z [00:00:03.752]➜  4239b2f25ebc: Download complete
2025-08-20T22:04:15.8990732Z [00:00:10.200]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:04:15.8991136Z [00:00:10.200]➜  2b92eb3035e7: Download complete
2025-08-20T22:04:19.6032068Z [00:00:13.904]➜  996f2cb07f7c: Pull complete
2025-08-20T22:04:26.1939281Z [00:00:20.495]➜  99fd740fb142: Pull complete
2025-08-20T22:05:48.0918877Z [00:01:42.393]➜  2b92eb3035e7: Pull complete
2025-08-20T22:05:56.2179501Z [00:01:50.519]➜  4239b2f25ebc: Pull complete
2025-08-20T22:05:56.3413471Z [00:01:50.642]➜  323e89f8c367: Pull complete
2025-08-20T22:05:56.3660599Z [00:01:50.667]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:05:56.3775894Z [00:01:50.678]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:05:56.8567734Z [00:01:51.158]➜  + mkdir -p /build-bins
2025-08-20T22:05:56.8584336Z [00:01:51.159]➜  ++ mktemp -d
2025-08-20T22:05:56.8598445Z [00:01:51.161]➜  + pushd /tmp/tmp.ohHaXraIpk
2025-08-20T22:05:56.8598835Z [00:01:51.161]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:05:56.8599320Z [00:01:51.161]➜  + source /root/.cargo/env
2025-08-20T22:05:56.8599601Z [00:01:51.161]➜  ++ case ":${PATH}:" in
2025-08-20T22:05:56.8605934Z [00:01:51.161]➜  ++ uname -m
2025-08-20T22:05:56.8606718Z [00:01:51.162]➜  ++ tr -d '[:space:]'
2025-08-20T22:05:56.8621054Z [00:01:51.163]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:05:56.8622957Z [00:01:51.163]➜  ++ uname -m
2025-08-20T22:05:56.8636713Z [00:01:51.165]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:05:56.8637146Z [00:01:51.165]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:05:56.8637513Z [00:01:51.165]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:05:57.0277432Z [00:01:51.329]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:05:57.0297477Z [00:01:51.331]➜  + RUST_FLAGS=()
2025-08-20T22:05:57.0298046Z [00:01:51.331]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:05:57.0298443Z [00:01:51.331]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:05:57.0301694Z [00:01:51.331]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:05:57.0302037Z [00:01:51.331]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:05:57.0311042Z [00:01:51.332]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:05:57.0311462Z [00:01:51.332]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:05:57.0311800Z [00:01:51.332]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:05:57.0312337Z [00:01:51.332]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:05:57.0312713Z [00:01:51.332]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:05:57.0313062Z [00:01:51.332]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:05:57.0313379Z [00:01:51.332]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:05:57.0313690Z [00:01:51.332]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:05:57.0314376Z [00:01:51.332]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:05:57.0314792Z [00:01:51.332]➜  ++ which mold
2025-08-20T22:05:57.0341042Z [00:01:51.335]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:05:57.0341440Z [00:01:51.335]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:05:57.0341787Z [00:01:51.335]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:05:57.0342172Z [00:01:51.335]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:05:57.0344626Z [00:01:51.335]➜  + 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:05:57.0347061Z [00:01:51.335]➜  + 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:05:57.0348801Z [00:01:51.335]➜  + git clone --filter blob:none --quiet https://github.com/dndx/phantun ./TEMPREPO
2025-08-20T22:05:57.6974835Z [00:01:51.998]➜  
2025-08-20T22:05:57.6975209Z [00:01:51.998]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:05:57.6975543Z [00:01:51.998]➜  + cd ./TEMPREPO/
2025-08-20T22:05:57.6975883Z [00:01:51.998]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:05:57.6977342Z [00:01:51.998]➜  [+] 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:05:57.6978698Z [00:01:51.998]➜  
2025-08-20T22:05:57.6980018Z [00:01:51.998]➜  + 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:05:57.6981269Z [00:01:51.998]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:05:57.6983228Z [00:01:51.999]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:05:57.6983663Z [00:01:51.999]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:05:57.7002768Z [00:01:52.001]➜  ++ nproc
2025-08-20T22:05:57.7016459Z [00:01:52.003]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:05:58.0788661Z [00:01:52.380]➜      Updating crates.io index
2025-08-20T22:05:59.0316208Z [00:01:53.332]➜   Downloading crates ...
2025-08-20T22:05:59.2509154Z [00:01:53.552]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T22:05:59.2555117Z [00:01:53.556]➜    Downloaded anstyle-query v1.1.2
2025-08-20T22:05:59.2591903Z [00:01:53.560]➜    Downloaded cfg-if v1.0.0
2025-08-20T22:05:59.2733695Z [00:01:53.574]➜    Downloaded anstream v0.6.18
2025-08-20T22:05:59.2760735Z [00:01:53.577]➜    Downloaded anstyle v1.0.10
2025-08-20T22:05:59.2850537Z [00:01:53.586]➜    Downloaded bitflags v2.9.0
2025-08-20T22:05:59.2975477Z [00:01:53.598]➜    Downloaded byteorder v1.5.0
2025-08-20T22:05:59.2991809Z [00:01:53.600]➜    Downloaded autocfg v1.4.0
2025-08-20T22:05:59.3019177Z [00:01:53.603]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T22:05:59.3035689Z [00:01:53.604]➜    Downloaded bytes v1.10.1
2025-08-20T22:05:59.3070266Z [00:01:53.608]➜    Downloaded futures-core v0.3.31
2025-08-20T22:05:59.3082915Z [00:01:53.609]➜    Downloaded futures-sink v0.3.31
2025-08-20T22:05:59.3091592Z [00:01:53.610]➜    Downloaded either v1.15.0
2025-08-20T22:05:59.3106965Z [00:01:53.612]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T22:05:59.3148032Z [00:01:53.616]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T22:05:59.3161498Z [00:01:53.617]➜    Downloaded quote v1.0.40
2025-08-20T22:05:59.3181602Z [00:01:53.619]➜    Downloaded rand_chacha v0.9.0
2025-08-20T22:05:59.3194018Z [00:01:53.620]➜    Downloaded rand_core v0.9.3
2025-08-20T22:05:59.3330794Z [00:01:53.634]➜    Downloaded strsim v0.11.1
2025-08-20T22:05:59.3355892Z [00:01:53.636]➜    Downloaded clap v4.5.32
2025-08-20T22:05:59.3426717Z [00:01:53.644]➜    Downloaded neli v0.6.5
2025-08-20T22:05:59.3454277Z [00:01:53.646]➜    Downloaded pnet v0.35.0
2025-08-20T22:05:59.3479524Z [00:01:53.649]➜    Downloaded pnet_transport v0.35.0
2025-08-20T22:05:59.3488854Z [00:01:53.650]➜    Downloaded pretty_env_logger v0.5.0
2025-08-20T22:05:59.3497109Z [00:01:53.651]➜    Downloaded pnet_packet v0.35.0
2025-08-20T22:05:59.3515921Z [00:01:53.652]➜    Downloaded pnet_macros_support v0.35.0
2025-08-20T22:05:59.3524476Z [00:01:53.653]➜    Downloaded pnet_macros v0.35.0
2025-08-20T22:05:59.3562261Z [00:01:53.657]➜    Downloaded proc-macro2 v1.0.94
2025-08-20T22:05:59.3588890Z [00:01:53.660]➜    Downloaded memoffset v0.9.1
2025-08-20T22:05:59.3601714Z [00:01:53.661]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:05:59.3614022Z [00:01:53.662]➜    Downloaded is-terminal v0.4.16
2025-08-20T22:05:59.3624971Z [00:01:53.663]➜    Downloaded colorchoice v1.0.3
2025-08-20T22:05:59.3636629Z [00:01:53.665]➜    Downloaded neli-proc-macros v0.1.4
2025-08-20T22:05:59.3648659Z [00:01:53.666]➜    Downloaded env_logger v0.10.2
2025-08-20T22:05:59.3674999Z [00:01:53.668]➜    Downloaded glob v0.3.2
2025-08-20T22:05:59.3690190Z [00:01:53.670]➜    Downloaded humantime v2.2.0
2025-08-20T22:05:59.3706613Z [00:01:53.672]➜    Downloaded lock_api v0.4.12
2025-08-20T22:05:59.3722001Z [00:01:53.673]➜    Downloaded nanorand v0.7.0
2025-08-20T22:05:59.3745534Z [00:01:53.675]➜    Downloaded num_cpus v1.16.0
2025-08-20T22:05:59.3772325Z [00:01:53.678]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T22:05:59.3785062Z [00:01:53.679]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:05:59.3797271Z [00:01:53.681]➜    Downloaded smallvec v1.14.0
2025-08-20T22:05:59.3817827Z [00:01:53.683]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T22:05:59.3841100Z [00:01:53.685]➜    Downloaded spin v0.9.8
2025-08-20T22:05:59.3864014Z [00:01:53.687]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:05:59.3875164Z [00:01:53.688]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T22:05:59.3891126Z [00:01:53.690]➜    Downloaded tokio-macros v2.5.0
2025-08-20T22:05:59.3902106Z [00:01:53.691]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:05:59.3928205Z [00:01:53.694]➜    Downloaded internet-checksum v0.2.1
2025-08-20T22:05:59.3936724Z [00:01:53.695]➜    Downloaded thiserror v2.0.12
2025-08-20T22:05:59.3987018Z [00:01:53.700]➜    Downloaded tokio-tun v0.13.2
2025-08-20T22:05:59.4006535Z [00:01:53.702]➜    Downloaded syn v1.0.109
2025-08-20T22:05:59.4091957Z [00:01:53.710]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:05:59.4167182Z [00:01:53.718]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:05:59.4306236Z [00:01:53.732]➜    Downloaded mio v1.0.3
2025-08-20T22:05:59.4351196Z [00:01:53.736]➜    Downloaded nix v0.29.0
2025-08-20T22:05:59.4437050Z [00:01:53.745]➜    Downloaded rand v0.9.0
2025-08-20T22:05:59.4468135Z [00:01:53.748]➜    Downloaded regex v1.11.1
2025-08-20T22:05:59.4564120Z [00:01:53.757]➜    Downloaded flume v0.11.1
2025-08-20T22:05:59.4593992Z [00:01:53.760]➜    Downloaded clap_builder v4.5.32
2025-08-20T22:05:59.4643607Z [00:01:53.765]➜    Downloaded serde v1.0.219
2025-08-20T22:05:59.4669066Z [00:01:53.768]➜    Downloaded memchr v2.7.4
2025-08-20T22:05:59.4708741Z [00:01:53.772]➜    Downloaded syn v2.0.100
2025-08-20T22:05:59.4791182Z [00:01:53.780]➜    Downloaded pnet_sys v0.35.0
2025-08-20T22:05:59.4799515Z [00:01:53.781]➜    Downloaded pnet_datalink v0.35.0
2025-08-20T22:05:59.4815112Z [00:01:53.782]➜    Downloaded pnet_base v0.35.0
2025-08-20T22:05:59.4823141Z [00:01:53.783]➜    Downloaded tokio-util v0.7.14
2025-08-20T22:05:59.4872533Z [00:01:53.788]➜    Downloaded ipnetwork v0.20.0
2025-08-20T22:05:59.4885134Z [00:01:53.789]➜    Downloaded termcolor v1.4.1
2025-08-20T22:05:59.4895275Z [00:01:53.790]➜    Downloaded zerocopy v0.8.23
2025-08-20T22:05:59.5072558Z [00:01:53.808]➜    Downloaded socket2 v0.5.8
2025-08-20T22:05:59.5087972Z [00:01:53.810]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:05:59.5107795Z [00:01:53.812]➜    Downloaded parking_lot v0.12.3
2025-08-20T22:05:59.5126139Z [00:01:53.814]➜    Downloaded no-std-net v0.6.0
2025-08-20T22:05:59.5140444Z [00:01:53.815]➜    Downloaded log v0.4.26
2025-08-20T22:05:59.5158419Z [00:01:53.817]➜    Downloaded getrandom v0.2.15
2025-08-20T22:05:59.5179124Z [00:01:53.819]➜    Downloaded getrandom v0.3.1
2025-08-20T22:05:59.5208330Z [00:01:53.822]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:05:59.5251266Z [00:01:53.826]➜    Downloaded clap_lex v0.7.4
2025-08-20T22:05:59.5261969Z [00:01:53.827]➜    Downloaded libc v0.2.171
2025-08-20T22:05:59.5463713Z [00:01:53.847]➜    Downloaded tokio v1.44.1
2025-08-20T22:05:59.6410811Z [00:01:53.942]➜     Compiling libc v0.2.171
2025-08-20T22:05:59.6412377Z [00:01:53.942]➜     Compiling proc-macro2 v1.0.94
2025-08-20T22:05:59.6413158Z [00:01:53.942]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:05:59.6413481Z [00:01:53.942]➜     Compiling cfg-if v1.0.0
2025-08-20T22:05:59.6413791Z [00:01:53.942]➜     Compiling autocfg v1.4.0
2025-08-20T22:05:59.6417106Z [00:01:53.942]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f523ad6dbf7fd83c -C extra-filename=-c927a1e63ee1d135 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:59.6423117Z [00:01:53.942]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=81ec12ca6ecd8790 -C extra-filename=-87a2c9edbff0f0bb --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:59.6428354Z [00:01:53.942]➜       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.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:59.6479835Z [00:01:53.947]➜       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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfd2952adb2ac3c -C extra-filename=-0ba5d927b1e035c5 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:59.6486475Z [00:01:53.947]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=509f8198fcdbfe62 -C extra-filename=-5335dbb64cbcc9f5 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:05:59.7747505Z [00:01:54.075]➜     Compiling memchr v2.7.4
2025-08-20T22:05:59.7751166Z [00:01:54.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=99ba28caea8c8bc8 -C extra-filename=-cbf058b6ee682193 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:59.8741936Z [00:01:54.175]➜     Compiling scopeguard v1.2.0
2025-08-20T22:05:59.8763760Z [00:01:54.175]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=6e419987c9ddb473 -C extra-filename=-a12f67ff0386bfba --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:05:59.9375677Z [00:01:54.238]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:05:59.9386735Z [00:01:54.239]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2d60345c0ee22df4 -C extra-filename=-5bc4fd853bb1c4e6 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:00.2388455Z [00:01:54.540]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build-script-build`
2025-08-20T22:06:00.2438416Z [00:01:54.545]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build`
2025-08-20T22:06:00.2615486Z [00:01:54.562]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f2117960562db33a -C extra-filename=-2b832f0f6b42fee9 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:06:00.3253029Z [00:01:54.626]➜     Compiling lock_api v0.4.12
2025-08-20T22:06:00.3269825Z [00:01:54.627]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=dc9b61c73222562a -C extra-filename=-bd51c8d53a64da74 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-20T22:06:00.3640464Z [00:01:54.664]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bbff98099e1e547c -C extra-filename=-2e6bb0e4e636bc30 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:06:00.4329420Z [00:01:54.733]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:06:00.4335583Z [00:01:54.733]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=62e01f2f200c9396 -C extra-filename=-820654ff956f74f5 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --cap-lints allow`
2025-08-20T22:06:00.4854658Z [00:01:54.786]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build`
2025-08-20T22:06:00.5762063Z [00:01:54.876]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=4f1f2ed8bdf676bb -C extra-filename=-4e678dee7f2c2e51 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound`
2025-08-20T22:06:00.8719034Z [00:01:55.172]➜     Compiling no-std-net v0.6.0
2025-08-20T22:06:00.8728510Z [00:01:55.173]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name no_std_net --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/no-std-net-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("i128", "serde", "std", "unstable_ip"))' -C metadata=c0be7a8f8ab1bb6b -C extra-filename=-ed95f6cba9b12709 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:00.9248868Z [00:01:55.225]➜     Compiling parking_lot_core v0.9.10
2025-08-20T22:06:00.9256292Z [00:01:55.226]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=09da2cff36295e30 -C extra-filename=-72ec453a9a9ca10f --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:01.1189789Z [00:01:55.420]➜     Compiling quote v1.0.40
2025-08-20T22:06:01.1204249Z [00:01:55.421]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=87a2bbdb1c833656 -C extra-filename=-f8cc3838dae6e460 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta --cap-lints allow`
2025-08-20T22:06:01.4419332Z [00:01:55.743]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build`
2025-08-20T22:06:01.4448223Z [00:01:55.745]➜     Compiling pnet_base v0.35.0
2025-08-20T22:06:01.4453472Z [00:01:55.745]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_base --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_base-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ba924f8009b084d5 -C extra-filename=-c9d76f1d8a1cc493 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern no_std_net=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-ed95f6cba9b12709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:01.6578368Z [00:01:55.958]➜     Compiling syn v2.0.100
2025-08-20T22:06:01.6585510Z [00:01:55.959]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=314cdc2c7fae4cab -C extra-filename=-3d5459919cb6dbec --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta --extern unicode_ident=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:06:01.6621179Z [00:01:55.963]➜     Compiling zerocopy v0.8.23
2025-08-20T22:06:01.6648936Z [00:01:55.965]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=832380721b462c43 -C extra-filename=-928d2d90cad126cd --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:02.2310618Z [00:01:56.532]➜     Compiling getrandom v0.3.1
2025-08-20T22:06:02.2337716Z [00:01:56.534]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=21d121e05f46bf06 -C extra-filename=-6618ddd8f64a3339 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:02.4067704Z [00:01:56.707]➜     Compiling serde v1.0.219
2025-08-20T22:06:02.4081959Z [00:01:56.709]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3aa6d1c81922e691 -C extra-filename=-6126990564d141a9 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:02.7757711Z [00:01:57.077]➜     Compiling regex-automata v0.4.9
2025-08-20T22:06:02.7810526Z [00:01:57.081]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f899e3f9989cd5d3 -C extra-filename=-e826d88f35360402 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --extern regex_syntax=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:06:03.0066311Z [00:01:57.307]➜     Compiling smallvec v1.14.0
2025-08-20T22:06:03.0099848Z [00:01:57.310]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=380d5c6e7c30de15 -C extra-filename=-3ccfffbf5177e3aa --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:03.1353581Z [00:01:57.436]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build-script-build`
2025-08-20T22:06:03.1736340Z [00:01:57.474]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build-script-build`
2025-08-20T22:06:03.1831443Z [00:01:57.482]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build-script-build`
2025-08-20T22:06:03.2185784Z [00:01:57.519]➜     Compiling memoffset v0.9.1
2025-08-20T22:06:03.2191533Z [00:01:57.519]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=a27f16aed7dd9953 -C extra-filename=-cc02f218e341a862 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-20T22:06:03.2659982Z [00:01:57.566]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=302cb672b4c4f24a -C extra-filename=-e05d6bc64cd58380 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern smallvec=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-3ccfffbf5177e3aa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:03.4047365Z [00:01:57.705]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=aad724ddae2dd59f -C extra-filename=-656de0b7b415fbfb --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:03.8153080Z [00:01:58.116]➜     Compiling cfg_aliases v0.2.1
2025-08-20T22:06:03.8185018Z [00:01:58.119]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f02ce20ba249030 -C extra-filename=-1b48fbda41281916 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:03.8553889Z [00:01:58.156]➜     Compiling nix v0.29.0
2025-08-20T22:06:03.8564637Z [00:01:58.157]➜       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/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3ed9b86a3d4dbc72 -C extra-filename=-3e0f5338dcb70ae4 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T22:06:03.9884393Z [00:01:58.289]➜     Compiling parking_lot v0.12.3
2025-08-20T22:06:03.9895674Z [00:01:58.290]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=9903d671a74a7f93 -C extra-filename=-923e00d3a8465d99 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta --extern parking_lot_core=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-e05d6bc64cd58380.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:04.2994810Z [00:01:58.600]➜       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=0614b98752d23903 -C extra-filename=-fa28979aac1339df --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:04.4884249Z [00:01:58.789]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build-script-build`
2025-08-20T22:06:04.5682878Z [00:01:58.868]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=0d3336f10a3f4608 -C extra-filename=-0d16ee498d5aea6b --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
2025-08-20T22:06:05.0009970Z [00:01:59.301]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=d2cafc6be02ad044 -C extra-filename=-29808dea5e0d1834 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:05.3280800Z [00:01:59.628]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7e6b076a5d758de5 -C extra-filename=-35df140792c4e54b --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:06:07.1587897Z [00:02:01.459]➜     Compiling regex v1.11.1
2025-08-20T22:06:07.1610647Z [00:02:01.461]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=3ee5883fd2a27cd4 -C extra-filename=-f645826edffdc4fc --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --extern regex_automata=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta --extern regex_syntax=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:06:07.7742849Z [00:02:02.075]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T22:06:07.7756529Z [00:02:02.076]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b2918fcee91a2d3 -C extra-filename=-3a958a20e36e51df --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:08.2864273Z [00:02:02.587]➜     Compiling mio v1.0.3
2025-08-20T22:06:08.2870171Z [00:02:02.587]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=99afc1725acd4efb -C extra-filename=-a669506d54ee0c0e --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:08.3752343Z [00:02:02.676]➜     Compiling socket2 v0.5.8
2025-08-20T22:06:08.3778944Z [00:02:02.678]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=131c3f3839050510 -C extra-filename=-0dd5e8fec4973427 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:08.4219494Z [00:02:02.722]➜     Compiling pnet_sys v0.35.0
2025-08-20T22:06:08.4224868Z [00:02:02.723]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_sys-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=898999000a8a13de -C extra-filename=-e840a0f4ea69675e --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:08.4653726Z [00:02:02.766]➜     Compiling pnet_macros v0.35.0
2025-08-20T22:06:08.4658680Z [00:02:02.766]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "travis"))' -C metadata=291d2c685745dc04 -C extra-filename=-9743f1f1c8b4cc86 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern regex=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib --extern syn=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:08.6683810Z [00:02:02.969]➜     Compiling tokio-macros v2.5.0
2025-08-20T22:06:08.6693384Z [00:02:02.970]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=724aac54efd13710 -C extra-filename=-e2c05f416c9aad88 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern syn=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:09.3033039Z [00:02:03.604]➜     Compiling pnet_macros_support v0.35.0
2025-08-20T22:06:09.3042472Z [00:02:03.605]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_macros_support --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros_support-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e112f136cca3bf3 -C extra-filename=-2cd49714e8aa81fc --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:09.3873781Z [00:02:03.688]➜     Compiling pin-project-lite v0.2.16
2025-08-20T22:06:09.3887786Z [00:02:03.689]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc51519ea11ea7b -C extra-filename=-7f1b0160d6667c1c --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:09.3942644Z [00:02:03.695]➜     Compiling utf8parse v0.2.2
2025-08-20T22:06:09.3947719Z [00:02:03.695]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:09.3987255Z [00:02:03.699]➜     Compiling syn v1.0.109
2025-08-20T22:06:09.3991428Z [00:02:03.700]➜       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="extra-traits"' --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=dfce03df0fce7c74 -C extra-filename=-6d81306e78edaea2 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:09.4343878Z [00:02:03.734]➜     Compiling log v0.4.26
2025-08-20T22:06:09.4349800Z [00:02:03.735]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=f640ae6fcdc52046 -C extra-filename=-3ac4fe9003e77b44 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:09.4641264Z [00:02:03.764]➜     Compiling thiserror v2.0.12
2025-08-20T22:06:09.4644328Z [00:02:03.764]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6df20d64be8ec8b6 -C extra-filename=-9498c34815b63e89 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:09.5754243Z [00:02:03.876]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d3780c3a4461513b -C extra-filename=-5af83531a6aafd86 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86 -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:09.6711803Z [00:02:03.972]➜     Compiling bytes v1.10.1
2025-08-20T22:06:09.6716679Z [00:02:03.972]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=3283bb93882dba2f -C extra-filename=-aad76a29fa546711 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:09.7249400Z [00:02:04.025]➜       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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=eec3c9ce23c1cb89 -C extra-filename=-056b60670a248d3e --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:09.8163552Z [00:02:04.117]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T22:06:09.8177502Z [00:02:04.119]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build`
2025-08-20T22:06:09.8518910Z [00:02:04.153]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build-script-build`
2025-08-20T22:06:09.8859363Z [00:02:04.187]➜     Compiling anstyle-parse v0.2.6
2025-08-20T22:06:09.8877078Z [00:02:04.187]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3c659ba999432b9c -C extra-filename=-d9f762c54654b497 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:09.9393814Z [00:02:04.240]➜     Compiling pnet_packet v0.35.0
2025-08-20T22:06:09.9409675Z [00:02:04.241]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_packet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_packet-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df9510fbcecc02d9 -C extra-filename=-ec20cbbc35625d1c --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta --extern pnet_macros=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libpnet_macros-9743f1f1c8b4cc86.so --extern pnet_macros_support=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-2cd49714e8aa81fc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:09.9665423Z [00:02:04.267]➜     Compiling ipnetwork v0.20.0
2025-08-20T22:06:09.9686985Z [00:02:04.269]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ipnetwork --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.20.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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=3cc4ad4de4242411 -C extra-filename=-d1e2dc5948efb927 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-35df140792c4e54b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:10.1936227Z [00:02:04.494]➜     Compiling thiserror-impl v2.0.12
2025-08-20T22:06:10.1974148Z [00:02:04.498]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd8deef47f12696 -C extra-filename=-51e2ecb706be7a15 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern syn=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:10.5639464Z [00:02:04.865]➜     Compiling serde_derive v1.0.219
2025-08-20T22:06:10.5677014Z [00:02:04.868]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1de4728e788ea394 -C extra-filename=-b3868d400e581f2b --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern syn=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:10.9566179Z [00:02:05.257]➜     Compiling tokio v1.44.1
2025-08-20T22:06:10.9585308Z [00:02:05.258]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5e42044bb94b2484 -C extra-filename=-81da3a76e38812e4 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern mio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a669506d54ee0c0e.rmeta --extern parking_lot=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-923e00d3a8465d99.rmeta --extern pin_project_lite=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern signal_hook_registry=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-3a958a20e36e51df.rmeta --extern socket2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rmeta --extern tokio_macros=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libtokio_macros-e2c05f416c9aad88.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:12.4953591Z [00:02:06.795]➜       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"' --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=d12804de0e00764e -C extra-filename=-1264ebb6db5180f2 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rmeta --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rmeta --extern regex_syntax=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:14.2153835Z [00:02:08.516]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T22:06:14.2180582Z [00:02:08.518]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=be0c87d3796e96eb -C extra-filename=-6731eae11cb58e7d --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:14.5323000Z [00:02:08.833]➜     Compiling rand_core v0.9.3
2025-08-20T22:06:14.5333026Z [00:02:08.833]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=cdbe3fa381b0f2c2 -C extra-filename=-d37dcdc990a56faa --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-29808dea5e0d1834.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:14.7721993Z [00:02:09.072]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memoffset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=a01ebecfd3183fe8 -C extra-filename=-354e06f4616a6c63 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
2025-08-20T22:06:14.8317534Z [00:02:09.132]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build-script-build`
2025-08-20T22:06:14.8346247Z [00:02:09.135]➜     Compiling getrandom v0.2.15
2025-08-20T22:06:14.8352925Z [00:02:09.135]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b14dcc31ef85e277 -C extra-filename=-e3f177abcd6cb2b7 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:15.0595222Z [00:02:09.360]➜     Compiling pnet v0.35.0
2025-08-20T22:06:15.0602709Z [00:02:09.361]➜       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/pnet-0.35.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="pnet_datalink"' --cfg 'feature="pnet_sys"' --cfg 'feature="pnet_transport"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("appveyor", "benchmark", "default", "ipnetwork", "netmap", "pcap", "pnet_datalink", "pnet_sys", "pnet_transport", "serde", "std", "travis"))' -C metadata=2521c2667ca0389f -C extra-filename=-668ae2b5a751038b --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:15.1956307Z [00:02:09.496]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:06:15.1977268Z [00:02:09.497]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.2498247Z [00:02:09.550]➜     Compiling anstyle-query v1.1.2
2025-08-20T22:06:15.2512166Z [00:02:09.551]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873e16a806854108 -C extra-filename=-d3912d4c466823d0 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.3030435Z [00:02:09.604]➜     Compiling futures-sink v0.3.31
2025-08-20T22:06:15.3063535Z [00:02:09.606]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5a093687268641e9 -C extra-filename=-1f73ff9c554e4477 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.4174442Z [00:02:09.718]➜     Compiling futures-core v0.3.31
2025-08-20T22:06:15.4210334Z [00:02:09.721]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=33be40835327740f -C extra-filename=-9b9c66b12a641e5c --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.5360629Z [00:02:09.837]➜     Compiling anstyle v1.0.10
2025-08-20T22:06:15.5389700Z [00:02:09.838]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ace0b2c7f20e529f -C extra-filename=-74b0f744cbb31470 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.8792510Z [00:02:10.180]➜     Compiling colorchoice v1.0.3
2025-08-20T22:06:15.8836262Z [00:02:10.183]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad561afae0839777 -C extra-filename=-6013ebb501c1abed --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.9371511Z [00:02:10.236]➜     Compiling bitflags v2.9.0
2025-08-20T22:06:15.9383809Z [00:02:10.239]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b84bc0764e6af2a5 -C extra-filename=-717b6290f63aaa67 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:15.9778870Z [00:02:10.278]➜     Compiling anstream v0.6.18
2025-08-20T22:06:15.9800854Z [00:02:10.279]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9a7f0218b242990f -C extra-filename=-920aadcb768c81d9 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern anstyle_parse=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta --extern anstyle_query=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta --extern colorchoice=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta --extern is_terminal_polyfill=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:16.0679568Z [00:02:10.367]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64e2a036ab4f7cec -C extra-filename=-8bb8e0b637674202 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde_derive-b3868d400e581f2b.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:06:16.2724667Z [00:02:10.572]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8cf5bde27d79fe72 -C extra-filename=-ad61f7eaab3afa60 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-717b6290f63aaa67.rmeta --extern cfg_if=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern memoffset=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemoffset-354e06f4616a6c63.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T22:06:16.8485490Z [00:02:11.148]➜       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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=7736182c0141d9d8 -C extra-filename=-4ff57cbd6b118c82 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rmeta --extern memchr=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rmeta --extern regex_automata=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1264ebb6db5180f2.rmeta --extern regex_syntax=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:18.0132591Z [00:02:12.314]➜       Running `/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build-script-build`
2025-08-20T22:06:18.0139603Z [00:02:12.314]➜     Compiling nanorand v0.7.0
2025-08-20T22:06:18.0146046Z [00:02:12.314]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nanorand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=e667633c8400d0d0 -C extra-filename=-bbeab4bef70dd147 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e3f177abcd6cb2b7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:18.4339023Z [00:02:12.735]➜     Compiling rand_chacha v0.9.0
2025-08-20T22:06:18.4364852Z [00:02:12.735]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=0d48b11f8debb8a3 -C extra-filename=-c97a9a7a3b17c7f5 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-6731eae11cb58e7d.rmeta --extern rand_core=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:18.6801955Z [00:02:12.981]➜     Compiling pnet_transport v0.35.0
2025-08-20T22:06:18.6814600Z [00:02:12.981]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_transport --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_transport-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c4966ef3a5116838 -C extra-filename=-1ac4a1f5eeeca97f --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern pnet_base=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta --extern pnet_packet=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rmeta --extern pnet_sys=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:19.1032909Z [00:02:13.403]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4592a11405a64b43 -C extra-filename=-198f64728de8ba4c --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:06:19.1871240Z [00:02:13.488]➜     Compiling pnet_datalink v0.35.0
2025-08-20T22:06:19.1899067Z [00:02:13.490]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet_datalink --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_datalink-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "netmap", "netmap_sys", "pcap", "serde", "std"))' -C metadata=6b5288771f72dc82 -C extra-filename=-d891da5fc92ac328 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern ipnetwork=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern pnet_base=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta --extern pnet_sys=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:19.9513422Z [00:02:14.252]➜       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="extra-traits"' --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=6038c12cc39844e7 -C extra-filename=-8cad0643a5a30860 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta --extern unicode_ident=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T22:06:20.2561398Z [00:02:14.557]➜     Compiling is-terminal v0.4.16
2025-08-20T22:06:20.2566821Z [00:02:14.557]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2b0144a910d362e -C extra-filename=-6b17d699cf074fe0 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:20.3300881Z [00:02:14.631]➜     Compiling spin v0.9.8
2025-08-20T22:06:20.3313165Z [00:02:14.632]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name spin --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=ad02428906bb5f17 -C extra-filename=-4be805ea8b24bd67 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern lock_api_crate=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:20.6763666Z [00:02:14.977]➜     Compiling strsim v0.11.1
2025-08-20T22:06:20.6771374Z [00:02:14.978]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:20.7629673Z [00:02:15.064]➜     Compiling clap_lex v0.7.4
2025-08-20T22:06:20.7644018Z [00:02:15.064]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b63f4bbcdf0d24 -C extra-filename=-f497dbc862f38eff --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:21.2296555Z [00:02:15.530]➜     Compiling termcolor v1.4.1
2025-08-20T22:06:21.2318176Z [00:02:15.532]➜       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.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:21.3461578Z [00:02:15.647]➜     Compiling either v1.15.0
2025-08-20T22:06:21.3464539Z [00:02:15.647]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=789d0827143ceaf6 -C extra-filename=-2242c419fb46dfd2 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:21.6508101Z [00:02:15.952]➜     Compiling humantime v2.2.0
2025-08-20T22:06:21.6524905Z [00:02:15.952]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name humantime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3899394e03b37a44 -C extra-filename=-9650910401c42f1f --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:21.8377946Z [00:02:16.139]➜     Compiling env_logger v0.10.2
2025-08-20T22:06:21.8390669Z [00:02:16.139]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name env_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=0be33250b40d89da -C extra-filename=-666886116fc309bb --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern humantime=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rmeta --extern is_terminal=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-6b17d699cf074fe0.rmeta --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta --extern regex=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-4ff57cbd6b118c82.rmeta --extern termcolor=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:21.9948052Z [00:02:16.296]➜     Compiling clap_builder v4.5.32
2025-08-20T22:06:21.9990305Z [00:02:16.298]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d49b092424e3951e -C extra-filename=-31623585e1c20427 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta --extern anstyle=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern clap_lex=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta --extern strsim=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:23.0331974Z [00:02:17.334]➜     Compiling flume v0.11.1
2025-08-20T22:06:23.0351097Z [00:02:17.335]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name flume --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=546ca84aa7561817 -C extra-filename=-32f0eab8aa3d771e --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_sink=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --extern nanorand=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnanorand-bbeab4bef70dd147.rmeta --extern spin1=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-4be805ea8b24bd67.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:23.4607416Z [00:02:17.761]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pnet --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="pnet_datalink"' --cfg 'feature="pnet_sys"' --cfg 'feature="pnet_transport"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("appveyor", "benchmark", "default", "ipnetwork", "netmap", "pcap", "pnet_datalink", "pnet_sys", "pnet_transport", "serde", "std", "travis"))' -C metadata=0bbebdc1b1df1314 -C extra-filename=-ed8e29d9f994c6c0 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern ipnetwork=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rmeta --extern pnet_base=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta --extern pnet_datalink=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_datalink-d891da5fc92ac328.rmeta --extern pnet_packet=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rmeta --extern pnet_sys=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rmeta --extern pnet_transport=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_transport-1ac4a1f5eeeca97f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:23.4698798Z [00:02:17.770]➜     Compiling tokio-tun v0.13.2
2025-08-20T22:06:23.4705612Z [00:02:17.770]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_tun --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tun-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=933810e785bb4cdd -C extra-filename=-7d3a93925c533bc0 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern nix=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rmeta --extern thiserror=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:23.5066774Z [00:02:17.807]➜     Compiling rand v0.9.0
2025-08-20T22:06:23.5074589Z [00:02:17.808]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=0a5116ef0e3a0b01 -C extra-filename=-c12db1619f36b988 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c97a9a7a3b17c7f5.rmeta --extern rand_core=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rmeta --extern zerocopy=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:24.3849387Z [00:02:18.686]➜     Compiling byteorder v1.5.0
2025-08-20T22:06:24.3857804Z [00:02:18.686]➜       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.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:24.5603686Z [00:02:18.859]➜     Compiling internet-checksum v0.2.1
2025-08-20T22:06:24.5611147Z [00:02:18.861]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name internet_checksum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=4863f456e365c5cc -C extra-filename=-4b45b665f3fc59a0 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/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:06:24.6358935Z [00:02:18.936]➜     Compiling fake-tcp v0.6.0 (/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp)
2025-08-20T22:06:24.6367963Z [00:02:18.937]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fake_tcp --edition=2021 fake-tcp/src/lib.rs --error-format=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("benchmark"))' -C metadata=dfc17cb1ff1efa84 -C extra-filename=-5bdd4da9d17050ad --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern flume=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflume-32f0eab8aa3d771e.rmeta --extern internet_checksum=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinternet_checksum-4b45b665f3fc59a0.rmeta --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta --extern pnet=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet-ed8e29d9f994c6c0.rmeta --extern rand=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-c12db1619f36b988.rmeta --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta --extern tokio_tun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.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:06:24.8181259Z [00:02:19.119]➜     Compiling pretty_env_logger v0.5.0
2025-08-20T22:06:24.8195163Z [00:02:19.120]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pretty_env_logger --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_env_logger-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a29d79f78682f6b -C extra-filename=-7f35f86a782dd69a --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern env_logger=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-666886116fc309bb.rmeta --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:24.8509328Z [00:02:19.152]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:06:24.8510526Z [00:02:19.152]➜     --> fake-tcp/src/packet.rs:130:29
2025-08-20T22:06:24.8511727Z [00:02:19.152]➜      |
2025-08-20T22:06:24.8516308Z [00:02:19.152]➜  130 | pub fn parse_ip_packet(buf: &Bytes) -> Option<(IPPacket, tcp::TcpPacket)> {
2025-08-20T22:06:24.8516869Z [00:02:19.152]➜      |                             ^^^^^^             --------  -------------- the same lifetime is hidden here
2025-08-20T22:06:24.8517272Z [00:02:19.152]➜      |                             |                  |
2025-08-20T22:06:24.8529884Z [00:02:19.152]➜      |                             |                  the same lifetime is hidden here
2025-08-20T22:06:24.8530476Z [00:02:19.152]➜      |                             the lifetime is elided here
2025-08-20T22:06:24.8530779Z [00:02:19.152]➜      |
2025-08-20T22:06:24.8531221Z [00:02:19.152]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:06:24.8531752Z [00:02:19.152]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:06:24.8532116Z [00:02:19.152]➜  help: use `'_` for type paths
2025-08-20T22:06:24.8532392Z [00:02:19.152]➜      |
2025-08-20T22:06:24.8534972Z [00:02:19.152]➜  130 | pub fn parse_ip_packet(buf: &Bytes) -> Option<(IPPacket<'_>, tcp::TcpPacket<'_>)> {
2025-08-20T22:06:24.8535497Z [00:02:19.152]➜      |                                                        ++++                ++++
2025-08-20T22:06:24.8535787Z [00:02:19.152]➜  
2025-08-20T22:06:25.0418090Z [00:02:19.343]➜     Compiling clap v4.5.32
2025-08-20T22:06:25.0433830Z [00:02:19.343]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=0762d15aeb6a4419 -C extra-filename=-cf12f76afb321345 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-31623585e1c20427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:25.0633115Z [00:02:19.364]➜     Compiling tokio-util v0.7.14
2025-08-20T22:06:25.0681975Z [00:02:19.368]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=3644fb03e12bceb9 -C extra-filename=-2535c10ab8278d3e --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern futures_core=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_sink=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --extern pin_project_lite=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:25.0866839Z [00:02:19.387]➜     Compiling num_cpus v1.16.0
2025-08-20T22:06:25.0874421Z [00:02:19.388]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7de50e7248f4f6a -C extra-filename=-faa6af083b401e57 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -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:06:27.1297957Z [00:02:21.431]➜     Compiling neli-proc-macros v0.1.4
2025-08-20T22:06:27.1305179Z [00:02:21.431]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name neli_proc_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neli-proc-macros-0.1.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=d6a1618dbf55b9b8 -C extra-filename=-10712f41a133dabc --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libeither-2242c419fb46dfd2.rlib --extern proc_macro2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib --extern quote=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib --extern serde=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde-8bb8e0b637674202.rlib --extern syn=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-8cad0643a5a30860.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:27.3469115Z [00:02:21.647]➜  warning: `fake-tcp` (lib) generated 1 warning
2025-08-20T22:06:28.2920753Z [00:02:22.593]➜     Compiling neli v0.6.5
2025-08-20T22:06:28.2943211Z [00:02:22.595]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name neli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neli-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "netfilter", "tokio"))' -C metadata=54031bdc5e062f62 -C extra-filename=-2b6cdbe69fdcc630 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta --extern libc=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta --extern neli_proc_macros=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libneli_proc_macros-10712f41a133dabc.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:30.0712383Z [00:02:24.372]➜     Compiling phantun v0.7.0 (/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun)
2025-08-20T22:06:30.0722778Z [00:02:24.372]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name phantun --edition=2021 phantun/src/lib.rs --error-format=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=0283f0b49658fd70 -C extra-filename=-70380566b1bc07a8 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rmeta --extern fake_tcp=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rmeta --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta --extern neli=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rmeta --extern nix=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rmeta --extern num_cpus=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rmeta --extern pretty_env_logger=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rmeta --extern socket2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rmeta --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta --extern tokio_tun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rmeta --extern tokio_util=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.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:06:31.4726694Z [00:02:25.772]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name client --edition=2021 phantun/src/bin/client.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5653c5e11fd779f1 -C extra-filename=-c49f53b8cbc0d137 --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rlib --extern fake_tcp=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rlib --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rlib --extern neli=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rlib --extern nix=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rlib --extern num_cpus=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rlib --extern phantun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rlib --extern pretty_env_logger=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rlib --extern socket2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rlib --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rlib --extern tokio_tun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rlib --extern tokio_util=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:31.4745757Z [00:02:25.773]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name server --edition=2021 phantun/src/bin/server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c5a04da791d3bce -C extra-filename=-ce873f667d5aa5df --out-dir /tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rlib --extern fake_tcp=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rlib --extern log=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rlib --extern neli=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rlib --extern nix=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rlib --extern num_cpus=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rlib --extern phantun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rlib --extern pretty_env_logger=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rlib --extern socket2=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rlib --extern tokio=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rlib --extern tokio_tun=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rlib --extern tokio_util=/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:06:57.6979238Z [00:02:51.999]➜      Finished `release` profile [optimized] target(s) in 59.92s
2025-08-20T22:06:57.7544206Z [00:02:52.055]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:06:57.8397047Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/server.d
2025-08-20T22:06:57.8398357Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/libphantun.rlib
2025-08-20T22:06:57.8398869Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/libphantun.d
2025-08-20T22:06:57.8399339Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/libfake_tcp.rlib
2025-08-20T22:06:57.8400917Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/libfake_tcp.d
2025-08-20T22:06:57.8401481Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/client
2025-08-20T22:06:57.8406036Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:06:57.8406698Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/server
2025-08-20T22:06:57.8407112Z [00:02:52.140]➜  ./target/aarch64-unknown-linux-musl/release/client.d
2025-08-20T22:06:57.8407853Z [00:02:52.141]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:06:57.8408531Z [00:02:52.141]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:06:57.8408931Z [00:02:52.141]➜  + cut -d: -f1
2025-08-20T22:06:57.8410615Z [00:02:52.142]➜  + xargs realpath --no-symlinks
2025-08-20T22:06:57.8418375Z [00:02:52.143]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:06:57.9867895Z [00:02:52.288]➜  sending incremental file list
2025-08-20T22:06:57.9875208Z [00:02:52.288]➜  client
2025-08-20T22:06:58.0297867Z [00:02:52.331]➜  
2025-08-20T22:06:58.0298287Z [00:02:52.331]➜  sent 1.65M bytes  received 35 bytes  3.30M bytes/sec
2025-08-20T22:06:58.0298657Z [00:02:52.331]➜  total size is 1.65M  speedup is 1.00
2025-08-20T22:06:58.0311614Z [00:02:52.332]➜  sending incremental file list
2025-08-20T22:06:58.0319921Z [00:02:52.333]➜  server
2025-08-20T22:06:58.0741783Z [00:02:52.375]➜  
2025-08-20T22:06:58.0742137Z [00:02:52.375]➜  sent 1.63M bytes  received 35 bytes  3.26M bytes/sec
2025-08-20T22:06:58.0742514Z [00:02:52.375]➜  total size is 1.63M  speedup is 1.00
2025-08-20T22:06:58.1915703Z [00:02:52.492]➜  '/tmp/tmp.ohHaXraIpk/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T22:06:58.2261340Z [00:02:52.527]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:06:58.2328704Z [00:02:52.534]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:06:58.2376723Z [00:02:52.539]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:06:58.2677074Z [00:02:52.569]➜  copy from `/build-bins/client' [elf64-littleaarch64] to `/build-bins/stDFhALo' [elf64-littleaarch64]
2025-08-20T22:06:58.3375704Z [00:02:52.638]➜  copy from `/build-bins/server' [elf64-littleaarch64] to `/build-bins/steKLlNA' [elf64-littleaarch64]
2025-08-20T22:06:58.3461705Z [00:02:52.647]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:06:58.3486320Z [00:02:52.650]➜  
2025-08-20T22:06:58.3500757Z [00:02:52.651]➜  /build-bins/client
2025-08-20T22:06:58.3530433Z [00:02:52.654]➜  There are 26 section headers, starting at offset 0x191f90:
2025-08-20T22:06:58.3530862Z [00:02:52.654]➜  
2025-08-20T22:06:58.3531122Z [00:02:52.654]➜  Section Headers:
2025-08-20T22:06:58.3531462Z [00:02:52.654]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:06:58.3531871Z [00:02:52.654]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:06:58.3532264Z [00:02:52.654]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:06:58.3532658Z [00:02:52.654]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:06:58.3533460Z [00:02:52.654]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:06:58.3533881Z [00:02:52.654]➜         0000000000035844  0000000000000000   A       0     0     8
2025-08-20T22:06:58.3534310Z [00:02:52.654]➜    [ 2] .eh_frame_hdr     PROGBITS         0000000000235a7c  00035a7c
2025-08-20T22:06:58.3534734Z [00:02:52.654]➜         000000000000f51c  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3535179Z [00:02:52.654]➜    [ 3] .gcc_except_table PROGBITS         0000000000244f98  00044f98
2025-08-20T22:06:58.3535613Z [00:02:52.654]➜         0000000000011bf4  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3536030Z [00:02:52.654]➜    [ 4] .rodata           PROGBITS         0000000000256b90  00056b90
2025-08-20T22:06:58.3536447Z [00:02:52.654]➜         0000000000010500  0000000000000000   A       0     0     16
2025-08-20T22:06:58.3536877Z [00:02:52.654]➜    [ 5] .rodata.cst16     PROGBITS         0000000000267090  00067090
2025-08-20T22:06:58.3537311Z [00:02:52.654]➜         00000000000002c0  0000000000000010  AM       0     0     16
2025-08-20T22:06:58.3538034Z [00:02:52.654]➜    [ 6] .rodata.cst32     PROGBITS         0000000000267350  00067350
2025-08-20T22:06:58.3538483Z [00:02:52.654]➜         0000000000000260  0000000000000020  AM       0     0     16
2025-08-20T22:06:58.3538924Z [00:02:52.654]➜    [ 7] .rodata.cst4      PROGBITS         00000000002675b0  000675b0
2025-08-20T22:06:58.3539394Z [00:02:52.654]➜         0000000000000148  0000000000000004  AM       0     0     4
2025-08-20T22:06:58.3539824Z [00:02:52.654]➜    [ 8] .rodata.cst8      PROGBITS         00000000002676f8  000676f8
2025-08-20T22:06:58.3540250Z [00:02:52.654]➜         0000000000000280  0000000000000008  AM       0     0     8
2025-08-20T22:06:58.3540690Z [00:02:52.654]➜    [ 9] .rodata.str1.1    PROGBITS         0000000000267978  00067978
2025-08-20T22:06:58.3541117Z [00:02:52.654]➜         0000000000005cb1  0000000000000001 AMS       0     0     1
2025-08-20T22:06:58.3541555Z [00:02:52.654]➜    [10] .rodata.str1.8    PROGBITS         000000000026d630  0006d630
2025-08-20T22:06:58.3541987Z [00:02:52.654]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-20T22:06:58.3542398Z [00:02:52.654]➜    [11] .fini             PROGBITS         000000000027f918  0006f918
2025-08-20T22:06:58.3542808Z [00:02:52.654]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:06:58.3543536Z [00:02:52.654]➜    [12] .init             PROGBITS         000000000027f928  0006f928
2025-08-20T22:06:58.3544021Z [00:02:52.654]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:06:58.3544429Z [00:02:52.654]➜    [13] .text             PROGBITS         000000000027f940  0006f940
2025-08-20T22:06:58.3544848Z [00:02:52.654]➜         000000000010e020  0000000000000000  AX       0     0     32
2025-08-20T22:06:58.3545262Z [00:02:52.654]➜    [14] .tdata            PROGBITS         000000000039d960  0017d960
2025-08-20T22:06:58.3545683Z [00:02:52.654]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3546092Z [00:02:52.654]➜    [15] .tbss             NOBITS           000000000039d9d0  0017d9d0
2025-08-20T22:06:58.3546500Z [00:02:52.654]➜         00000000000000b8  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3546923Z [00:02:52.654]➜    [16] .data.rel.ro      PROGBITS         000000000039d9d0  0017d9d0
2025-08-20T22:06:58.3547351Z [00:02:52.654]➜         0000000000013900  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3548048Z [00:02:52.654]➜    [17] .fini_array       FINI_ARRAY       00000000003b12d0  001912d0
2025-08-20T22:06:58.3548481Z [00:02:52.654]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3548898Z [00:02:52.654]➜    [18] .got.plt          PROGBITS         00000000003b12d8  001912d8
2025-08-20T22:06:58.3549315Z [00:02:52.654]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3550061Z [00:02:52.654]➜    [19] .init_array       INIT_ARRAY       00000000003b12f0  001912f0
2025-08-20T22:06:58.3550485Z [00:02:52.654]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3550892Z [00:02:52.654]➜    [20] .got              PROGBITS         00000000003b12f8  001912f8
2025-08-20T22:06:58.3551300Z [00:02:52.654]➜         0000000000000088  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3551736Z [00:02:52.654]➜    [21] .relro_padding    NOBITS           00000000003b1380  00191380
2025-08-20T22:06:58.3552168Z [00:02:52.654]➜         000000000000ec80  0000000000000000  WA       0     0     1
2025-08-20T22:06:58.3552579Z [00:02:52.654]➜    [22] .data             PROGBITS         00000000003c1380  00191380
2025-08-20T22:06:58.3552988Z [00:02:52.654]➜         0000000000000b08  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3553396Z [00:02:52.654]➜    [23] .bss              NOBITS           00000000003c1e90  00191e88
2025-08-20T22:06:58.3553812Z [00:02:52.654]➜         000000000000186c  0000000000000000  WA       0     0     16
2025-08-20T22:06:58.3554225Z [00:02:52.654]➜    [24] .common           NOBITS           00000000003c3700  00191e88
2025-08-20T22:06:58.3554658Z [00:02:52.654]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3555083Z [00:02:52.654]➜    [25] .shstrtab         STRTAB           0000000000000000  00191e88
2025-08-20T22:06:58.3555512Z [00:02:52.654]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T22:06:58.3555836Z [00:02:52.654]➜  Key to Flags:
2025-08-20T22:06:58.3556184Z [00:02:52.654]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:06:58.3556648Z [00:02:52.654]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:06:58.3557097Z [00:02:52.654]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:06:58.3557480Z [00:02:52.654]➜    D (mbind), p (processor specific)
2025-08-20T22:06:58.3558087Z [00:02:52.656]➜  
2025-08-20T22:06:58.3562630Z [00:02:52.657]➜  /build-bins/LICENSE
2025-08-20T22:06:58.3592483Z [00:02:52.660]➜  
2025-08-20T22:06:58.3605374Z [00:02:52.661]➜  /build-bins/server
2025-08-20T22:06:58.3616926Z [00:02:52.662]➜  There are 26 section headers, starting at offset 0x18dd18:
2025-08-20T22:06:58.3617327Z [00:02:52.662]➜  
2025-08-20T22:06:58.3617545Z [00:02:52.662]➜  Section Headers:
2025-08-20T22:06:58.3618524Z [00:02:52.662]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:06:58.3619108Z [00:02:52.662]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:06:58.3619511Z [00:02:52.662]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:06:58.3619913Z [00:02:52.662]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:06:58.3620335Z [00:02:52.662]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:06:58.3620773Z [00:02:52.662]➜         000000000003506c  0000000000000000   A       0     0     8
2025-08-20T22:06:58.3621195Z [00:02:52.662]➜    [ 2] .eh_frame_hdr     PROGBITS         00000000002352a4  000352a4
2025-08-20T22:06:58.3621620Z [00:02:52.662]➜         000000000000f29c  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3622053Z [00:02:52.662]➜    [ 3] .gcc_except_table PROGBITS         0000000000244540  00044540
2025-08-20T22:06:58.3622491Z [00:02:52.662]➜         0000000000011534  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3622910Z [00:02:52.662]➜    [ 4] .rodata           PROGBITS         0000000000255a80  00055a80
2025-08-20T22:06:58.3623329Z [00:02:52.662]➜         0000000000010250  0000000000000000   A       0     0     16
2025-08-20T22:06:58.3623759Z [00:02:52.662]➜    [ 5] .rodata.cst16     PROGBITS         0000000000265cd0  00065cd0
2025-08-20T22:06:58.3624190Z [00:02:52.662]➜         00000000000002d0  0000000000000010  AM       0     0     16
2025-08-20T22:06:58.3624903Z [00:02:52.662]➜    [ 6] .rodata.cst32     PROGBITS         0000000000265fa0  00065fa0
2025-08-20T22:06:58.3625337Z [00:02:52.662]➜         0000000000000260  0000000000000020  AM       0     0     16
2025-08-20T22:06:58.3625768Z [00:02:52.662]➜    [ 7] .rodata.cst4      PROGBITS         0000000000266200  00066200
2025-08-20T22:06:58.3626192Z [00:02:52.662]➜         000000000000014c  0000000000000004  AM       0     0     4
2025-08-20T22:06:58.3626626Z [00:02:52.662]➜    [ 8] .rodata.cst8      PROGBITS         0000000000266350  00066350
2025-08-20T22:06:58.3627051Z [00:02:52.662]➜         0000000000000280  0000000000000008  AM       0     0     8
2025-08-20T22:06:58.3627482Z [00:02:52.662]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002665d0  000665d0
2025-08-20T22:06:58.3628108Z [00:02:52.662]➜         0000000000005b6b  0000000000000001 AMS       0     0     1
2025-08-20T22:06:58.3628544Z [00:02:52.663]➜    [10] .rodata.str1.8    PROGBITS         000000000026c140  0006c140
2025-08-20T22:06:58.3628982Z [00:02:52.663]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-20T22:06:58.3629393Z [00:02:52.663]➜    [11] .fini             PROGBITS         000000000027e428  0006e428
2025-08-20T22:06:58.3629804Z [00:02:52.663]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:06:58.3630215Z [00:02:52.663]➜    [12] .init             PROGBITS         000000000027e438  0006e438
2025-08-20T22:06:58.3630630Z [00:02:52.663]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:06:58.3631046Z [00:02:52.663]➜    [13] .text             PROGBITS         000000000027e460  0006e460
2025-08-20T22:06:58.3631462Z [00:02:52.663]➜         000000000010b5c0  0000000000000000  AX       0     0     32
2025-08-20T22:06:58.3631878Z [00:02:52.663]➜    [14] .tdata            PROGBITS         0000000000399a20  00179a20
2025-08-20T22:06:58.3632291Z [00:02:52.663]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3632710Z [00:02:52.663]➜    [15] .tbss             NOBITS           0000000000399a90  00179a90
2025-08-20T22:06:58.3633120Z [00:02:52.663]➜         00000000000000b8  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3633544Z [00:02:52.663]➜    [16] .data.rel.ro      PROGBITS         0000000000399a90  00179a90
2025-08-20T22:06:58.3633965Z [00:02:52.663]➜         00000000000135d0  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3634618Z [00:02:52.663]➜    [17] .fini_array       FINI_ARRAY       00000000003ad060  0018d060
2025-08-20T22:06:58.3635110Z [00:02:52.663]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3635525Z [00:02:52.663]➜    [18] .got.plt          PROGBITS         00000000003ad068  0018d068
2025-08-20T22:06:58.3635944Z [00:02:52.663]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3636366Z [00:02:52.663]➜    [19] .init_array       INIT_ARRAY       00000000003ad080  0018d080
2025-08-20T22:06:58.3636792Z [00:02:52.663]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3637200Z [00:02:52.663]➜    [20] .got              PROGBITS         00000000003ad088  0018d088
2025-08-20T22:06:58.3637773Z [00:02:52.663]➜         0000000000000088  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3638279Z [00:02:52.663]➜    [21] .relro_padding    NOBITS           00000000003ad110  0018d110
2025-08-20T22:06:58.3638718Z [00:02:52.663]➜         0000000000002ef0  0000000000000000  WA       0     0     1
2025-08-20T22:06:58.3639132Z [00:02:52.663]➜    [22] .data             PROGBITS         00000000003bd110  0018d110
2025-08-20T22:06:58.3639548Z [00:02:52.663]➜         0000000000000b00  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3639957Z [00:02:52.663]➜    [23] .bss              NOBITS           00000000003bdc10  0018dc10
2025-08-20T22:06:58.3640366Z [00:02:52.663]➜         0000000000001854  0000000000000000  WA       0     0     16
2025-08-20T22:06:58.3641045Z [00:02:52.663]➜    [24] .common           NOBITS           00000000003bf468  0018dc10
2025-08-20T22:06:58.3641460Z [00:02:52.663]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3641879Z [00:02:52.663]➜    [25] .shstrtab         STRTAB           0000000000000000  0018dc10
2025-08-20T22:06:58.3642298Z [00:02:52.663]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T22:06:58.3642643Z [00:02:52.663]➜  Key to Flags:
2025-08-20T22:06:58.3642999Z [00:02:52.663]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:06:58.3643461Z [00:02:52.663]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:06:58.3643909Z [00:02:52.663]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:06:58.3644278Z [00:02:52.663]➜    D (mbind), p (processor specific)
2025-08-20T22:06:58.3644717Z [00:02:52.663]➜  + file /build-bins/LICENSE /build-bins/client /build-bins/server
2025-08-20T22:06:58.3808623Z [00:02:52.682]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:06:58.3842497Z [00:02:52.685]➜  /build-bins/client:  ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:06:58.3843259Z [00:02:52.685]➜  /build-bins/server:  ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:06:58.3850224Z [00:02:52.686]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/client /build-bins/server
2025-08-20T22:06:58.3866707Z [00:02:52.688]➜  /build-bins/LICENSE:         10852 Bytes
2025-08-20T22:06:58.3867083Z [00:02:52.688]➜  /build-bins/client:         1648144 Bytes
2025-08-20T22:06:58.3867420Z [00:02:52.688]➜  /build-bins/server:         1631128 Bytes
2025-08-20T22:06:58.3869853Z [00:02:52.688]➜  + du /build-bins/LICENSE /build-bins/client /build-bins/server --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:06:58.3883427Z [00:02:52.689]➜  11K	2025-08-20 22:06:58.190539835 +0000	/build-bins/LICENSE
2025-08-20T22:06:58.3883892Z [00:02:52.689]➜  1.6M	2025-08-20 22:06:58.269541632 +0000	/build-bins/client
2025-08-20T22:06:58.3884297Z [00:02:52.689]➜  1.6M	2025-08-20 22:06:58.338543202 +0000	/build-bins/server
2025-08-20T22:06:58.3889056Z [00:02:52.690]➜  + popd
2025-08-20T22:06:58.6322490Z [00:02:52.933]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:06:58.6806247Z [00:02:52.981]➜  + '[' -s /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:06:58.6807209Z [00:02:52.981]➜  + cp -fv /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:06:58.6824042Z [00:02:52.983]➜  '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:06:58.6832728Z [00:02:52.984]➜  + find /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:06:58.6834322Z [00:02:52.984]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:06:58.6834766Z [00:02:52.984]➜  + cut -d: -f1
2025-08-20T22:06:58.6835044Z [00:02:52.984]➜  + xargs realpath --no-symlinks
2025-08-20T22:06:58.6839310Z [00:02:52.985]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:06:58.7844004Z [00:02:53.085]➜  sending incremental file list
2025-08-20T22:06:58.7851082Z [00:02:53.086]➜  client
2025-08-20T22:06:58.8275410Z [00:02:53.128]➜  
2025-08-20T22:06:58.8276437Z [00:02:53.128]➜  sent 1.65M bytes  received 35 bytes  3.30M bytes/sec
2025-08-20T22:06:58.8276855Z [00:02:53.128]➜  total size is 1.65M  speedup is 1.00
2025-08-20T22:06:58.8295286Z [00:02:53.130]➜  sending incremental file list
2025-08-20T22:06:58.8303643Z [00:02:53.131]➜  server
2025-08-20T22:06:58.8727470Z [00:02:53.173]➜  
2025-08-20T22:06:58.8728064Z [00:02:53.173]➜  sent 1.63M bytes  received 35 bytes  3.26M bytes/sec
2025-08-20T22:06:58.8728436Z [00:02:53.173]➜  total size is 1.63M  speedup is 1.00
2025-08-20T22:06:58.8739077Z [00:02:53.175]➜  
2025-08-20T22:06:59.2890798Z [00:02:53.590]➜  
2025-08-20T22:06:59.2973790Z [00:02:53.598]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:06:59.2975324Z [00:02:53.598]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/client' retained as runner:runner
2025-08-20T22:06:59.2976225Z [00:02:53.598]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:06:59.2977070Z [00:02:53.598]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/server' retained as runner:runner
2025-08-20T22:06:59.2978319Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.2979576Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/packet-headers.png' from root:root to runner:runner
2025-08-20T22:06:59.2981291Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/phantun-vs-udp2raw-benchmark-result.png' from root:root to runner:runner
2025-08-20T22:06:59.2982699Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/traffic-flow.png' from root:root to runner:runner
2025-08-20T22:06:59.2983892Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images' from root:root to runner:runner
2025-08-20T22:06:59.2985039Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:06:59.2986191Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:06:59.2987398Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:06:59.2989007Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:06:59.2990317Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T22:06:59.2991915Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/rust.yml' from root:root to runner:runner
2025-08-20T22:06:59.2993171Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:06:59.2994332Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:06:59.2995490Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.2996731Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/docker-compose.yml' from root:root to runner:runner
2025-08-20T22:06:59.2999462Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/.dockerignore' from root:root to runner:runner
2025-08-20T22:06:59.3000795Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T22:06:59.3002016Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3003229Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/phantun.sh' from root:root to runner:runner
2025-08-20T22:06:59.3004477Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:06:59.3005656Z [00:02:53.598]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.3007138Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3008586Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.3009847Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/src/packet.rs' from root:root to runner:runner
2025-08-20T22:06:59.3011092Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/src/lib.rs' from root:root to runner:runner
2025-08-20T22:06:59.3012285Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/src' from root:root to runner:runner
2025-08-20T22:06:59.3013498Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.3014677Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp' from root:root to runner:runner
2025-08-20T22:06:59.3016144Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:06:59.3017510Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/server.d' from root:root to runner:runner
2025-08-20T22:06:59.3019185Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libphantun.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3020737Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libphantun.d' from root:root to runner:runner
2025-08-20T22:06:59.3022263Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfake_tcp.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3023876Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' from root:root to runner:runner
2025-08-20T22:06:59.3025501Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-3ac4fe9003e77b44.d' from root:root to runner:runner
2025-08-20T22:06:59.3027144Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memoffset-354e06f4616a6c63.d' from root:root to runner:runner
2025-08-20T22:06:59.3028908Z [00:02:53.599]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rlib' retained as runner:runner
2025-08-20T22:06:59.3030604Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-e05d6bc64cd58380.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3032501Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phantun-70380566b1bc07a8.d' from root:root to runner:runner
2025-08-20T22:06:59.3034241Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-ed95f6cba9b12709.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3035953Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3037775Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-666886116fc309bb.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3039568Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3041265Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-6731eae11cb58e7d.d' from root:root to runner:runner
2025-08-20T22:06:59.3043146Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-198f64728de8ba4c.d' from root:root to runner:runner
2025-08-20T22:06:59.3044842Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3046541Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3048374Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-c12db1619f36b988.d' from root:root to runner:runner
2025-08-20T22:06:59.3050094Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humantime-9650910401c42f1f.d' from root:root to runner:runner
2025-08-20T22:06:59.3051786Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_base-c9d76f1d8a1cc493.d' from root:root to runner:runner
2025-08-20T22:06:59.3053424Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/neli-2b6cdbe69fdcc630.d' from root:root to runner:runner
2025-08-20T22:06:59.3055083Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-923e00d3a8465d99.d' from root:root to runner:runner
2025-08-20T22:06:59.3056776Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3058884Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3060627Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_sys-e840a0f4ea69675e.d' from root:root to runner:runner
2025-08-20T22:06:59.3062326Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_macros_support-2cd49714e8aa81fc.d' from root:root to runner:runner
2025-08-20T22:06:59.3064054Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3065776Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3067497Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-923e00d3a8465d99.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3069573Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3071234Z [00:02:53.599]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rlib' retained as runner:runner
2025-08-20T22:06:59.3072902Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e3f177abcd6cb2b7.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3074609Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3076277Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_logger-666886116fc309bb.d' from root:root to runner:runner
2025-08-20T22:06:59.3078065Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3079832Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' from root:root to runner:runner
2025-08-20T22:06:59.3081562Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-e05d6bc64cd58380.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3083441Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3085252Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3086994Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3088849Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-01d039ee478a486a.d' from root:root to runner:runner
2025-08-20T22:06:59.3090575Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3092269Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a669506d54ee0c0e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3094197Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-c12db1619f36b988.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3095890Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-35df140792c4e54b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3097689Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' from root:root to runner:runner
2025-08-20T22:06:59.3099418Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/server-ce873f667d5aa5df' from root:root to runner:runner
2025-08-20T22:06:59.3101043Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-ad61f7eaab3afa60.d' from root:root to runner:runner
2025-08-20T22:06:59.3102729Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3104456Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-923e00d3a8465d99.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3106169Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-3ccfffbf5177e3aa.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3107952Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-2535c10ab8278d3e.d' from root:root to runner:runner
2025-08-20T22:06:59.3109900Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-29808dea5e0d1834.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3111687Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3113382Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-c12db1619f36b988.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3115044Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-6b17d699cf074fe0.d' from root:root to runner:runner
2025-08-20T22:06:59.3116725Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-1264ebb6db5180f2.d' from root:root to runner:runner
2025-08-20T22:06:59.3118553Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3120485Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3122174Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/server-ce873f667d5aa5df.d' from root:root to runner:runner
2025-08-20T22:06:59.3123803Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flume-32f0eab8aa3d771e.d' from root:root to runner:runner
2025-08-20T22:06:59.3125473Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3127227Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1264ebb6db5180f2.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3129104Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-4ff57cbd6b118c82.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3130780Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-3ccfffbf5177e3aa.d' from root:root to runner:runner
2025-08-20T22:06:59.3132447Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3134146Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3136118Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3137986Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-6731eae11cb58e7d.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3139709Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' from root:root to runner:runner
2025-08-20T22:06:59.3141355Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-656de0b7b415fbfb.d' from root:root to runner:runner
2025-08-20T22:06:59.3143027Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3144731Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3146650Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3148420Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spin-4be805ea8b24bd67.d' from root:root to runner:runner
2025-08-20T22:06:59.3150093Z [00:02:53.599]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3151836Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3153538Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3155230Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3156901Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-1f73ff9c554e4477.d' from root:root to runner:runner
2025-08-20T22:06:59.3158727Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3160423Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_transport-1ac4a1f5eeeca97f.d' from root:root to runner:runner
2025-08-20T22:06:59.3162295Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3164121Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3165857Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c97a9a7a3b17c7f5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3167686Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3169496Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-717b6290f63aaa67.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3171147Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-a669506d54ee0c0e.d' from root:root to runner:runner
2025-08-20T22:06:59.3173042Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T22:06:59.3174753Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemoffset-354e06f4616a6c63.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3176424Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/client-c49f53b8cbc0d137' from root:root to runner:runner
2025-08-20T22:06:59.3178237Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3180043Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-6b17d699cf074fe0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3181756Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_datalink-d891da5fc92ac328.d' from root:root to runner:runner
2025-08-20T22:06:59.3183458Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3185212Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3187106Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-717b6290f63aaa67.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3189013Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3190712Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' from root:root to runner:runner
2025-08-20T22:06:59.3192396Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9b9c66b12a641e5c.d' from root:root to runner:runner
2025-08-20T22:06:59.3194066Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ipnetwork-d1e2dc5948efb927.d' from root:root to runner:runner
2025-08-20T22:06:59.3195734Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3197678Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' from root:root to runner:runner
2025-08-20T22:06:59.3199356Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet-ed8e29d9f994c6c0.d' from root:root to runner:runner
2025-08-20T22:06:59.3201043Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_datalink-d891da5fc92ac328.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3202727Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-4ff57cbd6b118c82.d' from root:root to runner:runner
2025-08-20T22:06:59.3204363Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fake_tcp-5bdd4da9d17050ad.d' from root:root to runner:runner
2025-08-20T22:06:59.3206055Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3207882Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-2cd49714e8aa81fc.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3209689Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-6731eae11cb58e7d.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3211426Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3213322Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflume-32f0eab8aa3d771e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3215050Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-35df140792c4e54b.d' from root:root to runner:runner
2025-08-20T22:06:59.3216691Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-0dd5e8fec4973427.d' from root:root to runner:runner
2025-08-20T22:06:59.3218475Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' from root:root to runner:runner
2025-08-20T22:06:59.3220220Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T22:06:59.3221920Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' from root:root to runner:runner
2025-08-20T22:06:59.3223807Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-4be805ea8b24bd67.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3225516Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnanorand-bbeab4bef70dd147.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3227223Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3229018Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3230740Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3232449Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-c97a9a7a3b17c7f5.d' from root:root to runner:runner
2025-08-20T22:06:59.3234168Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinternet_checksum-4b45b665f3fc59a0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3235915Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3237699Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3239648Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3241386Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' from root:root to runner:runner
2025-08-20T22:06:59.3243079Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3244811Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3246546Z [00:02:53.600]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-6b17d699cf074fe0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3248326Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nanorand-bbeab4bef70dd147.d' from root:root to runner:runner
2025-08-20T22:06:59.3250231Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3251965Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_packet-ec20cbbc35625d1c.d' from root:root to runner:runner
2025-08-20T22:06:59.3253625Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/no_std_net-ed95f6cba9b12709.d' from root:root to runner:runner
2025-08-20T22:06:59.3255338Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3257077Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3258915Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-e05d6bc64cd58380.d' from root:root to runner:runner
2025-08-20T22:06:59.3260629Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3262375Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_transport-1ac4a1f5eeeca97f.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3264288Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3266093Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnanorand-bbeab4bef70dd147.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3267913Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-31623585e1c20427.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3269675Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T22:06:59.3271365Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3273083Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/internet_checksum-4b45b665f3fc59a0.d' from root:root to runner:runner
2025-08-20T22:06:59.3275027Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-666886116fc309bb.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3276732Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemoffset-354e06f4616a6c63.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3278571Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-4be805ea8b24bd67.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3280326Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-3a958a20e36e51df.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3282055Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-0d16ee498d5aea6b.d' from root:root to runner:runner
2025-08-20T22:06:59.3283711Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-717b6290f63aaa67.d' from root:root to runner:runner
2025-08-20T22:06:59.3285373Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-35df140792c4e54b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3287019Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-2b832f0f6b42fee9.d' from root:root to runner:runner
2025-08-20T22:06:59.3288809Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflume-32f0eab8aa3d771e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3290669Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3292627Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' from root:root to runner:runner
2025-08-20T22:06:59.3294306Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' from root:root to runner:runner
2025-08-20T22:06:59.3295998Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-ed95f6cba9b12709.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3297848Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinternet_checksum-4b45b665f3fc59a0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3299697Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-2cd49714e8aa81fc.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3301656Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet-ed8e29d9f994c6c0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3303360Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3305047Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e3f177abcd6cb2b7.d' from root:root to runner:runner
2025-08-20T22:06:59.3306717Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet-ed8e29d9f994c6c0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3308580Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3310313Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3311997Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-4ff57cbd6b118c82.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3313719Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3315429Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-31623585e1c20427.d' from root:root to runner:runner
2025-08-20T22:06:59.3317296Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3319191Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_transport-1ac4a1f5eeeca97f.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3320898Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_tun-7d3a93925c533bc0.d' from root:root to runner:runner
2025-08-20T22:06:59.3322593Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3324295Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3326002Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3328057Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3329837Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3331546Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-29808dea5e0d1834.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3333262Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c97a9a7a3b17c7f5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3334942Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/client-c49f53b8cbc0d137.d' from root:root to runner:runner
2025-08-20T22:06:59.3336627Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-3ccfffbf5177e3aa.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3338442Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3340193Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-faa6af083b401e57.d' from root:root to runner:runner
2025-08-20T22:06:59.3342047Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3343868Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_datalink-d891da5fc92ac328.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3345558Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-4e678dee7f2c2e51.d' from root:root to runner:runner
2025-08-20T22:06:59.3347233Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3349071Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-01d039ee478a486a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3350766Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3352756Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3354476Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pretty_env_logger-7f35f86a782dd69a.d' from root:root to runner:runner
2025-08-20T22:06:59.3356207Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3358075Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1264ebb6db5180f2.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3359875Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3361555Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-fa28979aac1339df.d' from root:root to runner:runner
2025-08-20T22:06:59.3363260Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3364943Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-d37dcdc990a56faa.d' from root:root to runner:runner
2025-08-20T22:06:59.3366645Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3368579Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-29808dea5e0d1834.d' from root:root to runner:runner
2025-08-20T22:06:59.3370373Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-3a958a20e36e51df.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3372078Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-81da3a76e38812e4.d' from root:root to runner:runner
2025-08-20T22:06:59.3373751Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3375467Z [00:02:53.601]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3377166Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3379264Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3380989Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-31623585e1c20427.rlib' from root:root to runner:runner
2025-08-20T22:06:59.3382710Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e3f177abcd6cb2b7.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3384405Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a669506d54ee0c0e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3386117Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3387910Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' from root:root to runner:runner
2025-08-20T22:06:59.3389608Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-cf12f76afb321345.d' from root:root to runner:runner
2025-08-20T22:06:59.3391278Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.3392994Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-3a958a20e36e51df.d' from root:root to runner:runner
2025-08-20T22:06:59.3394765Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:06:59.3396309Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfake_tcp.d' from root:root to runner:runner
2025-08-20T22:06:59.3397912Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:06:59.3399393Z [00:02:53.602]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/client' retained as runner:runner
2025-08-20T22:06:59.3400837Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:06:59.3402428Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3404382Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3406092Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/out' from root:root to runner:runner
2025-08-20T22:06:59.3407870Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3409635Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/output' from root:root to runner:runner
2025-08-20T22:06:59.3411294Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112' from root:root to runner:runner
2025-08-20T22:06:59.3412972Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3414735Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3416501Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/out' from root:root to runner:runner
2025-08-20T22:06:59.3418314Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3420294Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/output' from root:root to runner:runner
2025-08-20T22:06:59.3422048Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d' from root:root to runner:runner
2025-08-20T22:06:59.3423743Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3425497Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3427369Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/out/autocfg_b94e25790e3a3caf_0.ll' from root:root to runner:runner
2025-08-20T22:06:59.3429303Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/out' from root:root to runner:runner
2025-08-20T22:06:59.3431251Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3432992Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/output' from root:root to runner:runner
2025-08-20T22:06:59.3434678Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd' from root:root to runner:runner
2025-08-20T22:06:59.3436333Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3438133Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3439884Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/out' from root:root to runner:runner
2025-08-20T22:06:59.3441551Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3443227Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/output' from root:root to runner:runner
2025-08-20T22:06:59.3444857Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a' from root:root to runner:runner
2025-08-20T22:06:59.3446692Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3448629Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3450395Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/out' from root:root to runner:runner
2025-08-20T22:06:59.3452155Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3453885Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' from root:root to runner:runner
2025-08-20T22:06:59.3455562Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T22:06:59.3457457Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3459341Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3461080Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/out' from root:root to runner:runner
2025-08-20T22:06:59.3462785Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3464526Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/output' from root:root to runner:runner
2025-08-20T22:06:59.3466189Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89' from root:root to runner:runner
2025-08-20T22:06:59.3467915Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3469697Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3471548Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/out' from root:root to runner:runner
2025-08-20T22:06:59.3473276Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3474961Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/output' from root:root to runner:runner
2025-08-20T22:06:59.3476606Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5' from root:root to runner:runner
2025-08-20T22:06:59.3478650Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3480511Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3482518Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/out' from root:root to runner:runner
2025-08-20T22:06:59.3484282Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3486049Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/output' from root:root to runner:runner
2025-08-20T22:06:59.3487888Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a' from root:root to runner:runner
2025-08-20T22:06:59.3489644Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3491359Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3493051Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/out' from root:root to runner:runner
2025-08-20T22:06:59.3494724Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3496409Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/output' from root:root to runner:runner
2025-08-20T22:06:59.3498301Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc' from root:root to runner:runner
2025-08-20T22:06:59.3500023Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/stderr' from root:root to runner:runner
2025-08-20T22:06:59.3501764Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3503601Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out/autocfg_46e2ec993066ebc7_0.ll' from root:root to runner:runner
2025-08-20T22:06:59.3505354Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out' from root:root to runner:runner
2025-08-20T22:06:59.3507045Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/root-output' from root:root to runner:runner
2025-08-20T22:06:59.3509056Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/output' from root:root to runner:runner
2025-08-20T22:06:59.3510723Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32' from root:root to runner:runner
2025-08-20T22:06:59.3512251Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:06:59.3513714Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:06:59.3515133Z [00:02:53.602]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/server' retained as runner:runner
2025-08-20T22:06:59.3516775Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3518804Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/lib-pnet_transport.json' from root:root to runner:runner
2025-08-20T22:06:59.3520734Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/dep-lib-pnet_transport' from root:root to runner:runner
2025-08-20T22:06:59.3522786Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/lib-pnet_transport' from root:root to runner:runner
2025-08-20T22:06:59.3524659Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f' from root:root to runner:runner
2025-08-20T22:06:59.3526457Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.3528418Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3530352Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.3532240Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:06:59.3534293Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e' from root:root to runner:runner
2025-08-20T22:06:59.3536067Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/dep-bin-client' from root:root to runner:runner
2025-08-20T22:06:59.3537965Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/bin-client.json' from root:root to runner:runner
2025-08-20T22:06:59.3539845Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3541646Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/bin-client' from root:root to runner:runner
2025-08-20T22:06:59.3543374Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137' from root:root to runner:runner
2025-08-20T22:06:59.3545200Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:06:59.3547133Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:06:59.3549299Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3551257Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:06:59.3553111Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380' from root:root to runner:runner
2025-08-20T22:06:59.3554966Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9ebc4e1a57870112/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3556948Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9ebc4e1a57870112/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3558896Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9ebc4e1a57870112' from root:root to runner:runner
2025-08-20T22:06:59.3560889Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T22:06:59.3562765Z [00:02:53.602]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core' from root:root to runner:runner
2025-08-20T22:06:59.3564629Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3566513Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core.json' from root:root to runner:runner
2025-08-20T22:06:59.3568406Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c' from root:root to runner:runner
2025-08-20T22:06:59.3570250Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3572232Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:06:59.3574241Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:06:59.3576374Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:06:59.3578397Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df' from root:root to runner:runner
2025-08-20T22:06:59.3580301Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3582195Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:06:59.3584085Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:06:59.3586205Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:06:59.3588116Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497' from root:root to runner:runner
2025-08-20T22:06:59.3589935Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/lib-serde.json' from root:root to runner:runner
2025-08-20T22:06:59.3591733Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3593532Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.3595293Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.3596992Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b' from root:root to runner:runner
2025-08-20T22:06:59.3598852Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:06:59.3600651Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3602590Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:06:59.3604432Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' from root:root to runner:runner
2025-08-20T22:06:59.3606144Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711' from root:root to runner:runner
2025-08-20T22:06:59.3608059Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3609964Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/lib-memoffset.json' from root:root to runner:runner
2025-08-20T22:06:59.3612000Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/lib-memoffset' from root:root to runner:runner
2025-08-20T22:06:59.3613831Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/dep-lib-memoffset' from root:root to runner:runner
2025-08-20T22:06:59.3615597Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63' from root:root to runner:runner
2025-08-20T22:06:59.3617369Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:06:59.3619371Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3621243Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:06:59.3623115Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:06:59.3624902Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427' from root:root to runner:runner
2025-08-20T22:06:59.3626851Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:06:59.3628885Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:06:59.3630731Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3632563Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:06:59.3634318Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-01d039ee478a486a' from root:root to runner:runner
2025-08-20T22:06:59.3636117Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3638313Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:06:59.3640298Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.3642199Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.3644008Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2' from root:root to runner:runner
2025-08-20T22:06:59.3645760Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/lib-log.json' from root:root to runner:runner
2025-08-20T22:06:59.3647537Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3649493Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/dep-lib-log' from root:root to runner:runner
2025-08-20T22:06:59.3651232Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/lib-log' from root:root to runner:runner
2025-08-20T22:06:59.3653129Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44' from root:root to runner:runner
2025-08-20T22:06:59.3654986Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:06:59.3656831Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3658907Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:06:59.3660734Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/lib-smallvec' from root:root to runner:runner
2025-08-20T22:06:59.3662476Z [00:02:53.603]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa' from root:root to runner:runner
2025-08-20T22:06:59.3664481Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/dep-lib-is_terminal' from root:root to runner:runner
2025-08-20T22:06:59.3666342Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3668293Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/lib-is_terminal.json' from root:root to runner:runner
2025-08-20T22:06:59.3670203Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/lib-is_terminal' from root:root to runner:runner
2025-08-20T22:06:59.3671980Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0' from root:root to runner:runner
2025-08-20T22:06:59.3673724Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:06:59.3675508Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3677291Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/lib-rand.json' from root:root to runner:runner
2025-08-20T22:06:59.3679316Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/lib-rand' from root:root to runner:runner
2025-08-20T22:06:59.3681084Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988' from root:root to runner:runner
2025-08-20T22:06:59.3682919Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e86c8e5c177f985d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3684942Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e86c8e5c177f985d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3686803Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e86c8e5c177f985d' from root:root to runner:runner
2025-08-20T22:06:59.3688744Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T22:06:59.3690832Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink' from root:root to runner:runner
2025-08-20T22:06:59.3692702Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3694577Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T22:06:59.3696374Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477' from root:root to runner:runner
2025-08-20T22:06:59.3698305Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:06:59.3700319Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:06:59.3702241Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3704157Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:06:59.3706128Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c' from root:root to runner:runner
2025-08-20T22:06:59.3708073Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/dep-lib-pnet_sys' from root:root to runner:runner
2025-08-20T22:06:59.3709935Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/lib-pnet_sys' from root:root to runner:runner
2025-08-20T22:06:59.3711742Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3713564Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/lib-pnet_sys.json' from root:root to runner:runner
2025-08-20T22:06:59.3715308Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e' from root:root to runner:runner
2025-08-20T22:06:59.3717398Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-a83bc1e332f2d0cd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3719571Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-a83bc1e332f2d0cd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3721464Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-a83bc1e332f2d0cd' from root:root to runner:runner
2025-08-20T22:06:59.3723249Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/dep-lib-no_std_net' from root:root to runner:runner
2025-08-20T22:06:59.3725098Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3726920Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/lib-no_std_net' from root:root to runner:runner
2025-08-20T22:06:59.3728875Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/lib-no_std_net.json' from root:root to runner:runner
2025-08-20T22:06:59.3730649Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709' from root:root to runner:runner
2025-08-20T22:06:59.3732599Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.3734430Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.3736229Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3738111Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/lib-regex.json' from root:root to runner:runner
2025-08-20T22:06:59.3739891Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82' from root:root to runner:runner
2025-08-20T22:06:59.3741625Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3743590Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:06:59.3745322Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/lib-mio' from root:root to runner:runner
2025-08-20T22:06:59.3747064Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/lib-mio.json' from root:root to runner:runner
2025-08-20T22:06:59.3748876Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e' from root:root to runner:runner
2025-08-20T22:06:59.3750631Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime.json' from root:root to runner:runner
2025-08-20T22:06:59.3752512Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3754330Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime' from root:root to runner:runner
2025-08-20T22:06:59.3756156Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/dep-lib-humantime' from root:root to runner:runner
2025-08-20T22:06:59.3758123Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f' from root:root to runner:runner
2025-08-20T22:06:59.3759957Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3761798Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/dep-lib-tokio_tun' from root:root to runner:runner
2025-08-20T22:06:59.3763630Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/lib-tokio_tun.json' from root:root to runner:runner
2025-08-20T22:06:59.3765454Z [00:02:53.604]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/lib-tokio_tun' from root:root to runner:runner
2025-08-20T22:06:59.3767195Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0' from root:root to runner:runner
2025-08-20T22:06:59.3769306Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-14f9492633bea15a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3771275Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-14f9492633bea15a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3773076Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-14f9492633bea15a' from root:root to runner:runner
2025-08-20T22:06:59.3774812Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3776606Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/dep-lib-pnet' from root:root to runner:runner
2025-08-20T22:06:59.3778473Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/lib-pnet' from root:root to runner:runner
2025-08-20T22:06:59.3780267Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/lib-pnet.json' from root:root to runner:runner
2025-08-20T22:06:59.3781990Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0' from root:root to runner:runner
2025-08-20T22:06:59.3783902Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:06:59.3785821Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' from root:root to runner:runner
2025-08-20T22:06:59.3787760Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3789686Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:06:59.3791466Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76' from root:root to runner:runner
2025-08-20T22:06:59.3793268Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3795385Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/lib-pretty_env_logger.json' from root:root to runner:runner
2025-08-20T22:06:59.3797317Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/lib-pretty_env_logger' from root:root to runner:runner
2025-08-20T22:06:59.3799365Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/dep-lib-pretty_env_logger' from root:root to runner:runner
2025-08-20T22:06:59.3801210Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a' from root:root to runner:runner
2025-08-20T22:06:59.3803150Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3805113Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:06:59.3806964Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.3808920Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.3810682Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7' from root:root to runner:runner
2025-08-20T22:06:59.3812460Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:06:59.3814567Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:06:59.3816445Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3818410Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:06:59.3820262Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed' from root:root to runner:runner
2025-08-20T22:06:59.3822041Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/dep-lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.3823875Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/output-lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.3825706Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/lib-fake_tcp.json' from root:root to runner:runner
2025-08-20T22:06:59.3827535Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3829631Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.3831443Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad' from root:root to runner:runner
2025-08-20T22:06:59.3833173Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/lib-neli.json' from root:root to runner:runner
2025-08-20T22:06:59.3834943Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/dep-lib-neli' from root:root to runner:runner
2025-08-20T22:06:59.3836690Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/lib-neli' from root:root to runner:runner
2025-08-20T22:06:59.3838614Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3840551Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630' from root:root to runner:runner
2025-08-20T22:06:59.3842318Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3844156Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:06:59.3846000Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:06:59.3847942Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:06:59.3849787Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5' from root:root to runner:runner
2025-08-20T22:06:59.3851571Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:06:59.3853380Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3855336Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:06:59.3857170Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:06:59.3859016Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5' from root:root to runner:runner
2025-08-20T22:06:59.3860796Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:06:59.3862647Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3864469Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:06:59.3866497Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:06:59.3868347Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T22:06:59.3870193Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/lib-pnet_datalink' from root:root to runner:runner
2025-08-20T22:06:59.3872063Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3873954Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/lib-pnet_datalink.json' from root:root to runner:runner
2025-08-20T22:06:59.3875847Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/dep-lib-pnet_datalink' from root:root to runner:runner
2025-08-20T22:06:59.3877722Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328' from root:root to runner:runner
2025-08-20T22:06:59.3879551Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/lib-rand_core' from root:root to runner:runner
2025-08-20T22:06:59.3881526Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3883438Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:06:59.3885268Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:06:59.3887028Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa' from root:root to runner:runner
2025-08-20T22:06:59.3888943Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:06:59.3890780Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3892854Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:06:59.3894678Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:06:59.3896421Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b' from root:root to runner:runner
2025-08-20T22:06:59.3898267Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3900136Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api' from root:root to runner:runner
2025-08-20T22:06:59.3901948Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:06:59.3903758Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:06:59.3905508Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51' from root:root to runner:runner
2025-08-20T22:06:59.3907520Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3909693Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3911555Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T22:06:59.3913347Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3915219Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.3917081Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.3919327Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:06:59.3921146Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df' from root:root to runner:runner
2025-08-20T22:06:59.3922913Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:06:59.3924692Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T22:06:59.3926491Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3928382Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:06:59.3930179Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T22:06:59.3931924Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:06:59.3933954Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3935846Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:06:59.3937744Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:06:59.3939553Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff' from root:root to runner:runner
2025-08-20T22:06:59.3941305Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/lib-env_logger' from root:root to runner:runner
2025-08-20T22:06:59.3943124Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3945177Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/lib-env_logger.json' from root:root to runner:runner
2025-08-20T22:06:59.3947020Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T22:06:59.3948917Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb' from root:root to runner:runner
2025-08-20T22:06:59.3950634Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/lib-nix' from root:root to runner:runner
2025-08-20T22:06:59.3952432Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3954199Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:06:59.3955948Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/lib-nix.json' from root:root to runner:runner
2025-08-20T22:06:59.3957706Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60' from root:root to runner:runner
2025-08-20T22:06:59.3959666Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3961569Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/lib-tokio_util' from root:root to runner:runner
2025-08-20T22:06:59.3963405Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T22:06:59.3965257Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T22:06:59.3967023Z [00:02:53.605]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e' from root:root to runner:runner
2025-08-20T22:06:59.3969001Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-99825c31c8ee2b89/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3971196Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-99825c31c8ee2b89/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3973053Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-99825c31c8ee2b89' from root:root to runner:runner
2025-08-20T22:06:59.3974804Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/lib-nanorand' from root:root to runner:runner
2025-08-20T22:06:59.3976632Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3978624Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/lib-nanorand.json' from root:root to runner:runner
2025-08-20T22:06:59.3980470Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/dep-lib-nanorand' from root:root to runner:runner
2025-08-20T22:06:59.3982231Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147' from root:root to runner:runner
2025-08-20T22:06:59.3984007Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:06:59.3985994Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.3988040Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:06:59.3989922Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/lib-bitflags' from root:root to runner:runner
2025-08-20T22:06:59.3991668Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67' from root:root to runner:runner
2025-08-20T22:06:59.3993495Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-8ea6a46dadded6d5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.3995465Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-8ea6a46dadded6d5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.3997481Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-8ea6a46dadded6d5' from root:root to runner:runner
2025-08-20T22:06:59.3999339Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:06:59.4001130Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4002898Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/lib-libc' from root:root to runner:runner
2025-08-20T22:06:59.4004654Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/lib-libc.json' from root:root to runner:runner
2025-08-20T22:06:59.4006359Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9' from root:root to runner:runner
2025-08-20T22:06:59.4008329Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4010460Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4012568Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a' from root:root to runner:runner
2025-08-20T22:06:59.4014460Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/lib-pnet_packet.json' from root:root to runner:runner
2025-08-20T22:06:59.4016319Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:06:59.4018251Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4020176Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/dep-lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:06:59.4021953Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c' from root:root to runner:runner
2025-08-20T22:06:59.4023924Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/lib-ipnetwork' from root:root to runner:runner
2025-08-20T22:06:59.4025763Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/dep-lib-ipnetwork' from root:root to runner:runner
2025-08-20T22:06:59.4027699Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/lib-ipnetwork.json' from root:root to runner:runner
2025-08-20T22:06:59.4029614Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4031388Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927' from root:root to runner:runner
2025-08-20T22:06:59.4033134Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/lib-phantun' from root:root to runner:runner
2025-08-20T22:06:59.4034939Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4036766Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/lib-phantun.json' from root:root to runner:runner
2025-08-20T22:06:59.4038836Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/dep-lib-phantun' from root:root to runner:runner
2025-08-20T22:06:59.4040629Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8' from root:root to runner:runner
2025-08-20T22:06:59.4042389Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4044217Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:06:59.4046030Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:06:59.4047907Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/lib-socket2' from root:root to runner:runner
2025-08-20T22:06:59.4049823Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427' from root:root to runner:runner
2025-08-20T22:06:59.4051638Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4053486Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:06:59.4055336Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.4057166Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.4059057Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834' from root:root to runner:runner
2025-08-20T22:06:59.4060779Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/lib-tokio' from root:root to runner:runner
2025-08-20T22:06:59.4062547Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:06:59.4064488Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4066358Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:06:59.4068160Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4' from root:root to runner:runner
2025-08-20T22:06:59.4069972Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:06:59.4071805Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4073648Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:06:59.4075697Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:06:59.4077473Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d' from root:root to runner:runner
2025-08-20T22:06:59.4079367Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4081148Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/lib-flume' from root:root to runner:runner
2025-08-20T22:06:59.4082917Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/lib-flume.json' from root:root to runner:runner
2025-08-20T22:06:59.4084695Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/dep-lib-flume' from root:root to runner:runner
2025-08-20T22:06:59.4086406Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e' from root:root to runner:runner
2025-08-20T22:06:59.4088293Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aacdc8790e0e8ddc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4090477Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aacdc8790e0e8ddc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4092372Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aacdc8790e0e8ddc' from root:root to runner:runner
2025-08-20T22:06:59.4094078Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/lib-clap' from root:root to runner:runner
2025-08-20T22:06:59.4095858Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4097742Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:06:59.4099576Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/lib-clap.json' from root:root to runner:runner
2025-08-20T22:06:59.4101484Z [00:02:53.606]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345' from root:root to runner:runner
2025-08-20T22:06:59.4103262Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:06:59.4105121Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:06:59.4106969Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:06:59.4108954Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4110727Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99' from root:root to runner:runner
2025-08-20T22:06:59.4112516Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:06:59.4114379Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4116393Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:06:59.4118448Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:06:59.4120277Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba' from root:root to runner:runner
2025-08-20T22:06:59.4122047Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/dep-bin-server' from root:root to runner:runner
2025-08-20T22:06:59.4123866Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4125656Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/bin-server' from root:root to runner:runner
2025-08-20T22:06:59.4127812Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/bin-server.json' from root:root to runner:runner
2025-08-20T22:06:59.4129626Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df' from root:root to runner:runner
2025-08-20T22:06:59.4131465Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/dep-lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:06:59.4133410Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4135335Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:06:59.4137293Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/lib-pnet_macros_support.json' from root:root to runner:runner
2025-08-20T22:06:59.4139291Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc' from root:root to runner:runner
2025-08-20T22:06:59.4141221Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/lib-pnet_base' from root:root to runner:runner
2025-08-20T22:06:59.4143121Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4144953Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/lib-pnet_base.json' from root:root to runner:runner
2025-08-20T22:06:59.4146792Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/dep-lib-pnet_base' from root:root to runner:runner
2025-08-20T22:06:59.4148706Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493' from root:root to runner:runner
2025-08-20T22:06:59.4150483Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4152513Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:06:59.4154320Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' from root:root to runner:runner
2025-08-20T22:06:59.4156117Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:06:59.4157922Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470' from root:root to runner:runner
2025-08-20T22:06:59.4159836Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/lib-internet_checksum.json' from root:root to runner:runner
2025-08-20T22:06:59.4161797Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/lib-internet_checksum' from root:root to runner:runner
2025-08-20T22:06:59.4163720Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4165665Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/dep-lib-internet_checksum' from root:root to runner:runner
2025-08-20T22:06:59.4167765Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0' from root:root to runner:runner
2025-08-20T22:06:59.4169694Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4171539Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:06:59.4173369Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror' from root:root to runner:runner
2025-08-20T22:06:59.4175205Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:06:59.4176976Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c' from root:root to runner:runner
2025-08-20T22:06:59.4179087Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:06:59.4180918Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' from root:root to runner:runner
2025-08-20T22:06:59.4182737Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4184564Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:06:59.4186321Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9' from root:root to runner:runner
2025-08-20T22:06:59.4188140Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/lib-num_cpus' from root:root to runner:runner
2025-08-20T22:06:59.4190005Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4191833Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/dep-lib-num_cpus' from root:root to runner:runner
2025-08-20T22:06:59.4193823Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/lib-num_cpus.json' from root:root to runner:runner
2025-08-20T22:06:59.4195634Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57' from root:root to runner:runner
2025-08-20T22:06:59.4197479Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:06:59.4199589Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:06:59.4201524Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4203475Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:06:59.4205558Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T22:06:59.4207340Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/dep-lib-spin' from root:root to runner:runner
2025-08-20T22:06:59.4209219Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/lib-spin' from root:root to runner:runner
2025-08-20T22:06:59.4211001Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4212794Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/lib-spin.json' from root:root to runner:runner
2025-08-20T22:06:59.4214507Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67' from root:root to runner:runner
2025-08-20T22:06:59.4216220Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4218083Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4220101Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:06:59.4221972Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4223714Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb' from root:root to runner:runner
2025-08-20T22:06:59.4225546Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4227545Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4229506Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32' from root:root to runner:runner
2025-08-20T22:06:59.4231492Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4233367Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:06:59.4235249Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:06:59.4237145Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:06:59.4239091Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0' from root:root to runner:runner
2025-08-20T22:06:59.4240702Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:06:59.4242183Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/client.d' from root:root to runner:runner
2025-08-20T22:06:59.4243615Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:06:59.4245196Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:06:59.4246659Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:06:59.4248111Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/serde-8bb8e0b637674202.d' from root:root to runner:runner
2025-08-20T22:06:59.4249645Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4251116Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/syn-8cad0643a5a30860.d' from root:root to runner:runner
2025-08-20T22:06:59.4252623Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4254117Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4255839Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4257332Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-8cad0643a5a30860.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4258959Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/thiserror_impl-51e2ecb706be7a15.d' from root:root to runner:runner
2025-08-20T22:06:59.4260437Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/pnet_macros-9743f1f1c8b4cc86.d' from root:root to runner:runner
2025-08-20T22:06:59.4261893Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' from root:root to runner:runner
2025-08-20T22:06:59.4263347Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:06:59.4264857Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4266346Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' from root:root to runner:runner
2025-08-20T22:06:59.4267875Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-8cad0643a5a30860.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4269359Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/syn-3d5459919cb6dbec.d' from root:root to runner:runner
2025-08-20T22:06:59.4270980Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/neli_proc_macros-10712f41a133dabc.d' from root:root to runner:runner
2025-08-20T22:06:59.4272558Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4274074Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4275566Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4277059Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libeither-2242c419fb46dfd2.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4278686Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex_automata-e826d88f35360402.d' from root:root to runner:runner
2025-08-20T22:06:59.4280180Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4281905Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4283410Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4284893Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libpnet_macros-9743f1f1c8b4cc86.so' from root:root to runner:runner
2025-08-20T22:06:59.4286379Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/tokio_macros-e2c05f416c9aad88.d' from root:root to runner:runner
2025-08-20T22:06:59.4287956Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libtokio_macros-e2c05f416c9aad88.so' from root:root to runner:runner
2025-08-20T22:06:59.4289523Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde-8bb8e0b637674202.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4291032Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libneli_proc_macros-10712f41a133dabc.so' from root:root to runner:runner
2025-08-20T22:06:59.4292505Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/quote-f8cc3838dae6e460.d' from root:root to runner:runner
2025-08-20T22:06:59.4293953Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' from root:root to runner:runner
2025-08-20T22:06:59.4295584Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4297132Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4298735Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4300221Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex-f645826edffdc4fc.d' from root:root to runner:runner
2025-08-20T22:06:59.4301663Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/aho_corasick-820654ff956f74f5.d' from root:root to runner:runner
2025-08-20T22:06:59.4303131Z [00:02:53.607]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde-8bb8e0b637674202.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4304624Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4306332Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4307911Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libeither-2242c419fb46dfd2.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4309483Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so' from root:root to runner:runner
2025-08-20T22:06:59.4310998Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde_derive-b3868d400e581f2b.so' from root:root to runner:runner
2025-08-20T22:06:59.4312518Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4314001Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/memchr-cbf058b6ee682193.d' from root:root to runner:runner
2025-08-20T22:06:59.4315482Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4316951Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/either-2242c419fb46dfd2.d' from root:root to runner:runner
2025-08-20T22:06:59.4318551Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4320056Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/serde_derive-b3868d400e581f2b.d' from root:root to runner:runner
2025-08-20T22:06:59.4321741Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4323311Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/proc_macro2-2e6bb0e4e636bc30.d' from root:root to runner:runner
2025-08-20T22:06:59.4324790Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4326294Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4327846Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:06:59.4329138Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:06:59.4330670Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:06:59.4332202Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-20T22:06:59.4333948Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb.d' from root:root to runner:runner
2025-08-20T22:06:59.4335583Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4337080Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-20T22:06:59.4338727Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4340310Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build_script_build-3e0f5338dcb70ae4' retained as runner:runner
2025-08-20T22:06:59.4341939Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build_script_build-3e0f5338dcb70ae4.d' from root:root to runner:runner
2025-08-20T22:06:59.4343467Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4' from root:root to runner:runner
2025-08-20T22:06:59.4344952Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4346698Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build_script_build-668ae2b5a751038b' retained as runner:runner
2025-08-20T22:06:59.4348512Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build_script_build-668ae2b5a751038b.d' from root:root to runner:runner
2025-08-20T22:06:59.4350062Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b' from root:root to runner:runner
2025-08-20T22:06:59.4351686Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:06:59.4353450Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f.d' from root:root to runner:runner
2025-08-20T22:06:59.4355100Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4356824Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:06:59.4358467Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4360045Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build_script_build-6d81306e78edaea2' retained as runner:runner
2025-08-20T22:06:59.4361674Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build_script_build-6d81306e78edaea2.d' from root:root to runner:runner
2025-08-20T22:06:59.4363202Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2' from root:root to runner:runner
2025-08-20T22:06:59.4364761Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build_script_build-6126990564d141a9.d' from root:root to runner:runner
2025-08-20T22:06:59.4366380Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4368027Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build_script_build-6126990564d141a9' retained as runner:runner
2025-08-20T22:06:59.4369575Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9' from root:root to runner:runner
2025-08-20T22:06:59.4371166Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4372738Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4374223Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/out' from root:root to runner:runner
2025-08-20T22:06:59.4375690Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4377165Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/output' from root:root to runner:runner
2025-08-20T22:06:59.4378744Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b' from root:root to runner:runner
2025-08-20T22:06:59.4380206Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4381992Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4383553Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/out' from root:root to runner:runner
2025-08-20T22:06:59.4385082Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4386623Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/output' from root:root to runner:runner
2025-08-20T22:06:59.4388196Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5' from root:root to runner:runner
2025-08-20T22:06:59.4389853Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86.d' from root:root to runner:runner
2025-08-20T22:06:59.4391549Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:06:59.4393112Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4394559Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:06:59.4396295Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build_script_build-cc02f218e341a862.d' from root:root to runner:runner
2025-08-20T22:06:59.4398158Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4399830Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build_script_build-cc02f218e341a862' retained as runner:runner
2025-08-20T22:06:59.4401368Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862' from root:root to runner:runner
2025-08-20T22:06:59.4402831Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4404349Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4405849Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/out' from root:root to runner:runner
2025-08-20T22:06:59.4407545Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4409134Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' from root:root to runner:runner
2025-08-20T22:06:59.4410573Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:06:59.4412147Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build_script_build-928d2d90cad126cd' from root:root to runner:runner
2025-08-20T22:06:59.4413749Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4415390Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build_script_build-928d2d90cad126cd.d' from root:root to runner:runner
2025-08-20T22:06:59.4416965Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd' from root:root to runner:runner
2025-08-20T22:06:59.4418614Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4420256Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build_script_build-c927a1e63ee1d135.d' from root:root to runner:runner
2025-08-20T22:06:59.4422037Z [00:02:53.608]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build_script_build-c927a1e63ee1d135' retained as runner:runner
2025-08-20T22:06:59.4423594Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135' from root:root to runner:runner
2025-08-20T22:06:59.4425170Z [00:02:53.608]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:06:59.4426787Z [00:02:53.609]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4428529Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-20T22:06:59.4430110Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:06:59.4431702Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74.d' from root:root to runner:runner
2025-08-20T22:06:59.4433546Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4435151Z [00:02:53.609]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74' retained as runner:runner
2025-08-20T22:06:59.4436662Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74' from root:root to runner:runner
2025-08-20T22:06:59.4438339Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build_script_build-6618ddd8f64a3339' from root:root to runner:runner
2025-08-20T22:06:59.4440124Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build_script_build-6618ddd8f64a3339.d' from root:root to runner:runner
2025-08-20T22:06:59.4441748Z [00:02:53.609]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4443228Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339' from root:root to runner:runner
2025-08-20T22:06:59.4444564Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:06:59.4445824Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:06:59.4447469Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4449282Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:06:59.4450955Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:06:59.4452640Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:06:59.4454213Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30' from root:root to runner:runner
2025-08-20T22:06:59.4455803Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4457822Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4459692Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4461476Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4463105Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb' from root:root to runner:runner
2025-08-20T22:06:59.4464659Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4466324Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4468116Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4469876Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4471445Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4' from root:root to runner:runner
2025-08-20T22:06:59.4473156Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.4474885Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4476562Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.4478330Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:06:59.4479983Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6' from root:root to runner:runner
2025-08-20T22:06:59.4481514Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.4483314Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.4484906Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4486509Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex.json' from root:root to runner:runner
2025-08-20T22:06:59.4488104Z [00:02:53.609]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc' from root:root to runner:runner
2025-08-20T22:06:59.4489713Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:06:59.4491308Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' from root:root to runner:runner
2025-08-20T22:06:59.4492907Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4494519Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:06:59.4496062Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5' from root:root to runner:runner
2025-08-20T22:06:59.4497815Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4499565Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4501311Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4503032Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4504605Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b' from root:root to runner:runner
2025-08-20T22:06:59.4506121Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/lib-serde.json' from root:root to runner:runner
2025-08-20T22:06:59.4507824Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4509627Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.4511185Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.4512679Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202' from root:root to runner:runner
2025-08-20T22:06:59.4514244Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:06:59.4515900Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4517547Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:06:59.4519341Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:06:59.4520929Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b' from root:root to runner:runner
2025-08-20T22:06:59.4522525Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4524480Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4526405Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4528313Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4530038Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:06:59.4531603Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4533275Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4535223Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4536940Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4538639Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2' from root:root to runner:runner
2025-08-20T22:06:59.4540173Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4541850Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4543602Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4545328Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4546903Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9' from root:root to runner:runner
2025-08-20T22:06:59.4548780Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-e9f6cf79f46e787b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4550610Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-e9f6cf79f46e787b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4552238Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-e9f6cf79f46e787b' from root:root to runner:runner
2025-08-20T22:06:59.4553765Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/lib-either.json' from root:root to runner:runner
2025-08-20T22:06:59.4555346Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/lib-either' from root:root to runner:runner
2025-08-20T22:06:59.4556927Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4558678Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/dep-lib-either' from root:root to runner:runner
2025-08-20T22:06:59.4560431Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2' from root:root to runner:runner
2025-08-20T22:06:59.4561944Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote' from root:root to runner:runner
2025-08-20T22:06:59.4563519Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4565103Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:06:59.4566680Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote.json' from root:root to runner:runner
2025-08-20T22:06:59.4568289Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460' from root:root to runner:runner
2025-08-20T22:06:59.4569788Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4571332Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4572898Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn.json' from root:root to runner:runner
2025-08-20T22:06:59.4574585Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4576134Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec' from root:root to runner:runner
2025-08-20T22:06:59.4577787Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:06:59.4579551Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:06:59.4581257Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:06:59.4582958Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4584750Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15' from root:root to runner:runner
2025-08-20T22:06:59.4586418Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4588303Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4590026Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5' from root:root to runner:runner
2025-08-20T22:06:59.4591655Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4593328Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.4594981Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.4596639Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:06:59.4598328Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5' from root:root to runner:runner
2025-08-20T22:06:59.4600116Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4601867Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4603617Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4605351Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4606927Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:06:59.4608565Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4610326Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4611892Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/lib-syn.json' from root:root to runner:runner
2025-08-20T22:06:59.4613440Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4614919Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860' from root:root to runner:runner
2025-08-20T22:06:59.4616420Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4618076Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4619744Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:06:59.4621333Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4622858Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193' from root:root to runner:runner
2025-08-20T22:06:59.4624411Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4626315Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4628263Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4630096Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4631708Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862' from root:root to runner:runner
2025-08-20T22:06:59.4633308Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4635034Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/dep-lib-neli_proc_macros' from root:root to runner:runner
2025-08-20T22:06:59.4636973Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/lib-neli_proc_macros' from root:root to runner:runner
2025-08-20T22:06:59.4638822Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/lib-neli_proc_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4640459Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc' from root:root to runner:runner
2025-08-20T22:06:59.4642114Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4643878Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4645485Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:06:59.4647038Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:06:59.4648819Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:06:59.4650611Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4652358Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:06:59.4653928Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916' from root:root to runner:runner
2025-08-20T22:06:59.4655513Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/dep-lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:06:59.4657157Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4658933Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/lib-pnet_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4660572Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:06:59.4662347Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86' from root:root to runner:runner
2025-08-20T22:06:59.4663924Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4665632Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4667410Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4669294Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4670903Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd' from root:root to runner:runner
2025-08-20T22:06:59.4672439Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4674119Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4676002Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4677920Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4679552Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135' from root:root to runner:runner
2025-08-20T22:06:59.4681102Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4682821Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4684610Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4686371Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4688310Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:06:59.4689919Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4691571Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:06:59.4693231Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:06:59.4694905Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4696626Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88' from root:root to runner:runner
2025-08-20T22:06:59.4698416Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:06:59.4700130Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4701820Z [00:02:53.610]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:06:59.4703491Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:06:59.4705082Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:06:59.4706896Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4708707Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:06:59.4710419Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.4712105Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.4713708Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402' from root:root to runner:runner
2025-08-20T22:06:59.4715289Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4716985Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4718876Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4720836Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4722485Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74' from root:root to runner:runner
2025-08-20T22:06:59.4724048Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4725773Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4727562Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4729469Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4731081Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339' from root:root to runner:runner
2025-08-20T22:06:59.4732646Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:06:59.4733891Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:06:59.4735102Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:06:59.4736277Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:06:59.4737463Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.4738795Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/README.md' from root:root to runner:runner
2025-08-20T22:06:59.4740035Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.4741296Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/bin/server.rs' from root:root to runner:runner
2025-08-20T22:06:59.4742564Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/bin/client.rs' from root:root to runner:runner
2025-08-20T22:06:59.4743799Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/bin' from root:root to runner:runner
2025-08-20T22:06:59.4745019Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/utils.rs' from root:root to runner:runner
2025-08-20T22:06:59.4746415Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/lib.rs' from root:root to runner:runner
2025-08-20T22:06:59.4747763Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src' from root:root to runner:runner
2025-08-20T22:06:59.4749018Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.4750206Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun' from root:root to runner:runner
2025-08-20T22:06:59.4751347Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:06:59.4752553Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.4753740Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:06:59.4755239Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.4755953Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:06:59.4756626Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:06:59.4757311Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:06:59.4758045Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:06:59.4758747Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:06:59.4759432Z [00:02:53.611]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.4760125Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:06:59.4760795Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:06:59.4761469Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:06:59.4762159Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:06:59.4762956Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:06:59.4763665Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.4764372Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:06:59.4764981Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:06:59.4765579Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:06:59.4766184Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:06:59.4767037Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.pack' from root:root to runner:runner
2025-08-20T22:06:59.4768211Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.promisor' from root:root to runner:runner
2025-08-20T22:06:59.4769107Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.pack' from root:root to runner:runner
2025-08-20T22:06:59.4769978Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.promisor' from root:root to runner:runner
2025-08-20T22:06:59.4770825Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.rev' from root:root to runner:runner
2025-08-20T22:06:59.4771669Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.rev' from root:root to runner:runner
2025-08-20T22:06:59.4772503Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.idx' from root:root to runner:runner
2025-08-20T22:06:59.4773350Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.idx' from root:root to runner:runner
2025-08-20T22:06:59.4773978Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:06:59.4774608Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:06:59.4775211Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:06:59.4775974Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:06:59.4776599Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:06:59.4777222Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:06:59.4777929Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4778643Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:06:59.4779288Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:06:59.4779981Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4780657Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:06:59.4781439Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:06:59.4782056Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:06:59.4782642Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:06:59.4783232Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4783844Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:06:59.4784475Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:06:59.4785095Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:06:59.4785762Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4786412Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:06:59.4787039Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:06:59.4787709Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:06:59.4788450Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:06:59.4789059Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO' from root:root to runner:runner
2025-08-20T22:06:59.4789581Z [00:02:53.612]➜  changed ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk' from root:root to runner:runner
2025-08-20T22:06:59.4790004Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:06:59.4790401Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:06:59.4790841Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.static.version' retained as runner:runner
2025-08-20T22:06:59.4791222Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:06:59.4791594Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/client' retained as runner:runner
2025-08-20T22:06:59.4791974Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:06:59.4792539Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.version' retained as runner:runner
2025-08-20T22:06:59.4792912Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/server' retained as runner:runner
2025-08-20T22:06:59.4793258Z [00:02:53.612]➜  ownership of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:06:59.4793775Z [00:02:53.619]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4794185Z [00:02:53.625]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4794730Z [00:02:53.631]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4795136Z [00:02:53.636]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4795753Z [00:02:53.642]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4796429Z [00:02:53.648]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/packet-headers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4797207Z [00:02:53.653]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/phantun-vs-udp2raw-benchmark-result.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4797989Z [00:02:53.659]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/images/traffic-flow.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4798657Z [00:02:53.665]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4799270Z [00:02:53.671]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4800065Z [00:02:53.677]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4800806Z [00:02:53.682]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4801482Z [00:02:53.688]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4802159Z [00:02:53.693]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.github/workflows/rust.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4802783Z [00:02:53.699]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4803460Z [00:02:53.705]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4804109Z [00:02:53.710]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4804918Z [00:02:53.716]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4805554Z [00:02:53.721]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4806119Z [00:02:53.727]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/docker/phantun.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4806764Z [00:02:53.732]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4807398Z [00:02:53.737]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4808173Z [00:02:53.743]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4808873Z [00:02:53.749]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/src/packet.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4809523Z [00:02:53.755]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4810172Z [00:02:53.760]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/fake-tcp/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4810823Z [00:02:53.766]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4811610Z [00:02:53.772]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/server.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4812549Z [00:02:53.777]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libphantun.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4818746Z [00:02:53.783]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libphantun.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4873946Z [00:02:53.788]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfake_tcp.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4931706Z [00:02:53.794]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.4988823Z [00:02:53.800]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-3ac4fe9003e77b44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5048247Z [00:02:53.806]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memoffset-354e06f4616a6c63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5106408Z [00:02:53.811]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5164020Z [00:02:53.817]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-e05d6bc64cd58380.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5223681Z [00:02:53.823]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phantun-70380566b1bc07a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5282968Z [00:02:53.829]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-ed95f6cba9b12709.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5339741Z [00:02:53.835]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5395607Z [00:02:53.840]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-666886116fc309bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5451657Z [00:02:53.846]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5505795Z [00:02:53.851]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-6731eae11cb58e7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5569637Z [00:02:53.857]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-198f64728de8ba4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5624738Z [00:02:53.863]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5684621Z [00:02:53.869]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5746814Z [00:02:53.875]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-c12db1619f36b988.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5808432Z [00:02:53.882]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humantime-9650910401c42f1f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5868509Z [00:02:53.888]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_base-c9d76f1d8a1cc493.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5928965Z [00:02:53.894]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/neli-2b6cdbe69fdcc630.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.5991699Z [00:02:53.900]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-923e00d3a8465d99.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6049783Z [00:02:53.906]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:06:59.6113007Z [00:02:53.912]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6175553Z [00:02:53.918]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_sys-e840a0f4ea69675e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6235581Z [00:02:53.924]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_macros_support-2cd49714e8aa81fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6298693Z [00:02:53.931]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6357762Z [00:02:53.937]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6416354Z [00:02:53.942]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-923e00d3a8465d99.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6477322Z [00:02:53.949]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6536678Z [00:02:53.954]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6597512Z [00:02:53.961]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e3f177abcd6cb2b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6659560Z [00:02:53.967]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6718220Z [00:02:53.973]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_logger-666886116fc309bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6777055Z [00:02:53.979]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6833715Z [00:02:53.984]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6890127Z [00:02:53.990]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-e05d6bc64cd58380.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6946127Z [00:02:53.995]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7001328Z [00:02:54.001]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphantun-70380566b1bc07a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7058115Z [00:02:54.007]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7115922Z [00:02:54.012]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:06:59.7173946Z [00:02:54.018]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7230041Z [00:02:54.024]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a669506d54ee0c0e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7285572Z [00:02:54.029]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-c12db1619f36b988.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7343765Z [00:02:54.035]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-35df140792c4e54b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7400412Z [00:02:54.041]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7456296Z [00:02:54.046]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/server-ce873f667d5aa5df' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7513403Z [00:02:54.052]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-ad61f7eaab3afa60.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7575514Z [00:02:54.058]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7634044Z [00:02:54.064]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-923e00d3a8465d99.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7690901Z [00:02:54.070]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-3ccfffbf5177e3aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7747396Z [00:02:54.076]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-2535c10ab8278d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7804481Z [00:02:54.081]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-29808dea5e0d1834.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7861271Z [00:02:54.087]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7916865Z [00:02:54.092]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-c12db1619f36b988.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7972959Z [00:02:54.098]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-6b17d699cf074fe0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8027163Z [00:02:54.104]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-1264ebb6db5180f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8084100Z [00:02:54.109]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8141383Z [00:02:54.115]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8197517Z [00:02:54.121]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/server-ce873f667d5aa5df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8254714Z [00:02:54.126]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flume-32f0eab8aa3d771e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8312671Z [00:02:54.132]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8365959Z [00:02:54.137]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1264ebb6db5180f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8419225Z [00:02:54.143]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-4ff57cbd6b118c82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8475208Z [00:02:54.148]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-3ccfffbf5177e3aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8532864Z [00:02:54.154]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-81da3a76e38812e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8589757Z [00:02:54.160]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-0dd5e8fec4973427.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8646580Z [00:02:54.165]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8702444Z [00:02:54.171]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-6731eae11cb58e7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8759129Z [00:02:54.177]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8816281Z [00:02:54.182]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-656de0b7b415fbfb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8876524Z [00:02:54.188]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8933132Z [00:02:54.194]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfake_tcp-5bdd4da9d17050ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8991340Z [00:02:54.200]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-198f64728de8ba4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9049120Z [00:02:54.206]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spin-4be805ea8b24bd67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9106020Z [00:02:54.211]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9163283Z [00:02:54.217]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9219330Z [00:02:54.223]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-ad61f7eaab3afa60.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9275850Z [00:02:54.228]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_sys-e840a0f4ea69675e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9332359Z [00:02:54.234]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-1f73ff9c554e4477.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9389010Z [00:02:54.240]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9443410Z [00:02:54.245]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_transport-1ac4a1f5eeeca97f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9498911Z [00:02:54.251]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9557319Z [00:02:54.257]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9615020Z [00:02:54.262]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c97a9a7a3b17c7f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9672453Z [00:02:54.268]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9727453Z [00:02:54.274]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-717b6290f63aaa67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9782478Z [00:02:54.279]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-a669506d54ee0c0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9839440Z [00:02:54.285]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9896569Z [00:02:54.290]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemoffset-354e06f4616a6c63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9954001Z [00:02:54.296]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/client-c49f53b8cbc0d137' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0012800Z [00:02:54.302]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0071245Z [00:02:54.308]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-6b17d699cf074fe0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0127906Z [00:02:54.314]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_datalink-d891da5fc92ac328.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0185353Z [00:02:54.319]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:00.0242705Z [00:02:54.325]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpretty_env_logger-7f35f86a782dd69a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0304186Z [00:02:54.331]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-717b6290f63aaa67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0363874Z [00:02:54.337]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0419751Z [00:02:54.343]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0476633Z [00:02:54.348]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9b9c66b12a641e5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0534881Z [00:02:54.354]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ipnetwork-d1e2dc5948efb927.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0593634Z [00:02:54.360]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0655720Z [00:02:54.366]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0716356Z [00:02:54.372]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet-ed8e29d9f994c6c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0776639Z [00:02:54.378]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_datalink-d891da5fc92ac328.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0835312Z [00:02:54.384]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-4ff57cbd6b118c82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0895856Z [00:02:54.390]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fake_tcp-5bdd4da9d17050ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0956621Z [00:02:54.396]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1014922Z [00:02:54.402]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-2cd49714e8aa81fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1074582Z [00:02:54.408]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-6731eae11cb58e7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1136488Z [00:02:54.414]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1198683Z [00:02:54.421]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflume-32f0eab8aa3d771e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1258258Z [00:02:54.427]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-35df140792c4e54b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1320197Z [00:02:54.433]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-0dd5e8fec4973427.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1380454Z [00:02:54.439]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1440175Z [00:02:54.445]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1498386Z [00:02:54.451]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1557880Z [00:02:54.457]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-4be805ea8b24bd67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1616646Z [00:02:54.462]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnanorand-bbeab4bef70dd147.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1674978Z [00:02:54.468]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1735535Z [00:02:54.474]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1794409Z [00:02:54.480]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1856852Z [00:02:54.486]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-c97a9a7a3b17c7f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1914302Z [00:02:54.492]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinternet_checksum-4b45b665f3fc59a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1973946Z [00:02:54.498]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2034475Z [00:02:54.504]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2096549Z [00:02:54.510]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-faa6af083b401e57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2160307Z [00:02:54.517]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2223699Z [00:02:54.523]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2286153Z [00:02:54.529]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2348588Z [00:02:54.536]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-6b17d699cf074fe0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2410970Z [00:02:54.542]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nanorand-bbeab4bef70dd147.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2474527Z [00:02:54.548]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2535544Z [00:02:54.554]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_packet-ec20cbbc35625d1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2600088Z [00:02:54.561]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/no_std_net-ed95f6cba9b12709.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2661254Z [00:02:54.567]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2719692Z [00:02:54.573]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2776911Z [00:02:54.578]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-e05d6bc64cd58380.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2834907Z [00:02:54.584]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2535c10ab8278d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2891803Z [00:02:54.590]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_transport-1ac4a1f5eeeca97f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2948323Z [00:02:54.596]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-2b832f0f6b42fee9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3004513Z [00:02:54.601]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnanorand-bbeab4bef70dd147.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3064039Z [00:02:54.607]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-31623585e1c20427.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3124964Z [00:02:54.613]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3186362Z [00:02:54.619]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-ec20cbbc35625d1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3245575Z [00:02:54.625]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/internet_checksum-4b45b665f3fc59a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3302417Z [00:02:54.631]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-666886116fc309bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3360527Z [00:02:54.637]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemoffset-354e06f4616a6c63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3418090Z [00:02:54.643]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-4be805ea8b24bd67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3474771Z [00:02:54.648]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-3a958a20e36e51df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3532527Z [00:02:54.654]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-0d16ee498d5aea6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3590600Z [00:02:54.660]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-717b6290f63aaa67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3646706Z [00:02:54.665]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-35df140792c4e54b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3703315Z [00:02:54.671]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-2b832f0f6b42fee9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3761610Z [00:02:54.677]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflume-32f0eab8aa3d771e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3817253Z [00:02:54.682]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3873803Z [00:02:54.688]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3929831Z [00:02:54.694]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:00.3988265Z [00:02:54.700]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-ed95f6cba9b12709.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4047389Z [00:02:54.706]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinternet_checksum-4b45b665f3fc59a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4106968Z [00:02:54.711]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-2cd49714e8aa81fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4167382Z [00:02:54.717]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet-ed8e29d9f994c6c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4231469Z [00:02:54.724]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4292844Z [00:02:54.730]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e3f177abcd6cb2b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4353733Z [00:02:54.736]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet-ed8e29d9f994c6c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4413368Z [00:02:54.742]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4475358Z [00:02:54.748]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libneli-2b6cdbe69fdcc630.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4534872Z [00:02:54.754]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-4ff57cbd6b118c82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4595129Z [00:02:54.760]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4657940Z [00:02:54.767]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-31623585e1c20427.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4721311Z [00:02:54.773]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4783742Z [00:02:54.779]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_transport-1ac4a1f5eeeca97f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4844681Z [00:02:54.785]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_tun-7d3a93925c533bc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4901752Z [00:02:54.791]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4958400Z [00:02:54.797]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5015612Z [00:02:54.802]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5078822Z [00:02:54.809]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-0d16ee498d5aea6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5138781Z [00:02:54.815]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5218014Z [00:02:54.823]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-29808dea5e0d1834.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5279729Z [00:02:54.829]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c97a9a7a3b17c7f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5339628Z [00:02:54.835]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/client-c49f53b8cbc0d137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5398351Z [00:02:54.841]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-3ccfffbf5177e3aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5456199Z [00:02:54.846]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5513389Z [00:02:54.852]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-faa6af083b401e57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5573923Z [00:02:54.858]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:00.5631806Z [00:02:54.864]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_datalink-d891da5fc92ac328.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5690530Z [00:02:54.870]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-4e678dee7f2c2e51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5746939Z [00:02:54.875]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5803848Z [00:02:54.881]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:00.5861693Z [00:02:54.887]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cf12f76afb321345.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5918067Z [00:02:54.893]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5974753Z [00:02:54.898]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pretty_env_logger-7f35f86a782dd69a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6034795Z [00:02:54.904]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6093425Z [00:02:54.910]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1264ebb6db5180f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6149991Z [00:02:54.916]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-3ac4fe9003e77b44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6208980Z [00:02:54.922]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-fa28979aac1339df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6267246Z [00:02:54.927]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6324919Z [00:02:54.933]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-d37dcdc990a56faa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6382583Z [00:02:54.939]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnetwork-d1e2dc5948efb927.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6439355Z [00:02:54.945]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-29808dea5e0d1834.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6496180Z [00:02:54.950]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-3a958a20e36e51df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6554049Z [00:02:54.956]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-81da3a76e38812e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6609927Z [00:02:54.962]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6666469Z [00:02:54.967]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-c9d76f1d8a1cc493.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6725271Z [00:02:54.973]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-d37dcdc990a56faa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6782780Z [00:02:54.979]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-656de0b7b415fbfb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6837056Z [00:02:54.985]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-31623585e1c20427.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6892462Z [00:02:54.990]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e3f177abcd6cb2b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6947853Z [00:02:54.996]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a669506d54ee0c0e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7004195Z [00:02:55.001]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-fa28979aac1339df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7060923Z [00:02:55.007]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7117395Z [00:02:55.013]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-cf12f76afb321345.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7175215Z [00:02:55.018]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_tun-7d3a93925c533bc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7234672Z [00:02:55.024]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-3a958a20e36e51df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7293100Z [00:02:55.030]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfake_tcp.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7351719Z [00:02:55.036]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7408060Z [00:02:55.042]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7465023Z [00:02:55.047]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7521991Z [00:02:55.053]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7580062Z [00:02:55.059]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9ebc4e1a57870112/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7639274Z [00:02:55.065]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7697678Z [00:02:55.071]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7756118Z [00:02:55.076]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7813585Z [00:02:55.082]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-e86c8e5c177f985d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7868874Z [00:02:55.088]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7926492Z [00:02:55.093]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7983822Z [00:02:55.099]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/out/autocfg_b94e25790e3a3caf_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8040549Z [00:02:55.105]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8098305Z [00:02:55.111]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/memoffset-a83bc1e332f2d0cd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8157741Z [00:02:55.117]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8216792Z [00:02:55.122]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8276889Z [00:02:55.128]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8335176Z [00:02:55.134]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-14f9492633bea15a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8393679Z [00:02:55.140]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8449671Z [00:02:55.146]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8505982Z [00:02:55.151]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8565511Z [00:02:55.157]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8623361Z [00:02:55.163]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8679730Z [00:02:55.169]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8737047Z [00:02:55.174]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8792315Z [00:02:55.180]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-99825c31c8ee2b89/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8849957Z [00:02:55.186]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8905706Z [00:02:55.191]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8960264Z [00:02:55.197]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9014822Z [00:02:55.202]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pnet-8ea6a46dadded6d5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9072129Z [00:02:55.208]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9126494Z [00:02:55.213]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9183469Z [00:02:55.219]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9243694Z [00:02:55.225]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9306349Z [00:02:55.231]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9368927Z [00:02:55.238]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9429816Z [00:02:55.244]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9490108Z [00:02:55.250]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-aacdc8790e0e8ddc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9553075Z [00:02:55.256]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9619314Z [00:02:55.263]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9682579Z [00:02:55.269]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out/autocfg_46e2ec993066ebc7_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9746481Z [00:02:55.275]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9811322Z [00:02:55.282]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9876699Z [00:02:55.288]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9938748Z [00:02:55.295]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0003959Z [00:02:55.301]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0067141Z [00:02:55.307]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/lib-pnet_transport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0128132Z [00:02:55.314]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/dep-lib-pnet_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0188943Z [00:02:55.320]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_transport-1ac4a1f5eeeca97f/lib-pnet_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0249931Z [00:02:55.326]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0308004Z [00:02:55.332]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0366759Z [00:02:55.337]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0427054Z [00:02:55.344]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0483850Z [00:02:55.349]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/dep-bin-client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0543386Z [00:02:55.355]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/bin-client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0604780Z [00:02:55.361]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0662330Z [00:02:55.367]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-c49f53b8cbc0d137/bin-client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0724478Z [00:02:55.373]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0783713Z [00:02:55.379]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0841879Z [00:02:55.385]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0899805Z [00:02:55.391]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e05d6bc64cd58380/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0959557Z [00:02:55.397]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9ebc4e1a57870112/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1019643Z [00:02:55.403]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9ebc4e1a57870112/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1076613Z [00:02:55.408]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1132622Z [00:02:55.414]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1189096Z [00:02:55.420]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1246180Z [00:02:55.425]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1305024Z [00:02:55.431]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1361998Z [00:02:55.437]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1418653Z [00:02:55.443]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1474667Z [00:02:55.448]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-3a958a20e36e51df/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1531711Z [00:02:55.454]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1587087Z [00:02:55.459]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1646063Z [00:02:55.465]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1705097Z [00:02:55.471]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1764825Z [00:02:55.477]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1823933Z [00:02:55.483]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1882086Z [00:02:55.489]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1940831Z [00:02:55.495]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-35df140792c4e54b/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2002537Z [00:02:55.501]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2063730Z [00:02:55.507]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2125145Z [00:02:55.513]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2186681Z [00:02:55.519]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2250278Z [00:02:55.526]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2310402Z [00:02:55.532]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/lib-memoffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2369723Z [00:02:55.538]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2428717Z [00:02:55.544]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-354e06f4616a6c63/dep-lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2489359Z [00:02:55.550]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2549869Z [00:02:55.556]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2614588Z [00:02:55.562]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2676516Z [00:02:55.568]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-31623585e1c20427/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2737637Z [00:02:55.575]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.2798091Z [00:02:55.581]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.2857166Z [00:02:55.586]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.2915279Z [00:02:55.592]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.2974255Z [00:02:55.598]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3031813Z [00:02:55.604]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3090271Z [00:02:55.610]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3146264Z [00:02:55.615]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1264ebb6db5180f2/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3206467Z [00:02:55.621]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3269155Z [00:02:55.627]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3328269Z [00:02:55.634]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3386293Z [00:02:55.639]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-3ac4fe9003e77b44/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3445205Z [00:02:55.645]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3502794Z [00:02:55.651]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3560673Z [00:02:55.657]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3621216Z [00:02:55.663]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-3ccfffbf5177e3aa/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3683535Z [00:02:55.669]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/dep-lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3742547Z [00:02:55.675]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3798135Z [00:02:55.681]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/lib-is_terminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3854313Z [00:02:55.686]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-6b17d699cf074fe0/lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3911314Z [00:02:55.692]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3967385Z [00:02:55.698]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4024191Z [00:02:55.703]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4080637Z [00:02:55.709]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-c12db1619f36b988/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4138472Z [00:02:55.715]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e86c8e5c177f985d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4193765Z [00:02:55.720]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e86c8e5c177f985d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4250884Z [00:02:55.726]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4307161Z [00:02:55.732]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4362687Z [00:02:55.737]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4418727Z [00:02:55.743]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4475700Z [00:02:55.748]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4532691Z [00:02:55.754]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4592798Z [00:02:55.760]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4652730Z [00:02:55.766]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4714738Z [00:02:55.772]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/dep-lib-pnet_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4774565Z [00:02:55.778]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/lib-pnet_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4836060Z [00:02:55.784]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4895957Z [00:02:55.790]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_sys-e840a0f4ea69675e/lib-pnet_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4954120Z [00:02:55.796]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-a83bc1e332f2d0cd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5012868Z [00:02:55.802]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memoffset-a83bc1e332f2d0cd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5073365Z [00:02:55.808]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/dep-lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5132081Z [00:02:55.814]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5192348Z [00:02:55.820]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5251119Z [00:02:55.826]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-ed95f6cba9b12709/lib-no_std_net.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5308814Z [00:02:55.832]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5366626Z [00:02:55.837]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5421725Z [00:02:55.843]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5478624Z [00:02:55.849]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-4ff57cbd6b118c82/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5535941Z [00:02:55.854]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5591974Z [00:02:55.860]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5650889Z [00:02:55.866]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5708896Z [00:02:55.872]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a669506d54ee0c0e/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5765158Z [00:02:55.877]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5822572Z [00:02:55.883]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5880308Z [00:02:55.889]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5937230Z [00:02:55.894]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/dep-lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5996712Z [00:02:55.900]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6056240Z [00:02:55.906]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/dep-lib-tokio_tun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6117038Z [00:02:55.912]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/lib-tokio_tun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6175692Z [00:02:55.918]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-tun-7d3a93925c533bc0/lib-tokio_tun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6233435Z [00:02:55.924]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-14f9492633bea15a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6293181Z [00:02:55.930]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-14f9492633bea15a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6348301Z [00:02:55.936]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6404182Z [00:02:55.941]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/dep-lib-pnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6461623Z [00:02:55.947]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/lib-pnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6518217Z [00:02:55.953]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-ed8e29d9f994c6c0/lib-pnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6576621Z [00:02:55.958]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.6632823Z [00:02:55.964]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.6690922Z [00:02:55.970]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.6748585Z [00:02:55.976]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:01.6808734Z [00:02:55.982]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6865397Z [00:02:55.987]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/lib-pretty_env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6923216Z [00:02:55.993]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/lib-pretty_env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6978546Z [00:02:55.999]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-7f35f86a782dd69a/dep-lib-pretty_env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7034284Z [00:02:56.004]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7089933Z [00:02:56.010]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7146164Z [00:02:56.015]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7203627Z [00:02:56.021]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e3f177abcd6cb2b7/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7261762Z [00:02:56.027]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7322041Z [00:02:56.033]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7380586Z [00:02:56.039]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7438913Z [00:02:56.045]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7496121Z [00:02:56.050]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/dep-lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7554603Z [00:02:56.056]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/output-lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7613774Z [00:02:56.062]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/lib-fake_tcp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7671158Z [00:02:56.068]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7727983Z [00:02:56.074]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fake-tcp-5bdd4da9d17050ad/lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7784965Z [00:02:56.079]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/lib-neli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7843735Z [00:02:56.085]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/dep-lib-neli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7901037Z [00:02:56.091]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/lib-neli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7959190Z [00:02:56.097]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/neli-2b6cdbe69fdcc630/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8017802Z [00:02:56.103]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8074899Z [00:02:56.108]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8132900Z [00:02:56.114]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8189775Z [00:02:56.120]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c97a9a7a3b17c7f5/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8246458Z [00:02:56.125]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8304489Z [00:02:56.131]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8359804Z [00:02:56.137]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8415199Z [00:02:56.142]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8475588Z [00:02:56.148]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8532987Z [00:02:56.154]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8591242Z [00:02:56.160]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8649406Z [00:02:56.166]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8709100Z [00:02:56.172]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/lib-pnet_datalink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8769161Z [00:02:56.178]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8828399Z [00:02:56.184]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/lib-pnet_datalink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8889032Z [00:02:56.190]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_datalink-d891da5fc92ac328/dep-lib-pnet_datalink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8947515Z [00:02:56.195]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9008154Z [00:02:56.202]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9068805Z [00:02:56.208]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9129341Z [00:02:56.214]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-d37dcdc990a56faa/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9189681Z [00:02:56.220]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9249417Z [00:02:56.226]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9309082Z [00:02:56.232]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9369473Z [00:02:56.238]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-0d16ee498d5aea6b/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9431502Z [00:02:56.244]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9493125Z [00:02:56.250]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9553266Z [00:02:56.256]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9614469Z [00:02:56.262]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9673991Z [00:02:56.268]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9733656Z [00:02:56.274]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9792904Z [00:02:56.280]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9852157Z [00:02:56.286]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9909987Z [00:02:56.292]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9968297Z [00:02:56.298]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa28979aac1339df/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0025971Z [00:02:56.303]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0085139Z [00:02:56.309]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0144099Z [00:02:56.315]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0200327Z [00:02:56.321]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0258716Z [00:02:56.327]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0315463Z [00:02:56.332]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0374616Z [00:02:56.338]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0433045Z [00:02:56.344]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0490695Z [00:02:56.350]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0549181Z [00:02:56.356]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0608498Z [00:02:56.362]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0668901Z [00:02:56.368]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-666886116fc309bb/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0731410Z [00:02:56.374]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0787423Z [00:02:56.380]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0844037Z [00:02:56.385]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0902839Z [00:02:56.391]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-ad61f7eaab3afa60/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0962128Z [00:02:56.397]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1021421Z [00:02:56.403]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1079089Z [00:02:56.409]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1136098Z [00:02:56.414]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2535c10ab8278d3e/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1193685Z [00:02:56.420]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-99825c31c8ee2b89/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1252978Z [00:02:56.426]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-99825c31c8ee2b89/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1309875Z [00:02:56.432]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/lib-nanorand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1377421Z [00:02:56.439]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1434605Z [00:02:56.444]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/lib-nanorand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1492366Z [00:02:56.450]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nanorand-bbeab4bef70dd147/dep-lib-nanorand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1549671Z [00:02:56.456]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1608835Z [00:02:56.462]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1668434Z [00:02:56.468]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1727485Z [00:02:56.474]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-717b6290f63aaa67/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1787860Z [00:02:56.480]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-8ea6a46dadded6d5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1846743Z [00:02:56.485]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet-8ea6a46dadded6d5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1906154Z [00:02:56.491]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1965153Z [00:02:56.497]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2024043Z [00:02:56.503]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2084148Z [00:02:56.509]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2b832f0f6b42fee9/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2143945Z [00:02:56.515]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2202452Z [00:02:56.521]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2261354Z [00:02:56.527]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/lib-pnet_packet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2317095Z [00:02:56.532]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2374974Z [00:02:56.538]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2434882Z [00:02:56.544]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-ec20cbbc35625d1c/dep-lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2494562Z [00:02:56.550]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/lib-ipnetwork' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2551712Z [00:02:56.556]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/dep-lib-ipnetwork' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2608510Z [00:02:56.562]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/lib-ipnetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2667221Z [00:02:56.567]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnetwork-d1e2dc5948efb927/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2724310Z [00:02:56.573]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/lib-phantun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2782027Z [00:02:56.579]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2837242Z [00:02:56.585]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/lib-phantun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2893650Z [00:02:56.590]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-70380566b1bc07a8/dep-lib-phantun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2955227Z [00:02:56.596]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3018127Z [00:02:56.603]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3081746Z [00:02:56.609]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3142121Z [00:02:56.615]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-0dd5e8fec4973427/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3204408Z [00:02:56.621]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3266749Z [00:02:56.627]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3325659Z [00:02:56.633]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3382394Z [00:02:56.639]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-29808dea5e0d1834/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3439952Z [00:02:56.645]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3498385Z [00:02:56.651]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3554411Z [00:02:56.656]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3613661Z [00:02:56.662]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-81da3a76e38812e4/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3672086Z [00:02:56.668]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3730258Z [00:02:56.674]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3786301Z [00:02:56.679]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3844445Z [00:02:56.685]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6731eae11cb58e7d/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3900593Z [00:02:56.691]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3955768Z [00:02:56.696]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4013980Z [00:02:56.702]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/lib-flume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4071885Z [00:02:56.708]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flume-32f0eab8aa3d771e/dep-lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4130308Z [00:02:56.714]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aacdc8790e0e8ddc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4187678Z [00:02:56.720]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aacdc8790e0e8ddc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4247558Z [00:02:56.726]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4307216Z [00:02:56.732]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4365064Z [00:02:56.737]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4423750Z [00:02:56.743]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cf12f76afb321345/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4482281Z [00:02:56.749]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4541262Z [00:02:56.755]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4596736Z [00:02:56.760]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4654191Z [00:02:56.766]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-923e00d3a8465d99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4712256Z [00:02:56.772]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4769783Z [00:02:56.778]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4827653Z [00:02:56.784]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4885758Z [00:02:56.789]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4944372Z [00:02:56.795]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/dep-bin-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5004666Z [00:02:56.801]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5064196Z [00:02:56.807]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/bin-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5124539Z [00:02:56.813]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phantun-ce873f667d5aa5df/bin-server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5184733Z [00:02:56.819]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/dep-lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5244472Z [00:02:56.825]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5303573Z [00:02:56.831]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5362914Z [00:02:56.837]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-2cd49714e8aa81fc/lib-pnet_macros_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5427835Z [00:02:56.844]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5485671Z [00:02:56.849]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5544686Z [00:02:56.855]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/lib-pnet_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5606933Z [00:02:56.861]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-c9d76f1d8a1cc493/dep-lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5668921Z [00:02:56.868]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5729687Z [00:02:56.874]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5789710Z [00:02:56.880]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5846696Z [00:02:56.885]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5907248Z [00:02:56.891]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/lib-internet_checksum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5963152Z [00:02:56.897]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/lib-internet_checksum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6019832Z [00:02:56.903]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6077983Z [00:02:56.909]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/internet-checksum-4b45b665f3fc59a0/dep-lib-internet_checksum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6136202Z [00:02:56.914]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6193310Z [00:02:56.920]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6253060Z [00:02:56.926]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6313346Z [00:02:56.932]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-198f64728de8ba4c/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6372239Z [00:02:56.938]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6428544Z [00:02:56.944]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6485150Z [00:02:56.949]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6545241Z [00:02:56.955]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6605243Z [00:02:56.961]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6665402Z [00:02:56.967]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6724594Z [00:02:56.973]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6783086Z [00:02:56.979]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-faa6af083b401e57/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6839252Z [00:02:56.985]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6897023Z [00:02:56.991]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6954372Z [00:02:56.996]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7013517Z [00:02:57.002]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7072876Z [00:02:57.008]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/dep-lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7130830Z [00:02:57.014]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7188890Z [00:02:57.020]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7247790Z [00:02:57.025]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-4be805ea8b24bd67/lib-spin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7306944Z [00:02:57.031]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7366143Z [00:02:57.037]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7424380Z [00:02:57.043]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7485029Z [00:02:57.049]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-656de0b7b415fbfb/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7544885Z [00:02:57.055]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7606075Z [00:02:57.061]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7667319Z [00:02:57.067]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7727679Z [00:02:57.074]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7789505Z [00:02:57.080]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7849115Z [00:02:57.086]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7910060Z [00:02:57.092]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/release/client.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7966492Z [00:02:57.097]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8026562Z [00:02:57.103]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/serde-8bb8e0b637674202.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8085445Z [00:02:57.109]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8144213Z [00:02:57.115]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/syn-8cad0643a5a30860.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8204207Z [00:02:57.121]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8263529Z [00:02:57.127]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8323209Z [00:02:57.133]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8384294Z [00:02:57.139]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-8cad0643a5a30860.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8443253Z [00:02:57.145]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/thiserror_impl-51e2ecb706be7a15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8501691Z [00:02:57.151]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/pnet_macros-9743f1f1c8b4cc86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8561564Z [00:02:57.157]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8621040Z [00:02:57.163]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8677910Z [00:02:57.169]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8733617Z [00:02:57.174]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8788816Z [00:02:57.180]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-8cad0643a5a30860.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8844452Z [00:02:57.185]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/syn-3d5459919cb6dbec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8901498Z [00:02:57.191]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/neli_proc_macros-10712f41a133dabc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8959621Z [00:02:57.197]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9017682Z [00:02:57.203]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9076195Z [00:02:57.208]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9133762Z [00:02:57.214]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libeither-2242c419fb46dfd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9193868Z [00:02:57.220]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex_automata-e826d88f35360402.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9251096Z [00:02:57.226]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9310382Z [00:02:57.232]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9370481Z [00:02:57.238]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libsyn-3d5459919cb6dbec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9431227Z [00:02:57.244]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libpnet_macros-9743f1f1c8b4cc86.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9493781Z [00:02:57.250]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/tokio_macros-e2c05f416c9aad88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9559633Z [00:02:57.257]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libtokio_macros-e2c05f416c9aad88.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9623955Z [00:02:57.263]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde-8bb8e0b637674202.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9688027Z [00:02:57.270]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libneli_proc_macros-10712f41a133dabc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9754172Z [00:02:57.276]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/quote-f8cc3838dae6e460.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9819882Z [00:02:57.283]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9910908Z [00:02:57.292]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9943344Z [00:02:57.295]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0007215Z [00:02:57.301]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0085004Z [00:02:57.309]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/regex-f645826edffdc4fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0149487Z [00:02:57.316]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/aho_corasick-820654ff956f74f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0229253Z [00:02:57.324]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde-8bb8e0b637674202.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0290452Z [00:02:57.330]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0348194Z [00:02:57.336]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0408588Z [00:02:57.342]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libeither-2242c419fb46dfd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0466780Z [00:02:57.347]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libthiserror_impl-51e2ecb706be7a15.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0526327Z [00:02:57.353]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libserde_derive-b3868d400e581f2b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0584092Z [00:02:57.359]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0644642Z [00:02:57.365]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/memchr-cbf058b6ee682193.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0705292Z [00:02:57.371]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0763587Z [00:02:57.377]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/either-2242c419fb46dfd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0823316Z [00:02:57.383]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0884238Z [00:02:57.389]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/serde_derive-b3868d400e581f2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0943756Z [00:02:57.395]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1003209Z [00:02:57.401]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/proc_macro2-2e6bb0e4e636bc30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1060673Z [00:02:57.407]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libquote-f8cc3838dae6e460.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1122668Z [00:02:57.413]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/deps/libproc_macro2-2e6bb0e4e636bc30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1184519Z [00:02:57.419]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1247184Z [00:02:57.425]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build_script_build-87a2c9edbff0f0bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1306653Z [00:02:57.431]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-87a2c9edbff0f0bb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1365470Z [00:02:57.437]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1423495Z [00:02:57.443]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build_script_build-3e0f5338dcb70ae4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1483524Z [00:02:57.449]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/nix-3e0f5338dcb70ae4/build_script_build-3e0f5338dcb70ae4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1545518Z [00:02:57.455]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1605985Z [00:02:57.461]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build_script_build-668ae2b5a751038b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1665877Z [00:02:57.467]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/pnet-668ae2b5a751038b/build_script_build-668ae2b5a751038b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1723910Z [00:02:57.473]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1783647Z [00:02:57.479]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1842025Z [00:02:57.485]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1898533Z [00:02:57.491]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1955078Z [00:02:57.496]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build_script_build-6d81306e78edaea2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2011343Z [00:02:57.502]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-6d81306e78edaea2/build_script_build-6d81306e78edaea2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2068585Z [00:02:57.508]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build_script_build-6126990564d141a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2124581Z [00:02:57.513]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2182478Z [00:02:57.519]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-6126990564d141a9/build_script_build-6126990564d141a9' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2242209Z [00:02:57.525]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2302789Z [00:02:57.531]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2360688Z [00:02:57.537]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2417409Z [00:02:57.543]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/syn-e9f6cf79f46e787b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2476531Z [00:02:57.548]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2537919Z [00:02:57.555]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2597757Z [00:02:57.561]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2657267Z [00:02:57.567]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/proc-macro2-405e2b03e148bed5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2714432Z [00:02:57.572]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2771937Z [00:02:57.578]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2827690Z [00:02:57.584]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2883885Z [00:02:57.589]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build_script_build-cc02f218e341a862.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2939764Z [00:02:57.595]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2997469Z [00:02:57.601]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/memoffset-cc02f218e341a862/build_script_build-cc02f218e341a862' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3055088Z [00:02:57.606]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3114109Z [00:02:57.612]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3170105Z [00:02:57.618]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3225116Z [00:02:57.623]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3282999Z [00:02:57.629]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build_script_build-928d2d90cad126cd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3340089Z [00:02:57.635]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3397867Z [00:02:57.641]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/zerocopy-928d2d90cad126cd/build_script_build-928d2d90cad126cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3454467Z [00:02:57.646]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3512546Z [00:02:57.652]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build_script_build-c927a1e63ee1d135.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3570816Z [00:02:57.658]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/libc-c927a1e63ee1d135/build_script_build-c927a1e63ee1d135' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3630652Z [00:02:57.664]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3689240Z [00:02:57.670]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3750885Z [00:02:57.676]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3809589Z [00:02:57.682]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3868277Z [00:02:57.688]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3929757Z [00:02:57.694]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3993186Z [00:02:57.700]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build_script_build-6618ddd8f64a3339' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4054055Z [00:02:57.706]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build_script_build-6618ddd8f64a3339.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4114662Z [00:02:57.712]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/build/getrandom-6618ddd8f64a3339/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4175882Z [00:02:57.718]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4242982Z [00:02:57.725]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4309474Z [00:02:57.732]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4371955Z [00:02:57.738]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4433501Z [00:02:57.744]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-2e6bb0e4e636bc30/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4495373Z [00:02:57.750]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4558404Z [00:02:57.757]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4619991Z [00:02:57.763]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4680063Z [00:02:57.769]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-87a2c9edbff0f0bb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4741441Z [00:02:57.775]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4802684Z [00:02:57.781]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4869779Z [00:02:57.787]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4923273Z [00:02:57.793]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/nix-3e0f5338dcb70ae4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4980300Z [00:02:57.799]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5037732Z [00:02:57.805]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5094998Z [00:02:57.810]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5154919Z [00:02:57.816]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5213061Z [00:02:57.822]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5271143Z [00:02:57.828]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5330327Z [00:02:57.834]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5387291Z [00:02:57.839]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5446886Z [00:02:57.845]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5506917Z [00:02:57.851]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5566841Z [00:02:57.858]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5626363Z [00:02:57.863]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5684126Z [00:02:57.869]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5742707Z [00:02:57.875]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5800128Z [00:02:57.881]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5857350Z [00:02:57.886]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet-668ae2b5a751038b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5914735Z [00:02:57.892]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5974211Z [00:02:57.898]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6032839Z [00:02:57.904]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6090312Z [00:02:57.910]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-8bb8e0b637674202/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6149984Z [00:02:57.916]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6205809Z [00:02:57.921]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6264083Z [00:02:57.927]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6323349Z [00:02:57.933]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde_derive-b3868d400e581f2b/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6381668Z [00:02:57.939]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6439235Z [00:02:57.945]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6498302Z [00:02:57.951]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6555348Z [00:02:57.956]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6613453Z [00:02:57.962]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6670714Z [00:02:57.968]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6728489Z [00:02:57.974]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6786185Z [00:02:57.979]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-6d81306e78edaea2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6841192Z [00:02:57.985]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6895681Z [00:02:57.990]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6951166Z [00:02:57.996]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7007360Z [00:02:58.002]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-6126990564d141a9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7065639Z [00:02:58.007]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-e9f6cf79f46e787b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7123989Z [00:02:58.013]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-e9f6cf79f46e787b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7182520Z [00:02:58.019]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7241468Z [00:02:58.025]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7298104Z [00:02:58.031]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7354742Z [00:02:58.036]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/either-2242c419fb46dfd2/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7414491Z [00:02:58.042]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7476928Z [00:02:58.048]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7534513Z [00:02:58.054]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7593161Z [00:02:58.060]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/quote-f8cc3838dae6e460/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7652809Z [00:02:58.066]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7712169Z [00:02:58.072]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7771175Z [00:02:58.078]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7827905Z [00:02:58.084]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-3d5459919cb6dbec/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7885349Z [00:02:58.089]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7942438Z [00:02:58.095]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7999797Z [00:02:58.101]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8059270Z [00:02:58.107]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-impl-51e2ecb706be7a15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8118290Z [00:02:58.113]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8174729Z [00:02:58.118]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/proc-macro2-405e2b03e148bed5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8233127Z [00:02:58.124]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8290135Z [00:02:58.130]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8345306Z [00:02:58.135]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8401552Z [00:02:58.141]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8459483Z [00:02:58.147]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8518044Z [00:02:58.153]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8576145Z [00:02:58.158]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8634593Z [00:02:58.164]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8695821Z [00:02:58.170]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8755748Z [00:02:58.176]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8815033Z [00:02:58.182]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8875625Z [00:02:58.188]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/syn-8cad0643a5a30860/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8937131Z [00:02:58.194]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8996250Z [00:02:58.200]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9053995Z [00:02:58.206]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9111104Z [00:02:58.212]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9169690Z [00:02:58.218]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9226822Z [00:02:58.223]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9284765Z [00:02:58.229]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9342418Z [00:02:58.235]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/memoffset-cc02f218e341a862/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9398488Z [00:02:58.241]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9454614Z [00:02:58.246]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/dep-lib-neli_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9514530Z [00:02:58.252]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/lib-neli_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9576536Z [00:02:58.258]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/neli-proc-macros-10712f41a133dabc/lib-neli_proc_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9638026Z [00:02:58.265]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9698820Z [00:02:58.271]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9758945Z [00:02:58.277]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9820780Z [00:02:58.283]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9881572Z [00:02:58.289]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9945070Z [00:02:58.295]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0005784Z [00:02:58.301]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/dep-lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0065793Z [00:02:58.307]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0126475Z [00:02:58.313]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/lib-pnet_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0187181Z [00:02:58.319]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/pnet_macros-9743f1f1c8b4cc86/lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0247525Z [00:02:58.325]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0305913Z [00:02:58.331]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0363625Z [00:02:58.337]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0422482Z [00:02:58.343]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/zerocopy-928d2d90cad126cd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0481482Z [00:02:58.349]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0542701Z [00:02:58.355]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0604193Z [00:02:58.361]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0664241Z [00:02:58.367]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/libc-c927a1e63ee1d135/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0723694Z [00:02:58.373]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0784238Z [00:02:58.379]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0844441Z [00:02:58.385]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0904508Z [00:02:58.391]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0966058Z [00:02:58.397]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1028248Z [00:02:58.404]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1087893Z [00:02:58.410]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1146659Z [00:02:58.415]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/tokio-macros-e2c05f416c9aad88/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1209028Z [00:02:58.422]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:04.1267402Z [00:02:58.427]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1324019Z [00:02:58.433]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/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:07:04.1382240Z [00:02:58.439]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1441580Z [00:02:58.445]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1499284Z [00:02:58.451]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1559617Z [00:02:58.457]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1618562Z [00:02:58.463]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1677782Z [00:02:58.469]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1734961Z [00:02:58.474]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1794932Z [00:02:58.480]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1854482Z [00:02:58.486]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1912877Z [00:02:58.492]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1971152Z [00:02:58.498]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2028655Z [00:02:58.504]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2089011Z [00:02:58.510]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/release/.fingerprint/getrandom-6618ddd8f64a3339/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2147974Z [00:02:58.516]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2207954Z [00:02:58.522]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2267184Z [00:02:58.528]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2326287Z [00:02:58.533]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2385588Z [00:02:58.539]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/bin/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2445385Z [00:02:58.545]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/bin/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2505623Z [00:02:58.551]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2564220Z [00:02:58.557]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2624252Z [00:02:58.563]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/phantun/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2684236Z [00:02:58.569]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2743137Z [00:02:58.575]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2802972Z [00:02:58.581]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2863501Z [00:02:58.587]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2922715Z [00:02:58.593]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2982128Z [00:02:58.599]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3039537Z [00:02:58.605]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3098265Z [00:02:58.611]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3155591Z [00:02:58.616]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3214366Z [00:02:58.622]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3273620Z [00:02:58.628]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3332096Z [00:02:58.634]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3389552Z [00:02:58.640]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3449317Z [00:02:58.646]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3506081Z [00:02:58.651]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3565175Z [00:02:58.657]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3624937Z [00:02:58.663]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3685564Z [00:02:58.669]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3743632Z [00:02:58.675]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3803304Z [00:02:58.681]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3861972Z [00:02:58.687]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3920883Z [00:02:58.693]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3979638Z [00:02:58.699]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4040784Z [00:02:58.705]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4100003Z [00:02:58.711]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4159045Z [00:02:58.717]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-170108bf009d8d0da267dfe147d493fdae85c561.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4217808Z [00:02:58.723]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/objects/pack/pack-19c5b767d438ee92939a629beac7d1c9995f3996.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4276728Z [00:02:58.729]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4334455Z [00:02:58.734]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4392822Z [00:02:58.740]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4449203Z [00:02:58.746]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4506241Z [00:02:58.751]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4563113Z [00:02:58.757]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4619280Z [00:02:58.763]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4676081Z [00:02:58.768]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ohHaXraIpk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4732312Z [00:02:58.774]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4789420Z [00:02:58.780]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4845249Z [00:02:58.785]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4899995Z [00:02:58.791]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4954597Z [00:02:58.796]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5009680Z [00:02:58.802]➜  mode of '/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5456175Z [00:02:58.846]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:07:04.5456696Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:07:05.4636446Z 
2025-08-20T22:07:05.4637391Z [+] Sanitizing /tmp/pkgforge/wnQgigLtV_SBUILD/BUILD.log ==> /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/phantun.static.log
2025-08-20T22:07:09.3919184Z 
2025-08-20T22:07:09.3920044Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/phantun/official]
2025-08-20T22:07:09.3920552Z [+] LOGS (Build Dir): /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:09.3920813Z 
2025-08-20T22:07:09.5286834Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:07:10.5721726Z ./BUILD_ARTIFACTS.tar : 32.02%   (   209 MiB =>   67.0 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:07:10.6075909Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:07:10.6114160Z 
2025-08-20T22:07:10.6114894Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml :: 00(Hr):03(Min):05(Sec)
2025-08-20T22:07:10.6115519Z 
2025-08-20T22:07:10.6128501Z 
2025-08-20T22:07:10.6128727Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:07:10 PM) UTC
2025-08-20T22:07:10.6128963Z 
2025-08-20T22:07:10.8814623Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:07:10.8858710Z ##[group]Run ##Presets
2025-08-20T22:07:10.8859092Z [36;1m##Presets[0m
2025-08-20T22:07:10.8859274Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:10.8859465Z [36;1m#-------------#[0m
2025-08-20T22:07:10.8859647Z [36;1m##Debug?[0m
2025-08-20T22:07:10.8859866Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:10.8860127Z [36;1m  set -x[0m
2025-08-20T22:07:10.8860312Z [36;1mfi[0m
2025-08-20T22:07:10.8860469Z [36;1m#-------------#[0m
2025-08-20T22:07:10.8860650Z [36;1m##Set ENV[0m
2025-08-20T22:07:10.8860865Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:07:10.8861260Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:07:10.8861634Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:07:10.8862028Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-"[0m
2025-08-20T22:07:10.8862506Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:07:10.8862891Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:10.8863324Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:10.8863643Z [36;1m fi[0m
2025-08-20T22:07:10.8863800Z [36;1m##Push[0m
2025-08-20T22:07:10.8864002Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:07:10.8864267Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:07:10.8864618Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:07:10.8865073Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:07:10.8865495Z [36;1m     ls -sh "/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:07:10.8865814Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:07:10.8866007Z [36;1m       {[0m
2025-08-20T22:07:10.8866183Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:07:10.8866503Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:07:10.8866927Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:07:10.8867340Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:07:10.8868265Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:07:10.8868980Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:07:10.8869352Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:07:10.8869718Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:07:10.8870090Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:07:10.8870463Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:07:10.8870845Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:07:10.8871300Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:07:10.8871784Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:07:10.8872220Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:07:10.8872635Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:07:10.8873040Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:07:10.8873483Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-phantun")[0m
2025-08-20T22:07:10.8873920Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:07:10.8874501Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:07:10.8874945Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:07:10.8875336Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:07:10.8875817Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:07:10.8876235Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:07:10.8876466Z [36;1m         #Check[0m
2025-08-20T22:07:10.8876993Z [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:07:10.8877818Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:07:10.8878155Z [36;1m            break[0m
2025-08-20T22:07:10.8878345Z [36;1m          else[0m
2025-08-20T22:07:10.8878761Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:07:10.8879172Z [36;1m          fi[0m
2025-08-20T22:07:10.8879370Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:07:10.8879605Z [36;1m        done[0m
2025-08-20T22:07:10.8879774Z [36;1m       }[0m
2025-08-20T22:07:10.8879964Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:07:10.8880193Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:07:10.8880731Z [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:07:10.8881443Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:07:10.8881832Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:07:10.8882079Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:07:10.8882623Z [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:07:10.8883308Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:07:10.8883797Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:07:10.8884394Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:07:10.8884614Z [36;1m           fi[0m
2025-08-20T22:07:10.8884787Z [36;1m       fi[0m
2025-08-20T22:07:10.8884953Z [36;1m   fi[0m
2025-08-20T22:07:10.8885110Z [36;1m fi[0m
2025-08-20T22:07:10.8885274Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:07:10.8954709Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:10.8954933Z env:
2025-08-20T22:07:10.8955091Z   CROSS_COMPILING: NO
2025-08-20T22:07:10.8955307Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:10.8955518Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:10.8955719Z   ON_QEMU: NO
2025-08-20T22:07:10.8955871Z   DEBUG: 0
2025-08-20T22:07:10.8956031Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:10.8956242Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:10.8956508Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:10.8956785Z   KEEP_LOGS: YES
2025-08-20T22:07:10.8956965Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:10.8957160Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:10.8957361Z   SBUILD_REBUILD: false
2025-08-20T22:07:10.8958058Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:10.8958611Z   BUILD_SYS: docker://rust
2025-08-20T22:07:10.8958808Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:10.8958987Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:10.8959165Z   SYSTMP: /tmp
2025-08-20T22:07:10.8959328Z   GHA_MODE: MATRIX
2025-08-20T22:07:10.8960009Z   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:07:10.8960508Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:10.8960804Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:10.8961163Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:10.8961616Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:10.8961976Z   PKG_TYPE: static
2025-08-20T22:07:10.8962150Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:10.8962343Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:10.8962801Z   GHCR_TOKEN: ***
2025-08-20T22:07:10.8963076Z   GITHUB_TOKEN: ***
2025-08-20T22:07:10.8963280Z   GITLAB_TOKEN: ***
2025-08-20T22:07:10.8964363Z   MINISIGN_KEY: ***
2025-08-20T22:07:10.8964532Z ##[endgroup]
2025-08-20T22:07:10.9034185Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:07:10.9043381Z 67M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:07:10.9054584Z total 3.9M
2025-08-20T22:07:10.9054787Z 4.0K CHECKSUM
2025-08-20T22:07:10.9054959Z 4.0K CHECKSUM.sig
2025-08-20T22:07:10.9055140Z  12K LICENSE
2025-08-20T22:07:10.9055299Z 4.0K LICENSE.sig
2025-08-20T22:07:10.9055458Z 8.0K SBUILD
2025-08-20T22:07:10.9055608Z 4.0K SBUILD.sig
2025-08-20T22:07:10.9055769Z 4.0K SBUILD_TEMP
2025-08-20T22:07:10.9055927Z 1.6M client
2025-08-20T22:07:10.9056076Z 4.0K client.sig
2025-08-20T22:07:10.9056256Z 696K phantun.static.log
2025-08-20T22:07:10.9056452Z 4.0K phantun.static.version
2025-08-20T22:07:10.9056664Z 4.0K phantun.static.version.sig
2025-08-20T22:07:10.9056873Z 4.0K phantun.version
2025-08-20T22:07:10.9057055Z 4.0K phantun.version.sig
2025-08-20T22:07:10.9057237Z 1.6M server
2025-08-20T22:07:10.9057390Z 4.0K server.sig
2025-08-20T22:07:10.9090172Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:10.9093386Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:15.9141920Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:15.9142775Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:15.9148844Z 
2025-08-20T22:07:15.9149670Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:15.9150027Z 
2025-08-20T22:07:15.9179752Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:15.9184077Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:15.9216661Z ##[group]Run ##Presets
2025-08-20T22:07:15.9216929Z [36;1m##Presets[0m
2025-08-20T22:07:15.9217105Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:15.9217293Z [36;1m#-------------#[0m
2025-08-20T22:07:15.9217480Z [36;1m##Debug?[0m
2025-08-20T22:07:15.9217885Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:15.9218158Z [36;1m  set -x[0m
2025-08-20T22:07:15.9218320Z [36;1mfi[0m
2025-08-20T22:07:15.9218478Z [36;1m#-------------#[0m
2025-08-20T22:07:15.9218713Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:07:15.9219036Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:15.9250964Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:15.9251182Z env:
2025-08-20T22:07:15.9251339Z   CROSS_COMPILING: NO
2025-08-20T22:07:15.9251532Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:15.9251793Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:15.9251991Z   ON_QEMU: NO
2025-08-20T22:07:15.9252192Z   DEBUG: 0
2025-08-20T22:07:15.9252356Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:15.9252568Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:15.9252840Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:15.9253118Z   KEEP_LOGS: YES
2025-08-20T22:07:15.9253289Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:15.9253485Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:15.9253683Z   SBUILD_REBUILD: false
2025-08-20T22:07:15.9254191Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:15.9254747Z   BUILD_SYS: docker://rust
2025-08-20T22:07:15.9254941Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:15.9255125Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:15.9255308Z   SYSTMP: /tmp
2025-08-20T22:07:15.9255468Z   GHA_MODE: MATRIX
2025-08-20T22:07:15.9255868Z   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:07:15.9256354Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:15.9256655Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:15.9257019Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:15.9257474Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:15.9258047Z   PKG_TYPE: static
2025-08-20T22:07:15.9258230Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:15.9258417Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:15.9258605Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:15.9258950Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:15.9259309Z ##[endgroup]
2025-08-20T22:07:15.9384317Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:07:15.9384666Z with:
2025-08-20T22:07:15.9384848Z   name: Bincache_phantun_aarch64-Linux
2025-08-20T22:07:15.9385118Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:07:15.9385379Z   compression-level: 0
2025-08-20T22:07:15.9385564Z   retention-days: 30
2025-08-20T22:07:15.9385739Z   overwrite: true
2025-08-20T22:07:15.9385913Z   if-no-files-found: warn
2025-08-20T22:07:15.9386117Z   include-hidden-files: false
2025-08-20T22:07:15.9386319Z env:
2025-08-20T22:07:15.9386469Z   CROSS_COMPILING: NO
2025-08-20T22:07:15.9386651Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:15.9386862Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:15.9387058Z   ON_QEMU: NO
2025-08-20T22:07:15.9387215Z   DEBUG: 0
2025-08-20T22:07:15.9387377Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:15.9388135Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:15.9388404Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:15.9388747Z   KEEP_LOGS: YES
2025-08-20T22:07:15.9388927Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:15.9389121Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:15.9389315Z   SBUILD_REBUILD: false
2025-08-20T22:07:15.9389820Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:15.9390357Z   BUILD_SYS: docker://rust
2025-08-20T22:07:15.9390556Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:15.9390738Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:15.9390913Z   SYSTMP: /tmp
2025-08-20T22:07:15.9391074Z   GHA_MODE: MATRIX
2025-08-20T22:07:15.9391469Z   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:07:15.9391947Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:15.9392274Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:15.9392633Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:15.9393089Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:15.9393442Z   PKG_TYPE: static
2025-08-20T22:07:15.9393620Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:15.9393814Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:15.9394000Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:15.9394331Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:15.9394700Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:15.9394908Z ##[endgroup]
2025-08-20T22:07:16.6028451Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:07:16.6033536Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:07:16.6034064Z With the provided path, there will be 2 files uploaded
2025-08-20T22:07:16.8945507Z Artifact name is valid!
2025-08-20T22:07:16.8949849Z Root directory input is valid!
2025-08-20T22:07:16.9792940Z Beginning upload of artifact content to blob storage
2025-08-20T22:07:17.6418746Z Uploaded bytes 8388608
2025-08-20T22:07:17.8149891Z Uploaded bytes 16777216
2025-08-20T22:07:18.0123715Z Uploaded bytes 25165824
2025-08-20T22:07:18.0193396Z Uploaded bytes 33554432
2025-08-20T22:07:18.0351182Z Uploaded bytes 41943040
2025-08-20T22:07:18.1422321Z Uploaded bytes 50331648
2025-08-20T22:07:18.1899346Z Uploaded bytes 58720256
2025-08-20T22:07:18.2909363Z Uploaded bytes 67108864
2025-08-20T22:07:18.4734098Z Uploaded bytes 71275134
2025-08-20T22:07:18.5483563Z Finished uploading artifact content to blob storage!
2025-08-20T22:07:18.5496480Z SHA256 digest of uploaded artifact zip is 4653a0a0c06a94e829620c486dde08c37dcd288fbe1957289e0048fe83e40a77
2025-08-20T22:07:18.5496938Z Finalizing artifact upload
2025-08-20T22:07:18.6572593Z Artifact Bincache_phantun_aarch64-Linux.zip successfully finalized. Artifact ID 3813666948
2025-08-20T22:07:18.6573903Z Artifact Bincache_phantun_aarch64-Linux has been successfully uploaded! Final size is 71275134 bytes. Artifact ID is 3813666948
2025-08-20T22:07:18.6593317Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108910937/artifacts/3813666948
2025-08-20T22:07:18.6879705Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:07:18.6880028Z with:
2025-08-20T22:07:18.6880199Z   subject-name: phantun--
2025-08-20T22:07:18.6880868Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:07:18.6881562Z   show-summary: true
2025-08-20T22:07:18.6881753Z   push-to-registry: false
2025-08-20T22:07:18.6882108Z   github-token: ***
2025-08-20T22:07:18.6882284Z env:
2025-08-20T22:07:18.6882441Z   CROSS_COMPILING: NO
2025-08-20T22:07:18.6882632Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:18.6883124Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:18.6883327Z   ON_QEMU: NO
2025-08-20T22:07:18.6883484Z   DEBUG: 0
2025-08-20T22:07:18.6883656Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:18.6883871Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:18.6884182Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:18.6884467Z   KEEP_LOGS: YES
2025-08-20T22:07:18.6884640Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:18.6884835Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:18.6885035Z   SBUILD_REBUILD: false
2025-08-20T22:07:18.6885538Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:18.6886083Z   BUILD_SYS: docker://rust
2025-08-20T22:07:18.6886281Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:18.6886467Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:18.6886647Z   SYSTMP: /tmp
2025-08-20T22:07:18.6886813Z   GHA_MODE: MATRIX
2025-08-20T22:07:18.6887217Z   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:07:18.6888081Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:18.6888388Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:18.6888765Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:18.6889226Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:18.6889587Z   PKG_TYPE: static
2025-08-20T22:07:18.6889764Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:18.6889959Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:18.6890147Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:18.6890483Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:18.6890858Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:18.6891064Z ##[endgroup]
2025-08-20T22:07:18.6965366Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:07:18.6965804Z env:
2025-08-20T22:07:18.6965961Z   CROSS_COMPILING: NO
2025-08-20T22:07:18.6966155Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:18.6966371Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:18.6966571Z   ON_QEMU: NO
2025-08-20T22:07:18.6966728Z   DEBUG: 0
2025-08-20T22:07:18.6966902Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:18.6967118Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:18.6967390Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:18.6968027Z   KEEP_LOGS: YES
2025-08-20T22:07:18.6968210Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:18.6968413Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:18.6968611Z   SBUILD_REBUILD: false
2025-08-20T22:07:18.6969125Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:18.6969671Z   BUILD_SYS: docker://rust
2025-08-20T22:07:18.6969871Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:18.6970067Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:18.6970250Z   SYSTMP: /tmp
2025-08-20T22:07:18.6970415Z   GHA_MODE: MATRIX
2025-08-20T22:07:18.6970819Z   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:07:18.6971582Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:18.6971909Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:18.6972275Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:18.6972734Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:18.6973100Z   PKG_TYPE: static
2025-08-20T22:07:18.6973281Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:18.6973476Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:18.6973666Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:18.6974001Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:18.6974375Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:18.6974763Z ##[endgroup]
2025-08-20T22:07:19.2970217Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:07:19.2970540Z with:
2025-08-20T22:07:19.2971195Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:07:19.2971897Z   subject-name: phantun--
2025-08-20T22:07:19.2972157Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:07:19.2974697Z   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/17108910937/attempts/1"}}}
2025-08-20T22:07:19.2977273Z   push-to-registry: false
2025-08-20T22:07:19.2977475Z   show-summary: true
2025-08-20T22:07:19.2977982Z   github-token: ***
2025-08-20T22:07:19.2978169Z env:
2025-08-20T22:07:19.2978324Z   CROSS_COMPILING: NO
2025-08-20T22:07:19.2978520Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:19.2978739Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:19.2978941Z   ON_QEMU: NO
2025-08-20T22:07:19.2979099Z   DEBUG: 0
2025-08-20T22:07:19.2979270Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:19.2979487Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:19.2979760Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:19.2980057Z   KEEP_LOGS: YES
2025-08-20T22:07:19.2980236Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:19.2980439Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:19.2980644Z   SBUILD_REBUILD: false
2025-08-20T22:07:19.2981165Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:19.2981715Z   BUILD_SYS: docker://rust
2025-08-20T22:07:19.2981919Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:19.2982107Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:19.2982291Z   SYSTMP: /tmp
2025-08-20T22:07:19.2982461Z   GHA_MODE: MATRIX
2025-08-20T22:07:19.2982865Z   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:07:19.2983364Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:19.2983669Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:19.2984040Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:19.2984516Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:19.2984879Z   PKG_TYPE: static
2025-08-20T22:07:19.2985062Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:19.2985269Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:19.2985794Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:19.2986182Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:19.2986558Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:19.2986768Z ##[endgroup]
2025-08-20T22:07:20.8756462Z Attestation created for 16 subjects
2025-08-20T22:07:20.8760285Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:07:20.8760711Z -----BEGIN CERTIFICATE-----
2025-08-20T22:07:20.8761059Z MIIG8DCCBnWgAwIBAgIUI0gEvkskSmPwxc8jHmsqPjz7pOQwCgYIKoZIzj0EAwMw
2025-08-20T22:07:20.8761528Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:07:20.8762417Z cm1lZGlhdGUwHhcNMjUwODIwMjIwNzIwWhcNMjUwODIwMjIxNzIwWjAAMFkwEwYH
2025-08-20T22:07:20.8762864Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEoyuezT8gT/j+N+Du/336Pc/5IDh8W91H62cH
2025-08-20T22:07:20.8763307Z yvYeZmCwcdKiBMpI8qRdT5tjGk8PwASXDAihflGBRlR2UOExuaOCBZQwggWQMA4G
2025-08-20T22:07:20.8763783Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQURe29
2025-08-20T22:07:20.8764236Z 8yldmfeCRspA5urNawM7vD0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:07:20.8764676Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:07:20.8765117Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:07:20.8765570Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:07:20.8766012Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:07:20.8766441Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:07:20.8766889Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:07:20.8767356Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:07:20.8768024Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:07:20.8768481Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:07:20.8768938Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:07:20.8769387Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:07:20.8769846Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:07:20.8770294Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:07:20.8770745Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:07:20.8771207Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:07:20.8771668Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:07:20.8772133Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:07:20.8772596Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:07:20.8773051Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:07:20.8773505Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:07:20.8773965Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:07:20.8774429Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:07:20.8774893Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:07:20.8775348Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4OTEwOTM3L2F0
2025-08-20T22:07:20.8775807Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:07:20.8776275Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJhbXi
2025-08-20T22:07:20.8776720Z AAAEAwBHMEUCIQCJDmQWXirZMFj3f/1LK/qv5T61Yag4yr9G4vcPUFN2KgIgbs0y
2025-08-20T22:07:20.8777142Z BgPXhuYIMxZDUBExig7lZ4N1wrB/TFi0241q6akwCgYIKoZIzj0EAwMDaQAwZgIx
2025-08-20T22:07:20.8777730Z AOx0OA6a4VfW9AK5nVnjnreVkWYjKMZI/GkMvAAmRNN66k/0wgawqKxt1p8HaFmK
2025-08-20T22:07:20.8778180Z mQIxAIpRtGFJiRi5nO990FwDc0hNr+LL3xB44uhwsyVHci5U9/0tVcfofZNwbYxQ
2025-08-20T22:07:20.8778502Z ii48zA==
2025-08-20T22:07:20.8778691Z -----END CERTIFICATE-----
2025-08-20T22:07:20.8778825Z 
2025-08-20T22:07:20.8779963Z ##[endgroup]
2025-08-20T22:07:20.8780457Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:07:20.8780840Z https://search.sigstore.dev?logIndex=414489183
2025-08-20T22:07:20.8781175Z [36mAttestation uploaded to repository[39m
2025-08-20T22:07:20.8781504Z https://github.com/pkgforge/bincache/attestations/9875130
2025-08-20T22:07:20.9774369Z ##[group]Run ##Presets
2025-08-20T22:07:20.9774666Z [36;1m##Presets[0m
2025-08-20T22:07:20.9774850Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:20.9775047Z [36;1m#-------------#[0m
2025-08-20T22:07:20.9775233Z [36;1m##Debug?[0m
2025-08-20T22:07:20.9775454Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:20.9776006Z [36;1m  set -x[0m
2025-08-20T22:07:20.9776178Z [36;1mfi[0m
2025-08-20T22:07:20.9776340Z [36;1m#-------------#[0m
2025-08-20T22:07:20.9776626Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:07:20.9777117Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/phantun/official"[0m
2025-08-20T22:07:20.9777505Z [36;1m exit 1[0m
2025-08-20T22:07:20.9777923Z [36;1mfi[0m
2025-08-20T22:07:20.9809223Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:20.9809456Z env:
2025-08-20T22:07:20.9809622Z   CROSS_COMPILING: NO
2025-08-20T22:07:20.9809874Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:20.9810096Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:20.9810301Z   ON_QEMU: NO
2025-08-20T22:07:20.9810465Z   DEBUG: 0
2025-08-20T22:07:20.9810633Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:20.9810854Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:20.9811148Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:20.9811434Z   KEEP_LOGS: YES
2025-08-20T22:07:20.9811610Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:20.9811809Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:20.9812011Z   SBUILD_REBUILD: false
2025-08-20T22:07:20.9812522Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:20.9813075Z   BUILD_SYS: docker://rust
2025-08-20T22:07:20.9813285Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:20.9813470Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:20.9813656Z   SYSTMP: /tmp
2025-08-20T22:07:20.9813825Z   GHA_MODE: MATRIX
2025-08-20T22:07:20.9814238Z   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:07:20.9814731Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:20.9815067Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:20.9815450Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:20.9815914Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:20.9816275Z   PKG_TYPE: static
2025-08-20T22:07:20.9816460Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:20.9816656Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:20.9816847Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:20.9817184Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:20.9817833Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:20.9818074Z ##[endgroup]
2025-08-20T22:07:20.9890648Z ##[group]Run ##Presets
2025-08-20T22:07:20.9890943Z [36;1m##Presets[0m
2025-08-20T22:07:20.9891158Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:20.9891359Z [36;1m#-------------#[0m
2025-08-20T22:07:20.9891547Z [36;1m##Debug?[0m
2025-08-20T22:07:20.9891768Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:20.9892042Z [36;1m  set -x[0m
2025-08-20T22:07:20.9892228Z [36;1mfi[0m
2025-08-20T22:07:20.9892388Z [36;1m#-------------#[0m
2025-08-20T22:07:20.9892609Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:07:20.9893034Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/phantun/official"[0m
2025-08-20T22:07:20.9893425Z [36;1m exit 1[0m
2025-08-20T22:07:20.9893591Z [36;1mfi[0m
2025-08-20T22:07:20.9922830Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:20.9923053Z env:
2025-08-20T22:07:20.9923220Z   CROSS_COMPILING: NO
2025-08-20T22:07:20.9923471Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:20.9923692Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:20.9923898Z   ON_QEMU: NO
2025-08-20T22:07:20.9924060Z   DEBUG: 0
2025-08-20T22:07:20.9924228Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:20.9924448Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:20.9924728Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:20.9925016Z   KEEP_LOGS: YES
2025-08-20T22:07:20.9925454Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:20.9925654Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:20.9925860Z   SBUILD_REBUILD: false
2025-08-20T22:07:20.9926377Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:20.9926925Z   BUILD_SYS: docker://rust
2025-08-20T22:07:20.9927130Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:20.9927318Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:20.9927504Z   SYSTMP: /tmp
2025-08-20T22:07:20.9927957Z   GHA_MODE: MATRIX
2025-08-20T22:07:20.9928388Z   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:07:20.9928883Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:20.9929190Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:20.9929562Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:20.9930028Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:20.9930391Z   PKG_TYPE: static
2025-08-20T22:07:20.9930574Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:20.9930770Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:20.9930959Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:20.9931298Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:20.9931675Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:20.9931886Z ##[endgroup]
2025-08-20T22:07:20.9977903Z 
2025-08-20T22:07:20.9978472Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:20.9989945Z ##[error]Process completed with exit code 1.
2025-08-20T22:07:21.0031629Z ##[group]Run ##Presets
2025-08-20T22:07:21.0031910Z [36;1m##Presets[0m
2025-08-20T22:07:21.0032098Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:21.0032294Z [36;1m#-------------#[0m
2025-08-20T22:07:21.0032486Z [36;1m##Debug?[0m
2025-08-20T22:07:21.0032739Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:21.0033014Z [36;1m  set -x[0m
2025-08-20T22:07:21.0033183Z [36;1mfi[0m
2025-08-20T22:07:21.0033347Z [36;1m#-------------#[0m
2025-08-20T22:07:21.0033672Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:07:21.0034045Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:07:21.0034324Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:07:21.0034571Z [36;1mfi[0m
2025-08-20T22:07:21.0063404Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:21.0063690Z env:
2025-08-20T22:07:21.0063865Z   CROSS_COMPILING: NO
2025-08-20T22:07:21.0064132Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:07:21.0064359Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:07:21.0064565Z   ON_QEMU: NO
2025-08-20T22:07:21.0064725Z   DEBUG: 0
2025-08-20T22:07:21.0064891Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:07:21.0065108Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:07:21.0065408Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:21.0065697Z   KEEP_LOGS: YES
2025-08-20T22:07:21.0065877Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:21.0066083Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:21.0066293Z   SBUILD_REBUILD: false
2025-08-20T22:07:21.0066815Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:21.0067365Z   BUILD_SYS: docker://rust
2025-08-20T22:07:21.0067816Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:21.0068029Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:21.0068216Z   SYSTMP: /tmp
2025-08-20T22:07:21.0068385Z   GHA_MODE: MATRIX
2025-08-20T22:07:21.0068803Z   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:07:21.0069299Z   INPUT_SBUILD: /tmp/pkgforge/1S9VufA7s_build.yaml
2025-08-20T22:07:21.0069605Z   BUILD_DIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml
2025-08-20T22:07:21.0070341Z   SBUILD_OUTDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:21.0070809Z   SBUILD_TMPDIR: /tmp/pkgforge/MVBk7zd_1S9VufA7s_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:21.0071173Z   PKG_TYPE: static
2025-08-20T22:07:21.0071359Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:21.0071556Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:21.0071748Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:21.0072093Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:21.0072469Z   UTC_TIME: 2025_08_20T10_07_15_PM
2025-08-20T22:07:21.0072678Z ##[endgroup]
2025-08-20T22:07:21.0129944Z EXITED
2025-08-20T22:07:21.0178408Z Cleaning up orphan processes
