﻿2025-08-20T21:56:00.3331581Z Current runner version: '2.328.0'
2025-08-20T21:56:00.3367824Z ##[group]Runner Image Provisioner
2025-08-20T21:56:00.3368808Z Hosted Compute Agent
2025-08-20T21:56:00.3369347Z Version: 20250818.377
2025-08-20T21:56:00.3370115Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:56:00.3370840Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:56:00.3371477Z ##[endgroup]
2025-08-20T21:56:00.3372074Z ##[group]VM Image
2025-08-20T21:56:00.3372632Z - OS: Linux (arm64)
2025-08-20T21:56:00.3373253Z - Source: Partner
2025-08-20T21:56:00.3373818Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:56:00.3374456Z - Version: 20250728.24.1
2025-08-20T21:56:00.3375852Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:56:00.3376903Z ##[endgroup]
2025-08-20T21:56:00.3378301Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:56:00.3382111Z Attestations: write
2025-08-20T21:56:00.3382965Z Contents: write
2025-08-20T21:56:00.3383716Z Metadata: read
2025-08-20T21:56:00.3384629Z Packages: write
2025-08-20T21:56:00.3385468Z ##[endgroup]
2025-08-20T21:56:00.3389550Z Secret source: Actions
2025-08-20T21:56:00.3390455Z Prepare workflow directory
2025-08-20T21:56:00.3821380Z Prepare all required actions
2025-08-20T21:56:00.3862429Z Getting action download info
2025-08-20T21:56:00.7253109Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:56:01.3782438Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:56:01.7291604Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:56:02.3283994Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:56:02.6488949Z Getting action download info
2025-08-20T21:56:02.7667995Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:56:03.0108302Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:56:03.3338301Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/otree/official)
2025-08-20T21:56:03.3968389Z ##[group]Run ##Presets
2025-08-20T21:56:03.3968978Z [36;1m##Presets[0m
2025-08-20T21:56:03.3969441Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:03.3969736Z [36;1m#-------------#[0m
2025-08-20T21:56:03.3970153Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:56:03.3970654Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:56:03.3971066Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.3971457Z [36;1m  fi[0m
2025-08-20T21:56:03.3971801Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:56:03.3972310Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:56:03.3972767Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.3973107Z [36;1m  fi[0m
2025-08-20T21:56:03.3973409Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:56:03.3973961Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:56:03.3974382Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.3974766Z [36;1m  fi[0m
2025-08-20T21:56:03.3975293Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:56:03.3975709Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:56:03.3976153Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:56:03.3976531Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:56:03.3976939Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.3977642Z [36;1m     else[0m
2025-08-20T21:56:03.3978032Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.3978478Z [36;1m     fi[0m
2025-08-20T21:56:03.3978770Z [36;1m  fi[0m
2025-08-20T21:56:03.3979000Z [36;1mfi[0m
2025-08-20T21:56:03.4011038Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:03.4012037Z env:
2025-08-20T21:56:03.4012870Z   GH_TOKEN: ***
2025-08-20T21:56:03.4013117Z ##[endgroup]
2025-08-20T21:56:03.4253996Z ##[group]Run ##Presets
2025-08-20T21:56:03.4254422Z [36;1m##Presets[0m
2025-08-20T21:56:03.4255026Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:03.4255534Z [36;1m#-------------#[0m
2025-08-20T21:56:03.4255866Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:56:03.4256520Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:56:03.4257052Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:56:03.4257504Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:56:03.4258011Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:56:03.4258466Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:56:03.4258900Z [36;1m  exit 1[0m
2025-08-20T21:56:03.4259150Z [36;1mfi[0m
2025-08-20T21:56:03.4284693Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:03.4285023Z env:
2025-08-20T21:56:03.4285916Z   RO_GHTOKEN: ***
2025-08-20T21:56:03.4286236Z   RO_GLTOKEN: ***
2025-08-20T21:56:03.4287428Z   MINISIGN_KEY: ***
2025-08-20T21:56:03.4287746Z ##[endgroup]
2025-08-20T21:56:03.4422096Z ##[group]Run ##Presets
2025-08-20T21:56:03.4422637Z [36;1m##Presets[0m
2025-08-20T21:56:03.4423066Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:03.4423395Z [36;1m#-------------#[0m
2025-08-20T21:56:03.4423724Z [36;1m##Host Triplet[0m
2025-08-20T21:56:03.4424126Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:56:03.4424524Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:56:03.4424951Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:56:03.4425690Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:56:03.4426051Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:56:03.4426537Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:56:03.4426903Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:56:03.4427292Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:56:03.4427670Z [36;1m   fi[0m
2025-08-20T21:56:03.4428069Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:56:03.4428506Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:56:03.4428848Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:56:03.4429265Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:56:03.4429653Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:56:03.4429931Z [36;1m fi[0m
2025-08-20T21:56:03.4430315Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4430760Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4431177Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4431644Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4432002Z [36;1m##Debug[0m
2025-08-20T21:56:03.4432313Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:56:03.4432646Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:56:03.4432940Z [36;1m else[0m
2025-08-20T21:56:03.4433217Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:56:03.4433543Z [36;1m fi[0m
2025-08-20T21:56:03.4433805Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4434174Z [36;1m##Docker Platform[0m
2025-08-20T21:56:03.4434825Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:56:03.4435399Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:56:03.4435984Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:56:03.4436387Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:56:03.4436814Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:56:03.4437214Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:56:03.4437600Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:56:03.4438066Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:56:03.4438373Z [36;1m fi[0m
2025-08-20T21:56:03.4438721Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4439269Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4439635Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:56:03.4440211Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/otree/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:56:03.4440789Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:56:03.4441158Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4441608Z [36;1m##Logs[0m
2025-08-20T21:56:03.4442071Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:56:03.4442402Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:56:03.4442803Z [36;1m else[0m
2025-08-20T21:56:03.4443066Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:56:03.4443444Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:56:03.4443782Z [36;1m fi[0m
2025-08-20T21:56:03.4444432Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4444966Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4445594Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:56:03.4446004Z [36;1m PKG_FAMILY_LOCAL="$(echo "otree" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:56:03.4446510Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:56:03.4446891Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4447270Z [36;1m##Rebuild[0m
2025-08-20T21:56:03.4447586Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:56:03.4447927Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:56:03.4448287Z [36;1m else[0m
2025-08-20T21:56:03.4448564Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:56:03.4448909Z [36;1m fi[0m
2025-08-20T21:56:03.4449280Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4449655Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:56:03.4450176Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:56:03.4450827Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:56:03.4451711Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:56:03.4452519Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:56:03.4452945Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:56:03.4453433Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:56:03.4453974Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:56:03.4454408Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4454726Z [36;1m    exit 1[0m
2025-08-20T21:56:03.4455030Z [36;1m   else[0m
2025-08-20T21:56:03.4455526Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:56:03.4455948Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4456366Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:56:03.4457024Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:56:03.4457499Z [36;1m      #check if supported[0m
2025-08-20T21:56:03.4457929Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:56:03.4458491Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:56:03.4459060Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:56:03.4459430Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4459821Z [36;1m         exit 1[0m
2025-08-20T21:56:03.4460075Z [36;1m       fi[0m
2025-08-20T21:56:03.4460338Z [36;1m      #get build system[0m
2025-08-20T21:56:03.4460795Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:56:03.4461275Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:56:03.4461625Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4462100Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:56:03.4462497Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4462869Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4463361Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:56:03.4463753Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4464169Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.4464512Z [36;1m       fi[0m
2025-08-20T21:56:03.4464991Z [36;1m     fi[0m
2025-08-20T21:56:03.4465617Z [36;1m   fi[0m
2025-08-20T21:56:03.4465895Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:56:03.4490771Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:03.4491136Z ##[endgroup]
2025-08-20T21:56:03.8731063Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:56:03.8731818Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:56:03.8732061Z 
2025-08-20T21:56:03.9612838Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:56:03.9623386Z 100  5335  100  5335    0     0  59545      0 --:--:-- --:--:-- --:--:-- 59943
2025-08-20T21:56:03.9624430Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T21:56:03.9829430Z ##[group]Run ##Presets
2025-08-20T21:56:03.9829950Z [36;1m##Presets[0m
2025-08-20T21:56:03.9830243Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:03.9830550Z [36;1m#-------------#[0m
2025-08-20T21:56:03.9830809Z [36;1m##Debug?[0m
2025-08-20T21:56:03.9831102Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:03.9831506Z [36;1m  set -x[0m
2025-08-20T21:56:03.9831740Z [36;1mfi[0m
2025-08-20T21:56:03.9832021Z [36;1m#-------------#[0m
2025-08-20T21:56:03.9832333Z [36;1m##CoreUtils[0m
2025-08-20T21:56:03.9832596Z [36;1msudo apt update -y[0m
2025-08-20T21:56:03.9832971Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:56:03.9834042Z [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:56:03.9835035Z [36;1m##tmp[0m
2025-08-20T21:56:03.9835639Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:56:03.9836007Z [36;1m#GH ENV[0m
2025-08-20T21:56:03.9836321Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.9836693Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.9837043Z [36;1m#-------------#[0m
2025-08-20T21:56:03.9837360Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:56:03.9837895Z [36;1msudo apt update -y[0m
2025-08-20T21:56:03.9838167Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:56:03.9838562Z [36;1m##Setup Minisign[0m
2025-08-20T21:56:03.9838841Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:56:03.9839412Z [36;1mecho "***[0m
2025-08-20T21:56:03.9840775Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:56:03.9841122Z [36;1m##User-Agent[0m
2025-08-20T21:56:03.9841945Z [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:56:03.9842795Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:03.9869841Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:03.9870168Z env:
2025-08-20T21:56:03.9870476Z   CROSS_COMPILING: NO
2025-08-20T21:56:03.9870807Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:03.9871105Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:03.9871435Z   ON_QEMU: NO
2025-08-20T21:56:03.9871688Z   DEBUG: 0
2025-08-20T21:56:03.9871934Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:03.9872314Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:03.9872653Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T21:56:03.9873037Z   KEEP_LOGS: YES
2025-08-20T21:56:03.9873298Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:03.9873573Z   PKG_FAMILY_LOCAL: otree
2025-08-20T21:56:03.9873871Z   SBUILD_REBUILD: false
2025-08-20T21:56:03.9874557Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T21:56:03.9875374Z   BUILD_SYS: docker://rust
2025-08-20T21:56:03.9875713Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:03.9876009Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:03.9876268Z ##[endgroup]
2025-08-20T21:56:04.0184517Z 
2025-08-20T21:56:04.1691310Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:56:04.1691755Z 
2025-08-20T21:56:04.1692087Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:56:04.1901559Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:56:04.1908297Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:56:04.2030779Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:56:04.2695558Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:56:04.2859179Z Get:6 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:56:04.2975385Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:56:04.3212786Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:56:04.3253040Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:56:04.3281159Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:56:04.3307730Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:56:04.4371813Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:56:04.5098541Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:56:04.5251176Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:56:04.5423101Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:56:04.5670777Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:56:04.5854762Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:56:04.6036832Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:56:04.6373902Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:56:04.6555899Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:56:04.6719502Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:56:04.7451913Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:56:04.7612282Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:56:04.7779082Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:56:04.7943333Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:56:04.8109673Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:56:04.8281872Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:56:04.8445226Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:56:04.8607128Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:56:04.8768810Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:56:04.8932176Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:56:04.9091786Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:56:04.9309529Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:56:04.9480627Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:56:04.9643721Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:56:04.9847870Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:56:05.0579666Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:56:05.0747809Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:56:05.1032125Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:56:05.1192968Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:56:05.1360701Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:56:05.1526503Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:56:05.1690385Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:56:16.9044198Z Fetched 11.9 MB in 1s (9183 kB/s)
2025-08-20T21:56:17.6812462Z Reading package lists...
2025-08-20T21:56:17.9273759Z Building dependency tree...
2025-08-20T21:56:17.9280607Z Reading state information...
2025-08-20T21:56:17.9577578Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:56:17.9673155Z 
2025-08-20T21:56:17.9673912Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:56:17.9674328Z 
2025-08-20T21:56:17.9792735Z Reading package lists...
2025-08-20T21:56:18.2227077Z Building dependency tree...
2025-08-20T21:56:18.2234933Z Reading state information...
2025-08-20T21:56:18.4998512Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:56:18.4999283Z bc set to manually installed.
2025-08-20T21:56:18.4999875Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:56:18.5000271Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:56:18.5000752Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:56:18.5596014Z The following NEW packages will be installed:
2025-08-20T21:56:18.5602551Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:56:18.5604946Z   moreutils
2025-08-20T21:56:18.5611321Z The following packages will be upgraded:
2025-08-20T21:56:18.5619644Z   jq libjq1
2025-08-20T21:56:18.5807172Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:56:18.6542439Z Need to get 936 kB of archives.
2025-08-20T21:56:18.6543409Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:56:18.6544024Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:56:18.7020061Z 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:56:18.7342661Z 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:56:18.7668798Z 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:56:18.7843686Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:56:18.8061868Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:56:18.8226034Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:56:18.8407687Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:56:19.1628495Z Fetched 936 kB in 0s (3491 kB/s)
2025-08-20T21:56:19.2228444Z Selecting previously unselected package fdupes.
2025-08-20T21:56:19.3274778Z (Reading database ... 
2025-08-20T21:56:19.3275521Z (Reading database ... 5%
2025-08-20T21:56:19.3276052Z (Reading database ... 10%
2025-08-20T21:56:19.3276314Z (Reading database ... 15%
2025-08-20T21:56:19.3276568Z (Reading database ... 20%
2025-08-20T21:56:19.3276951Z (Reading database ... 25%
2025-08-20T21:56:19.3277197Z (Reading database ... 30%
2025-08-20T21:56:19.3277471Z (Reading database ... 35%
2025-08-20T21:56:19.3277709Z (Reading database ... 40%
2025-08-20T21:56:19.3277957Z (Reading database ... 45%
2025-08-20T21:56:19.3278786Z (Reading database ... 50%
2025-08-20T21:56:19.6587259Z (Reading database ... 55%
2025-08-20T21:56:20.1468005Z (Reading database ... 60%
2025-08-20T21:56:20.6050877Z (Reading database ... 65%
2025-08-20T21:56:21.0143407Z (Reading database ... 70%
2025-08-20T21:56:21.4367016Z (Reading database ... 75%
2025-08-20T21:56:21.9569998Z (Reading database ... 80%
2025-08-20T21:56:22.4711300Z (Reading database ... 85%
2025-08-20T21:56:22.9711607Z (Reading database ... 90%
2025-08-20T21:56:23.4564343Z (Reading database ... 95%
2025-08-20T21:56:23.4565006Z (Reading database ... 100%
2025-08-20T21:56:23.4565598Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:56:23.4609330Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:56:23.4703083Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:56:23.5856120Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:56:23.6033110Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:56:23.7090842Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:56:23.7431637Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:56:23.8130188Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:56:23.8319358Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:56:23.8382973Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:56:23.9374070Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:56:23.9559760Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:56:23.9634740Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:56:24.0676311Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:56:24.0854846Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:56:24.0918990Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:56:24.1504299Z Selecting previously unselected package moreutils.
2025-08-20T21:56:24.1674772Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:56:24.1742109Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:56:24.3188586Z Selecting previously unselected package dos2unix.
2025-08-20T21:56:24.3358745Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:56:24.3424144Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:56:24.7184852Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:56:24.7365532Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:56:24.7618577Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:56:24.7792200Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:56:24.8197225Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:56:24.8386177Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:56:24.8837039Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:56:24.9188376Z Setting up moreutils (0.69-1) ...
2025-08-20T21:56:24.9382552Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:56:39.0746563Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:56:40.4210568Z Reading package lists...
2025-08-20T21:56:40.6607948Z Building dependency tree...
2025-08-20T21:56:40.6616347Z Reading state information...
2025-08-20T21:56:40.9413399Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:56:40.9413860Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:56:40.9414459Z apt-utils set to manually installed.
2025-08-20T21:56:40.9414803Z ca-certificates is already the newest version (20240203).
2025-08-20T21:56:40.9415448Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:56:40.9415873Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:56:40.9416231Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:56:40.9416668Z moreutils is already the newest version (0.69-1).
2025-08-20T21:56:40.9417151Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:56:40.9417541Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:56:40.9417953Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:56:40.9610950Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:56:40.9612258Z tmux set to manually installed.
2025-08-20T21:56:40.9612609Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:56:40.9612989Z The following additional packages will be installed:
2025-08-20T21:56:40.9613552Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:56:40.9614122Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:56:40.9614629Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:56:40.9615041Z   uuid-runtime
2025-08-20T21:56:40.9615406Z Suggested packages:
2025-08-20T21:56:40.9615750Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:56:40.9616337Z   util-linux-extra util-linux-locales
2025-08-20T21:56:40.9616649Z Recommended packages:
2025-08-20T21:56:40.9616916Z   unattended-upgrades
2025-08-20T21:56:40.9985503Z The following NEW packages will be installed:
2025-08-20T21:56:40.9985949Z   rename
2025-08-20T21:56:40.9990817Z The following packages will be upgraded:
2025-08-20T21:56:40.9991831Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:56:40.9992980Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:56:41.0000416Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:56:41.0002064Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:56:41.0205510Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:56:41.2289759Z Need to get 4390 kB of archives.
2025-08-20T21:56:41.2290308Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:56:41.2290950Z 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:56:41.5718192Z 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:56:41.9939691Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:56:42.0833002Z 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:56:42.1696555Z 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:56:42.2543977Z 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:56:42.3394075Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:56:42.4285457Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:56:42.5191129Z 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:56:42.6059338Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:56:42.7800639Z 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:56:42.9521535Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:56:43.4010909Z 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:56:43.5911332Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:56:43.8642411Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:56:43.9579816Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:56:44.1440190Z 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:56:44.2341946Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:56:44.3327887Z 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:56:44.4189303Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:56:44.5163763Z 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:56:44.6068295Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:56:44.7865900Z 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:56:45.0762110Z 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:56:45.1723690Z 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:56:45.2843152Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:56:45.3856126Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:56:45.6580269Z Fetched 4390 kB in 4s (1009 kB/s)
2025-08-20T21:56:45.6885740Z (Reading database ... 
2025-08-20T21:56:45.6886155Z (Reading database ... 5%
2025-08-20T21:56:45.6886733Z (Reading database ... 10%
2025-08-20T21:56:45.6886993Z (Reading database ... 15%
2025-08-20T21:56:45.6887253Z (Reading database ... 20%
2025-08-20T21:56:45.6887603Z (Reading database ... 25%
2025-08-20T21:56:45.6887851Z (Reading database ... 30%
2025-08-20T21:56:45.6888130Z (Reading database ... 35%
2025-08-20T21:56:45.6888497Z (Reading database ... 40%
2025-08-20T21:56:45.6888774Z (Reading database ... 45%
2025-08-20T21:56:45.6889083Z (Reading database ... 50%
2025-08-20T21:56:45.6909394Z (Reading database ... 55%
2025-08-20T21:56:45.6998871Z (Reading database ... 60%
2025-08-20T21:56:45.7039347Z (Reading database ... 65%
2025-08-20T21:56:45.7054025Z (Reading database ... 70%
2025-08-20T21:56:45.7074131Z (Reading database ... 75%
2025-08-20T21:56:45.7107969Z (Reading database ... 80%
2025-08-20T21:56:45.7284553Z (Reading database ... 85%
2025-08-20T21:56:45.7304465Z (Reading database ... 90%
2025-08-20T21:56:45.7406804Z (Reading database ... 95%
2025-08-20T21:56:45.7407127Z (Reading database ... 100%
2025-08-20T21:56:45.7407597Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:45.7444605Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:45.7677070Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:45.8735304Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:45.9566567Z (Reading database ... 
2025-08-20T21:56:45.9566950Z (Reading database ... 5%
2025-08-20T21:56:45.9567221Z (Reading database ... 10%
2025-08-20T21:56:45.9567520Z (Reading database ... 15%
2025-08-20T21:56:45.9568570Z (Reading database ... 20%
2025-08-20T21:56:45.9568926Z (Reading database ... 25%
2025-08-20T21:56:45.9569347Z (Reading database ... 30%
2025-08-20T21:56:45.9569607Z (Reading database ... 35%
2025-08-20T21:56:45.9569853Z (Reading database ... 40%
2025-08-20T21:56:45.9570221Z (Reading database ... 45%
2025-08-20T21:56:45.9570465Z (Reading database ... 50%
2025-08-20T21:56:45.9590836Z (Reading database ... 55%
2025-08-20T21:56:45.9682342Z (Reading database ... 60%
2025-08-20T21:56:45.9723861Z (Reading database ... 65%
2025-08-20T21:56:45.9738693Z (Reading database ... 70%
2025-08-20T21:56:45.9759169Z (Reading database ... 75%
2025-08-20T21:56:45.9794257Z (Reading database ... 80%
2025-08-20T21:56:45.9977151Z (Reading database ... 85%
2025-08-20T21:56:45.9996803Z (Reading database ... 90%
2025-08-20T21:56:46.0103334Z (Reading database ... 95%
2025-08-20T21:56:46.0103786Z (Reading database ... 100%
2025-08-20T21:56:46.0104141Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:46.0143166Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:46.0404664Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:46.2290030Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:46.8332122Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:56:46.8862641Z (Reading database ... 
2025-08-20T21:56:46.8862980Z (Reading database ... 5%
2025-08-20T21:56:46.8863467Z (Reading database ... 10%
2025-08-20T21:56:46.8863765Z (Reading database ... 15%
2025-08-20T21:56:46.8864021Z (Reading database ... 20%
2025-08-20T21:56:46.8864363Z (Reading database ... 25%
2025-08-20T21:56:46.8864611Z (Reading database ... 30%
2025-08-20T21:56:46.8864896Z (Reading database ... 35%
2025-08-20T21:56:46.8865442Z (Reading database ... 40%
2025-08-20T21:56:46.8865701Z (Reading database ... 45%
2025-08-20T21:56:46.8866026Z (Reading database ... 50%
2025-08-20T21:56:46.8887111Z (Reading database ... 55%
2025-08-20T21:56:46.8976990Z (Reading database ... 60%
2025-08-20T21:56:46.9017542Z (Reading database ... 65%
2025-08-20T21:56:46.9032247Z (Reading database ... 70%
2025-08-20T21:56:46.9052519Z (Reading database ... 75%
2025-08-20T21:56:46.9087130Z (Reading database ... 80%
2025-08-20T21:56:46.9273814Z (Reading database ... 85%
2025-08-20T21:56:46.9293969Z (Reading database ... 90%
2025-08-20T21:56:46.9401340Z (Reading database ... 95%
2025-08-20T21:56:46.9401617Z (Reading database ... 100%
2025-08-20T21:56:46.9402098Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:46.9442149Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:46.9611892Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.0551715Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:47.0827701Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.1582432Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:47.2271032Z (Reading database ... 
2025-08-20T21:56:47.2271382Z (Reading database ... 5%
2025-08-20T21:56:47.2271651Z (Reading database ... 10%
2025-08-20T21:56:47.2271946Z (Reading database ... 15%
2025-08-20T21:56:47.2272295Z (Reading database ... 20%
2025-08-20T21:56:47.2272545Z (Reading database ... 25%
2025-08-20T21:56:47.2272837Z (Reading database ... 30%
2025-08-20T21:56:47.2273089Z (Reading database ... 35%
2025-08-20T21:56:47.2273374Z (Reading database ... 40%
2025-08-20T21:56:47.2273704Z (Reading database ... 45%
2025-08-20T21:56:47.2274009Z (Reading database ... 50%
2025-08-20T21:56:47.2294913Z (Reading database ... 55%
2025-08-20T21:56:47.2386532Z (Reading database ... 60%
2025-08-20T21:56:47.2426603Z (Reading database ... 65%
2025-08-20T21:56:47.2441439Z (Reading database ... 70%
2025-08-20T21:56:47.2461450Z (Reading database ... 75%
2025-08-20T21:56:47.2495483Z (Reading database ... 80%
2025-08-20T21:56:47.2670820Z (Reading database ... 85%
2025-08-20T21:56:47.2690455Z (Reading database ... 90%
2025-08-20T21:56:47.2794503Z (Reading database ... 95%
2025-08-20T21:56:47.2794776Z (Reading database ... 100%
2025-08-20T21:56:47.2795395Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:47.2833432Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:47.3066393Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.3859972Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:47.4777723Z (Reading database ... 
2025-08-20T21:56:47.4778306Z (Reading database ... 5%
2025-08-20T21:56:47.4778574Z (Reading database ... 10%
2025-08-20T21:56:47.4778823Z (Reading database ... 15%
2025-08-20T21:56:47.4779567Z (Reading database ... 20%
2025-08-20T21:56:47.4779890Z (Reading database ... 25%
2025-08-20T21:56:47.4780114Z (Reading database ... 30%
2025-08-20T21:56:47.4780433Z (Reading database ... 35%
2025-08-20T21:56:47.4780686Z (Reading database ... 40%
2025-08-20T21:56:47.4780982Z (Reading database ... 45%
2025-08-20T21:56:47.4781265Z (Reading database ... 50%
2025-08-20T21:56:47.4802752Z (Reading database ... 55%
2025-08-20T21:56:47.4896823Z (Reading database ... 60%
2025-08-20T21:56:47.4938798Z (Reading database ... 65%
2025-08-20T21:56:47.4953994Z (Reading database ... 70%
2025-08-20T21:56:47.4974686Z (Reading database ... 75%
2025-08-20T21:56:47.5009989Z (Reading database ... 80%
2025-08-20T21:56:47.5193561Z (Reading database ... 85%
2025-08-20T21:56:47.5212781Z (Reading database ... 90%
2025-08-20T21:56:47.5319127Z (Reading database ... 95%
2025-08-20T21:56:47.5320457Z (Reading database ... 100%
2025-08-20T21:56:47.5320821Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:47.5360223Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:47.5622815Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.6545265Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:47.6753276Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.7549456Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:47.8293169Z (Reading database ... 
2025-08-20T21:56:47.8293541Z (Reading database ... 5%
2025-08-20T21:56:47.8294039Z (Reading database ... 10%
2025-08-20T21:56:47.8294307Z (Reading database ... 15%
2025-08-20T21:56:47.8294557Z (Reading database ... 20%
2025-08-20T21:56:47.8294863Z (Reading database ... 25%
2025-08-20T21:56:47.8295307Z (Reading database ... 30%
2025-08-20T21:56:47.8295570Z (Reading database ... 35%
2025-08-20T21:56:47.8295865Z (Reading database ... 40%
2025-08-20T21:56:47.8296115Z (Reading database ... 45%
2025-08-20T21:56:47.8297174Z (Reading database ... 50%
2025-08-20T21:56:47.8315678Z (Reading database ... 55%
2025-08-20T21:56:47.8414853Z (Reading database ... 60%
2025-08-20T21:56:47.8460592Z (Reading database ... 65%
2025-08-20T21:56:47.8476768Z (Reading database ... 70%
2025-08-20T21:56:47.8498596Z (Reading database ... 75%
2025-08-20T21:56:47.8534929Z (Reading database ... 80%
2025-08-20T21:56:47.8723146Z (Reading database ... 85%
2025-08-20T21:56:47.8743418Z (Reading database ... 90%
2025-08-20T21:56:47.8849929Z (Reading database ... 95%
2025-08-20T21:56:47.8850411Z (Reading database ... 100%
2025-08-20T21:56:47.8850800Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:47.8889611Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:47.9141761Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:47.9945994Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:48.3233777Z (Reading database ... 
2025-08-20T21:56:48.3234178Z (Reading database ... 5%
2025-08-20T21:56:48.3234700Z (Reading database ... 10%
2025-08-20T21:56:48.3234974Z (Reading database ... 15%
2025-08-20T21:56:48.3235493Z (Reading database ... 20%
2025-08-20T21:56:48.3235792Z (Reading database ... 25%
2025-08-20T21:56:48.3236038Z (Reading database ... 30%
2025-08-20T21:56:48.3236274Z (Reading database ... 35%
2025-08-20T21:56:48.3236546Z (Reading database ... 40%
2025-08-20T21:56:48.3236798Z (Reading database ... 45%
2025-08-20T21:56:48.3237084Z (Reading database ... 50%
2025-08-20T21:56:48.3257337Z (Reading database ... 55%
2025-08-20T21:56:48.3348585Z (Reading database ... 60%
2025-08-20T21:56:48.3388336Z (Reading database ... 65%
2025-08-20T21:56:48.3402975Z (Reading database ... 70%
2025-08-20T21:56:48.3422542Z (Reading database ... 75%
2025-08-20T21:56:48.3456545Z (Reading database ... 80%
2025-08-20T21:56:48.3634063Z (Reading database ... 85%
2025-08-20T21:56:48.3654118Z (Reading database ... 90%
2025-08-20T21:56:48.3763646Z (Reading database ... 95%
2025-08-20T21:56:48.3764134Z (Reading database ... 100%
2025-08-20T21:56:48.3764553Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:48.3802957Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.3983223Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:48.5053778Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.5564549Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:48.6550750Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.6750690Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:48.7592812Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.7767228Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:48.8656295Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.8833925Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:48.9729488Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:48.9930903Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:49.0794702Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:49.1018509Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:49.1925301Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:56:49.2129953Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:49.3229337Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:49.3468338Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:49.4429504Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:56:49.4675672Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:49.5652033Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:49.6325178Z (Reading database ... 
2025-08-20T21:56:49.6325621Z (Reading database ... 5%
2025-08-20T21:56:49.6325867Z (Reading database ... 10%
2025-08-20T21:56:49.6326194Z (Reading database ... 15%
2025-08-20T21:56:49.6326454Z (Reading database ... 20%
2025-08-20T21:56:49.6326731Z (Reading database ... 25%
2025-08-20T21:56:49.6327050Z (Reading database ... 30%
2025-08-20T21:56:49.6327341Z (Reading database ... 35%
2025-08-20T21:56:49.6327622Z (Reading database ... 40%
2025-08-20T21:56:49.6327883Z (Reading database ... 45%
2025-08-20T21:56:49.6328160Z (Reading database ... 50%
2025-08-20T21:56:49.6347897Z (Reading database ... 55%
2025-08-20T21:56:49.6438392Z (Reading database ... 60%
2025-08-20T21:56:49.6479714Z (Reading database ... 65%
2025-08-20T21:56:49.6493905Z (Reading database ... 70%
2025-08-20T21:56:49.6515193Z (Reading database ... 75%
2025-08-20T21:56:49.6653998Z (Reading database ... 80%
2025-08-20T21:56:49.6736413Z (Reading database ... 85%
2025-08-20T21:56:49.6763854Z (Reading database ... 90%
2025-08-20T21:56:49.6864062Z (Reading database ... 95%
2025-08-20T21:56:49.6864342Z (Reading database ... 100%
2025-08-20T21:56:49.6864760Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:56:49.6902654Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:49.7097546Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:49.8076258Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:49.8314993Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:49.9164026Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:49.9384858Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:50.0231579Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:56:50.0432148Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:56:50.1283721Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:56:50.1458642Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:50.2368900Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:56:50.3572090Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:56:50.4770883Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:56:50.5580043Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:56:50.6250575Z Selecting previously unselected package rename.
2025-08-20T21:56:50.6435366Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:56:50.6498352Z Unpacking rename (2.02-1) ...
2025-08-20T21:56:50.7193030Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:56:50.7394238Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:56:50.8268918Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:50.8493349Z Setting up rename (2.02-1) ...
2025-08-20T21:56:50.8681015Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:56:50.8871051Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:50.9086956Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:50.9282028Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:50.9458951Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:50.9645913Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:51.5927958Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:56:51.6125757Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:51.6313870Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:51.6485828Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:51.6658548Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.0169733Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.0350726Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:56:52.0537968Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.1694313Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:56:52.3008832Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.4017747Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.4197899Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.4366932Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:56:52.4571410Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:56:52.5732982Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:56:52.8108998Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:56:52.8385836Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:56:58.6214302Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:57:00.1031144Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:00.1055970Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:00.1232544Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:00.1394312Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:00.1556338Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:00.1716127Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:01.2451624Z Reading package lists...
2025-08-20T21:57:01.4797805Z Building dependency tree...
2025-08-20T21:57:01.4805731Z Reading state information...
2025-08-20T21:57:01.5059954Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:57:01.5192768Z 
2025-08-20T21:57:01.5193762Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:57:01.5194123Z 
2025-08-20T21:57:01.6543878Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:01.6563033Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:01.8186447Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:01.9025708Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:01.9866566Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:02.0705636Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:02.9951229Z Reading package lists...
2025-08-20T21:57:03.2501986Z Building dependency tree...
2025-08-20T21:57:03.2510398Z Reading state information...
2025-08-20T21:57:03.2793501Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:57:03.2889367Z 
2025-08-20T21:57:03.2890241Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:57:03.2890632Z 
2025-08-20T21:57:03.3006577Z Reading package lists...
2025-08-20T21:57:03.5474495Z Building dependency tree...
2025-08-20T21:57:03.5483445Z Reading state information...
2025-08-20T21:57:03.8170770Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:57:03.8630547Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:03.8929168Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:57:03.9415854Z ##[group]Run ##Presets
2025-08-20T21:57:03.9416398Z [36;1m##Presets[0m
2025-08-20T21:57:03.9416765Z [36;1mset +x ; set +e[0m
2025-08-20T21:57:03.9417017Z [36;1m#-------------#[0m
2025-08-20T21:57:03.9417265Z [36;1m##Debug?[0m
2025-08-20T21:57:03.9417574Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:57:03.9417947Z [36;1m  set -x[0m
2025-08-20T21:57:03.9418170Z [36;1mfi[0m
2025-08-20T21:57:03.9418426Z [36;1m#-------------#[0m
2025-08-20T21:57:03.9418902Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:57:03.9419503Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:57:03.9419977Z [36;1msudo service procps restart[0m
2025-08-20T21:57:03.9420321Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:57:03.9448390Z shell: /usr/bin/bash -e {0}
2025-08-20T21:57:03.9448848Z env:
2025-08-20T21:57:03.9449249Z   CROSS_COMPILING: NO
2025-08-20T21:57:03.9449527Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:57:03.9449862Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:57:03.9450127Z   ON_QEMU: NO
2025-08-20T21:57:03.9450375Z   DEBUG: 0
2025-08-20T21:57:03.9450648Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:57:03.9450919Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:57:03.9451278Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T21:57:03.9451607Z   KEEP_LOGS: YES
2025-08-20T21:57:03.9451875Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:57:03.9452189Z   PKG_FAMILY_LOCAL: otree
2025-08-20T21:57:03.9452469Z   SBUILD_REBUILD: false
2025-08-20T21:57:03.9453022Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T21:57:03.9453663Z   BUILD_SYS: docker://rust
2025-08-20T21:57:03.9453916Z   BUILD_ON_HOST: FALSE
2025-08-20T21:57:03.9454184Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:57:03.9454462Z   SYSTMP: /tmp
2025-08-20T21:57:03.9454691Z   GHA_MODE: MATRIX
2025-08-20T21:57:03.9455491Z   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:57:03.9456000Z ##[endgroup]
2025-08-20T21:57:03.9558656Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:57:03.9620948Z 0
2025-08-20T21:57:03.9957468Z vm.max_map_count = 262144
2025-08-20T21:57:03.9958016Z fs.inotify.max_user_watches = 655360
2025-08-20T21:57:03.9958321Z fs.inotify.max_user_instances = 1280
2025-08-20T21:57:03.9958629Z vm.mmap_rnd_bits = 28
2025-08-20T21:57:04.0056651Z ##[group]Run ##Presets
2025-08-20T21:57:04.0057136Z [36;1m##Presets[0m
2025-08-20T21:57:04.0057438Z [36;1mset +x ; set +e[0m
2025-08-20T21:57:04.0057684Z [36;1m#-------------#[0m
2025-08-20T21:57:04.0057965Z [36;1m##Debug?[0m
2025-08-20T21:57:04.0058275Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:57:04.0058610Z [36;1m  set -x[0m
2025-08-20T21:57:04.0058842Z [36;1mfi[0m
2025-08-20T21:57:04.0059132Z [36;1m#-------------#[0m
2025-08-20T21:57:04.0059393Z [36;1m##Main[0m
2025-08-20T21:57:04.0059634Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:57:04.0060362Z [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:57:04.0061097Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:57:04.0061554Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:57:04.0061969Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:57:04.0062308Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:57:04.0062657Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:57:04.0063017Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:57:04.0063407Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:57:04.0063793Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:57:04.0064393Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:57:04.0064801Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:57:04.0065429Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:57:04.0065739Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:57:04.0066126Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:57:04.0066440Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:57:04.0066795Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:57:04.0067148Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:57:04.0067482Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:57:04.0067882Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:57:04.0068219Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:57:04.0068541Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:57:04.0068937Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:57:04.0069294Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:57:04.0069680Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:57:04.0070035Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:57:04.0070344Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:57:04.0070760Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:57:04.0071254Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:57:04.0071773Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:57:04.0072314Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:57:04.0072702Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:57:04.0073111Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:57:04.0073782Z [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:57:04.0074620Z [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:57:04.0075385Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:57:04.0075703Z [36;1m else[0m
2025-08-20T21:57:04.0076348Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:57:04.0076798Z [36;1m fi[0m
2025-08-20T21:57:04.0077105Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:57:04.0077534Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:57:04.0077984Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0078405Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0078856Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0079310Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0079737Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0080211Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0080664Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:57:04.0081128Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:57:04.0081490Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:57:04.0110239Z shell: /usr/bin/bash -e {0}
2025-08-20T21:57:04.0110541Z env:
2025-08-20T21:57:04.0110758Z   CROSS_COMPILING: NO
2025-08-20T21:57:04.0111109Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:57:04.0111381Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:57:04.0111887Z   ON_QEMU: NO
2025-08-20T21:57:04.0112102Z   DEBUG: 0
2025-08-20T21:57:04.0112360Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:57:04.0112665Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:57:04.0112980Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T21:57:04.0113306Z   KEEP_LOGS: YES
2025-08-20T21:57:04.0113587Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:57:04.0113840Z   PKG_FAMILY_LOCAL: otree
2025-08-20T21:57:04.0114107Z   SBUILD_REBUILD: false
2025-08-20T21:57:04.0114716Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T21:57:04.0115484Z   BUILD_SYS: docker://rust
2025-08-20T21:57:04.0115769Z   BUILD_ON_HOST: FALSE
2025-08-20T21:57:04.0116012Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:57:04.0116268Z   SYSTMP: /tmp
2025-08-20T21:57:04.0116515Z   GHA_MODE: MATRIX
2025-08-20T21:57:04.0116977Z   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:57:04.0118017Z   GHCR_TOKEN: ***
2025-08-20T21:57:04.0118499Z   GITHUB_TOKEN: ***
2025-08-20T21:57:04.0118912Z   GITLAB_TOKEN: ***
2025-08-20T21:57:04.0120193Z   MINISIGN_KEY: ***
2025-08-20T21:57:04.0120460Z ##[endgroup]
2025-08-20T21:57:04.0688978Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:57:04.1413723Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:57:04.1414393Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:57:04.1414646Z 
2025-08-20T21:57:04.1813918Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:57:04.1814411Z 100  5335  100  5335    0     0   129k      0 --:--:-- --:--:-- --:--:--  130k
2025-08-20T21:57:04.1826043Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T21:57:04.1912667Z 
2025-08-20T21:57:04.1913423Z [+] Building [/tmp/tmp.bdBz6ZLoE8/SBUILD_INPUT] Locally
2025-08-20T21:57:04.1913733Z 
2025-08-20T21:57:04.1924865Z '/tmp/tmp.bdBz6ZLoE8/SBUILD_INPUT' -> '/tmp/pkgforge/S64d00yq0_build.yaml'
2025-08-20T21:57:04.2844280Z 
2025-08-20T21:57:04.2847474Z [+] Passwordless sudo is Configured
2025-08-20T21:57:04.3486700Z 
2025-08-20T21:57:04.3500562Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:57:04.3500881Z 
2025-08-20T21:57:04.3919709Z 
2025-08-20T21:57:04.3927081Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:57:04.3927790Z 
2025-08-20T21:57:04.3927797Z 
2025-08-20T21:57:04.3928103Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:57:04.3928404Z 
2025-08-20T21:57:04.3963518Z [+] Installing: 7z -> 7z
2025-08-20T21:57:04.7618396Z [+] Installing: actionlint -> actionlint
2025-08-20T21:57:05.1312930Z [+] Installing: anew -> anew
2025-08-20T21:57:05.2886397Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:57:05.4493092Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:57:05.5765686Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:57:05.9219737Z [+] Installing: archey -> archey
2025-08-20T21:57:06.3453834Z [+] Installing: aria2 -> aria2c
2025-08-20T21:57:06.8417643Z [+] Installing: askalono -> askalono
2025-08-20T21:57:07.2589259Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:57:07.6151881Z [+] Installing: b3sum -> b3sum
2025-08-20T21:57:07.7714946Z [+] Installing: bita -> bita
2025-08-20T21:57:08.2509579Z [+] Installing: btop -> btop
2025-08-20T21:57:08.6388682Z [+] Installing: chafa -> chafa
2025-08-20T21:57:08.8346469Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:57:09.2932197Z [+] Installing: croc -> croc
2025-08-20T21:57:09.6819159Z [+] Installing: csvtk -> csvtk
2025-08-20T21:57:09.8764901Z [+] Installing: cutlines -> cutlines
2025-08-20T21:57:10.2459962Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:10.2497484Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:57:10.2498289Z [+] Installing: dbin -> dbin
2025-08-20T21:57:10.7431326Z [+] Installing: dasel -> dasel
2025-08-20T21:57:11.1273589Z [+] Installing: delta -> delta
2025-08-20T21:57:11.3481893Z [+] Installing: ds -> ds
2025-08-20T21:57:11.6629544Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:11.6669534Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:57:11.6669967Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:57:12.0215527Z [+] Installing: duf -> duf
2025-08-20T21:57:12.1881531Z [+] Installing: duplicut -> duplicut
2025-08-20T21:57:12.3155534Z [+] Installing: dust -> dust
2025-08-20T21:57:12.6902745Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:57:12.8594864Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:57:13.2207469Z [+] Installing: dysk -> dysk
2025-08-20T21:57:13.3974777Z [+] Installing: eget -> eget
2025-08-20T21:57:13.5659332Z [+] Installing: epoch -> epoch
2025-08-20T21:57:14.0093056Z [+] Installing: faketty -> faketty
2025-08-20T21:57:14.1574376Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:57:14.5296579Z [+] Installing: freeze -> freeze
2025-08-20T21:57:14.9076497Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:57:15.2413912Z [+] Installing: gdu -> gdu
2025-08-20T21:57:15.4188834Z [+] Installing: gh -> gh
2025-08-20T21:57:15.8553105Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:57:16.2278410Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:57:16.3889099Z [+] Installing: glab -> glab
2025-08-20T21:57:16.8338934Z [+] Installing: glow -> glow
2025-08-20T21:57:17.1011637Z [+] Installing: httpx -> httpx
2025-08-20T21:57:17.3513665Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:57:17.5459095Z [+] Installing: husarnet -> husarnet
2025-08-20T21:57:17.8877186Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:17.8913584Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:57:17.8913967Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:57:17.9990385Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:18.0027660Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:57:18.0028041Z [+] Installing: imgcat -> imgcat
2025-08-20T21:57:18.1642705Z [+] Installing: jc -> jc
2025-08-20T21:57:18.5738314Z [+] Installing: jq -> jq
2025-08-20T21:57:18.9459127Z [+] Installing: logdy -> logdy
2025-08-20T21:57:19.1713452Z [+] Installing: micro -> micro
2025-08-20T21:57:19.3587792Z [+] Installing: miniserve -> miniserve
2025-08-20T21:57:19.7198927Z [+] Installing: minisign -> minisign
2025-08-20T21:57:20.0422690Z [+] Installing: ncdu -> ncdu
2025-08-20T21:57:20.1828793Z [+] Installing: notify -> notify
2025-08-20T21:57:20.7498420Z [+] Installing: ouch -> ouch
2025-08-20T21:57:21.1377379Z [+] Installing: oras -> oras
2025-08-20T21:57:21.5136939Z [+] Installing: pipetty -> pipetty
2025-08-20T21:57:21.8561272Z [+] Installing: pixterm -> pixterm
2025-08-20T21:57:22.2664005Z [+] Installing: qsv -> qsv
2025-08-20T21:57:22.6349617Z [+] Installing: rclone -> rclone
2025-08-20T21:57:23.1125724Z [+] Installing: ripgrep -> rg
2025-08-20T21:57:23.2814596Z [+] Installing: rga -> rga
2025-08-20T21:57:23.4318047Z [+] Installing: rsync -> rsync
2025-08-20T21:57:23.7935633Z [+] Installing: script -> script
2025-08-20T21:57:23.9349877Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:57:24.4972017Z [+] Installing: soar -> soar
2025-08-20T21:57:24.8777306Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:57:25.2758788Z [+] Installing: sstrip -> sstrip
2025-08-20T21:57:25.6276510Z [+] Installing: strace -> strace
2025-08-20T21:57:25.9912083Z [+] Installing: sttr -> sttr
2025-08-20T21:57:26.4308510Z [+] Installing: tailscale -> tailscale
2025-08-20T21:57:26.9943448Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:57:27.4293052Z [+] Installing: taplo -> taplo
2025-08-20T21:57:27.8946801Z [+] Installing: tldr -> tldr
2025-08-20T21:57:28.0339431Z [+] Installing: tldr -> tealdeer
2025-08-20T21:57:28.4089068Z [+] Installing: tmux -> tmux
2025-08-20T21:57:28.7684374Z [+] Installing: tok -> tok
2025-08-20T21:57:29.0564991Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:57:29.4683362Z [+] Installing: trurl -> trurl
2025-08-20T21:57:29.9579080Z [+] Installing: tss -> tss
2025-08-20T21:57:30.0912695Z [+] Installing: ulexec -> ulexec
2025-08-20T21:57:30.4970355Z [+] Installing: unfurl -> unfurl
2025-08-20T21:57:30.7354282Z [+] Installing: upx -> upx
2025-08-20T21:57:30.8890107Z [+] Installing: validtoml -> validtoml
2025-08-20T21:57:31.3075800Z [+] Installing: wget -> wget
2025-08-20T21:57:31.5287205Z [+] Installing: wget2 -> wget2
2025-08-20T21:57:31.8909148Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:57:32.2572598Z [+] Installing: xq -> xq
2025-08-20T21:57:32.6172054Z [+] Installing: xz -> xz
2025-08-20T21:57:32.7581407Z [+] Installing: unxz -> unxz
2025-08-20T21:57:33.1368476Z [+] Installing: yq -> yq
2025-08-20T21:57:33.5041639Z [+] Installing: yj -> yj
2025-08-20T21:57:33.9205606Z [+] Installing: zapper -> zapper
2025-08-20T21:57:34.2706358Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:57:34.4115633Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:57:34.7297488Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:34.7333819Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:57:34.7334211Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:57:35.0526385Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:35.0563468Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:57:35.0564173Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:57:35.3704678Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:35.3741430Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:57:35.3741803Z [+] Installing: zstd -> zstd
2025-08-20T21:57:35.7344834Z [+] Creating symlinks...
2025-08-20T21:57:35.7424899Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:57:35.7510931Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:57:35.7597437Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:57:35.7683440Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:57:35.7773594Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:57:35.7862463Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:57:35.7951301Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:57:35.8041458Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:57:35.8131707Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:57:35.8217923Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:57:35.8305412Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:57:35.8392403Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:57:35.8479379Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:57:35.8565562Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:57:35.8652749Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:57:35.8738981Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:57:35.8823698Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:57:35.8858753Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:57:35.8935685Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:57:35.9021298Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:57:35.9105962Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:57:35.9140943Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:57:35.9219099Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:57:35.9307620Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:57:35.9395449Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:57:35.9482552Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:57:35.9568663Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:57:35.9654116Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:57:35.9742162Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:57:35.9828764Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:57:35.9911588Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:57:35.9996946Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:57:36.0081608Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:57:36.0165625Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:57:36.0250410Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:57:36.0336934Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:57:36.0422238Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:57:36.0505881Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:57:36.0592344Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:57:36.0682165Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:57:36.0768331Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:57:36.0861519Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:57:36.0950216Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:57:36.1036924Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:57:36.1072841Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:57:36.1097941Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:57:36.1174071Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:57:36.1261859Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:57:36.1351442Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:57:36.1437144Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:57:36.1522095Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:57:36.1607443Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:57:36.1691832Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:57:36.1781074Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:57:36.1868046Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:57:36.1958602Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:57:36.2048451Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:57:36.2134823Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:57:36.2220589Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:57:36.2307988Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:57:36.2394058Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:57:36.2484388Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:57:36.2573100Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:57:36.2662743Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:57:36.2752373Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:57:36.2841455Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:57:36.2931936Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:57:36.3018914Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:57:36.3106510Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:57:36.3195234Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:57:36.3283164Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:57:36.3370342Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:57:36.3455616Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:57:36.3545712Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:57:36.3631853Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:57:36.3718737Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:57:36.3805559Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:57:36.3887738Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:57:36.3971533Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:57:36.4055863Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:57:36.4141172Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:57:36.4227862Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:57:36.4312746Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:57:36.4398375Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:57:36.4482465Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:57:36.4568224Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:57:36.4653284Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:57:36.4738469Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:57:36.4824172Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:57:36.4911181Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:57:36.4999090Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:57:36.5084501Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:57:36.5171284Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:57:36.5256121Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:57:36.5340940Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:57:36.5377662Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:57:36.5404134Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:57:36.5429007Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:57:36.5507466Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:57:36.5531501Z 
2025-08-20T21:57:36.5531844Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:57:36.5532191Z 
2025-08-20T21:57:36.5643324Z 
2025-08-20T21:57:36.5729471Z 
2025-08-20T21:57:36.5730210Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:57:36.5732015Z 
2025-08-20T21:57:36.5732110Z [+] Installation completed!
2025-08-20T21:57:36.5807826Z 
2025-08-20T21:57:36.5808272Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:57:36.8292618Z github.com
2025-08-20T21:57:36.8293273Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:57:36.8293583Z   - Active account: true
2025-08-20T21:57:36.8293841Z   - Git operations protocol: https
2025-08-20T21:57:36.8294093Z   - Token: ghp_************************************
2025-08-20T21:57:36.8294721Z   - 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-20T21:57:36.8295542Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:57:36.8295884Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:57:37.0849657Z Limit: 5000, Remaining: 4946, Reset: 2025-08-20 22:27:57 +0000 UTC (30m20s)
2025-08-20T21:57:37.0859172Z 
2025-08-20T21:57:37.0859636Z [+] GHCR_TOKEN is Exported
2025-08-20T21:57:37.0890181Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:57:37.5125504Z Login Succeeded
2025-08-20T21:57:37.5133800Z 
2025-08-20T21:57:37.5133934Z [+] GITLAB is Exported
2025-08-20T21:57:37.6269430Z [git remote -v]
2025-08-20T21:57:37.8404244Z gitlab.com
2025-08-20T21:57:37.8404876Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:57:37.8405675Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:57:37.8406138Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:57:37.8406520Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:57:37.8406869Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:57:37.8407183Z   ✓ Token found: **************************
2025-08-20T21:57:37.8407343Z 
2025-08-20T21:57:37.8407695Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:57:37.8408205Z [git remote -v]
2025-08-20T21:57:37.8419160Z 2025/08/20 21:57:37 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:57:37.8419662Z git: exit status 128]
2025-08-20T21:57:38.0562102Z 
2025-08-20T21:57:38.0562263Z 
2025-08-20T21:57:38.0563368Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:57:38 PM)
2025-08-20T21:57:38.0563770Z 
2025-08-20T21:57:38.0563773Z 
2025-08-20T21:57:38.0563865Z [+] USER = runner
2025-08-20T21:57:38.0564035Z [+] HOME = /home/runner
2025-08-20T21:57:38.0566290Z [+] 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-20T21:57:38.0568382Z 
2025-08-20T21:57:38.2036958Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:38.2146004Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:38.2307980Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:38.2469208Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:38.3489802Z Hit:5 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:38.4097271Z Hit:6 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:39.3702296Z Reading package lists...
2025-08-20T21:57:39.4023987Z Reading package lists...
2025-08-20T21:57:39.6549874Z Building dependency tree...
2025-08-20T21:57:39.6556521Z Reading state information...
2025-08-20T21:57:39.9555170Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:57:39.9555619Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:57:39.9555930Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:39.9556292Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:57:39.9556613Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:57:39.9556920Z moreutils is already the newest version (0.69-1).
2025-08-20T21:57:39.9557281Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:57:39.9557669Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:57:39.9558024Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:40.0467776Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:40.0579850Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:40.0609445Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:40.0747809Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:40.0923754Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:40.1107665Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:41.1605791Z Reading package lists...
2025-08-20T21:57:41.1925314Z Reading package lists...
2025-08-20T21:57:41.4413872Z Building dependency tree...
2025-08-20T21:57:41.4422040Z Reading state information...
2025-08-20T21:57:41.7344000Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:57:41.7344557Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:57:41.7345461Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:57:41.7345881Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:57:41.7346253Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:41.7346702Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:57:41.7347063Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:57:41.7347438Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:57:41.7348181Z gawk set to manually installed.
2025-08-20T21:57:41.7348467Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:57:41.7348826Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:57:41.7349200Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:57:41.7349543Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:57:41.7349957Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:57:41.7350378Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:57:41.7350735Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:57:41.7351150Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:57:41.7351512Z The following additional packages will be installed:
2025-08-20T21:57:41.7351966Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:57:41.7352710Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:57:41.7353215Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:57:41.7353739Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:57:41.7354216Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:57:41.7354653Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:57:41.7359903Z Suggested packages:
2025-08-20T21:57:41.7360229Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:57:41.7360773Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:57:41.7361288Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:57:41.7361792Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:57:41.7362313Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:57:41.7362737Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:57:41.7363152Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:57:41.7591443Z The following NEW packages will be installed:
2025-08-20T21:57:41.7591922Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:57:41.7592673Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:57:41.7593215Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:57:41.7593704Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:57:41.7594707Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:57:41.7599237Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:57:41.7600345Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:57:41.8386351Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:41.8386775Z Need to get 27.2 MB of archives.
2025-08-20T21:57:41.8387153Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:57:41.8388093Z 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-20T21:57:41.9727629Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:57:42.0063669Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:57:42.0244840Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:57:42.0407778Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:57:42.0571257Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:57:42.0763785Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:57:42.0950789Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:57:42.1146333Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:57:42.1315424Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:57:42.2068481Z 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-20T21:57:42.2239477Z 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-20T21:57:42.2429288Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:57:42.2595219Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:57:42.2758249Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:57:42.2923738Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:57:42.3086514Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:57:42.3449188Z 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-20T21:57:42.4182963Z 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-20T21:57:42.4360333Z 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-20T21:57:42.4524291Z 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-20T21:57:42.4692615Z 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-20T21:57:42.4888813Z 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-20T21:57:42.5056713Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:57:42.5231349Z 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-20T21:57:42.5398636Z 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-20T21:57:42.5612244Z 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-20T21:57:42.5780103Z 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-20T21:57:42.5948113Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:57:42.6118562Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:57:42.6283380Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:57:42.6452451Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:57:42.6621947Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:57:42.6896002Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:57:42.7081784Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:57:42.7277997Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:57:42.9846528Z Preconfiguring packages ...
2025-08-20T21:57:43.0804005Z Fetched 27.2 MB in 1s (28.4 MB/s)
2025-08-20T21:57:43.1279043Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:57:43.1311917Z (Reading database ... 
2025-08-20T21:57:43.1312541Z (Reading database ... 5%
2025-08-20T21:57:43.1312775Z (Reading database ... 10%
2025-08-20T21:57:43.1312972Z (Reading database ... 15%
2025-08-20T21:57:43.1313171Z (Reading database ... 20%
2025-08-20T21:57:43.1313369Z (Reading database ... 25%
2025-08-20T21:57:43.1313565Z (Reading database ... 30%
2025-08-20T21:57:43.1313793Z (Reading database ... 35%
2025-08-20T21:57:43.1313992Z (Reading database ... 40%
2025-08-20T21:57:43.1314187Z (Reading database ... 45%
2025-08-20T21:57:43.1314383Z (Reading database ... 50%
2025-08-20T21:57:43.1336622Z (Reading database ... 55%
2025-08-20T21:57:43.1428213Z (Reading database ... 60%
2025-08-20T21:57:43.1469192Z (Reading database ... 65%
2025-08-20T21:57:43.1484263Z (Reading database ... 70%
2025-08-20T21:57:43.1504834Z (Reading database ... 75%
2025-08-20T21:57:43.1636011Z (Reading database ... 80%
2025-08-20T21:57:43.1713615Z (Reading database ... 85%
2025-08-20T21:57:43.1741179Z (Reading database ... 90%
2025-08-20T21:57:43.1839318Z (Reading database ... 95%
2025-08-20T21:57:43.1839526Z (Reading database ... 100%
2025-08-20T21:57:43.1839924Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:57:43.1879364Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:57:43.2101946Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:57:43.4025276Z Selecting previously unselected package poppler-data.
2025-08-20T21:57:43.4209001Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:57:43.4267431Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:57:44.0534344Z Selecting previously unselected package b3sum.
2025-08-20T21:57:44.0721421Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:57:44.0781545Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:57:44.1348344Z Selecting previously unselected package build-essential.
2025-08-20T21:57:44.1524783Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:57:44.1586710Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:57:44.2172658Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:57:44.2336431Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:57:44.2476023Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:57:44.3039007Z Selecting previously unselected package ccache.
2025-08-20T21:57:44.3203622Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:57:44.3263824Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:57:44.3965641Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:57:44.4135953Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:57:44.4197698Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:57:44.4761748Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:57:44.4949871Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:57:44.5012040Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:57:44.5633594Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:57:44.5820328Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:57:44.5887631Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:57:44.6660132Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:57:44.6833176Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:57:44.7434870Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:57:44.8567921Z Selecting previously unselected package libgs-common.
2025-08-20T21:57:44.8733409Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:57:44.8791507Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:44.9416574Z Selecting previously unselected package libgs10-common.
2025-08-20T21:57:44.9588990Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:57:44.9664975Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:45.0808468Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:57:45.1002109Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:57:45.1068423Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:57:45.1666588Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:57:45.1852936Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:57:45.1919632Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:57:45.2479796Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:57:45.2660375Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:57:45.2721393Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:57:45.3424010Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:57:45.3607593Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:57:45.3678736Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:57:45.4283679Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:57:45.4456050Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:57:45.4517427Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:45.6742527Z Selecting previously unselected package ghostscript.
2025-08-20T21:57:45.6965740Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:57:45.7027081Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:45.7606582Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:57:45.7793938Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:45.7857095Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:45.9121246Z Selecting previously unselected package imagemagick.
2025-08-20T21:57:45.9301125Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:45.9372942Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:45.9858006Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:57:46.0030802Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:57:46.0091055Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:46.0724283Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:57:46.0893092Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:57:46.0969899Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:46.1701774Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:57:46.1872089Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:57:46.1933051Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:57:46.2516605Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:57:46.2704747Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:57:46.2762724Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:46.3256912Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:57:46.3439923Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:57:46.3499135Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:46.4087970Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:57:46.4270544Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:57:46.4341647Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:57:46.5140262Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:57:46.5320200Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:57:46.5386993Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:57:46.5881063Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:57:46.6052953Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:46.6125022Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:46.6926801Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:57:46.7093509Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:57:46.7169003Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:57:46.7700840Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:57:46.7864616Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:57:46.7929954Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:57:46.8414558Z Selecting previously unselected package libtool-bin.
2025-08-20T21:57:46.8586074Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:57:46.8642970Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:57:46.9210669Z Selecting previously unselected package lzip.
2025-08-20T21:57:46.9393362Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:57:46.9453809Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:57:47.0072516Z Selecting previously unselected package netpbm.
2025-08-20T21:57:47.0262363Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:57:47.0322955Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:57:47.3306891Z Selecting previously unselected package musl:arm64.
2025-08-20T21:57:47.3500072Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:57:47.3567065Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:57:47.4171873Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:57:47.4352075Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:57:47.4735763Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:57:47.5666947Z Selecting previously unselected package musl-tools.
2025-08-20T21:57:47.5855578Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:57:47.5915165Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:57:47.6626853Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:57:47.8023327Z 
2025-08-20T21:57:47.8023875Z Creating config file /etc/papersize with new version
2025-08-20T21:57:47.8870364Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:57:47.9046521Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:57:47.9300780Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:57:47.9482928Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:57:47.9648319Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:47.9839184Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:57:48.0016199Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:57:48.0206543Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:57:48.0732513Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:48.0897447Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:57:48.1061141Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:57:48.1199259Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:57:48.1266870Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:57:48.1330808Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:57:48.1438378Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:57:48.1606136Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:57:48.1800507Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:57:48.1979627Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:57:48.2153394Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:48.2318036Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:57:48.2389078Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:57:48.2465953Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:57:48.2529909Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:57:48.2602695Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:57:48.2679393Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:57:48.2746366Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:57:48.2816304Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:57:48.2888986Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:57:48.2947801Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:57:48.3018818Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:57:48.3082306Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:57:48.3150294Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:57:48.3211287Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:57:48.3288489Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:57:48.3352934Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:57:48.3422395Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:57:48.3483271Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:57:48.3553017Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:57:48.3614982Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:57:48.3683773Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:57:48.3757609Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:57:48.3855359Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:57:48.4015195Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:57:48.4330171Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:57:48.4497060Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:57:48.4893530Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:48.5070291Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:57:48.5252092Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:48.5419872Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:57:48.5538224Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:57:48.5668245Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:48.5832548Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:57:48.6052119Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:57:48.6230280Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:57:48.6407224Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:48.6570693Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:48.6742140Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:57:48.8557460Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:57:48.8724561Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:48.8896628Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:48.9084209Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:48.9297199Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:57:49.0158663Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:57:49.3572102Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:57:50.7302628Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:57:50.7664503Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:57:53.5125794Z Reading package lists...
2025-08-20T21:57:53.7629039Z Building dependency tree...
2025-08-20T21:57:53.7636096Z Reading state information...
2025-08-20T21:57:54.0359810Z autoconf is already the newest version (2.71-3).
2025-08-20T21:57:54.0360195Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:57:54.0360543Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:57:54.0360874Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:57:54.0361224Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:57:54.0361587Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:54.0361921Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:57:54.0362218Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:57:54.0362525Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:57:54.0362835Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:57:54.0363147Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:57:54.0363460Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:57:54.0364180Z patch set to manually installed.
2025-08-20T21:57:54.0364479Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:57:54.0364807Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:57:54.0365374Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:57:54.0365709Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:57:54.0365968Z Suggested packages:
2025-08-20T21:57:54.0366147Z   scons-doc
2025-08-20T21:57:54.0523403Z The following NEW packages will be installed:
2025-08-20T21:57:54.0531716Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:57:54.3261241Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:54.3261609Z Need to get 17.8 MB of archives.
2025-08-20T21:57:54.3261901Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:57:54.3262396Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:57:54.8542379Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:57:54.9390054Z 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-20T21:57:55.8535290Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:57:56.0579985Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:57:56.6438462Z Fetched 17.8 MB in 2s (8462 kB/s)
2025-08-20T21:57:58.1642315Z Selecting previously unselected package autopoint.
2025-08-20T21:57:58.1674624Z (Reading database ... 
2025-08-20T21:57:58.1674831Z (Reading database ... 5%
2025-08-20T21:57:58.1675026Z (Reading database ... 10%
2025-08-20T21:57:58.1675395Z (Reading database ... 15%
2025-08-20T21:57:58.1675607Z (Reading database ... 20%
2025-08-20T21:57:58.1675802Z (Reading database ... 25%
2025-08-20T21:57:58.1676030Z (Reading database ... 30%
2025-08-20T21:57:58.1676224Z (Reading database ... 35%
2025-08-20T21:57:58.1676415Z (Reading database ... 40%
2025-08-20T21:57:58.1676606Z (Reading database ... 45%
2025-08-20T21:57:58.1676798Z (Reading database ... 50%
2025-08-20T21:57:58.1699427Z (Reading database ... 55%
2025-08-20T21:57:58.1788546Z (Reading database ... 60%
2025-08-20T21:57:58.1828570Z (Reading database ... 65%
2025-08-20T21:57:58.1842726Z (Reading database ... 70%
2025-08-20T21:57:58.1870645Z (Reading database ... 75%
2025-08-20T21:57:58.1993116Z (Reading database ... 80%
2025-08-20T21:57:58.2066325Z (Reading database ... 85%
2025-08-20T21:57:58.2094728Z (Reading database ... 90%
2025-08-20T21:57:58.2189070Z (Reading database ... 95%
2025-08-20T21:57:58.2189301Z (Reading database ... 100%
2025-08-20T21:57:58.2189596Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:57:58.2227699Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:57:58.2287266Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:57:58.2927922Z Selecting previously unselected package clang.
2025-08-20T21:57:58.3102291Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:57:58.3173913Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:57:58.3722238Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:57:58.3890134Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:57:58.3952823Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:57:59.4228925Z Selecting previously unselected package scons.
2025-08-20T21:57:59.4398902Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:57:59.4460529Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:57:59.5284039Z Selecting previously unselected package byacc.
2025-08-20T21:57:59.5458233Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:57:59.5521920Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:57:59.6204767Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:57:59.6411628Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:57:59.6699144Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:57:59.7119958Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:58:00.0892973Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:58:00.1097543Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:01.3924071Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:58:02.7840714Z Reading package lists...
2025-08-20T21:58:03.0461080Z Building dependency tree...
2025-08-20T21:58:03.0470387Z Reading state information...
2025-08-20T21:58:03.3325400Z The following additional packages will be installed:
2025-08-20T21:58:03.3325815Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:58:03.3326163Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:58:03.3326584Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:58:03.3327054Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:58:03.3327496Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:58:03.3328100Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:58:03.3328571Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:58:03.3330506Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:58:03.3332500Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:58:03.3342672Z Suggested packages:
2025-08-20T21:58:03.3343118Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:58:03.3343505Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:58:03.3343931Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:58:03.3344491Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:58:03.3344887Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:58:03.3345451Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:58:03.3345907Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:58:03.3346378Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:58:03.3346741Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:58:03.3346956Z Recommended packages:
2025-08-20T21:58:03.3347233Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:58:03.3347660Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:58:03.3348055Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:58:03.3348412Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:58:03.3348735Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:58:03.3547295Z The following NEW packages will be installed:
2025-08-20T21:58:03.3548132Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:58:03.3548543Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:58:03.3548951Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:58:03.3549422Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:58:03.3549864Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:58:03.3550318Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:58:03.3550764Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:58:03.3552205Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:58:03.3556285Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:58:03.5457417Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:03.5458263Z Need to get 2409 kB of archives.
2025-08-20T21:58:03.5458599Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:58:03.5459113Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:58:03.6300846Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:58:03.7321942Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:58:03.9001189Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:58:03.9897191Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:58:04.0854011Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:58:04.1951687Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:58:04.2842414Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:58:04.3747812Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:58:04.4681018Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:58:04.5664840Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:58:04.7462273Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:58:04.8299916Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:58:04.9459782Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:58:05.0676326Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:58:05.2446847Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:58:05.3344055Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:58:05.5733145Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:58:05.6610105Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:58:05.7472368Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:58:05.8323096Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:58:06.0483782Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:58:06.3083503Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:58:06.4843895Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:58:06.5805586Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:58:06.6970532Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:58:06.8031799Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:58:07.0841786Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:58:07.1988436Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:58:07.2938703Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:58:07.8596779Z Fetched 2409 kB in 4s (572 kB/s)
2025-08-20T21:58:07.8879836Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:58:07.8912544Z (Reading database ... 
2025-08-20T21:58:07.8912777Z (Reading database ... 5%
2025-08-20T21:58:07.8912996Z (Reading database ... 10%
2025-08-20T21:58:07.8913197Z (Reading database ... 15%
2025-08-20T21:58:07.8913393Z (Reading database ... 20%
2025-08-20T21:58:07.8913623Z (Reading database ... 25%
2025-08-20T21:58:07.8913817Z (Reading database ... 30%
2025-08-20T21:58:07.8914010Z (Reading database ... 35%
2025-08-20T21:58:07.8914202Z (Reading database ... 40%
2025-08-20T21:58:07.8914396Z (Reading database ... 45%
2025-08-20T21:58:07.8914585Z (Reading database ... 50%
2025-08-20T21:58:07.8937869Z (Reading database ... 55%
2025-08-20T21:58:07.9028944Z (Reading database ... 60%
2025-08-20T21:58:07.9068747Z (Reading database ... 65%
2025-08-20T21:58:07.9082885Z (Reading database ... 70%
2025-08-20T21:58:07.9111368Z (Reading database ... 75%
2025-08-20T21:58:07.9235662Z (Reading database ... 80%
2025-08-20T21:58:07.9310522Z (Reading database ... 85%
2025-08-20T21:58:07.9340945Z (Reading database ... 90%
2025-08-20T21:58:07.9438799Z (Reading database ... 95%
2025-08-20T21:58:07.9439009Z (Reading database ... 100%
2025-08-20T21:58:07.9439306Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:58:07.9477241Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:58:07.9546915Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:58:08.0065185Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:58:08.0251411Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:58:08.0308412Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:58:08.0806801Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:58:08.0990917Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:58:08.1050803Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:58:08.1553668Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:58:08.1721388Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:58:08.1786998Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:58:08.2300628Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:58:08.2467795Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:58:08.2539202Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:58:08.3041589Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:58:08.3212425Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:58:08.3272612Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:58:08.3793340Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:58:08.3981958Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:58:08.4054994Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:58:08.4611983Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:58:08.4815179Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:58:08.4886516Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:58:08.5349770Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:58:08.5530782Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:58:08.5588037Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:58:08.6098138Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:58:08.6273596Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:58:08.6330373Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:58:08.6822594Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:58:08.6988105Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:58:08.7057349Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:58:08.7602553Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:58:08.7771280Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:58:08.7838440Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:58:08.8353595Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:58:08.8528103Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:58:08.8585694Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:58:08.9091544Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:58:08.9261585Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:58:08.9320591Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:58:08.9826468Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:58:09.0017148Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:58:09.0100433Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:58:09.0637877Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:58:09.0819036Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:58:09.0877519Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:58:09.1390611Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:58:09.1575242Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:58:09.1635749Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:58:09.2249809Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:58:09.2425008Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:58:09.2494357Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:58:09.3008676Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:58:09.3176731Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:58:09.3234166Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:58:09.3741587Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:58:09.3914341Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:58:09.3979362Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:58:09.4555968Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:58:09.4732994Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:58:09.5071626Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:58:09.5774296Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:58:09.5961319Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:58:09.6031231Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:58:09.6578305Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:58:09.6765199Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:58:09.6882576Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:58:09.7422421Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:58:09.7600946Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:58:09.7663992Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:58:09.8254969Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:58:09.8436529Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:58:09.8495446Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:58:09.9003035Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:58:09.9172250Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:58:09.9233501Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:58:09.9712217Z Selecting previously unselected package libwww-perl.
2025-08-20T21:58:09.9882879Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:58:09.9955030Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:58:10.0572734Z Selecting previously unselected package patchutils.
2025-08-20T21:58:10.0742822Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:58:10.0803675Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:58:10.1385349Z Selecting previously unselected package wdiff.
2025-08-20T21:58:10.1572714Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:58:10.1639018Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:58:10.2369938Z Selecting previously unselected package devscripts.
2025-08-20T21:58:10.2556725Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:58:10.2781112Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:58:10.4510840Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:58:10.4719322Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:58:10.4882080Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:58:10.5066875Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:58:10.5235413Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:58:10.5420094Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:58:10.5597816Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:58:10.5803578Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:58:10.6007081Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:58:10.6193074Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:58:10.6377131Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:58:10.6562607Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:58:10.6729818Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:58:10.6907317Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:58:10.7076714Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:58:10.7293280Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:58:10.7460288Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:58:10.7634711Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:58:10.7808464Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:58:10.8014980Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:58:10.8195261Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:58:10.8376460Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:58:10.8551072Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:58:10.8717187Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:58:10.8909633Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:58:10.9080642Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:58:10.9259105Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:58:10.9438909Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:58:10.9633794Z Setting up devscripts (2.23.7) ...
2025-08-20T21:58:11.0945311Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:58:11.1177903Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:12.8915911Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:58:14.2705281Z Reading package lists...
2025-08-20T21:58:14.5229140Z Building dependency tree...
2025-08-20T21:58:14.5235972Z Reading state information...
2025-08-20T21:58:14.7997497Z The following additional packages will be installed:
2025-08-20T21:58:14.8006570Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:58:14.8015415Z Suggested packages:
2025-08-20T21:58:14.8015630Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:58:14.8178095Z The following NEW packages will be installed:
2025-08-20T21:58:14.8187186Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:58:14.9589789Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:14.9590165Z Need to get 12.7 MB of archives.
2025-08-20T21:58:14.9590459Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:58:14.9591011Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:58:15.0219269Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:58:15.0665332Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:58:15.1518050Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:58:15.4950832Z Fetched 12.7 MB in 0s (33.1 MB/s)
2025-08-20T21:58:15.5260629Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:58:15.5294667Z (Reading database ... 
2025-08-20T21:58:15.5294927Z (Reading database ... 5%
2025-08-20T21:58:15.5295879Z (Reading database ... 10%
2025-08-20T21:58:15.5296103Z (Reading database ... 15%
2025-08-20T21:58:15.5296305Z (Reading database ... 20%
2025-08-20T21:58:15.5296499Z (Reading database ... 25%
2025-08-20T21:58:15.5296693Z (Reading database ... 30%
2025-08-20T21:58:15.5296885Z (Reading database ... 35%
2025-08-20T21:58:15.5297080Z (Reading database ... 40%
2025-08-20T21:58:15.5297668Z (Reading database ... 45%
2025-08-20T21:58:15.5297866Z (Reading database ... 50%
2025-08-20T21:58:15.5318447Z (Reading database ... 55%
2025-08-20T21:58:15.5407641Z (Reading database ... 60%
2025-08-20T21:58:15.5448914Z (Reading database ... 65%
2025-08-20T21:58:15.5463561Z (Reading database ... 70%
2025-08-20T21:58:15.5493427Z (Reading database ... 75%
2025-08-20T21:58:15.5624525Z (Reading database ... 80%
2025-08-20T21:58:15.5704097Z (Reading database ... 85%
2025-08-20T21:58:15.5731959Z (Reading database ... 90%
2025-08-20T21:58:15.5833534Z (Reading database ... 95%
2025-08-20T21:58:15.5833759Z (Reading database ... 100%
2025-08-20T21:58:15.5834053Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:58:15.5873052Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:58:15.5995263Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:58:15.6610167Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:58:15.6788799Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:58:15.6847018Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:58:15.7511140Z Selecting previously unselected package cmake-data.
2025-08-20T21:58:15.7682475Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:58:15.7799897Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:58:16.7675564Z Selecting previously unselected package cmake.
2025-08-20T21:58:16.7867220Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:58:16.7924793Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:58:17.0509566Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:58:17.0763804Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:58:17.0942035Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:58:17.1163425Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:58:17.1341210Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:18.5189096Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:19.7867521Z Reading package lists...
2025-08-20T21:58:20.0206882Z Building dependency tree...
2025-08-20T21:58:20.0213634Z Reading state information...
2025-08-20T21:58:20.2947472Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:58:20.2947886Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:58:20.2948206Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:58:20.2948516Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:20.2949297Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:58:20.2949639Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:58:20.2949986Z ca-certificates is already the newest version (20240203).
2025-08-20T21:58:20.2950289Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:58:20.2950590Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:58:20.2950895Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:58:20.2951204Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:58:20.2951490Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:58:20.2951825Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:58:20.2952177Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:58:20.2952487Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:58:20.2952796Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:58:20.2953120Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:58:20.2953424Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:58:20.2953702Z musl is already the newest version (1.2.4-2).
2025-08-20T21:58:20.2953979Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:58:20.2954271Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:58:20.2954605Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:58:20.2955371Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:58:20.2955683Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:58:20.2955986Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:20.2956318Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:20.3154339Z Reading package lists...
2025-08-20T21:58:20.5738678Z Building dependency tree...
2025-08-20T21:58:20.5745838Z Reading state information...
2025-08-20T21:58:20.8833338Z autoconf is already the newest version (2.71-3).
2025-08-20T21:58:20.8833733Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:58:20.8834109Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:58:20.8834435Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:20.8834763Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:58:20.8835320Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:58:20.8835696Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:58:20.8836014Z ca-certificates is already the newest version (20240203).
2025-08-20T21:58:20.8836327Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:58:20.8836627Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:58:20.8836919Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:58:20.8837224Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:58:20.8837543Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:58:20.8837861Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:58:20.8838211Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:58:20.8838521Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:58:20.8838848Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:58:20.8839210Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:58:20.8839570Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:58:20.8839862Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:58:20.8840166Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:20.8840500Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:20.9042449Z Reading package lists...
2025-08-20T21:58:21.1554047Z Building dependency tree...
2025-08-20T21:58:21.1561222Z Reading state information...
2025-08-20T21:58:21.4629775Z devscripts is already the newest version (2.23.7).
2025-08-20T21:58:21.4630184Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:21.4840987Z Reading package lists...
2025-08-20T21:58:21.7437035Z Building dependency tree...
2025-08-20T21:58:21.7446292Z Reading state information...
2025-08-20T21:58:22.0537871Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:58:22.0538264Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:22.0742637Z Reading package lists...
2025-08-20T21:58:22.3228756Z Building dependency tree...
2025-08-20T21:58:22.3238470Z Reading state information...
2025-08-20T21:58:22.6323456Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:22.6780602Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:58:22.6781012Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:22.7267676Z Reading package lists...
2025-08-20T21:58:22.9736684Z Building dependency tree...
2025-08-20T21:58:22.9746992Z Reading state information...
2025-08-20T21:58:23.2521928Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:58:23.2522696Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:58:23.2523085Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:58:23.2523456Z The following additional packages will be installed:
2025-08-20T21:58:23.2524179Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:58:23.2524580Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:58:23.2525029Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:58:23.2525596Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:58:23.2525985Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:58:23.2526427Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:58:23.2526848Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:58:23.2527251Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:58:23.2527626Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:58:23.2528024Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:58:23.2528451Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:58:23.2528798Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:58:23.2529166Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:58:23.2529605Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:58:23.2529949Z   linux-libc-dev-armhf-cross
2025-08-20T21:58:23.2538688Z Suggested packages:
2025-08-20T21:58:23.2538989Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:58:23.2539359Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:58:23.2883217Z The following NEW packages will be installed:
2025-08-20T21:58:23.2883587Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:58:23.2883984Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:58:23.2884435Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:58:23.2884895Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:58:23.2885500Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:58:23.2885899Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:58:23.2886315Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:58:23.2886707Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:58:23.2887539Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:58:23.2887943Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:58:23.2888348Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:58:23.2889118Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:58:23.2889496Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:58:23.2889875Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:58:23.2893629Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:58:23.3473458Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:23.3473825Z Need to get 112 MB of archives.
2025-08-20T21:58:23.3474115Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:58:23.3474797Z 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-20T21:58:23.3975613Z 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-20T21:58:23.5498443Z 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-20T21:58:23.5662493Z 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-20T21:58:23.6366433Z 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-20T21:58:23.6528163Z 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-20T21:58:23.6691903Z 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-20T21:58:23.7040280Z 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-20T21:58:23.7205823Z 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-20T21:58:23.7370659Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:58:23.7592342Z 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-20T21:58:23.7758565Z 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-20T21:58:23.7930042Z 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-20T21:58:23.8094824Z 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-20T21:58:23.8412517Z 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-20T21:58:23.8613530Z 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-20T21:58:23.9402485Z 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-20T21:58:23.9614124Z 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-20T21:58:24.0808844Z 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-20T21:58:24.1044998Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:58:24.1284445Z 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-20T21:58:24.1579338Z 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-20T21:58:24.2339153Z 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-20T21:58:24.2685284Z 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-20T21:58:24.2847655Z 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-20T21:58:24.3012687Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:58:24.3245914Z 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-20T21:58:24.3410591Z 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-20T21:58:24.3581128Z 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-20T21:58:24.3744363Z 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-20T21:58:24.4062365Z 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-20T21:58:24.4260478Z 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-20T21:58:24.4484910Z 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-20T21:58:24.5266601Z 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-20T21:58:24.6447355Z 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-20T21:58:24.6680793Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:58:24.6919926Z 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-20T21:58:24.7213140Z 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-20T21:58:24.7975322Z 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-20T21:58:24.8135727Z 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-20T21:58:24.8297265Z 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-20T21:58:24.8461195Z 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-20T21:58:25.1514934Z Fetched 112 MB in 2s (72.6 MB/s)
2025-08-20T21:58:25.1777049Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:58:25.1811330Z (Reading database ... 
2025-08-20T21:58:25.1811592Z (Reading database ... 5%
2025-08-20T21:58:25.1811795Z (Reading database ... 10%
2025-08-20T21:58:25.1811991Z (Reading database ... 15%
2025-08-20T21:58:25.1812836Z (Reading database ... 20%
2025-08-20T21:58:25.1813065Z (Reading database ... 25%
2025-08-20T21:58:25.1813272Z (Reading database ... 30%
2025-08-20T21:58:25.1813814Z (Reading database ... 35%
2025-08-20T21:58:25.1814039Z (Reading database ... 40%
2025-08-20T21:58:25.1814237Z (Reading database ... 45%
2025-08-20T21:58:25.1814430Z (Reading database ... 50%
2025-08-20T21:58:25.1834397Z (Reading database ... 55%
2025-08-20T21:58:25.1927069Z (Reading database ... 60%
2025-08-20T21:58:25.1969237Z (Reading database ... 65%
2025-08-20T21:58:25.1983980Z (Reading database ... 70%
2025-08-20T21:58:25.2013693Z (Reading database ... 75%
2025-08-20T21:58:25.2144946Z (Reading database ... 80%
2025-08-20T21:58:25.2228419Z (Reading database ... 85%
2025-08-20T21:58:25.2257138Z (Reading database ... 90%
2025-08-20T21:58:25.2368887Z (Reading database ... 95%
2025-08-20T21:58:25.2371343Z (Reading database ... 100%
2025-08-20T21:58:25.2371673Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:58:25.2410127Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:25.2471498Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.2986542Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:58:25.3157132Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:25.3238095Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.5670956Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:58:25.5864099Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:25.5921753Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.6417307Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:58:25.6583985Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:25.6685802Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.9067357Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:58:25.9266919Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:25.9327479Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:25.9834320Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:58:26.0032754Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:26.0094747Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:26.0617451Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:58:26.0827853Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:58:26.0972491Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:58:26.2040034Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:58:26.2210816Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.2273238Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.2720122Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:58:26.2893661Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.2994446Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.3504079Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:58:26.3674763Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:26.3738082Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:26.4379606Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:58:26.4565370Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.4632164Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.5176745Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:58:26.5376961Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.5449352Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.5976033Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:58:26.6168384Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.6229937Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.6793193Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:58:26.6984645Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.7050698Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.7935231Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:58:26.8113488Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.8176153Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.8808449Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:58:26.8984192Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.9039164Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.9648291Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:58:26.9822946Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.9880710Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:27.0715676Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:58:27.0908996Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:27.0993515Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:27.4687863Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:58:27.4863571Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:58:27.4943762Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:27.7213924Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:58:27.7404312Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:27.7468073Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:27.8744533Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:58:27.8937806Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:27.9001131Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.1536729Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:58:28.1717020Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:28.1809862Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4115984Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:58:28.4315322Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:58:28.4395964Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:58:28.5490830Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:58:28.5683466Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:28.5742968Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.6263553Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:58:28.6476026Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:28.6544835Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.7065705Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:58:28.7243166Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:28.7333247Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:28.7960114Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:58:28.8138184Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:28.8204343Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.8729929Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:58:28.8941548Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:28.9012464Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.9566442Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:58:28.9766781Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:28.9828809Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.0340407Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:58:29.0528041Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:29.0596063Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.1554873Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:58:29.1744526Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:29.1812999Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.2445781Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:58:29.2620507Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:29.2679811Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.3328259Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:58:29.3503396Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:29.3568904Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.4374185Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:58:29.4554567Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:29.4657226Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.8595626Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:58:29.8781143Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:58:29.8852189Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:30.1864113Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:58:30.2065626Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:30.2124964Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:30.3544948Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:58:30.3738241Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:30.3806781Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:30.6338525Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:58:30.6536187Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:30.6629386Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:30.9232882Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:58:30.9430582Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:30.9498085Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:30.9926431Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:58:31.0100075Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:31.0161261Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:31.0543284Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:58:31.0718190Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:31.0776517Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:31.1204451Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:58:31.1382157Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:31.1441312Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:31.2077942Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:58:31.2250785Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:31.2405266Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.2566918Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.2750178Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.2910699Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:31.3079397Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.3241958Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:31.3408129Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:31.3573264Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.3740845Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.3919027Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:31.4090038Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:58:31.4259858Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.4436744Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.4615607Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.4784829Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.4967820Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.5153744Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.5318276Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.5512655Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:31.5689350Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.5855264Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.6045528Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:31.6249904Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.6433209Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.6602979Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.6792558Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:31.6954237Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.7129426Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.7343620Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.7511366Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.7670803Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.7859600Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.8025766Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:31.8187641Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.8350753Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.8561554Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.8731611Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:31.8893305Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:31.9062599Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:31.9234580Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:31.9443518Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:58:31.9512723Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:58:31.9638181Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:33.3232155Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:34.6941019Z Reading package lists...
2025-08-20T21:58:34.9550111Z Building dependency tree...
2025-08-20T21:58:34.9557506Z Reading state information...
2025-08-20T21:58:35.2248004Z The following additional packages will be installed:
2025-08-20T21:58:35.2248454Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:58:35.2254420Z   libpcap0.8-dev
2025-08-20T21:58:35.2567134Z The following NEW packages will be installed:
2025-08-20T21:58:35.2567637Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:58:35.2574440Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:58:35.2788616Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:35.3329326Z Need to get 1640 kB of archives.
2025-08-20T21:58:35.3329711Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:58:35.3330284Z 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-20T21:58:35.4155519Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:58:35.4368357Z 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-20T21:58:35.4583167Z 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-20T21:58:35.4875016Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:58:35.5331982Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:58:35.5526280Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:58:35.5688002Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:58:35.8408481Z Fetched 1640 kB in 0s (5918 kB/s)
2025-08-20T21:58:35.8776638Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:58:35.8812229Z (Reading database ... 
2025-08-20T21:58:35.8812457Z (Reading database ... 5%
2025-08-20T21:58:35.8812657Z (Reading database ... 10%
2025-08-20T21:58:35.8812852Z (Reading database ... 15%
2025-08-20T21:58:35.8813044Z (Reading database ... 20%
2025-08-20T21:58:35.8813255Z (Reading database ... 25%
2025-08-20T21:58:35.8813448Z (Reading database ... 30%
2025-08-20T21:58:35.8814018Z (Reading database ... 35%
2025-08-20T21:58:35.8814235Z (Reading database ... 40%
2025-08-20T21:58:35.8814430Z (Reading database ... 45%
2025-08-20T21:58:35.8814623Z (Reading database ... 50%
2025-08-20T21:58:35.8836448Z (Reading database ... 55%
2025-08-20T21:58:35.8930511Z (Reading database ... 60%
2025-08-20T21:58:35.8968070Z (Reading database ... 65%
2025-08-20T21:58:35.8984947Z (Reading database ... 70%
2025-08-20T21:58:35.9010122Z (Reading database ... 75%
2025-08-20T21:58:35.9174918Z (Reading database ... 80%
2025-08-20T21:58:35.9212734Z (Reading database ... 85%
2025-08-20T21:58:35.9280043Z (Reading database ... 90%
2025-08-20T21:58:35.9360225Z (Reading database ... 95%
2025-08-20T21:58:35.9360453Z (Reading database ... 100%
2025-08-20T21:58:35.9360753Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:58:35.9396395Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:58:35.9469237Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:58:36.0243807Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:58:36.0432818Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:58:36.0550874Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:58:36.1089292Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:58:36.1273093Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:58:36.1330795Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:36.1901880Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:58:36.2086962Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:58:36.2153442Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:36.2738918Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:58:36.2914048Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:58:36.2974551Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:58:36.3858577Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:58:36.4055040Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:58:36.4144141Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:36.4777366Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:58:36.4964156Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:58:36.5025308Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:36.5702449Z Selecting previously unselected package pcaputils.
2025-08-20T21:58:36.5897549Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:58:36.5991650Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:58:36.6846399Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:58:36.7050695Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:58:36.8458335Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:36.8644861Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:58:36.8958556Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:58:37.1334123Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:37.1530776Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:58:37.1735311Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:37.2025886Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:38.8515372Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:58:38.8991535Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:38.9198609Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:40.2975749Z Reading package lists...
2025-08-20T21:58:40.5567117Z Building dependency tree...
2025-08-20T21:58:40.5576439Z Reading state information...
2025-08-20T21:58:40.6043845Z Reading package lists...
2025-08-20T21:58:40.8561526Z Building dependency tree...
2025-08-20T21:58:40.8568644Z Reading state information...
2025-08-20T21:58:41.1243467Z The following additional packages will be installed:
2025-08-20T21:58:41.1247942Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:58:41.1256833Z Suggested packages:
2025-08-20T21:58:41.1257145Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:58:41.1257554Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:58:41.1437267Z The following NEW packages will be installed:
2025-08-20T21:58:41.1438173Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:58:41.1443241Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:58:41.3675586Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:41.3675950Z Need to get 801 kB of archives.
2025-08-20T21:58:41.3676282Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:58:41.3676778Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:58:41.4075832Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:58:41.4409414Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:58:41.4965830Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:58:41.5138402Z 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-20T21:58:41.5302295Z 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-20T21:58:41.5508753Z 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-20T21:58:41.5670823Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:58:41.5839483Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:58:41.8721138Z Fetched 801 kB in 0s (1864 kB/s)
2025-08-20T21:58:41.9068097Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:58:41.9104231Z (Reading database ... 
2025-08-20T21:58:41.9104473Z (Reading database ... 5%
2025-08-20T21:58:41.9104724Z (Reading database ... 10%
2025-08-20T21:58:41.9104922Z (Reading database ... 15%
2025-08-20T21:58:41.9105307Z (Reading database ... 20%
2025-08-20T21:58:41.9105520Z (Reading database ... 25%
2025-08-20T21:58:41.9105717Z (Reading database ... 30%
2025-08-20T21:58:41.9106563Z (Reading database ... 35%
2025-08-20T21:58:41.9106763Z (Reading database ... 40%
2025-08-20T21:58:41.9106957Z (Reading database ... 45%
2025-08-20T21:58:41.9107151Z (Reading database ... 50%
2025-08-20T21:58:41.9128214Z (Reading database ... 55%
2025-08-20T21:58:41.9226104Z (Reading database ... 60%
2025-08-20T21:58:41.9264698Z (Reading database ... 65%
2025-08-20T21:58:41.9283183Z (Reading database ... 70%
2025-08-20T21:58:41.9321762Z (Reading database ... 75%
2025-08-20T21:58:41.9493624Z (Reading database ... 80%
2025-08-20T21:58:41.9534981Z (Reading database ... 85%
2025-08-20T21:58:41.9608306Z (Reading database ... 90%
2025-08-20T21:58:41.9695533Z (Reading database ... 95%
2025-08-20T21:58:41.9695802Z (Reading database ... 100%
2025-08-20T21:58:41.9696092Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:58:41.9739130Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:58:41.9864411Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:58:42.0414103Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:58:42.0594013Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:58:42.0657025Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:58:42.1211219Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:58:42.1408362Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:58:42.1488476Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:58:42.2442886Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:58:42.2634008Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:58:42.2693629Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:58:42.3195158Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:58:42.3398836Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:58:42.3461957Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:58:42.4068639Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:58:42.4264574Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:58:42.4326592Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:58:42.4861582Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:58:42.5043841Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:58:42.5130695Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:58:42.5730974Z Selecting previously unselected package lzma.
2025-08-20T21:58:42.5920984Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:58:42.5985251Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:58:42.6616895Z Selecting previously unselected package lzma-dev.
2025-08-20T21:58:42.6807682Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:58:42.6868500Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:58:42.7605957Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:58:42.7800400Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:58:42.7986206Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:58:42.8183282Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:58:42.8352471Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:58:42.8521124Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:58:42.8690329Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:58:42.8863077Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:58:42.9064153Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:58:42.9224616Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:58:42.9418016Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:42.9726116Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:44.3635951Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:58:45.7903299Z Reading package lists...
2025-08-20T21:58:46.0466635Z Building dependency tree...
2025-08-20T21:58:46.0476283Z Reading state information...
2025-08-20T21:58:46.3972966Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:58:46.3973408Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:58:46.3973747Z inetutils-telnet set to manually installed.
2025-08-20T21:58:46.3974046Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:58:46.3974379Z The following additional packages will be installed:
2025-08-20T21:58:46.3974646Z   tcpd update-inetd
2025-08-20T21:58:46.4157597Z The following packages will be REMOVED:
2025-08-20T21:58:46.4163841Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:58:46.4165256Z The following NEW packages will be installed:
2025-08-20T21:58:46.4165631Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:58:46.4166036Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:58:46.4173524Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:58:46.4694948Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:58:46.4695897Z Need to get 691 kB of archives.
2025-08-20T21:58:46.4696197Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:58:46.4696707Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:58:46.5222491Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:58:46.5418256Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:58:46.5615381Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:58:46.5846705Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:58:46.6146586Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:58:46.6391746Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:58:46.6613251Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:58:46.6818264Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:58:46.7009407Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:58:46.7231488Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:58:46.7470908Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:58:46.7690004Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:58:47.0149475Z Preconfiguring packages ...
2025-08-20T21:58:47.1222674Z Fetched 691 kB in 0s (2009 kB/s)
2025-08-20T21:58:47.1436174Z (Reading database ... 
2025-08-20T21:58:47.1436457Z (Reading database ... 5%
2025-08-20T21:58:47.1436662Z (Reading database ... 10%
2025-08-20T21:58:47.1436860Z (Reading database ... 15%
2025-08-20T21:58:47.1437057Z (Reading database ... 20%
2025-08-20T21:58:47.1437250Z (Reading database ... 25%
2025-08-20T21:58:47.1437448Z (Reading database ... 30%
2025-08-20T21:58:47.1437644Z (Reading database ... 35%
2025-08-20T21:58:47.1437842Z (Reading database ... 40%
2025-08-20T21:58:47.1438055Z (Reading database ... 45%
2025-08-20T21:58:47.1438252Z (Reading database ... 50%
2025-08-20T21:58:47.1460727Z (Reading database ... 55%
2025-08-20T21:58:47.1556494Z (Reading database ... 60%
2025-08-20T21:58:47.1598690Z (Reading database ... 65%
2025-08-20T21:58:47.1617804Z (Reading database ... 70%
2025-08-20T21:58:47.1644915Z (Reading database ... 75%
2025-08-20T21:58:47.1826757Z (Reading database ... 80%
2025-08-20T21:58:47.1867219Z (Reading database ... 85%
2025-08-20T21:58:47.1938724Z (Reading database ... 90%
2025-08-20T21:58:47.2024721Z (Reading database ... 95%
2025-08-20T21:58:47.2024929Z (Reading database ... 100%
2025-08-20T21:58:47.2025333Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:58:47.2066399Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:58:47.2735681Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:58:47.3495459Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:58:47.7224695Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:58:47.7262279Z (Reading database ... 
2025-08-20T21:58:47.7262538Z (Reading database ... 5%
2025-08-20T21:58:47.7262744Z (Reading database ... 10%
2025-08-20T21:58:47.7262946Z (Reading database ... 15%
2025-08-20T21:58:47.7263145Z (Reading database ... 20%
2025-08-20T21:58:47.7263340Z (Reading database ... 25%
2025-08-20T21:58:47.7263537Z (Reading database ... 30%
2025-08-20T21:58:47.7263727Z (Reading database ... 35%
2025-08-20T21:58:47.7263923Z (Reading database ... 40%
2025-08-20T21:58:47.7264604Z (Reading database ... 45%
2025-08-20T21:58:47.7264821Z (Reading database ... 50%
2025-08-20T21:58:47.7285890Z (Reading database ... 55%
2025-08-20T21:58:47.7383998Z (Reading database ... 60%
2025-08-20T21:58:47.7427455Z (Reading database ... 65%
2025-08-20T21:58:47.7446709Z (Reading database ... 70%
2025-08-20T21:58:47.7474615Z (Reading database ... 75%
2025-08-20T21:58:47.7659049Z (Reading database ... 80%
2025-08-20T21:58:47.7701450Z (Reading database ... 85%
2025-08-20T21:58:47.7774057Z (Reading database ... 90%
2025-08-20T21:58:47.7862783Z (Reading database ... 95%
2025-08-20T21:58:47.7863020Z (Reading database ... 100%
2025-08-20T21:58:47.7863312Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:58:47.7907717Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.8004538Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.8622681Z Selecting previously unselected package tcpd.
2025-08-20T21:58:47.8806081Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:58:47.8865422Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:58:47.9441504Z Selecting previously unselected package update-inetd.
2025-08-20T21:58:47.9614417Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:58:47.9687438Z Unpacking update-inetd (4.53) ...
2025-08-20T21:58:48.0371786Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:58:48.0564511Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.0677774Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.1258243Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:58:48.1445259Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.1505457Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.2143183Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:58:48.2331685Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.2398626Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.2988433Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:58:48.3172893Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.3263297Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.3929565Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:58:48.4118237Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.4178079Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.4753258Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:58:48.4934354Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.4991358Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.5642794Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:58:48.5833182Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.5893815Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.6425950Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:58:48.6617336Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.6677216Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.7285527Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:58:48.7482743Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:58:48.7563123Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:58:48.8220977Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:58:48.8410292Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:48.8470312Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.9176247Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:58:48.9441684Z Setting up update-inetd (4.53) ...
2025-08-20T21:58:49.0384045Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.0556882Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:58:49.0662246Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.4077642Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:49.4078118Z 
2025-08-20T21:58:49.4078234Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:58:49.4078416Z 
2025-08-20T21:58:49.4078829Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:49.4079187Z 
2025-08-20T21:58:49.4079692Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:49.4080176Z 
2025-08-20T21:58:49.6448721Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.6694120Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.6838927Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:58:49.6973148Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.7148290Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.7323283Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:58:49.7582237Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:50.0814604Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:58:50.0815021Z 
2025-08-20T21:58:50.0815729Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:58:50.0816210Z 
2025-08-20T21:58:50.3101710Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:50.4261191Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:50.5196140Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:50.6029387Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:53.8130896Z Reading package lists...
2025-08-20T21:58:54.0746996Z Building dependency tree...
2025-08-20T21:58:54.0756389Z Reading state information...
2025-08-20T21:58:54.4836289Z The following packages will be REMOVED:
2025-08-20T21:58:54.4845878Z   inetutils-ping
2025-08-20T21:58:54.4847265Z The following NEW packages will be installed:
2025-08-20T21:58:54.4855861Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:58:54.4861405Z The following packages will be upgraded:
2025-08-20T21:58:54.4869215Z   iputils-tracepath
2025-08-20T21:58:54.6980903Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:58:54.6981275Z Need to get 84.5 kB of archives.
2025-08-20T21:58:54.6981565Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:58:54.6982159Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:58:54.9488839Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:58:55.0451869Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:58:55.1422029Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:58:55.4721108Z Fetched 84.5 kB in 1s (129 kB/s)
2025-08-20T21:58:55.4947528Z (Reading database ... 
2025-08-20T21:58:55.4948276Z (Reading database ... 5%
2025-08-20T21:58:55.4948528Z (Reading database ... 10%
2025-08-20T21:58:55.4948729Z (Reading database ... 15%
2025-08-20T21:58:55.4948935Z (Reading database ... 20%
2025-08-20T21:58:55.4949131Z (Reading database ... 25%
2025-08-20T21:58:55.4949328Z (Reading database ... 30%
2025-08-20T21:58:55.4949928Z (Reading database ... 35%
2025-08-20T21:58:55.4950141Z (Reading database ... 40%
2025-08-20T21:58:55.4950335Z (Reading database ... 45%
2025-08-20T21:58:55.4950529Z (Reading database ... 50%
2025-08-20T21:58:55.4972613Z (Reading database ... 55%
2025-08-20T21:58:55.5074304Z (Reading database ... 60%
2025-08-20T21:58:55.5119427Z (Reading database ... 65%
2025-08-20T21:58:55.5140698Z (Reading database ... 70%
2025-08-20T21:58:55.5181717Z (Reading database ... 75%
2025-08-20T21:58:55.5370156Z (Reading database ... 80%
2025-08-20T21:58:55.5412646Z (Reading database ... 85%
2025-08-20T21:58:55.5490100Z (Reading database ... 90%
2025-08-20T21:58:55.5580034Z (Reading database ... 95%
2025-08-20T21:58:55.5580252Z (Reading database ... 100%
2025-08-20T21:58:55.5580544Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:58:55.5624649Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:55.6624102Z Selecting previously unselected package iputils-ping.
2025-08-20T21:58:55.6661409Z (Reading database ... 
2025-08-20T21:58:55.6661741Z (Reading database ... 5%
2025-08-20T21:58:55.6662268Z (Reading database ... 10%
2025-08-20T21:58:55.6662677Z (Reading database ... 15%
2025-08-20T21:58:55.6662875Z (Reading database ... 20%
2025-08-20T21:58:55.6663079Z (Reading database ... 25%
2025-08-20T21:58:55.6663568Z (Reading database ... 30%
2025-08-20T21:58:55.6663823Z (Reading database ... 35%
2025-08-20T21:58:55.6664447Z (Reading database ... 40%
2025-08-20T21:58:55.6664644Z (Reading database ... 45%
2025-08-20T21:58:55.6664845Z (Reading database ... 50%
2025-08-20T21:58:55.6686257Z (Reading database ... 55%
2025-08-20T21:58:55.6781896Z (Reading database ... 60%
2025-08-20T21:58:55.6824959Z (Reading database ... 65%
2025-08-20T21:58:55.6843762Z (Reading database ... 70%
2025-08-20T21:58:55.6881249Z (Reading database ... 75%
2025-08-20T21:58:55.7051610Z (Reading database ... 80%
2025-08-20T21:58:55.7091461Z (Reading database ... 85%
2025-08-20T21:58:55.7163184Z (Reading database ... 90%
2025-08-20T21:58:55.7247536Z (Reading database ... 95%
2025-08-20T21:58:55.7247757Z (Reading database ... 100%
2025-08-20T21:58:55.7248048Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:58:55.7289641Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:55.7349866Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:55.8076959Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:55.8283908Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:58:55.8971322Z Selecting previously unselected package iputils-arping.
2025-08-20T21:58:55.9161141Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:55.9229578Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:55.9768101Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:58:55.9938387Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:56.0001988Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:56.0794800Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:56.1217985Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:56.1510237Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:56.1792764Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:56.1963170Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:59.1633278Z Reading package lists...
2025-08-20T21:58:59.4146732Z Building dependency tree...
2025-08-20T21:58:59.4154307Z Reading state information...
2025-08-20T21:58:59.7216214Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:58:59.7557137Z The following packages will be upgraded:
2025-08-20T21:58:59.7558848Z   python3-pip python3-pip-whl
2025-08-20T21:58:59.7773835Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:58:59.8500471Z Need to get 3020 kB of archives.
2025-08-20T21:58:59.8500844Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:58:59.8501436Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:58:59.9932569Z 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-20T21:59:00.2946530Z Fetched 3020 kB in 0s (13.6 MB/s)
2025-08-20T21:59:00.3340417Z (Reading database ... 
2025-08-20T21:59:00.3340727Z (Reading database ... 5%
2025-08-20T21:59:00.3340933Z (Reading database ... 10%
2025-08-20T21:59:00.3341136Z (Reading database ... 15%
2025-08-20T21:59:00.3341328Z (Reading database ... 20%
2025-08-20T21:59:00.3341522Z (Reading database ... 25%
2025-08-20T21:59:00.3342520Z (Reading database ... 30%
2025-08-20T21:59:00.3342765Z (Reading database ... 35%
2025-08-20T21:59:00.3342998Z (Reading database ... 40%
2025-08-20T21:59:00.3343195Z (Reading database ... 45%
2025-08-20T21:59:00.3343386Z (Reading database ... 50%
2025-08-20T21:59:00.3365612Z (Reading database ... 55%
2025-08-20T21:59:00.3464907Z (Reading database ... 60%
2025-08-20T21:59:00.3505917Z (Reading database ... 65%
2025-08-20T21:59:00.3524389Z (Reading database ... 70%
2025-08-20T21:59:00.3566677Z (Reading database ... 75%
2025-08-20T21:59:00.3750722Z (Reading database ... 80%
2025-08-20T21:59:00.3790392Z (Reading database ... 85%
2025-08-20T21:59:00.3865337Z (Reading database ... 90%
2025-08-20T21:59:00.3953463Z (Reading database ... 95%
2025-08-20T21:59:00.3953686Z (Reading database ... 100%
2025-08-20T21:59:00.3953978Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:59:00.3997187Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:59:00.5768913Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:59:00.8114426Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:59:00.8300010Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:59:00.9240381Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:59:00.9470266Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:59:01.9080429Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:04.8946544Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:59:05.1907485Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:06.1039065Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:59:06.2264040Z Collecting pip
2025-08-20T21:59:06.2797354Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:59:06.2969768Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:59:06.4137504Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.3 MB/s eta 0:00:00
2025-08-20T21:59:06.6791358Z Installing collected packages: pip
2025-08-20T21:59:07.3536587Z Successfully installed pip-25.2
2025-08-20T21:59:07.5616508Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:59:07.6086012Z Reading package lists...
2025-08-20T21:59:07.8689025Z Building dependency tree...
2025-08-20T21:59:07.8696429Z Reading state information...
2025-08-20T21:59:08.1470633Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:59:08.1471053Z pciutils set to manually installed.
2025-08-20T21:59:08.1471330Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:59:08.1471660Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:59:08.1471949Z python3-distro set to manually installed.
2025-08-20T21:59:08.1472264Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:59:08.1472596Z python3-netifaces set to manually installed.
2025-08-20T21:59:08.1473369Z The following additional packages will be installed:
2025-08-20T21:59:08.1473646Z   libsysfs2
2025-08-20T21:59:08.1480259Z Suggested packages:
2025-08-20T21:59:08.1480465Z   fancontrol read-edid i2c-tools
2025-08-20T21:59:08.1766836Z The following NEW packages will be installed:
2025-08-20T21:59:08.1769324Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:59:08.1969898Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:59:08.2781810Z Need to get 133 kB of archives.
2025-08-20T21:59:08.2782864Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:59:08.2783418Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:59:08.3120093Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:59:08.3322805Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:59:08.3751838Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:59:08.6616603Z Fetched 133 kB in 0s (801 kB/s)
2025-08-20T21:59:08.7034910Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:59:08.7071648Z (Reading database ... 
2025-08-20T21:59:08.7071881Z (Reading database ... 5%
2025-08-20T21:59:08.7072085Z (Reading database ... 10%
2025-08-20T21:59:08.7072280Z (Reading database ... 15%
2025-08-20T21:59:08.7072968Z (Reading database ... 20%
2025-08-20T21:59:08.7073161Z (Reading database ... 25%
2025-08-20T21:59:08.7073354Z (Reading database ... 30%
2025-08-20T21:59:08.7074307Z (Reading database ... 35%
2025-08-20T21:59:08.7074512Z (Reading database ... 40%
2025-08-20T21:59:08.7074745Z (Reading database ... 45%
2025-08-20T21:59:08.7074940Z (Reading database ... 50%
2025-08-20T21:59:08.7096215Z (Reading database ... 55%
2025-08-20T21:59:08.7192971Z (Reading database ... 60%
2025-08-20T21:59:08.7237541Z (Reading database ... 65%
2025-08-20T21:59:08.7256193Z (Reading database ... 70%
2025-08-20T21:59:08.7294067Z (Reading database ... 75%
2025-08-20T21:59:08.7471307Z (Reading database ... 80%
2025-08-20T21:59:08.7510036Z (Reading database ... 85%
2025-08-20T21:59:08.7583848Z (Reading database ... 90%
2025-08-20T21:59:08.7670169Z (Reading database ... 95%
2025-08-20T21:59:08.7670388Z (Reading database ... 100%
2025-08-20T21:59:08.7670678Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:59:08.7714459Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:59:08.7835032Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:59:08.8579766Z Selecting previously unselected package sysfsutils.
2025-08-20T21:59:08.8760828Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:59:08.8870756Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:59:08.9636620Z Selecting previously unselected package lm-sensors.
2025-08-20T21:59:08.9812077Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:59:09.0039870Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:59:09.0582404Z Selecting previously unselected package virt-what.
2025-08-20T21:59:09.0779671Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:59:09.0841526Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:59:09.1584742Z Setting up virt-what (1.25-2) ...
2025-08-20T21:59:09.1829487Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:59:09.2016117Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:59:09.5354450Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:59:09.5354817Z 
2025-08-20T21:59:09.5355423Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:59:09.5355874Z 
2025-08-20T21:59:09.7845217Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:59:10.1001257Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:59:10.1001774Z 
2025-08-20T21:59:10.1106329Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:11.7558184Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:13.1412753Z Reading package lists...
2025-08-20T21:59:13.3937332Z Building dependency tree...
2025-08-20T21:59:13.3946398Z Reading state information...
2025-08-20T21:59:13.6946977Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:59:13.6947365Z The following additional packages will be installed:
2025-08-20T21:59:13.6955784Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:59:13.6956161Z   xorg-sgml-doctools
2025-08-20T21:59:13.6961217Z Suggested packages:
2025-08-20T21:59:13.6961408Z   libxcb-doc
2025-08-20T21:59:13.7159300Z The following NEW packages will be installed:
2025-08-20T21:59:13.7161487Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:59:13.7164861Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:59:13.7165321Z   xcb xorg-sgml-doctools
2025-08-20T21:59:13.7703673Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:59:13.7704026Z Need to get 816 kB of archives.
2025-08-20T21:59:13.7704317Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:59:13.7704851Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:59:13.7866384Z 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-20T21:59:13.8038500Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:59:13.8996480Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:59:13.9158157Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:59:13.9321661Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:59:13.9491156Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:59:13.9654720Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:59:13.9817502Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:59:13.9982043Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:59:14.0144054Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:59:14.3046759Z Fetched 816 kB in 0s (2847 kB/s)
2025-08-20T21:59:14.3322019Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:59:14.3358558Z (Reading database ... 
2025-08-20T21:59:14.3359966Z (Reading database ... 5%
2025-08-20T21:59:14.3360217Z (Reading database ... 10%
2025-08-20T21:59:14.3360416Z (Reading database ... 15%
2025-08-20T21:59:14.3360613Z (Reading database ... 20%
2025-08-20T21:59:14.3360899Z (Reading database ... 25%
2025-08-20T21:59:14.3361103Z (Reading database ... 30%
2025-08-20T21:59:14.3361296Z (Reading database ... 35%
2025-08-20T21:59:14.3361521Z (Reading database ... 40%
2025-08-20T21:59:14.3361713Z (Reading database ... 45%
2025-08-20T21:59:14.3361911Z (Reading database ... 50%
2025-08-20T21:59:14.3383193Z (Reading database ... 55%
2025-08-20T21:59:14.3482062Z (Reading database ... 60%
2025-08-20T21:59:14.3521826Z (Reading database ... 65%
2025-08-20T21:59:14.3540892Z (Reading database ... 70%
2025-08-20T21:59:14.3579225Z (Reading database ... 75%
2025-08-20T21:59:14.3749787Z (Reading database ... 80%
2025-08-20T21:59:14.3789574Z (Reading database ... 85%
2025-08-20T21:59:14.3864394Z (Reading database ... 90%
2025-08-20T21:59:14.3951013Z (Reading database ... 95%
2025-08-20T21:59:14.3951235Z (Reading database ... 100%
2025-08-20T21:59:14.3951532Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:59:14.3994936Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:59:14.4109639Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:59:14.5022472Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:59:14.5217230Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:59:14.5288541Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:59:14.6248199Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:59:14.6445240Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:59:14.6528353Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:59:14.7223012Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:59:14.7397641Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:59:14.7464713Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:59:14.8128325Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:59:14.8312366Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:59:14.8377622Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:59:14.8922227Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:59:14.9104061Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:14.9179691Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:14.9890728Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:59:15.0094704Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:15.0161192Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:15.0857507Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:59:15.1064213Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:15.1213670Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:15.1749280Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:59:15.1952253Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:15.2041075Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:15.2660157Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:59:15.2858233Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:15.2921902Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:15.3633791Z Selecting previously unselected package xcb.
2025-08-20T21:59:15.3819201Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:59:15.3923556Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:59:15.5046402Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:15.5246386Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:59:15.5444853Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:59:15.5711197Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:59:15.5937869Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:15.6230794Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:17.1683199Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:59:17.1949253Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:59:17.2142915Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:59:17.2462694Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:59:17.2744655Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:17.2934965Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:17.3201033Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:17.3386971Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:18.9502367Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:19.5852928Z Collecting build
2025-08-20T21:59:19.6315885Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:59:19.7450015Z Collecting cffi
2025-08-20T21:59:19.7522277Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:59:19.7944501Z Collecting scons
2025-08-20T21:59:19.8026070Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:19.8337117Z Collecting scuba
2025-08-20T21:59:19.8421527Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:59:19.9048328Z Collecting pytest
2025-08-20T21:59:19.9118565Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:59:19.9502456Z Collecting packaging>=19.1 (from build)
2025-08-20T21:59:19.9573072Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:19.9954558Z Collecting pyproject_hooks (from build)
2025-08-20T21:59:20.0026288Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:59:20.0333496Z Collecting pycparser (from cffi)
2025-08-20T21:59:20.0403246Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:59:20.0896823Z Collecting PyYAML (from scuba)
2025-08-20T21:59:20.0981876Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:59:20.1250410Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:59:20.1320536Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:59:20.1642294Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:59:20.1712304Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:59:20.2064898Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:59:20.2135986Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:20.2369591Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:59:20.2545598Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:59:20.2913346Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:20.3285708Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 113.1 MB/s  0:00:00
2025-08-20T21:59:20.3362217Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:59:20.3565881Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:59:20.3782903Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:59:20.3966920Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:59:20.4140626Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:20.4348374Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:20.4553347Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.0 MB/s  0:00:00
2025-08-20T21:59:20.4637032Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:59:20.4826312Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:59:20.5011562Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:59:20.5198951Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 30.7 MB/s  0:00:00
2025-08-20T21:59:20.6189974Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:59:22.2741036Z 
2025-08-20T21:59:22.2757158Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:59:22.5800271Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:23.0588353Z Collecting ansi2txt
2025-08-20T21:59:23.1075694Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:59:23.1493413Z Collecting pipx
2025-08-20T21:59:23.1563503Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:23.1903647Z Collecting scons
2025-08-20T21:59:23.1914975Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:23.2101080Z Collecting py2static
2025-08-20T21:59:23.2186071Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:59:23.2554164Z Collecting typer
2025-08-20T21:59:23.2624150Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:59:23.3145516Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:59:23.3216841Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:23.3536076Z Collecting packaging>=20 (from pipx)
2025-08-20T21:59:23.3546920Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:23.3799795Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:59:23.3870845Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:59:23.4217857Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:59:23.4289747Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:23.4806169Z Collecting pyinstaller (from py2static)
2025-08-20T21:59:23.4893395Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:59:23.5209695Z Collecting staticx (from py2static)
2025-08-20T21:59:23.5295872Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:59:23.5626105Z   Preparing metadata (setup.py): started
2025-08-20T21:59:24.0265564Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:59:24.0530624Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:59:24.0604721Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:24.1141668Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:59:24.1212455Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:24.1519121Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:59:24.1588005Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:59:24.2068152Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:59:24.2140802Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:24.2509231Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:24.2614367Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:24.2940805Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:24.2952064Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:24.3138274Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:59:24.3208634Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:59:24.4299004Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:59:24.4368531Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:59:24.4720390Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:59:24.4791153Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:24.5127370Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:59:24.5199314Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:24.5631632Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:59:24.5705552Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:59:24.5919800Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:59:24.6110572Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:59:24.6233656Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:24.6342997Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:59:24.6511816Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:59:24.6682086Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:59:24.6850630Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:59:24.6979799Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:24.7052473Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:59:24.7233583Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:59:24.7421843Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:24.7501380Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:59:24.7703391Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:59:24.7880927Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:59:24.8053626Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:59:24.8232583Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:59:24.8401079Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:59:24.8607276Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 25.8 MB/s  0:00:00
2025-08-20T21:59:24.8687428Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:59:24.8868564Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:24.9102448Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.4 MB/s  0:00:00
2025-08-20T21:59:24.9176462Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:59:24.9361712Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:59:24.9807494Z Building wheels for collected packages: staticx
2025-08-20T21:59:24.9814985Z   Building wheel for staticx (setup.py): started
2025-08-20T21:59:34.8439447Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:59:34.8449817Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790701 sha256=4d2a620cfe28392a1f7eb0ffdab59d69c1850ed1634617023fa01868d4a94350
2025-08-20T21:59:34.8450720Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:59:34.8467931Z Successfully built staticx
2025-08-20T21:59:34.9444545Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:59:35.7593217Z   Attempting uninstall: scons
2025-08-20T21:59:35.7667498Z     Found existing installation: SCons 4.9.1
2025-08-20T21:59:35.7961251Z     Uninstalling SCons-4.9.1:
2025-08-20T21:59:35.8026568Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:59:36.3027595Z   Attempting uninstall: pygments
2025-08-20T21:59:36.3104592Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:59:36.3268880Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:59:36.3292145Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:59:36.9417255Z   Attempting uninstall: packaging
2025-08-20T21:59:36.9488930Z     Found existing installation: packaging 25.0
2025-08-20T21:59:36.9509351Z     Uninstalling packaging-25.0:
2025-08-20T21:59:36.9515715Z       Successfully uninstalled packaging-25.0
2025-08-20T21:59:37.9153307Z 
2025-08-20T21:59:37.9178942Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:59:38.2210495Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:38.3860193Z Collecting build
2025-08-20T21:59:38.3871999Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:59:38.4594699Z Collecting cffi
2025-08-20T21:59:38.4606584Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:59:38.4785213Z Collecting scons
2025-08-20T21:59:38.4795589Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:38.4968920Z Collecting scuba
2025-08-20T21:59:38.4980213Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:59:38.5424467Z Collecting pytest
2025-08-20T21:59:38.5436407Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:59:38.5669019Z Collecting packaging>=19.1 (from build)
2025-08-20T21:59:38.5680438Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:38.5844360Z Collecting pyproject_hooks (from build)
2025-08-20T21:59:38.5855341Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:59:38.6001509Z Collecting pycparser (from cffi)
2025-08-20T21:59:38.6012754Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:59:38.6304275Z Collecting PyYAML (from scuba)
2025-08-20T21:59:38.6320245Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:59:38.6467340Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:59:38.6478070Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:59:38.6770237Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:59:38.6780684Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:59:38.6987283Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:59:38.6997415Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:38.7049084Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:59:38.7058789Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:59:38.7070735Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:38.7104535Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:59:38.7115366Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:59:38.7126659Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:59:38.7135649Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:59:38.7144439Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:38.7153591Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:38.7172009Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:59:38.7181714Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:59:38.7190809Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:59:38.8263223Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:59:38.8267466Z   Attempting uninstall: scons
2025-08-20T21:59:38.8337726Z     Found existing installation: SCons 4.9.1
2025-08-20T21:59:38.8627109Z     Uninstalling SCons-4.9.1:
2025-08-20T21:59:38.8690322Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:59:39.3665981Z   Attempting uninstall: PyYAML
2025-08-20T21:59:39.3739366Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:59:39.3760087Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:59:39.3767335Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:59:39.4332080Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:59:39.4402741Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:59:39.4416596Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:59:39.4421830Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:59:39.4584148Z   Attempting uninstall: pygments
2025-08-20T21:59:39.4651818Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:59:39.4808089Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:59:39.4832215Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:59:40.0722459Z   Attempting uninstall: pycparser
2025-08-20T21:59:40.0793444Z     Found existing installation: pycparser 2.22
2025-08-20T21:59:40.0822825Z     Uninstalling pycparser-2.22:
2025-08-20T21:59:40.0829285Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:59:40.2093510Z   Attempting uninstall: pluggy
2025-08-20T21:59:40.2166320Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:59:40.2183121Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:59:40.2187564Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:59:40.2406475Z   Attempting uninstall: packaging
2025-08-20T21:59:40.2480969Z     Found existing installation: packaging 25.0
2025-08-20T21:59:40.2501143Z     Uninstalling packaging-25.0:
2025-08-20T21:59:40.2507391Z       Successfully uninstalled packaging-25.0
2025-08-20T21:59:40.2973123Z   Attempting uninstall: iniconfig
2025-08-20T21:59:40.3047481Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:59:40.3061784Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:59:40.3065697Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:59:40.3265401Z   Attempting uninstall: scuba
2025-08-20T21:59:40.3335530Z     Found existing installation: scuba 2.14.1
2025-08-20T21:59:40.3354064Z     Uninstalling scuba-2.14.1:
2025-08-20T21:59:40.3362172Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:59:40.3620983Z   Attempting uninstall: pytest
2025-08-20T21:59:40.3697514Z     Found existing installation: pytest 8.4.1
2025-08-20T21:59:40.3745786Z     Uninstalling pytest-8.4.1:
2025-08-20T21:59:40.3952987Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:59:40.6012920Z   Attempting uninstall: cffi
2025-08-20T21:59:40.6083645Z     Found existing installation: cffi 1.17.1
2025-08-20T21:59:40.6104603Z     Uninstalling cffi-1.17.1:
2025-08-20T21:59:40.6299365Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:59:40.6989035Z   Attempting uninstall: build
2025-08-20T21:59:40.7061528Z     Found existing installation: build 1.3.0
2025-08-20T21:59:40.7082046Z     Uninstalling build-1.3.0:
2025-08-20T21:59:40.7089467Z       Successfully uninstalled build-1.3.0
2025-08-20T21:59:40.7333158Z 
2025-08-20T21:59:40.7358527Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:59:41.0426441Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:41.2075610Z Collecting ansi2txt
2025-08-20T21:59:41.2088137Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:59:41.2305966Z Collecting pipx
2025-08-20T21:59:41.2318469Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:41.2501176Z Collecting scons
2025-08-20T21:59:41.2511428Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:41.2682600Z Collecting py2static
2025-08-20T21:59:41.2694219Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:59:41.2906613Z Collecting typer
2025-08-20T21:59:41.2918114Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:59:41.3175275Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:59:41.3187104Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:41.3455304Z Collecting packaging>=20 (from pipx)
2025-08-20T21:59:41.3466764Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:41.3670745Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:59:41.3681782Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:59:41.3935231Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:59:41.3946741Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:41.4331013Z Collecting pyinstaller (from py2static)
2025-08-20T21:59:41.4343552Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:59:41.4525828Z Collecting staticx (from py2static)
2025-08-20T21:59:41.4536765Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:59:41.4673474Z   Preparing metadata (setup.py): started
2025-08-20T21:59:41.6713726Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:59:41.6917517Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:59:41.6928165Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:41.7131534Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:59:41.7142404Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:41.7420323Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:59:41.7430861Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:59:41.7768810Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:59:41.7779697Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:41.7989887Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:41.8000814Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:41.8238585Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:41.8248461Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:41.8394379Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:59:41.8404164Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:59:41.9310006Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:59:41.9321269Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:59:41.9559701Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:59:41.9569750Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:41.9771403Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:59:41.9781794Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:41.9973997Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:59:41.9984072Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:59:42.0016408Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:59:42.0025972Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:59:42.0035206Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:42.0066460Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:59:42.0075353Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:59:42.0084633Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:59:42.0093941Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:59:42.0103540Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:42.0112913Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:59:42.0122133Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:59:42.0132638Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:42.0149803Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:59:42.0159500Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:59:42.0168626Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:59:42.0177988Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:59:42.0187107Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:59:42.0196204Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:59:42.0209120Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:59:42.0220499Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:42.0235675Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:59:42.0244708Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:59:42.0560180Z Building wheels for collected packages: staticx
2025-08-20T21:59:42.0566481Z   Building wheel for staticx (setup.py): started
2025-08-20T21:59:44.5497122Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:59:44.5508308Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790758 sha256=b453120171bf538c05341f55a2be9d85748f50832ce0546fa0c86a4808124be3
2025-08-20T21:59:44.5509160Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:59:44.5527418Z Successfully built staticx
2025-08-20T21:59:44.6524763Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:59:44.6526593Z   Attempting uninstall: pyelftools
2025-08-20T21:59:44.6593751Z     Found existing installation: pyelftools 0.32
2025-08-20T21:59:44.6631423Z     Uninstalling pyelftools-0.32:
2025-08-20T21:59:44.6643586Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:59:44.7724867Z   Attempting uninstall: altgraph
2025-08-20T21:59:44.7795837Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:59:44.7812121Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:59:44.7817804Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:59:44.8007983Z   Attempting uninstall: typing-extensions
2025-08-20T21:59:44.8077502Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:59:44.8090656Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:59:44.8283461Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:59:44.8573227Z   Attempting uninstall: staticx
2025-08-20T21:59:44.8645600Z     Found existing installation: staticx 0.14.1
2025-08-20T21:59:44.8667382Z     Uninstalling staticx-0.14.1:
2025-08-20T21:59:44.8676264Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:59:44.8976658Z   Attempting uninstall: shellingham
2025-08-20T21:59:44.9050330Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:59:44.9066468Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:59:44.9071876Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:59:44.9224831Z   Attempting uninstall: setuptools
2025-08-20T21:59:44.9294659Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:59:44.9498055Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:59:44.9722693Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:59:45.5773429Z   Attempting uninstall: scons
2025-08-20T21:59:45.5851566Z     Found existing installation: SCons 4.9.1
2025-08-20T21:59:45.6155580Z     Uninstalling SCons-4.9.1:
2025-08-20T21:59:45.6217506Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:59:46.1266681Z   Attempting uninstall: pygments
2025-08-20T21:59:46.1336558Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:59:46.1495786Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:59:46.1519362Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:59:46.7376452Z   Attempting uninstall: platformdirs
2025-08-20T21:59:46.7458030Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:59:46.7481686Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:59:46.7487648Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:59:46.7704269Z   Attempting uninstall: packaging
2025-08-20T21:59:46.7778853Z     Found existing installation: packaging 25.0
2025-08-20T21:59:46.7798591Z     Uninstalling packaging-25.0:
2025-08-20T21:59:46.7804467Z       Successfully uninstalled packaging-25.0
2025-08-20T21:59:46.8219642Z   Attempting uninstall: mdurl
2025-08-20T21:59:46.8287564Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:59:46.8302112Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:59:46.8307225Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:59:46.8461348Z   Attempting uninstall: click
2025-08-20T21:59:46.8533463Z     Found existing installation: click 8.2.1
2025-08-20T21:59:46.8552128Z     Uninstalling click-8.2.1:
2025-08-20T21:59:46.8558083Z       Successfully uninstalled click-8.2.1
2025-08-20T21:59:46.9181409Z   Attempting uninstall: argcomplete
2025-08-20T21:59:46.9255930Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:59:46.9280435Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:59:46.9289899Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:59:46.9557800Z   Attempting uninstall: ansi2txt
2025-08-20T21:59:46.9632541Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:59:46.9646323Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:59:46.9840613Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:59:46.9961321Z   Attempting uninstall: userpath
2025-08-20T21:59:47.0033139Z     Found existing installation: userpath 1.9.2
2025-08-20T21:59:47.0049795Z     Uninstalling userpath-1.9.2:
2025-08-20T21:59:47.0057311Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:59:47.0221638Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:59:47.0297780Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:59:47.0602429Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:59:47.0642680Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:59:47.2660524Z   Attempting uninstall: markdown-it-py
2025-08-20T21:59:47.2748768Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:59:47.2793024Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:59:47.2804817Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:59:47.3469193Z   Attempting uninstall: rich
2025-08-20T21:59:47.3544529Z     Found existing installation: rich 14.1.0
2025-08-20T21:59:47.3592763Z     Uninstalling rich-14.1.0:
2025-08-20T21:59:47.3602370Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:59:47.5149323Z   Attempting uninstall: pyinstaller
2025-08-20T21:59:47.5227265Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:59:47.5476769Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:59:47.5515626Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:59:47.8186429Z   Attempting uninstall: pipx
2025-08-20T21:59:47.8266246Z     Found existing installation: pipx 1.7.1
2025-08-20T21:59:47.8309218Z     Uninstalling pipx-1.7.1:
2025-08-20T21:59:47.8318127Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:59:47.8866313Z   Attempting uninstall: typer
2025-08-20T21:59:47.8940403Z     Found existing installation: typer 0.16.1
2025-08-20T21:59:47.8962941Z     Uninstalling typer-0.16.1:
2025-08-20T21:59:47.8970504Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:59:47.9389605Z   Attempting uninstall: py2static
2025-08-20T21:59:47.9457338Z     Found existing installation: py2static 0.0.1
2025-08-20T21:59:47.9473883Z     Uninstalling py2static-0.0.1:
2025-08-20T21:59:47.9482290Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:59:47.9623008Z 
2025-08-20T21:59:47.9648500Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:59:48.2754004Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:48.3815947Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:59:48.3820240Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-r6bvk1re
2025-08-20T21:59:48.3840311Z 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-r6bvk1re
2025-08-20T21:59:49.8020014Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:59:49.8057704Z   Installing build dependencies: started
2025-08-20T21:59:50.4659904Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:59:50.4669398Z   Getting requirements to build wheel: started
2025-08-20T21:59:50.7375607Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:59:50.7385828Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:59:50.9199408Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:59:51.0665548Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:59:51.0678931Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:59:51.0881659Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:59:51.0892156Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:51.1090980Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:59:51.1101554Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:51.1285238Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:59:51.1295464Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:51.1335224Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:51.1344795Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:59:51.1357263Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:51.1373383Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:59:51.1483761Z Building wheels for collected packages: pyinstaller
2025-08-20T21:59:51.1491005Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:59:53.9630463Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:59:53.9651832Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=140b19cabd20215f4282b325245df18211541d9ed07175d0482aa088ef301819
2025-08-20T21:59:53.9652807Z   Stored in directory: /tmp/pip-ephem-wheel-cache-dogpba1z/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:59:53.9691531Z Successfully built pyinstaller
2025-08-20T21:59:54.0498561Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:59:54.0503463Z   Attempting uninstall: altgraph
2025-08-20T21:59:54.0574234Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:59:54.0592163Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:59:54.0598548Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:59:54.0877542Z   Attempting uninstall: setuptools
2025-08-20T21:59:54.0947507Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:59:54.1153298Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:59:54.1378297Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:59:54.7333829Z   Attempting uninstall: packaging
2025-08-20T21:59:54.7405741Z     Found existing installation: packaging 25.0
2025-08-20T21:59:54.7425682Z     Uninstalling packaging-25.0:
2025-08-20T21:59:54.7431628Z       Successfully uninstalled packaging-25.0
2025-08-20T21:59:54.7870489Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:59:54.7946751Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:59:54.8253829Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:59:54.8294107Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:59:55.0308192Z   Attempting uninstall: pyinstaller
2025-08-20T21:59:55.0383891Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:59:55.0652438Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:59:55.0691296Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:59:55.3564113Z 
2025-08-20T21:59:55.3589277Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:59:55.5933463Z 6.15.0
2025-08-20T21:59:56.8618963Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:59:56.8628383Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:59:56.8628888Z 
2025-08-20T21:59:56.8629093Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:59:56.8629627Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:59:56.8630037Z installation.
2025-08-20T21:59:56.8630165Z 
2025-08-20T21:59:56.8630455Z If you installed the current Docker package using this script and are using it
2025-08-20T21:59:56.8630939Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:59:56.8631458Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:59:56.8631862Z files to match the parameters passed to the script.
2025-08-20T21:59:56.8632075Z 
2025-08-20T21:59:56.8632208Z You may press Ctrl+C now to abort this script.
2025-08-20T21:59:56.8792402Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:59:58.2468678Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:59:58.8326220Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:59:58.8445398Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:59:58.9732475Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:59:58.9748597Z + 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-20T21:59:58.9756247Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:00:00.2768859Z + 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:00:11.0406495Z + sh -c 'docker version'
2025-08-20T22:00:11.0552578Z Client: Docker Engine - Community
2025-08-20T22:00:11.0553131Z  Version:           28.3.3
2025-08-20T22:00:11.0553373Z  API version:       1.51
2025-08-20T22:00:11.0553680Z  Go version:        go1.24.5
2025-08-20T22:00:11.0553970Z  Git commit:        980b856
2025-08-20T22:00:11.0554251Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:00:11.0554811Z  OS/Arch:           linux/arm64
2025-08-20T22:00:11.0555198Z  Context:           default
2025-08-20T22:00:11.0555531Z 
2025-08-20T22:00:11.0555713Z Server: Docker Engine - Community
2025-08-20T22:00:11.0556033Z  Engine:
2025-08-20T22:00:11.0556262Z   Version:          28.3.3
2025-08-20T22:00:11.0556581Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:00:11.0556881Z   Go version:       go1.24.5
2025-08-20T22:00:11.0557152Z   Git commit:       bea959c
2025-08-20T22:00:11.0557411Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:00:11.0557706Z   OS/Arch:          linux/arm64
2025-08-20T22:00:11.0557957Z   Experimental:     false
2025-08-20T22:00:11.0558196Z  containerd:
2025-08-20T22:00:11.0558396Z   Version:          1.7.27
2025-08-20T22:00:11.0558701Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:00:11.0559013Z  runc:
2025-08-20T22:00:11.0559223Z   Version:          1.2.5
2025-08-20T22:00:11.0559496Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:00:11.0559755Z  docker-init:
2025-08-20T22:00:11.0559980Z   Version:          0.19.0
2025-08-20T22:00:11.0560218Z   GitCommit:        de40ad0
2025-08-20T22:00:11.0573361Z 
2025-08-20T22:00:11.0573804Z ================================================================================
2025-08-20T22:00:11.0574207Z 
2025-08-20T22:00:11.0574770Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:00:11.0575436Z Docker daemon in rootless mode for your user:
2025-08-20T22:00:11.0575650Z 
2025-08-20T22:00:11.0575759Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:00:11.0576032Z 
2025-08-20T22:00:11.0576240Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:00:11.0576577Z 
2025-08-20T22:00:11.0576582Z 
2025-08-20T22:00:11.0576774Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:00:11.0577481Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:00:11.0577765Z 
2025-08-20T22:00:11.0577959Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:00:11.0578422Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:00:11.0578920Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:00:11.0579239Z 
2025-08-20T22:00:11.0579355Z ================================================================================
2025-08-20T22:00:11.0579569Z 
2025-08-20T22:00:22.1205006Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:22.1205888Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:22.1206370Z      Active: active (running) since Wed 2025-08-20 22:00:12 UTC; 10s ago
2025-08-20T22:00:22.1206830Z TriggeredBy: ● docker.socket
2025-08-20T22:00:22.1207512Z        Docs: https://docs.docker.com
2025-08-20T22:00:22.1207860Z    Main PID: 20455 (dockerd)
2025-08-20T22:00:22.1208101Z       Tasks: 10
2025-08-20T22:00:22.1208358Z      Memory: 20.8M (peak: 23.8M)
2025-08-20T22:00:22.1208603Z         CPU: 271ms
2025-08-20T22:00:22.1208833Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:22.1211572Z              └─20455 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:22.1211909Z 
2025-08-20T22:00:22.1212284Z Aug 20 22:00:11 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:11.449615794Z" level=info msg="Loading containers: start."
2025-08-20T22:00:22.1213515Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.026410440Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9fb1648ba8fdd81952b101a925760df63473c7b3f61554c44c8ae50f5fa12334], retrying...."
2025-08-20T22:00:22.1214714Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.064466470Z" level=info msg="Loading containers: done."
2025-08-20T22:00:22.1216009Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083417595Z" 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:00:22.1217462Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083533038Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:22.1218348Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083563071Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:22.1219044Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.100843291Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:22.1219837Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104302128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:22.1220577Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104362673Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:22.1221297Z Aug 20 22:00:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:22.1301837Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:22.1302356Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:22.1303211Z      Active: active (running) since Wed 2025-08-20 22:00:12 UTC; 10s ago
2025-08-20T22:00:22.1303728Z TriggeredBy: ● docker.socket
2025-08-20T22:00:22.1304070Z        Docs: https://docs.docker.com
2025-08-20T22:00:22.1304429Z    Main PID: 20455 (dockerd)
2025-08-20T22:00:22.1304678Z       Tasks: 10
2025-08-20T22:00:22.1304937Z      Memory: 20.8M (peak: 23.8M)
2025-08-20T22:00:22.1305483Z         CPU: 271ms
2025-08-20T22:00:22.1305785Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:22.1306410Z              └─20455 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:22.1306708Z 
2025-08-20T22:00:22.1307040Z Aug 20 22:00:11 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:11.449615794Z" level=info msg="Loading containers: start."
2025-08-20T22:00:22.1308178Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.026410440Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9fb1648ba8fdd81952b101a925760df63473c7b3f61554c44c8ae50f5fa12334], retrying...."
2025-08-20T22:00:22.1309395Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.064466470Z" level=info msg="Loading containers: done."
2025-08-20T22:00:22.1310583Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083417595Z" 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:00:22.1312184Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083533038Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:22.1313086Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083563071Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:22.1313801Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.100843291Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:22.1314581Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104302128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:22.1315540Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104362673Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:22.1316198Z Aug 20 22:00:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:22.1481474Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:22.1482029Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:22.1482690Z      Active: active (running) since Wed 2025-08-20 22:00:12 UTC; 10s ago
2025-08-20T22:00:22.1483154Z TriggeredBy: ● docker.socket
2025-08-20T22:00:22.1483492Z        Docs: https://docs.docker.com
2025-08-20T22:00:22.1483864Z    Main PID: 20455 (dockerd)
2025-08-20T22:00:22.1484123Z       Tasks: 10
2025-08-20T22:00:22.1484368Z      Memory: 20.8M (peak: 23.8M)
2025-08-20T22:00:22.1484632Z         CPU: 271ms
2025-08-20T22:00:22.1484898Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:22.1485742Z              └─20455 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:22.1486046Z 
2025-08-20T22:00:22.1486378Z Aug 20 22:00:11 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:11.449615794Z" level=info msg="Loading containers: start."
2025-08-20T22:00:22.1487517Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.026410440Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9fb1648ba8fdd81952b101a925760df63473c7b3f61554c44c8ae50f5fa12334], retrying...."
2025-08-20T22:00:22.1488715Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.064466470Z" level=info msg="Loading containers: done."
2025-08-20T22:00:22.1490094Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083417595Z" 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:00:22.1491454Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083533038Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:22.1492352Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.083563071Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:22.1493060Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.100843291Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:22.1493850Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104302128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:22.1494617Z Aug 20 22:00:12 runnervmdbl46 dockerd[20455]: time="2025-08-20T22:00:12.104362673Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:22.1496005Z Aug 20 22:00:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:22.1586149Z Docker version 28.3.3, build 980b856
2025-08-20T22:00:22.1746564Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:00:22.4789976Z latest: Pulling from library/hello-world
2025-08-20T22:00:22.5806935Z 198f93fd5094: Pulling fs layer
2025-08-20T22:00:22.7600923Z 198f93fd5094: Verifying Checksum
2025-08-20T22:00:22.7601518Z 198f93fd5094: Download complete
2025-08-20T22:00:22.7949795Z 198f93fd5094: Pull complete
2025-08-20T22:00:22.8185557Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:00:22.8311529Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:00:23.4980027Z 
2025-08-20T22:00:23.4980508Z Hello from Docker!
2025-08-20T22:00:23.4981141Z This message shows that your installation appears to be working correctly.
2025-08-20T22:00:23.4981477Z 
2025-08-20T22:00:23.4981637Z To generate this message, Docker took the following steps:
2025-08-20T22:00:23.4982017Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:00:23.4982486Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:00:23.4982881Z     (arm64v8)
2025-08-20T22:00:23.4983208Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:00:23.4983753Z     executable that produces the output you are currently reading.
2025-08-20T22:00:23.4984219Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:00:23.4984632Z     to your terminal.
2025-08-20T22:00:23.4984821Z 
2025-08-20T22:00:23.4985015Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:00:23.4985675Z  $ docker run -it ubuntu bash
2025-08-20T22:00:23.4985909Z 
2025-08-20T22:00:23.4986104Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:00:23.4986494Z  https://hub.docker.com/
2025-08-20T22:00:23.4986648Z 
2025-08-20T22:00:23.4986765Z For more examples and ideas, visit:
2025-08-20T22:00:23.4987156Z  https://docs.docker.com/get-started/
2025-08-20T22:00:23.4987346Z 
2025-08-20T22:00:23.6308758Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:23.6309168Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:23.6309639Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:23.6310099Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:23.6310519Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:23.6310954Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:23.6311380Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:23.6311868Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:23.6312668Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:23.6313072Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:23.6313485Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:23.6313985Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:23.6314449Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:23.6314933Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:23.6315579Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:23.6316032Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:23.6316520Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:23.6316972Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:23.6317400Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:23.6317960Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:23.6318458Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:23.6318914Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:23.6319431Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:23.6320139Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:23.6320597Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:23.6321021Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:23.6321500Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:23.6322029Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:23.6322494Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:23.6322951Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:23.6323455Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:23.6323928Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:23.6324425Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:23.6324953Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:23.6325643Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:23.6326167Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:23.6326628Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:23.6327093Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:23.6327612Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:23.6328069Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:23.6328564Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:23.6329050Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:23.6329512Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:23.6330033Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:23.6330541Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:23.6331057Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:23.6331612Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:23.6332369Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:23.6332941Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:23.6333420Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:23.6333899Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:23.6334392Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:23.6334865Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:23.6335550Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:23.6336085Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:23.6336492Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:23.6336908Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:23.6337397Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:23.6337893Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:23.6400513Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:23.6401135Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:23.6401590Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:23.6402369Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:23.6402786Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:23.6403212Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:23.6403644Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:23.6404059Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:23.6404460Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:23.6404901Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:23.6405620Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:23.6406127Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:23.6406596Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:23.6407015Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:23.6407401Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:23.6407796Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:23.6408195Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:23.6408601Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:23.6409060Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:23.6409561Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:23.6410066Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:23.6410556Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:23.6410996Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:23.6411397Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:23.6411791Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:23.6412199Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:23.6412857Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:23.6413266Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:23.6413690Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:23.6414114Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:23.6414495Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:23.6414869Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:23.6415655Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:23.6416075Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:23.6416451Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:23.6416822Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:23.6417220Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:23.6417610Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:23.6417961Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:23.6418340Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:23.6418748Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:23.6419350Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:23.6419712Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:23.6420075Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:23.6420450Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:23.6420837Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:23.6421237Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:23.6421630Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:23.6422014Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:23.6422394Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:23.6422790Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:23.6423191Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:23.6423565Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:23.6423917Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:23.6424266Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:23.6424623Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:23.6424989Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:23.6425783Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:23.6426164Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:23.6426564Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:23.6426994Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:23.6427424Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:23.6427832Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:23.6428223Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:23.6428612Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:23.6429004Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:23.6429405Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:23.6430059Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:23.6430459Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:23.6430851Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:23.6431262Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:23.6431698Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:23.6432129Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:23.6432519Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:23.6432910Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:23.6433323Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:23.6433733Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:23.6434139Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:23.6434537Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:23.6434935Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:23.6435519Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:23.6435905Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:23.6436460Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:23.6436828Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:23.6437222Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:23.6437618Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:23.6438021Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:23.6438417Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:23.6438791Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:23.6439164Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:23.6439543Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:23.6439933Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:23.6440359Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:23.6440804Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:23.6441204Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:23.6441578Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:23.6441970Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:23.6442393Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:23.6442811Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:23.6443165Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:23.6443508Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:23.6443924Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:23.6444363Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:23.6444773Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:23.6445619Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:23.6446041Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:23.6446428Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:23.6447073Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:23.6447558Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:23.6447971Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:23.6448341Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:23.6448700Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:23.6449148Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:23.6449651Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:23.6450089Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:23.6450463Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:23.6450928Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:23.6451463Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:23.6451965Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:23.6452400Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:23.6452759Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:23.6453280Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:23.6453690Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:23.6454100Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:23.6454507Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:23.6454881Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:23.6455710Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:23.6456113Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:23.6456513Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:23.6456911Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:23.6457313Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:23.6457709Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:23.6458101Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:23.6458522Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:23.6458966Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:23.6459393Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:23.6459785Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:23.6460158Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:23.6460531Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:23.6460904Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:23.6461294Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:23.6461740Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:23.6462211Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:23.6462656Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:23.6463062Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:23.6463693Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:23.6464096Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:23.6464476Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:23.6464846Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:23.6465375Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:23.6465757Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:23.6466208Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:23.6466682Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:23.6467139Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:23.6467658Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:23.6468175Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:23.6468679Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:23.6469120Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:23.6469484Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:23.6469850Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:23.6470392Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:23.6470775Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:23.6471142Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:23.6471521Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:23.6471898Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:23.6472288Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:23.6472664Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:23.6473039Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:23.6473438Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:23.6473830Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:23.6474249Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:23.6474686Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:23.6475248Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:23.6475675Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:23.6476078Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:23.6476490Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:23.6476917Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:23.6477307Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:23.6477667Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:23.6478174Z 	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:00:23.6478693Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:23.6479063Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:23.6479438Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:23.6479801Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:23.6480409Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:23.6480861Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:23.6481286Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:23.6481710Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:23.6482115Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:23.6482524Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:23.6482943Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:23.6483355Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:23.6483745Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:23.6484220Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:23.6484714Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:23.6485389Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:23.6485850Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:23.6486260Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:23.6486746Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:23.6487456Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:23.6487944Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:23.6488351Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:23.6488828Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:23.6489286Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:23.6489693Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:23.6490055Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:23.6490406Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:23.6490777Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:23.6491164Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:23.6491527Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:23.6491883Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:23.6492253Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:23.6492618Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:23.6492980Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:23.6493360Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:23.6493722Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:23.6494104Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:23.6494494Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:23.6494858Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:23.6495467Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:23.6495840Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:23.6496209Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:23.6496583Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:23.6496950Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:23.6497551Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:23.6497943Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:23.6498364Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:23.6498800Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:23.6499203Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:23.6499571Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:23.6499950Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:23.6500375Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:23.6500775Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:23.6501139Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:23.6501511Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:23.6501871Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:23.6502218Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:23.6502568Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:23.6502920Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:23.6503293Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:23.6503888Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:23.6504239Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:23.6504574Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:23.6504951Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:23.6505611Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:23.6506037Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:23.6506436Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:23.6506825Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:23.6507239Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:23.6507739Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:23.6508356Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:23.6508978Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:23.6509516Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:23.6509987Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:23.6510447Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:23.6510966Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:23.6511584Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:23.6512146Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:23.6512641Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:23.6513086Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:23.6513460Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:23.6513835Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:23.6514210Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:23.6514809Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:23.6515342Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:23.6515733Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:23.6516122Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:23.6516507Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:23.6516898Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:23.6517274Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:23.6517653Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:23.6518027Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:23.6518419Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:23.6518819Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:23.6519231Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:23.6519650Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:23.6520021Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:23.6520414Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:23.6520980Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:23.6521393Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:23.6521830Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:23.6522257Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:23.6522625Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:23.6523000Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:23.6523391Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:23.6523762Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:23.6524150Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:23.6524543Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:23.6524933Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:23.6525564Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:23.6525933Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:23.6526302Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:23.6526855Z 	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:00:23.6527570Z 	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:00:23.6528253Z 	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:00:23.6528922Z 	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:00:23.6529455Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:23.6529840Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:23.6530245Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:23.6530649Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:23.6531025Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:23.6531685Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:23.6532072Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:23.6532451Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:23.6532831Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:23.6533205Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:23.6533588Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:23.6533975Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:23.6534377Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:23.6534778Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:23.6535380Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:23.6535801Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:23.6536181Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:23.6536564Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:23.6536966Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:23.6537364Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:23.6537956Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:23.6538349Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:23.6538775Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:23.6539209Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:23.6539614Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:23.6540055Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:23.6540515Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:23.6540923Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:23.6541294Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:23.6541673Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:23.6542079Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:23.6542490Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:23.6542899Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:23.6543285Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:23.6543681Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:23.6544158Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:23.6544634Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:23.6545033Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:23.6545717Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:23.6546195Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:23.6546643Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:23.6547117Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:23.6547604Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:23.6548050Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:23.6548698Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:23.6549111Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:23.6549504Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:23.6549923Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:23.6550305Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:23.6550707Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:23.6551119Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:23.6551521Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:23.6551924Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:23.6552348Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:23.6552741Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:23.6553117Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:23.6553488Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:23.6553846Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:23.6554236Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:23.6554838Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:23.6555528Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:23.6555990Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:23.6556440Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:23.6556845Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:23.6557284Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:23.6557708Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:23.6558117Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:23.6558525Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:23.6558887Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:23.6559249Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:23.6559640Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:23.6560036Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:23.6560416Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:23.6560777Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:23.6561133Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:23.6561483Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:23.6561972Z 	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:00:23.6562482Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:23.6562874Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:23.6563255Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:23.6563652Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:23.6564063Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:23.6564473Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:23.6565273Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:23.6565761Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:23.6566180Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:23.6566555Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:23.6566924Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:23.6567291Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:23.6567669Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:23.6568092Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:23.6568526Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:23.6568930Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:23.6569353Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:23.6569797Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:23.6570198Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:23.6570570Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:23.6570919Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:23.6571428Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:23.6571801Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:23.6572174Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:23.6572550Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:23.6572953Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:23.6573371Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:23.6573836Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:23.6574276Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:23.6574652Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:23.6575039Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:23.6575727Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:23.6576127Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:23.6576511Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:23.6576886Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:23.6577327Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:23.6577821Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:23.6578246Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:23.6578620Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:23.6578996Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:23.6579402Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:23.6579800Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:23.6580175Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:23.6580570Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:23.6580957Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:23.6581307Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:23.6581904Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:23.6582321Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:23.6582746Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:23.6583121Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:23.6583553Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:23.6584001Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:23.6584443Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:23.6584873Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:23.6585432Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:23.6585958Z 	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:00:23.6586470Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:23.6586862Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:23.6587274Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:23.6587703Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:23.6588428Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:23.6589013Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:23.6589627Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:23.6590274Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:23.6590924Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:23.6591557Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:23.6592184Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:23.6592766Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:23.6593253Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:23.6593697Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:23.6594133Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:23.6594560Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:23.6595037Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:23.6595701Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:23.6596098Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:23.6596472Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:23.6596850Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:23.6597232Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:23.6597644Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:23.6598058Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:23.6598421Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:23.6598807Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:23.6599459Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:23.6600004Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:23.6600494Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:23.6600981Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:23.6601430Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:23.6601848Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:23.6602261Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:23.6602676Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:23.6603105Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:23.6603533Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:23.6603926Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:23.6604306Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:23.6604684Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:23.6605237Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:23.6605720Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:23.6606342Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:23.6606748Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:23.6607161Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:23.6607591Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:23.6608045Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:23.6608492Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:23.6608927Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:23.6609325Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:23.6609697Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:23.6610092Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:23.6610463Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:23.6610836Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:23.6611241Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:23.6611640Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:23.6612071Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:23.6612544Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:23.6613002Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:23.6613397Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:23.6613748Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:23.6614126Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:23.6614519Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:23.6614912Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:23.6615533Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:23.6615975Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:23.6616647Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:23.6617079Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:23.6617466Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:23.6617864Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:23.6618402Z 	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:00:23.6618986Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:23.6619442Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:23.6619889Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:23.6620313Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:23.6620712Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:23.6621106Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:23.6621493Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:23.6621893Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:23.6622295Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:23.6622833Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:23.6623227Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:23.6623626Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:23.6624003Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:23.6624412Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:23.6624882Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:23.6625547Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:23.6625933Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:23.6626315Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:23.6626707Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:23.6627104Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:23.6627480Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:23.6627911Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:23.6628359Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:23.6628763Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:23.6629167Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:23.6629568Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:23.6629949Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:23.6630323Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:23.6630710Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:23.6631117Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:23.6631561Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:23.6632008Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:23.6632430Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:23.6633044Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:23.6633506Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:23.6633939Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:23.6634330Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:23.6634687Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:23.6635035Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:23.6635728Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:23.6636114Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:23.6636468Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:23.6636840Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:23.6637236Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:23.6637626Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:23.6637984Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:23.6638334Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:23.6638712Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:23.6639110Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:23.6639751Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:23.6640117Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:23.6640476Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:23.6640863Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:23.6641244Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:23.6641601Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:23.6641974Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:23.6642366Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:23.6642746Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:23.6643125Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:23.6643511Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:23.6643897Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:23.6644301Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:23.6644729Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:23.6645344Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:23.6645751Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:23.6646103Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:23.6646447Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:23.6646869Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:23.6647373Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:23.6647889Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:23.6648367Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:23.6648868Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:23.6649306Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:23.6649687Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:23.6650294Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:23.6650695Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:23.6651083Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:23.6651471Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:23.6651862Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:23.6652247Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:23.6652639Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:23.6653081Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:23.6653515Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:23.6653894Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:23.6654296Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:23.6654718Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:23.6655235Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:23.6655599Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:23.6655989Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:23.6656672Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:23.6657133Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:23.6657547Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:23.6657961Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:23.6658392Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:23.6658826Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:23.6782024Z [+] Installing Go for linux-arm64...
2025-08-20T22:00:24.0284919Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:00:24.0285478Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:00:24.0285709Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:00:24.0295451Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:00:24.0295855Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:00:24.0296212Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:00:24.0370893Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:00:24.0371390Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:00:24.0371879Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:00:24.0372338Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:00:24.0372783Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:00:24.0373234Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:00:24.0373697Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:00:24.0374183Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:00:24.0374621Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:00:24.0375210Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:00:24.0375668Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:00:24.0376102Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:00:24.0376958Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:00:24.0377436Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:00:24.0377887Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:00:24.0378343Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:00:24.0378817Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:00:24.0379275Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:00:24.0379725Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:00:24.0380142Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:00:24.0380491Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:00:24.0380820Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:00:24.0381147Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:00:24.0381481Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:00:24.0381821Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:00:24.0412399Z go version go1.22.2 linux/arm64
2025-08-20T22:00:24.0728965Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:24.0729904Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:24.0730259Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:24.0730614Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:24.0730997Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:24.0731360Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:24.0731725Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:24.0732101Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:24.0732449Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:24.0732776Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:24.0733131Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:24.0733513Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:24.0733905Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:24.0734313Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:24.0734705Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:24.0735269Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:24.0735680Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:24.0736048Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:24.0736428Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:24.0736886Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:24.0737328Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:24.0737716Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:24.0738140Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:24.0738537Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:24.0738887Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:24.0739275Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:24.0739702Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:24.0740411Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:24.0740850Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:24.0741260Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:24.0741680Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:24.0742108Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:24.0742540Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:24.0742967Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:24.0743406Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:24.0743831Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:24.0744239Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:24.0744650Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:24.0745045Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:24.0745604Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:24.0746038Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:24.0746663Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:24.0747068Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:24.0747465Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:24.0747920Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:24.0748393Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:24.0748868Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:24.0749363Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:24.0749806Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:24.0750225Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:24.0750645Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:24.0751065Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:24.0751484Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:24.0751884Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:24.0752256Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:24.0752616Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:24.0753020Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:24.0753418Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:24.0753819Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:24.0754199Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:24.0754608Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:24.0755193Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:24.0755643Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:24.0756055Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:24.0756476Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:24.0757132Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:24.0757550Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:24.0757946Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:24.0758383Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:24.0758882Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:24.0759387Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:24.0759848Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:24.0760267Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:24.0760654Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:24.0761045Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:24.0761450Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:24.0761851Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:24.0762308Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:24.0762807Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:24.0763312Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:24.0763962Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:24.0764404Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:24.0764805Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:24.0765704Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:24.0766133Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:24.0766534Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:24.0766918Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:24.0767342Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:24.0767766Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:24.0768152Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:24.0768527Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:24.0768930Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:24.0769342Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:24.0769719Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:24.0770094Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:24.0770489Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:24.0770876Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:24.0771229Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:24.0771610Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:24.0772026Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:24.0772414Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:24.0772781Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:24.0773148Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:24.0773527Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:24.0774164Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:24.0774609Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:24.0775006Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:24.0775551Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:24.0775936Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:24.0776333Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:24.0776741Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:24.0777111Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:24.0777470Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:24.0777818Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:24.0778175Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:24.0778548Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:24.0778899Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:24.0779274Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:24.0779673Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:24.0780106Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:24.0780744Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:24.0781147Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:24.0781539Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:24.0781931Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:24.0782320Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:24.0782723Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:24.0783133Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:24.0783516Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:24.0783913Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:24.0784327Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:24.0784771Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:24.0785329Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:24.0785732Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:24.0786126Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:24.0786539Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:24.0786955Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:24.0787361Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:24.0787756Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:24.0788157Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:24.0788561Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:24.0788949Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:24.0789309Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:24.0789677Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:24.0790078Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:24.0790474Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:24.0791071Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:24.0791530Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:24.0791906Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:24.0792284Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:24.0792667Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:24.0793066Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:24.0793490Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:24.0793935Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:24.0794333Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:24.0794705Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:24.0795246Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:24.0795686Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:24.0796103Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:24.0796464Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:24.0796810Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:24.0797445Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:24.0797875Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:24.0798287Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:24.0798673Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:24.0799059Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:24.0799445Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:24.0799870Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:24.0800339Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:24.0800757Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:24.0801123Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:24.0801486Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:24.0801933Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:24.0802440Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:24.0802878Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:24.0803258Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:24.0803719Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:24.0804258Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:24.0804763Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:24.0805356Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:24.0805728Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:24.0806144Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:24.0806555Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:24.0806972Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:24.0807377Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:24.0807983Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:24.0808384Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:24.0808787Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:24.0809187Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:24.0809585Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:24.0809991Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:24.0810388Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:24.0810782Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:24.0811208Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:24.0811655Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:24.0812093Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:24.0812490Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:24.0812866Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:24.0813241Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:24.0813623Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:24.0814186Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:24.0814609Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:24.0815203Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:24.0815668Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:24.0816085Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:24.0816477Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:24.0816864Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:24.0817241Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:24.0817605Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:24.0817996Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:24.0818382Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:24.0818829Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:24.0819304Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:24.0819768Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:24.0820290Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:24.0820804Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:24.0821310Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:24.0821751Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:24.0822116Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:24.0822487Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:24.0822868Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:24.0823248Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:24.0823623Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:24.0824011Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:24.0824610Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:24.0825027Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:24.0825516Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:24.0825896Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:24.0826298Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:24.0826714Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:24.0827130Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:24.0827569Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:24.0827987Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:24.0828400Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:24.0828812Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:24.0829222Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:24.0829645Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:24.0830036Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:24.0830400Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:24.0831101Z 	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:00:24.0831620Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:24.0831999Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:24.0832387Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:24.0832768Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:24.0833177Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:24.0833625Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:24.0834058Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:24.0834494Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:24.0834902Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:24.0835500Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:24.0835926Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:24.0836333Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:24.0836726Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:24.0837158Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:24.0837646Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:24.0838151Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:24.0838604Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:24.0839023Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:24.0839440Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:24.0839917Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:24.0840426Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:24.0840842Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:24.0841484Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:24.0841970Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:24.0842383Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:24.0842750Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:24.0843209Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:24.0843598Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:24.0843983Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:24.0844349Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:24.0844705Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:24.0845287Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:24.0845679Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:24.0846042Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:24.0846412Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:24.0846769Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:24.0847145Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:24.0847531Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:24.0848092Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:24.0848455Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:24.0848811Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:24.0849179Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:24.0849554Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:24.0849927Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:24.0850290Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:24.0850665Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:24.0851087Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:24.0851524Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:24.0851937Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:24.0852300Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:24.0852685Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:24.0853112Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:24.0853515Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:24.0853884Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:24.0854254Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:24.0854618Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:24.0854960Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:24.0855447Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:24.0855806Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:24.0856176Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:24.0856537Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:24.0856884Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:24.0857222Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:24.0857599Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:24.0858277Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:24.0858697Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:24.0859094Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:24.0859491Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:24.0859908Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:24.0860414Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:24.0861026Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:24.0861649Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:24.0862191Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:24.0862665Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:24.0863121Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:24.0863643Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:24.0864262Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:24.0864985Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:24.0865610Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:24.0866055Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:24.0866426Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:24.0866802Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:24.0867175Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:24.0867557Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:24.0867946Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:24.0868333Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:24.0868723Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:24.0869113Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:24.0869502Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:24.0869879Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:24.0870256Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:24.0870634Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:24.0871037Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:24.0871433Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:24.0871846Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:24.0872267Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:24.0872644Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:24.0873044Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:24.0873453Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:24.0873867Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:24.0874310Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:24.0874963Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:24.0875467Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:24.0875842Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:24.0876226Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:24.0876596Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:24.0876985Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:24.0877384Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:24.0877772Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:24.0878152Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:24.0878516Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:24.0878886Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:24.0879437Z 	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:00:24.0880149Z 	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:00:24.0880834Z 	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:00:24.0881669Z 	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:00:24.0882197Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:24.0882582Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:24.0882989Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:24.0883390Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:24.0883774Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:24.0884153Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:24.0884523Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:24.0884902Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:24.0885438Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:24.0885817Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:24.0886194Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:24.0886579Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:24.0886984Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:24.0887383Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:24.0887791Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:24.0888184Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:24.0888561Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:24.0888949Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:24.0889352Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:24.0889753Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:24.0890155Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:24.0890546Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:24.0890974Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:24.0891407Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:24.0892045Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:24.0892500Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:24.0892960Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:24.0893365Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:24.0893761Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:24.0894145Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:24.0894542Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:24.0894953Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:24.0895514Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:24.0895903Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:24.0896300Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:24.0896773Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:24.0897242Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:24.0897638Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:24.0898227Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:24.0898678Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:24.0899127Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:24.0899604Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:24.0900092Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:24.0900539Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:24.0900978Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:24.0901377Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:24.0901768Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:24.0902191Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:24.0902576Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:24.0902955Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:24.0903363Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:24.0903763Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:24.0904174Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:24.0904596Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:24.0904991Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:24.0905509Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:24.0905923Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:24.0906279Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:24.0906674Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:24.0907094Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:24.0907490Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:24.0907939Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:24.0908606Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:24.0909033Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:24.0909473Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:24.0909894Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:24.0910302Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:24.0910714Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:24.0911074Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:24.0911435Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:24.0911828Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:24.0912224Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:24.0912607Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:24.0912971Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:24.0913321Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:24.0913671Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:24.0914158Z 	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:00:24.0914815Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:24.0915333Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:24.0915718Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:24.0916115Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:24.0916528Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:24.0916944Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:24.0917350Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:24.0917764Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:24.0918178Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:24.0918553Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:24.0918927Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:24.0919288Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:24.0919662Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:24.0920085Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:24.0920514Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:24.0920916Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:24.0921339Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:24.0921780Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:24.0922182Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:24.0922555Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:24.0922911Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:24.0923260Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:24.0923628Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:24.0924006Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:24.0924384Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:24.0925036Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:24.0925603Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:24.0926070Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:24.0926507Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:24.0926881Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:24.0927272Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:24.0927660Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:24.0928042Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:24.0928425Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:24.0928802Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:24.0929250Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:24.0929741Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:24.0930165Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:24.0930542Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:24.0930918Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:24.0931519Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:24.0931912Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:24.0932285Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:24.0932684Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:24.0933064Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:24.0933417Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:24.0933772Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:24.0934169Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:24.0934592Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:24.0934971Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:24.0935529Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:24.0935974Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:24.0936415Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:24.0936840Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:24.0937233Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:24.0937754Z 	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:00:24.0938262Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:24.0938737Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:24.0939149Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:24.0939578Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:24.0940106Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:24.0940689Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:24.0941294Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:24.0942204Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:24.0942888Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:24.0943518Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:24.0944144Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:24.0944731Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:24.0945334Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:24.0945777Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:24.0946214Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:24.0946643Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:24.0947119Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:24.0947551Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:24.0947931Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:24.0948301Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:24.0948679Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:24.0949227Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:24.0949635Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:24.0950048Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:24.0950414Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:24.0950805Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:24.0951270Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:24.0951762Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:24.0952253Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:24.0952741Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:24.0953201Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:24.0953622Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:24.0954036Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:24.0954455Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:24.0954882Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:24.0955489Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:24.0955883Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:24.0956268Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:24.0956649Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:24.0957025Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:24.0957466Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:24.0957907Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:24.0958311Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:24.0958722Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:24.0959385Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:24.0959853Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:24.0960319Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:24.0960750Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:24.0961149Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:24.0961528Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:24.0961917Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:24.0962289Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:24.0962659Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:24.0963058Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:24.0963460Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:24.0964445Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:24.0965033Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:24.0965580Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:24.0965976Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:24.0966580Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:24.0966955Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:24.0967351Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:24.0967741Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:24.0968133Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:24.0968566Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:24.0969015Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:24.0969430Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:24.0969837Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:24.0970239Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:24.0970785Z 	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:00:24.0971364Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:24.0971817Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:24.0972261Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:24.0972691Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:24.0973090Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:24.0973484Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:24.0973875Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:24.0974274Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:24.0974680Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:24.0975273Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:24.0975734Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:24.0976143Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:24.0976519Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:24.0977190Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:24.0977673Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:24.0978099Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:24.0978476Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:24.0978852Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:24.0979243Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:24.0979616Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:24.0979987Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:24.0980417Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:24.0980865Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:24.0981273Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:24.0981673Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:24.0982069Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:24.0982451Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:24.0982828Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:24.0983431Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:24.0983833Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:24.0984280Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:24.0984730Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:24.0985435Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:24.0985874Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:24.0986281Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:24.0986708Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:24.0987095Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:24.0987450Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:24.0987803Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:24.0988169Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:24.0988543Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:24.0988895Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:24.0989267Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:24.0989664Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:24.0990047Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:24.0990405Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:24.0990752Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:24.0991130Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:24.0991532Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:24.0991907Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:24.0992271Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:24.0992634Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:24.0993021Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:24.0993674Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:24.0994058Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:24.0994430Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:24.0994823Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:24.0995355Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:24.0995745Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:24.0996124Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:24.0996511Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:24.0996914Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:24.0997337Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:24.0997746Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:24.0998101Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:24.0998448Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:24.0998790Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:24.0999207Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:24.0999878Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:24.1000351Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:24.1000824Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:24.1001326Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:24.1001765Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:24.1002157Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:24.1002547Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:24.1002940Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:24.1003331Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:24.1003718Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:24.1004110Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:24.1004486Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:24.1004880Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:24.1005553Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:24.1006043Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:24.1006422Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:24.1006822Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:24.1007244Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:24.1007625Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:24.1007974Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:24.1008366Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:24.1008813Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:24.1009272Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:24.1009683Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:24.1010330Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:24.1010822Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:24.1011256Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:24.3075643Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:24.4808628Z Collecting meson
2025-08-20T22:00:24.5479042Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:00:24.5940137Z Collecting ninja
2025-08-20T22:00:24.6021988Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:00:24.6197734Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:00:24.6979524Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.6 MB/s  0:00:00
2025-08-20T22:00:24.7063229Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:00:24.7981213Z Installing collected packages: ninja, meson
2025-08-20T22:00:25.4782190Z 
2025-08-20T22:00:25.4805514Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:00:25.7570197Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:25.8501868Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:00:25.9185918Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:00:26.2997712Z 1.8.4
2025-08-20T22:00:26.3315580Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:00:26.3611715Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:26.3612211Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:26.3612562Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:26.3612917Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:26.3613314Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:26.3613672Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:26.3614037Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:26.3614406Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:26.3614773Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:26.3615251Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:26.3615648Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:26.3616041Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:26.3616427Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:26.3616838Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:26.3617238Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:26.3617648Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:26.3618052Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:26.3618414Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:26.3618791Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:26.3619252Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:26.3619703Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:26.3620092Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:26.3620508Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:26.3620909Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:26.3621264Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:26.3622078Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:26.3622536Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:26.3622953Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:26.3623358Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:26.3623776Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:26.3624204Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:26.3624625Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:26.3625199Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:26.3625637Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:26.3626085Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:26.3626512Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:26.3626916Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:26.3627325Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:26.3627715Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:26.3628324Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:26.3628752Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:26.3629173Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:26.3629578Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:26.3629973Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:26.3630433Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:26.3630908Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:26.3631382Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:26.3631872Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:26.3632314Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:26.3632736Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:26.3633156Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:26.3633570Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:26.3633987Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:26.3634389Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:26.3634761Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:26.3636204Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:26.3636632Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:26.3637030Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:26.3637483Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:26.3637875Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:26.3638284Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:26.3638723Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:26.3639149Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:26.3639800Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:26.3640298Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:26.3640734Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:26.3641140Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:26.3641538Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:26.3641985Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:26.3642484Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:26.3642985Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:26.3643444Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:26.3643860Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:26.3644253Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:26.3644642Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:26.3645043Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:26.3645662Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:26.3646127Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:26.3646834Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:26.3647345Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:26.3647836Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:26.3648280Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:26.3648689Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:26.3649084Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:26.3649491Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:26.3649892Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:26.3650281Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:26.3650712Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:26.3651135Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:26.3651517Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:26.3651889Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:26.3652296Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:26.3652712Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:26.3653089Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:26.3653457Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:26.3653846Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:26.3654236Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:26.3654594Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:26.3654972Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:26.3656438Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:26.3656837Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:26.3657202Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:26.3657816Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:26.3658211Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:26.3658598Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:26.3658997Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:26.3659391Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:26.3659784Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:26.3660166Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:26.3660565Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:26.3660968Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:26.3661339Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:26.3661695Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:26.3662043Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:26.3662398Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:26.3662755Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:26.3663107Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:26.3663478Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:26.3664043Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:26.3664474Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:26.3664910Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:26.3665495Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:26.3665894Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:26.3666287Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:26.3666677Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:26.3667078Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:26.3667488Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:26.3667870Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:26.3668264Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:26.3668678Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:26.3669116Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:26.3669543Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:26.3669934Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:26.3670332Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:26.3670742Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:26.3671148Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:26.3671552Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:26.3671947Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:26.3672351Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:26.3672758Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:26.3673140Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:26.3673500Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:26.3673871Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:26.3674507Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:26.3674934Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:26.3675503Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:26.3675900Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:26.3676270Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:26.3676654Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:26.3677033Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:26.3677421Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:26.3677847Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:26.3678293Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:26.3678697Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:26.3679071Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:26.3679460Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:26.3679879Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:26.3680299Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:26.3680839Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:26.3681186Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:26.3681608Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:26.3682036Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:26.3682445Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:26.3682830Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:26.3683215Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:26.3683597Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:26.3684021Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:26.3684490Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:26.3684908Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:26.3685470Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:26.3685838Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:26.3686283Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:26.3686792Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:26.3687231Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:26.3687606Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:26.3688063Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:26.3688603Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:26.3689109Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:26.3689545Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:26.3689907Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:26.3690283Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:26.3690693Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:26.3691335Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:26.3691761Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:26.3692135Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:26.3692510Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:26.3692910Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:26.3693315Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:26.3693713Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:26.3694113Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:26.3694510Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:26.3694901Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:26.3695482Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:26.3695938Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:26.3696367Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:26.3696758Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:26.3697133Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:26.3697667Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:26.3698067Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:26.3698460Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:26.3698879Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:26.3699353Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:26.3699807Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:26.3700352Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:26.3700742Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:26.3701127Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:26.3701503Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:26.3701877Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:26.3702265Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:26.3702648Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:26.3703096Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:26.3703573Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:26.3704035Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:26.3704556Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:26.3705207Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:26.3705723Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:26.3706173Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:26.3706540Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:26.3706903Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:26.3707278Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:26.3707662Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:26.3708205Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:26.3708603Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:26.3708989Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:26.3709373Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:26.3709750Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:26.3710130Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:26.3710526Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:26.3710916Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:26.3711329Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:26.3711765Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:26.3712188Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:26.3712601Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:26.3713002Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:26.3713414Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:26.3713837Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:26.3714425Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:26.3714787Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:26.3715453Z 	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:00:26.3715979Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:26.3716353Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:26.3716729Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:26.3717095Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:26.3717492Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:26.3717929Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:26.3718357Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:26.3718786Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:26.3719191Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:26.3719593Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:26.3720014Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:26.3720427Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:26.3720824Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:26.3721253Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:26.3721744Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:26.3722241Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:26.3722696Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:26.3723108Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:26.3723509Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:26.3723988Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:26.3724790Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:26.3725381Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:26.3725819Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:26.3726274Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:26.3726680Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:26.3727048Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:26.3727399Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:26.3727768Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:26.3728153Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:26.3728519Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:26.3728874Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:26.3729243Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:26.3729607Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:26.3729961Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:26.3730328Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:26.3730682Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:26.3731258Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:26.3731646Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:26.3732006Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:26.3732369Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:26.3732728Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:26.3733096Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:26.3733472Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:26.3733839Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:26.3734199Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:26.3734575Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:26.3734999Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:26.3735726Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:26.3736144Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:26.3736511Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:26.3736896Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:26.3737327Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:26.3737766Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:26.3738128Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:26.3738497Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:26.3738854Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:26.3739195Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:26.3739551Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:26.3739905Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:26.3740274Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:26.3740628Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:26.3740979Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:26.3741530Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:26.3741961Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:26.3742371Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:26.3742771Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:26.3743171Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:26.3743570Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:26.3743985Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:26.3744486Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:26.3745339Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:26.3746012Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:26.3746559Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:26.3747032Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:26.3747486Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:26.3748005Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:26.3748856Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:26.3749419Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:26.3749914Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:26.3750361Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:26.3750730Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:26.3751102Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:26.3751474Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:26.3751858Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:26.3752243Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:26.3752635Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:26.3753024Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:26.3753414Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:26.3753803Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:26.3754178Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:26.3754563Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:26.3754942Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:26.3755546Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:26.3755950Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:26.3756364Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:26.3756784Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:26.3757152Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:26.3757544Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:26.3757954Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:26.3758364Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:26.3759035Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:26.3759476Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:26.3759845Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:26.3760214Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:26.3760596Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:26.3760971Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:26.3761362Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:26.3761756Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:26.3762145Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:26.3762527Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:26.3762892Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:26.3763258Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:26.3763805Z 	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:00:26.3764521Z 	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:00:26.3765531Z 	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:00:26.3766200Z 	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:00:26.3766723Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:26.3767109Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:26.3767523Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:26.3767926Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:26.3768302Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:26.3768678Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:26.3769046Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:26.3769427Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:26.3769807Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:26.3770184Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:26.3770559Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:26.3770947Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:26.3771358Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:26.3771762Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:26.3772161Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:26.3772566Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:26.3772948Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:26.3773344Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:26.3773751Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:26.3774152Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:26.3774554Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:26.3774950Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:26.3775791Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:26.3776251Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:26.3776660Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:26.3777099Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:26.3777562Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:26.3777974Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:26.3778350Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:26.3778731Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:26.3779131Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:26.3779541Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:26.3779947Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:26.3780333Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:26.3780725Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:26.3781195Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:26.3781835Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:26.3782234Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:26.3782642Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:26.3783098Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:26.3783545Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:26.3784027Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:26.3784515Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:26.3784958Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:26.3785620Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:26.3786031Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:26.3786430Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:26.3786851Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:26.3787232Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:26.3787605Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:26.3788017Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:26.3788419Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:26.3788825Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:26.3789241Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:26.3789633Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:26.3790010Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:26.3790383Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:26.3790740Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:26.3791133Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:26.3791555Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:26.3791950Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:26.3792613Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:26.3793132Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:26.3793540Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:26.3793979Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:26.3794406Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:26.3794814Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:26.3795357Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:26.3795719Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:26.3796083Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:26.3796483Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:26.3796882Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:26.3797290Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:26.3797646Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:26.3797996Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:26.3798350Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:26.3799000Z 	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:00:26.3799510Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:26.3799895Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:26.3800274Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:26.3800675Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:26.3801087Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:26.3801500Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:26.3801904Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:26.3802318Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:26.3802735Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:26.3803110Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:26.3803476Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:26.3803835Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:26.3804211Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:26.3804638Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:26.3805210Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:26.3805650Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:26.3806073Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:26.3806513Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:26.3806920Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:26.3807288Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:26.3807640Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:26.3807990Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:26.3808361Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:26.3808936Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:26.3809333Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:26.3809734Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:26.3810149Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:26.3810610Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:26.3811049Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:26.3811428Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:26.3811816Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:26.3812207Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:26.3812593Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:26.3812979Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:26.3813356Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:26.3813800Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:26.3814292Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:26.3814711Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:26.3815374Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:26.3815751Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:26.3816159Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:26.3816554Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:26.3816928Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:26.3817335Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:26.3817718Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:26.3818070Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:26.3818428Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:26.3818827Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:26.3819253Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:26.3819633Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:26.3820020Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:26.3820467Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:26.3820911Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:26.3821346Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:26.3821740Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:26.3822255Z 	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:00:26.3822765Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:26.3823158Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:26.3823576Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:26.3824006Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:26.3824530Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:26.3825284Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:26.3826170Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:26.3826845Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:26.3827493Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:26.3828123Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:26.3828754Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:26.3829337Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:26.3829821Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:26.3830267Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:26.3830705Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:26.3831131Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:26.3831610Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:26.3832042Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:26.3832423Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:26.3832995Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:26.3833375Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:26.3833757Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:26.3834163Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:26.3834579Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:26.3834943Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:26.3835489Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:26.3835957Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:26.3836448Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:26.3836943Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:26.3837473Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:26.3837931Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:26.3838348Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:26.3838765Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:26.3839183Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:26.3839618Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:26.3840046Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:26.3840437Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:26.3840820Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:26.3841200Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:26.3841582Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:26.3842018Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:26.3842459Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:26.3842867Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:26.3843489Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:26.3843970Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:26.3844425Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:26.3844870Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:26.3845461Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:26.3845864Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:26.3846235Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:26.3846625Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:26.3846999Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:26.3847376Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:26.3847782Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:26.3848182Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:26.3848628Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:26.3849099Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:26.3849727Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:26.3850121Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:26.3850472Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:26.3850845Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:26.3851242Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:26.3851634Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:26.3852026Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:26.3852458Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:26.3852906Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:26.3853320Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:26.3853712Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:26.3854114Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:26.3854662Z 	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:00:26.3855420Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:26.3855892Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:26.3856341Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:26.3856768Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:26.3857166Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:26.3857559Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:26.3857955Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:26.3858357Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:26.3858762Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:26.3859146Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:26.3859540Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:26.3860207Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:26.3860608Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:26.3861021Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:26.3861483Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:26.3861911Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:26.3862295Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:26.3862670Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:26.3863060Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:26.3863437Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:26.3863808Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:26.3864241Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:26.3864682Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:26.3865261Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:26.3865711Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:26.3866111Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:26.3866670Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:26.3867046Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:26.3867431Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:26.3867834Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:26.3868284Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:26.3868738Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:26.3869163Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:26.3869567Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:26.3869973Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:26.3870405Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:26.3870793Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:26.3871152Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:26.3871500Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:26.3871866Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:26.3872241Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:26.3872599Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:26.3872967Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:26.3873364Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:26.3873752Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:26.3874109Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:26.3874465Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:26.3874844Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:26.3875419Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:26.3875802Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:26.3876168Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:26.3876737Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:26.3877138Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:26.3877522Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:26.3877875Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:26.3878251Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:26.3878649Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:26.3879032Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:26.3879411Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:26.3879789Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:26.3880175Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:26.3880582Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:26.3881005Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:26.3881408Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:26.3881764Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:26.3882114Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:26.3882642Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:26.3883066Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:26.3883569Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:26.3884043Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:26.3884520Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:26.3885033Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:26.3885642Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:26.3886029Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:26.3886423Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:26.3886816Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:26.3887210Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:26.3887598Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:26.3887986Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:26.3888364Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:26.3888762Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:26.3889214Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:26.3889643Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:26.3890023Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:26.3890423Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:26.3890853Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:26.3891235Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:26.3891585Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:26.3891976Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:26.3892430Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:26.3893111Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:26.3893551Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:26.3893971Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:26.3894402Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:26.3894837Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:26.6898360Z info: downloading installer
2025-08-20T22:00:26.9572262Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:00:26.9572644Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:00:26.9573010Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:00:26.9573442Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:00:26.9753309Z info: profile set to 'default'
2025-08-20T22:00:26.9753636Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:00:26.9753999Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:00:27.0309009Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:27.1533098Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:27.1969046Z info: downloading component 'clippy'
2025-08-20T22:00:27.2721351Z info: downloading component 'rustfmt'
2025-08-20T22:00:27.3300440Z info: downloading component 'cargo'
2025-08-20T22:00:27.5772234Z info: downloading component 'rust-std'
2025-08-20T22:00:27.8250940Z info: downloading component 'rustc'
2025-08-20T22:00:28.4215244Z info: removing previous version of component 'clippy'
2025-08-20T22:00:28.4347922Z info: removing previous version of component 'rustfmt'
2025-08-20T22:00:28.4407585Z info: removing previous version of component 'cargo'
2025-08-20T22:00:28.4598987Z info: removing previous version of component 'rust-std'
2025-08-20T22:00:28.4702053Z info: removing previous version of component 'rustc'
2025-08-20T22:00:28.4904699Z info: installing component 'clippy'
2025-08-20T22:00:28.7561707Z info: installing component 'rustfmt'
2025-08-20T22:00:28.9571457Z info: installing component 'cargo'
2025-08-20T22:00:29.4628330Z info: installing component 'rust-std'
2025-08-20T22:00:30.7782621Z info: installing component 'rustc'
2025-08-20T22:00:33.6025302Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:33.6025663Z 
2025-08-20T22:00:33.6104243Z   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:00:33.6104637Z 
2025-08-20T22:00:33.6104641Z 
2025-08-20T22:00:33.6104719Z Rust is installed now. Great!
2025-08-20T22:00:33.6104860Z 
2025-08-20T22:00:33.6105035Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:00:33.6105538Z environment variable. This has not been done automatically.
2025-08-20T22:00:33.6105765Z 
2025-08-20T22:00:33.6105915Z To configure your current shell, you need to source
2025-08-20T22:00:33.6106207Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:00:33.6106391Z 
2025-08-20T22:00:33.6106559Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:00:33.6106943Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:00:33.6107238Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:00:33.6107557Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:00:33.6277606Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:33.6601419Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:33.6601683Z 
2025-08-20T22:00:33.6676258Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:33.6676587Z 
2025-08-20T22:00:33.7103088Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:33.7489580Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:00:33.8027497Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:33.8028016Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:33.8028368Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:33.8028727Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:33.8029098Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:33.8029514Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:33.8029872Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:33.8030236Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:33.8030601Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:33.8030930Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:33.8031287Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:33.8031681Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:33.8032069Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:33.8032476Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:33.8032875Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:33.8033277Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:33.8034116Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:33.8034485Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:33.8034865Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:33.8035644Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:33.8036104Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:33.8036503Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:33.8036921Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:33.8037319Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:33.8037669Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:33.8038053Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:33.8038490Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:33.8038906Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:33.8039318Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:33.8039732Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:33.8040157Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:33.8040583Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:33.8041010Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:33.8041430Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:33.8041871Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:33.8042307Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:33.8042713Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:33.8043124Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:33.8043515Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:33.8043928Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:33.8044641Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:33.8045326Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:33.8045739Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:33.8046132Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:33.8046587Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:33.8047064Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:33.8047537Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:33.8048025Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:33.8048467Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:33.8048889Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:33.8049311Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:33.8049721Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:33.8050139Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:33.8050541Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:33.8051097Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:33.8051460Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:33.8051832Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:33.8052228Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:33.8052637Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:33.8053021Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:33.8053431Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:33.8053865Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:33.8054292Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:33.8054703Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:33.8055259Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:33.8055693Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:33.8056099Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:33.8056498Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:33.8056972Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:33.8057475Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:33.8057976Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:33.8058436Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:33.8058853Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:33.8059241Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:33.8059638Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:33.8060041Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:33.8060439Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:33.8060904Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:33.8061596Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:33.8062139Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:33.8062632Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:33.8063071Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:33.8063473Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:33.8063872Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:33.8064279Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:33.8064677Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:33.8065191Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:33.8065622Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:33.8066051Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:33.8066435Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:33.8066803Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:33.8067210Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:33.8067618Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:33.8068264Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:33.8068635Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:33.8069026Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:33.8069411Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:33.8069761Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:33.8070145Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:33.8070556Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:33.8070943Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:33.8071306Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:33.8071669Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:33.8072045Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:33.8072433Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:33.8072833Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:33.8073227Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:33.8073614Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:33.8074002Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:33.8074405Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:33.8074804Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:33.8075328Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:33.8075699Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:33.8076054Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:33.8076410Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:33.8076778Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:33.8077128Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:33.8077503Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:33.8078096Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:33.8078556Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:33.8078993Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:33.8079397Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:33.8079789Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:33.8080181Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:33.8080576Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:33.8080980Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:33.8081387Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:33.8081771Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:33.8082168Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:33.8082576Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:33.8083014Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:33.8083609Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:33.8083999Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:33.8084566Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:33.8084979Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:33.8085496Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:33.8085902Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:33.8086296Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:33.8086700Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:33.8087101Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:33.8087483Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:33.8087842Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:33.8088207Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:33.8088607Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:33.8089002Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:33.8089404Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:33.8089793Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:33.8090163Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:33.8090541Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:33.8090919Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:33.8091305Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:33.8091726Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:33.8092169Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:33.8092577Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:33.8092952Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:33.8093345Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:33.8093767Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:33.8094184Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:33.8094762Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:33.8095255Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:33.8095716Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:33.8096144Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:33.8096553Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:33.8096944Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:33.8097323Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:33.8097706Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:33.8098130Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:33.8098600Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:33.8099017Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:33.8099390Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:33.8099748Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:33.8100201Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:33.8100707Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:33.8101333Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:33.8101710Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:33.8102176Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:33.8102717Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:33.8103224Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:33.8103663Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:33.8104025Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:33.8104406Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:33.8104816Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:33.8105402Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:33.8105819Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:33.8106194Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:33.8106568Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:33.8106970Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:33.8107376Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:33.8107778Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:33.8108176Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:33.8108571Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:33.8108960Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:33.8109378Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:33.8109832Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:33.8110254Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:33.8110643Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:33.8111014Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:33.8111565Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:33.8111978Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:33.8112376Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:33.8112793Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:33.8113262Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:33.8113719Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:33.8114127Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:33.8114520Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:33.8114903Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:33.8115442Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:33.8115821Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:33.8116209Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:33.8116590Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:33.8117034Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:33.8117507Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:33.8118141Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:33.8118658Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:33.8119173Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:33.8119675Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:33.8120118Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:33.8120482Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:33.8120847Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:33.8121227Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:33.8121611Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:33.8121979Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:33.8122367Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:33.8122749Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:33.8123135Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:33.8123511Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:33.8123890Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:33.8124292Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:33.8124691Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:33.8125318Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:33.8125782Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:33.8126205Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:33.8126630Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:33.8127032Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:33.8127442Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:33.8127868Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:33.8128445Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:33.8128832Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:33.8129341Z 	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:00:33.8129857Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:33.8130228Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:33.8130613Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:33.8130979Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:33.8131380Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:33.8131814Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:33.8132237Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:33.8132679Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:33.8133085Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:33.8133492Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:33.8133917Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:33.8134332Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:33.8134900Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:33.8135462Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:33.8135955Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:33.8136448Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:33.8136902Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:33.8137312Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:33.8137714Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:33.8138191Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:33.8138677Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:33.8139091Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:33.8139524Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:33.8139981Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:33.8140389Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:33.8140755Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:33.8141111Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:33.8141482Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:33.8141867Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:33.8142233Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:33.8142587Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:33.8142959Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:33.8143322Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:33.8143683Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:33.8144056Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:33.8144412Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:33.8144788Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:33.8145550Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:33.8145944Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:33.8146313Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:33.8146672Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:33.8147042Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:33.8147424Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:33.8147789Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:33.8148150Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:33.8148526Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:33.8148954Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:33.8149394Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:33.8149805Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:33.8150167Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:33.8150549Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:33.8150973Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:33.8151543Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:33.8151905Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:33.8152274Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:33.8152627Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:33.8152971Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:33.8153323Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:33.8153676Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:33.8154046Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:33.8154403Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:33.8154752Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:33.8155239Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:33.8155629Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:33.8156039Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:33.8156436Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:33.8156877Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:33.8157279Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:33.8157698Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:33.8158202Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:33.8158812Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:33.8159445Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:33.8159990Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:33.8160462Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:33.8160916Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:33.8161440Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:33.8162277Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:33.8162861Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:33.8163357Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:33.8163801Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:33.8164175Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:33.8164545Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:33.8164919Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:33.8165416Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:33.8165814Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:33.8166206Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:33.8166593Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:33.8166978Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:33.8167365Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:33.8167743Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:33.8168298Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:33.8168673Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:33.8169068Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:33.8169484Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:33.8169899Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:33.8170319Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:33.8170688Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:33.8171075Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:33.8171486Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:33.8171895Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:33.8172335Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:33.8172764Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:33.8173130Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:33.8173502Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:33.8173886Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:33.8174258Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:33.8174650Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:33.8175041Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:33.8175849Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:33.8176243Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:33.8176607Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:33.8176985Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:33.8177535Z 	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:00:33.8178248Z 	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:00:33.8179172Z 	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:00:33.8179861Z 	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:00:33.8180386Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:33.8180769Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:33.8181181Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:33.8181582Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:33.8181954Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:33.8182333Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:33.8182700Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:33.8183080Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:33.8183461Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:33.8183835Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:33.8184211Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:33.8184597Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:33.8185001Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:33.8185724Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:33.8186126Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:33.8186515Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:33.8186896Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:33.8187283Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:33.8187692Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:33.8188092Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:33.8188492Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:33.8189059Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:33.8189488Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:33.8189925Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:33.8190325Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:33.8190870Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:33.8191326Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:33.8191736Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:33.8192107Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:33.8192488Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:33.8192889Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:33.8193304Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:33.8193717Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:33.8194100Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:33.8194492Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:33.8194961Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:33.8195566Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:33.8196182Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:33.8196604Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:33.8197178Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:33.8197627Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:33.8198100Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:33.8198590Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:33.8199037Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:33.8199477Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:33.8199875Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:33.8200269Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:33.8200685Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:33.8201072Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:33.8201449Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:33.8201855Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:33.8202484Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:33.8202888Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:33.8203308Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:33.8203702Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:33.8204082Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:33.8204457Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:33.8204813Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:33.8205415Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:33.8205859Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:33.8206254Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:33.8206710Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:33.8207167Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:33.8207569Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:33.8208009Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:33.8208431Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:33.8208843Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:33.8209250Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:33.8209605Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:33.8209967Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:33.8210364Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:33.8210766Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:33.8211145Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:33.8211508Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:33.8211862Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:33.8212215Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:33.8212915Z 	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:00:33.8213456Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:33.8213841Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:33.8214221Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:33.8214616Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:33.8215033Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:33.8215600Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:33.8216008Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:33.8216420Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:33.8216835Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:33.8217213Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:33.8217582Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:33.8217942Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:33.8218321Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:33.8218746Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:33.8219363Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:33.8219764Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:33.8220183Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:33.8220626Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:33.8221026Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:33.8221397Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:33.8221747Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:33.8222094Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:33.8222463Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:33.8222840Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:33.8223224Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:33.8223625Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:33.8224042Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:33.8224507Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:33.8224945Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:33.8225578Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:33.8225974Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:33.8226364Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:33.8226746Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:33.8227127Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:33.8227509Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:33.8227950Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:33.8228439Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:33.8228861Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:33.8229236Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:33.8229825Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:33.8230244Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:33.8230637Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:33.8231010Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:33.8231409Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:33.8231795Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:33.8232144Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:33.8232502Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:33.8232904Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:33.8233328Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:33.8233711Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:33.8234097Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:33.8234538Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:33.8234972Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:33.8235561Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:33.8236141Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:33.8236654Z 	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:00:33.8237165Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:33.8237559Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:33.8237976Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:33.8238404Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:33.8238930Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:33.8239513Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:33.8240125Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:33.8240777Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:33.8241425Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:33.8242052Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:33.8242680Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:33.8243264Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:33.8243748Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:33.8244193Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:33.8244637Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:33.8245320Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:33.8245822Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:33.8246283Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:33.8246669Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:33.8247245Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:33.8247638Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:33.8248017Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:33.8248427Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:33.8248838Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:33.8249208Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:33.8249598Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:33.8250060Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:33.8250551Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:33.8251040Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:33.8251536Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:33.8251990Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:33.8252409Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:33.8252821Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:33.8253236Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:33.8253858Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:33.8254292Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:33.8254682Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:33.8255210Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:33.8255601Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:33.8255980Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:33.8256414Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:33.8256892Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:33.8257299Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:33.8257716Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:33.8258146Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:33.8258593Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:33.8259034Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:33.8259467Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:33.8259870Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:33.8260244Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:33.8260631Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:33.8261005Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:33.8261380Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:33.8261784Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:33.8262183Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:33.8262610Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:33.8263092Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:33.8263552Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:33.8264189Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:33.8264570Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:33.8264949Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:33.8265550Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:33.8265942Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:33.8266344Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:33.8266769Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:33.8267214Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:33.8267629Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:33.8268015Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:33.8268423Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:33.8268969Z 	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:00:33.8269547Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:33.8270006Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:33.8270638Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:33.8271062Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:33.8271462Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:33.8271855Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:33.8272246Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:33.8272653Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:33.8273057Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:33.8273439Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:33.8273831Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:33.8274236Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:33.8274617Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:33.8275029Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:33.8275648Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:33.8276080Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:33.8276460Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:33.8276836Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:33.8277225Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:33.8277602Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:33.8277972Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:33.8278403Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:33.8278853Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:33.8279256Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:33.8279654Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:33.8280051Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:33.8280646Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:33.8281049Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:33.8281438Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:33.8281845Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:33.8282292Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:33.8282746Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:33.8283170Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:33.8283574Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:33.8283980Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:33.8284409Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:33.8284805Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:33.8285416Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:33.8285785Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:33.8286149Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:33.8286521Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:33.8287086Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:33.8287459Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:33.8287856Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:33.8288242Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:33.8288599Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:33.8288955Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:33.8289337Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:33.8289736Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:33.8290113Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:33.8290479Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:33.8290843Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:33.8291236Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:33.8291619Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:33.8291971Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:33.8292352Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:33.8292742Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:33.8293129Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:33.8293510Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:33.8293889Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:33.8294275Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:33.8294680Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:33.8295325Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:33.8295759Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:33.8296119Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:33.8296469Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:33.8296813Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:33.8297472Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:33.8297990Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:33.8298462Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:33.8298939Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:33.8299447Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:33.8299893Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:33.8300275Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:33.8300667Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:33.8301056Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:33.8301446Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:33.8301829Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:33.8302217Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:33.8302591Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:33.8302990Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:33.8303598Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:33.8304032Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:33.8304409Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:33.8304807Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:33.8305394Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:33.8305781Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:33.8306130Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:33.8306518Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:33.8306969Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:33.8307433Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:33.8307848Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:33.8308268Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:33.8308694Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:33.8309127Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:33.8309413Z 
2025-08-20T22:00:33.8309417Z 
2025-08-20T22:00:33.8309790Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:00:33 PM)
2025-08-20T22:00:33.8310150Z 
2025-08-20T22:00:33.8310153Z 
2025-08-20T22:00:33.8310157Z 
2025-08-20T22:00:33.8310226Z [+] Continue : YES
2025-08-20T22:00:33.8310329Z 
2025-08-20T22:00:33.8310565Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:00:33.8747607Z 
2025-08-20T22:00:33.8748280Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:00:33 PM) UTC
2025-08-20T22:00:33.8748577Z 
2025-08-20T22:00:33.8763395Z 
2025-08-20T22:00:33.8763559Z [+] Total RECIPES :: 1
2025-08-20T22:00:33.8763694Z 
2025-08-20T22:00:33.8839461Z 
2025-08-20T22:00:33.8840250Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml (1/1)
2025-08-20T22:00:33.8840746Z 
2025-08-20T22:00:33.9319129Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:00:33.9331181Z mode of '/tmp/pkgforge/S64d00yq0_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:00:33.9381874Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/otree/official [Provided]
2025-08-20T22:00:33.9382275Z [+] Setting '.pkg_family' --> otree [Provided]
2025-08-20T22:00:33.9395595Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:00:33.9401130Z [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:00:33.9428970Z [00:00:00.003]➜  
2025-08-20T22:00:33.9429447Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:00:33.9429857Z [00:00:00.003]➜  
2025-08-20T22:00:33.9466078Z [00:00:00.007]➜  
2025-08-20T22:00:33.9466539Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:00:33.9466957Z [00:00:00.007]➜  
2025-08-20T22:00:33.9543328Z [00:00:00.014]➜  
2025-08-20T22:00:33.9544346Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/otree/static.official.source.yaml) --> /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:00:33 PM) UTC]
2025-08-20T22:00:33.9545312Z [00:00:00.014]➜  
2025-08-20T22:00:33.9545509Z [00:00:00.014]➜  
2025-08-20T22:00:33.9545688Z [00:00:00.014]➜  
2025-08-20T22:00:33.9546348Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:00:33.9570428Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:00:33.9571348Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:00:33.9571929Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:00:33.9572159Z [00:00:00.015]➜  
2025-08-20T22:00:33.9572361Z [00:00:00.015]➜  pkg: "otree"
2025-08-20T22:00:33.9572666Z [00:00:00.015]➜  pkg_id: "github.com.fioncat.otree"
2025-08-20T22:00:33.9572963Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:00:33.9573205Z [00:00:00.015]➜  category:
2025-08-20T22:00:33.9573822Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:00:33.9574127Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:00:33.9574578Z [00:00:00.015]➜  description: "A command line tool to view objects (JSON/YAML/TOML) in TUI tree widget"
2025-08-20T22:00:33.9574985Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:00:33.9575508Z [00:00:00.015]➜    archlinux:
2025-08-20T22:00:33.9575742Z [00:00:00.015]➜      aur:
2025-08-20T22:00:33.9576022Z [00:00:00.015]➜        - "otree"
2025-08-20T22:00:33.9576325Z [00:00:00.015]➜        - "otree-bin"
2025-08-20T22:00:33.9576575Z [00:00:00.015]➜  homepage:
2025-08-20T22:00:33.9576863Z [00:00:00.015]➜    - "https://github.com/fioncat/otree"
2025-08-20T22:00:33.9577148Z [00:00:00.015]➜  license:
2025-08-20T22:00:33.9577367Z [00:00:00.015]➜    - "MIT"  
2025-08-20T22:00:33.9577594Z [00:00:00.015]➜  maintainer:
2025-08-20T22:00:33.9577916Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:00:33.9578232Z [00:00:00.015]➜  note:
2025-08-20T22:00:33.9578537Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:00:33.9579045Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fioncat/otree"  
2025-08-20T22:00:33.9579462Z [00:00:00.015]➜  repology:
2025-08-20T22:00:33.9579697Z [00:00:00.015]➜    - "otree"
2025-08-20T22:00:33.9579937Z [00:00:00.015]➜  src_url:
2025-08-20T22:00:33.9580215Z [00:00:00.015]➜    - "https://github.com/fioncat/otree"
2025-08-20T22:00:33.9580517Z [00:00:00.015]➜  tag:
2025-08-20T22:00:33.9580722Z [00:00:00.015]➜    - "json"
2025-08-20T22:00:33.9580946Z [00:00:00.015]➜    - "toml"
2025-08-20T22:00:33.9581190Z [00:00:00.015]➜    - "treeview"
2025-08-20T22:00:33.9581421Z [00:00:00.015]➜    - "yaml"
2025-08-20T22:00:33.9581646Z [00:00:00.015]➜  x_exec:
2025-08-20T22:00:33.9582256Z [00:00:00.015]➜    bsys: "docker://rust"
2025-08-20T22:00:33.9582594Z [00:00:00.015]➜    host:
2025-08-20T22:00:33.9582834Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:00:33.9583115Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:00:33.9583390Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:00:33.9583626Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:00:33.9583904Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:00:33.9584589Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/fioncat/otree" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:00:33.9586466Z [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:00:33.9587152Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:00:33.9587526Z [00:00:00.015]➜    run: |
2025-08-20T22:00:33.9587739Z [00:00:00.015]➜      #Build
2025-08-20T22:00:33.9588341Z [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:00:33.9589061Z [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:00:33.9589626Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:00:33.9590407Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:00:33.9590815Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:00:33.9591153Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:00:33.9591396Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:00:33.9591763Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:00:33.9592214Z [00:00:00.015]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:00:33.9592630Z [00:00:00.015]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:00:33.9593255Z [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:00:33.9593803Z [00:00:00.015]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:00:33.9594132Z [00:00:00.015]➜             export RUST_TARGET
2025-08-20T22:00:33.9594403Z [00:00:00.015]➜           else
2025-08-20T22:00:33.9594655Z [00:00:00.015]➜             rustc -Vv ; exit 1
2025-08-20T22:00:33.9594914Z [00:00:00.015]➜           fi
2025-08-20T22:00:33.9595362Z [00:00:00.015]➜         else
2025-08-20T22:00:33.9595692Z [00:00:00.015]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:00:33.9596068Z [00:00:00.015]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:00:33.9596347Z [00:00:00.015]➜         fi
2025-08-20T22:00:33.9596586Z [00:00:00.015]➜         RUST_FLAGS=()
2025-08-20T22:00:33.9596913Z [00:00:00.015]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:00:33.9597308Z [00:00:00.015]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:00:33.9597713Z [00:00:00.015]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:00:33.9598103Z [00:00:00.015]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:00:33.9598407Z [00:00:00.015]➜         fi
2025-08-20T22:00:33.9598695Z [00:00:00.015]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:00:33.9599039Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:00:33.9599360Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:00:33.9599678Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:00:33.9600001Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:00:33.9600570Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:00:33.9600977Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:00:33.9601355Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:00:33.9601731Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:00:33.9602088Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:00:33.9602428Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:00:33.9602799Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:00:33.9603156Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:00:33.9603438Z [00:00:00.016]➜        #Build
2025-08-20T22:00:33.9603934Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/fioncat/otree" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:00:33.9604455Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:00:33.9604801Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:00:33.9605730Z [00:00:00.016]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:00:33.9606387Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:00:33.9606913Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:00:33.9607792Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:00:33.9608160Z [00:00:00.016]➜        #Copy
2025-08-20T22:00:33.9609102Z [00:00:00.016]➜         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:00:33.9610346Z [00:00:00.016]➜         ( 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:00:33.9610906Z [00:00:00.016]➜        #Strip 
2025-08-20T22:00:33.9611391Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:00:33.9612066Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:00:33.9612754Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:00:33.9613343Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:00:33.9613898Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:00:33.9614318Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:00:33.9614563Z [00:00:00.016]➜        '
2025-08-20T22:00:33.9614787Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:00:33.9615328Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:00:33.9615948Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:00:33.9617011Z [00:00:00.016]➜       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:00:33.9617784Z [00:00:00.016]➜  
2025-08-20T22:00:33.9617971Z [00:00:00.016]➜  
2025-08-20T22:00:33.9618273Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:00:33.9618553Z [00:00:00.016]➜  
2025-08-20T22:00:33.9618740Z [00:00:00.016]➜  
2025-08-20T22:00:33.9619141Z [00:00:00.016]➜  
2025-08-20T22:00:33.9619731Z [00:00:00.017]➜  '/tmp/pkgforge/S64d00yq0_build.yaml' -> '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:00:35.2398065Z [00:00:01.300]➜  '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.version' -> '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.version'
2025-08-20T22:00:35.2449270Z [00:00:01.305]➜  [+] Version: HEAD-6131429-250820T103731 ('.x_exec.pkgver') [/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.version]
2025-08-20T22:00:35.2579408Z [00:00:01.318]➜  [+] Progs: otree
2025-08-20T22:00:38.7321652Z [00:00:04.792]➜  
2025-08-20T22:00:38.7322021Z [00:00:04.792]➜  [-] Missing packages. Found: 
2025-08-20T22:00:38.7322315Z [00:00:04.792]➜  [+] Expected: otree
2025-08-20T22:00:38.7322610Z [00:00:04.792]➜  [+] Continuing with build...
2025-08-20T22:00:38.7322859Z [00:00:04.792]➜  
2025-08-20T22:00:39.0935735Z [00:00:05.153]➜  
2025-08-20T22:00:39.0936071Z [00:00:05.154]➜  
2025-08-20T22:00:39.1014619Z [00:00:05.161]➜  + mkdir -pv /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:00:39.1034180Z [00:00:05.163]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=otree -e PKG_ID=github.com.fioncat.otree -e PKG_TYPE=static -e PKG_VER=HEAD-6131429-250820T103731 -e PKGVER=HEAD-6131429-250820T103731 -e SBUILD_PKG=otree.static -e SBUILD_PKGVER=HEAD-6131429-250820T103731 --volume /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:00:39.1036961Z [00:00:05.163]➜    #Setup ENV
2025-08-20T22:00:39.1037738Z [00:00:05.163]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:00:39.1038218Z [00:00:05.163]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:00:39.1038662Z [00:00:05.163]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:00:39.1039309Z [00:00:05.163]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:00:39.1039860Z [00:00:05.163]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:00:39.1040198Z [00:00:05.163]➜         export RUST_TARGET
2025-08-20T22:00:39.1040449Z [00:00:05.163]➜       else
2025-08-20T22:00:39.1040708Z [00:00:05.163]➜         rustc -Vv ; exit 1
2025-08-20T22:00:39.1040956Z [00:00:05.163]➜       fi
2025-08-20T22:00:39.1041164Z [00:00:05.163]➜     else
2025-08-20T22:00:39.1041475Z [00:00:05.163]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:00:39.1041847Z [00:00:05.163]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:00:39.1042115Z [00:00:05.163]➜     fi
2025-08-20T22:00:39.1042338Z [00:00:05.163]➜     RUST_FLAGS=()
2025-08-20T22:00:39.1042655Z [00:00:05.163]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:00:39.1043057Z [00:00:05.163]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:00:39.1043465Z [00:00:05.163]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:00:39.1043857Z [00:00:05.163]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:00:39.1044145Z [00:00:05.163]➜     fi
2025-08-20T22:00:39.1044410Z [00:00:05.163]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:00:39.1044762Z [00:00:05.163]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:00:39.1045324Z [00:00:05.163]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:00:39.1045711Z [00:00:05.163]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:00:39.1046032Z [00:00:05.163]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:00:39.1046353Z [00:00:05.163]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:00:39.1046666Z [00:00:05.163]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:00:39.1047025Z [00:00:05.163]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:00:39.1047733Z [00:00:05.163]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:00:39.1048207Z [00:00:05.163]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:00:39.1048542Z [00:00:05.163]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:00:39.1048895Z [00:00:05.163]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:00:39.1049248Z [00:00:05.163]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:00:39.1049536Z [00:00:05.163]➜    #Build
2025-08-20T22:00:39.1050040Z [00:00:05.163]➜     git clone --filter "blob:none" --quiet "https://github.com/fioncat/otree" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:00:39.1050554Z [00:00:05.163]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:00:39.1050881Z [00:00:05.163]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:00:39.1051504Z [00:00:05.163]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:00:39.1052096Z [00:00:05.163]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:00:39.1052612Z [00:00:05.163]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:00:39.1053174Z [00:00:05.163]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:00:39.1053532Z [00:00:05.163]➜    #Copy
2025-08-20T22:00:39.1054478Z [00:00:05.163]➜     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:00:39.1056149Z [00:00:05.163]➜     ( 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:00:39.1056709Z [00:00:05.163]➜    #Strip 
2025-08-20T22:00:39.1057195Z [00:00:05.163]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:00:39.1057868Z [00:00:05.163]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:00:39.1058544Z [00:00:05.163]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:00:39.1059141Z [00:00:05.163]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:00:39.1059688Z [00:00:05.163]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:00:39.1060096Z [00:00:05.163]➜     popd &>/dev/null
2025-08-20T22:00:39.1060332Z [00:00:05.163]➜    '
2025-08-20T22:00:39.3761859Z [00:00:05.436]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:00:40.7695973Z [00:00:06.829]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:00:40.7696421Z [00:00:06.829]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:00:40.7696727Z [00:00:06.829]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:00:40.7697027Z [00:00:06.829]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:00:40.7697327Z [00:00:06.829]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:00:40.7697625Z [00:00:06.829]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:00:40.7697903Z [00:00:06.829]➜  2b92eb3035e7: Waiting
2025-08-20T22:00:40.7698160Z [00:00:06.829]➜  4239b2f25ebc: Waiting
2025-08-20T22:00:40.7698438Z [00:00:06.830]➜  323e89f8c367: Waiting
2025-08-20T22:00:41.9517933Z [00:00:08.012]➜  b2e6f696af52: Download complete
2025-08-20T22:00:42.0466770Z [00:00:08.107]➜  b2e6f696af52: Pull complete
2025-08-20T22:00:43.6438312Z [00:00:09.704]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:00:43.6438875Z [00:00:09.704]➜  99fd740fb142: Download complete
2025-08-20T22:00:43.7256015Z [00:00:09.785]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:00:43.7256953Z [00:00:09.786]➜  996f2cb07f7c: Download complete
2025-08-20T22:00:43.7984052Z [00:00:09.858]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:00:43.7984447Z [00:00:09.858]➜  323e89f8c367: Download complete
2025-08-20T22:00:44.2465719Z [00:00:10.306]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:00:44.2466140Z [00:00:10.306]➜  4239b2f25ebc: Download complete
2025-08-20T22:00:47.7516706Z [00:00:13.812]➜  996f2cb07f7c: Pull complete
2025-08-20T22:00:51.8974751Z [00:00:17.957]➜  99fd740fb142: Pull complete
2025-08-20T22:01:00.7934964Z [00:00:26.853]➜  2b92eb3035e7: Download complete
2025-08-20T22:02:41.8671381Z [00:02:07.927]➜  2b92eb3035e7: Pull complete
2025-08-20T22:02:49.1465172Z [00:02:15.206]➜  4239b2f25ebc: Pull complete
2025-08-20T22:02:49.1996594Z [00:02:15.260]➜  323e89f8c367: Pull complete
2025-08-20T22:02:49.2197069Z [00:02:15.280]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:02:49.2276033Z [00:02:15.288]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:02:49.4852499Z [00:02:15.545]➜  + mkdir -p /build-bins
2025-08-20T22:02:49.4869057Z [00:02:15.547]➜  ++ mktemp -d
2025-08-20T22:02:49.4882928Z [00:02:15.548]➜  + pushd /tmp/tmp.e2jTKPHcQ0
2025-08-20T22:02:49.4885004Z [00:02:15.548]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:02:49.4886106Z [00:02:15.548]➜  + source /root/.cargo/env
2025-08-20T22:02:49.4886461Z [00:02:15.548]➜  ++ case ":${PATH}:" in
2025-08-20T22:02:49.4893473Z [00:02:15.549]➜  ++ uname -m
2025-08-20T22:02:49.4894014Z [00:02:15.549]➜  ++ tr -d '[:space:]'
2025-08-20T22:02:49.4906104Z [00:02:15.551]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:02:49.4908214Z [00:02:15.551]➜  ++ uname -m
2025-08-20T22:02:49.4921112Z [00:02:15.552]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:02:49.4921526Z [00:02:15.552]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:02:49.4921898Z [00:02:15.552]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:02:49.6521349Z [00:02:15.712]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:02:49.6542746Z [00:02:15.714]➜  + RUST_FLAGS=()
2025-08-20T22:02:49.6544258Z [00:02:15.714]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:02:49.6544767Z [00:02:15.714]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:02:49.6546975Z [00:02:15.715]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:02:49.6547357Z [00:02:15.715]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:02:49.6555633Z [00:02:15.716]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:02:49.6557100Z [00:02:15.716]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:02:49.6557454Z [00:02:15.716]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:02:49.6557762Z [00:02:15.716]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:02:49.6558254Z [00:02:15.716]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:02:49.6558698Z [00:02:15.716]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:02:49.6559529Z [00:02:15.716]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:02:49.6560044Z [00:02:15.716]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:02:49.6560519Z [00:02:15.716]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:02:49.6560943Z [00:02:15.716]➜  ++ which mold
2025-08-20T22:02:49.6584398Z [00:02:15.718]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:02:49.6584786Z [00:02:15.718]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:02:49.6585218Z [00:02:15.718]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:02:49.6585658Z [00:02:15.718]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:02:49.6587134Z [00:02:15.718]➜  + 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:02:49.6589401Z [00:02:15.719]➜  + 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:02:49.6591223Z [00:02:15.719]➜  + git clone --filter blob:none --quiet https://github.com/fioncat/otree ./TEMPREPO
2025-08-20T22:02:49.9972317Z [00:02:16.057]➜  
2025-08-20T22:02:49.9972728Z [00:02:16.057]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:02:49.9974171Z [00:02:16.057]➜  [+] 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:02:49.9975615Z [00:02:16.057]➜  
2025-08-20T22:02:49.9975841Z [00:02:16.057]➜  + cd ./TEMPREPO/
2025-08-20T22:02:49.9976169Z [00:02:16.057]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:02:49.9977577Z [00:02:16.057]➜  + 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:02:49.9978815Z [00:02:16.057]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:02:49.9982629Z [00:02:16.058]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:02:49.9983070Z [00:02:16.058]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:02:50.0003804Z [00:02:16.060]➜  ++ nproc
2025-08-20T22:02:50.0018298Z [00:02:16.062]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:02:50.1860577Z [00:02:16.246]➜      Updating crates.io index
2025-08-20T22:02:50.3023098Z [00:02:16.362]➜      Updating git repository `https://github.com/fioncat/tui-rs-tree-widget`
2025-08-20T22:02:50.7811218Z [00:02:16.841]➜   Downloading crates ...
2025-08-20T22:02:50.9038226Z [00:02:16.964]➜    Downloaded anstyle-query v1.1.4
2025-08-20T22:02:50.9062874Z [00:02:16.966]➜    Downloaded anstyle v1.0.11
2025-08-20T22:02:50.9079726Z [00:02:16.968]➜    Downloaded anstream v0.6.20
2025-08-20T22:02:50.9114835Z [00:02:16.972]➜    Downloaded bitflags v2.9.1
2025-08-20T22:02:50.9149799Z [00:02:16.975]➜    Downloaded parking_lot v0.12.4
2025-08-20T22:02:50.9175024Z [00:02:16.978]➜    Downloaded darling v0.20.11
2025-08-20T22:02:50.9214109Z [00:02:16.981]➜    Downloaded toml_writer v1.0.2
2025-08-20T22:02:50.9228546Z [00:02:16.983]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T22:02:50.9252735Z [00:02:16.985]➜    Downloaded time-core v0.1.4
2025-08-20T22:02:50.9265361Z [00:02:16.987]➜    Downloaded derive_builder_macro v0.20.2
2025-08-20T22:02:50.9274689Z [00:02:16.987]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T22:02:50.9288067Z [00:02:16.989]➜    Downloaded deranged v0.4.0
2025-08-20T22:02:50.9304516Z [00:02:16.990]➜    Downloaded version_check v0.9.5
2025-08-20T22:02:50.9319955Z [00:02:16.992]➜    Downloaded toml_datetime v0.7.0
2025-08-20T22:02:50.9335909Z [00:02:16.994]➜    Downloaded time-macros v0.2.22
2025-08-20T22:02:50.9356617Z [00:02:16.996]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T22:02:50.9374319Z [00:02:16.997]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:02:50.9387923Z [00:02:16.999]➜    Downloaded vergen-lib v0.1.6
2025-08-20T22:02:50.9401946Z [00:02:17.000]➜    Downloaded toml_parser v1.0.2
2025-08-20T22:02:50.9425375Z [00:02:17.003]➜    Downloaded walkdir v2.5.0
2025-08-20T22:02:50.9443810Z [00:02:17.004]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:02:50.9470958Z [00:02:17.007]➜    Downloaded tui-textarea v0.7.0
2025-08-20T22:02:50.9510251Z [00:02:17.011]➜    Downloaded dirs v6.0.0
2025-08-20T22:02:50.9523856Z [00:02:17.012]➜    Downloaded winnow v0.7.12
2025-08-20T22:02:50.9622268Z [00:02:17.022]➜    Downloaded thiserror v2.0.12
2025-08-20T22:02:50.9680360Z [00:02:17.028]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:02:50.9693906Z [00:02:17.029]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T22:02:50.9728882Z [00:02:17.033]➜    Downloaded instability v0.3.9
2025-08-20T22:02:50.9744104Z [00:02:17.034]➜    Downloaded num_threads v0.1.7
2025-08-20T22:02:50.9764921Z [00:02:17.036]➜    Downloaded unicode-width v0.1.14
2025-08-20T22:02:50.9827583Z [00:02:17.043]➜    Downloaded strum_macros v0.26.4
2025-08-20T22:02:50.9852375Z [00:02:17.045]➜    Downloaded serde_yml v0.0.12
2025-08-20T22:02:50.9916887Z [00:02:17.052]➜    Downloaded camino v1.1.10
2025-08-20T22:02:50.9938765Z [00:02:17.054]➜    Downloaded unicode-width v0.2.0
2025-08-20T22:02:50.9993951Z [00:02:17.059]➜    Downloaded libyml v0.0.5
2025-08-20T22:02:51.0033678Z [00:02:17.063]➜    Downloaded mio v1.0.4
2025-08-20T22:02:51.0078415Z [00:02:17.068]➜    Downloaded memchr v2.7.5
2025-08-20T22:02:51.0119768Z [00:02:17.072]➜    Downloaded serde_json v1.0.142
2025-08-20T22:02:51.0174646Z [00:02:17.077]➜    Downloaded clap_builder v4.5.43
2025-08-20T22:02:51.0227282Z [00:02:17.083]➜    Downloaded sysinfo v0.34.2
2025-08-20T22:02:51.0301569Z [00:02:17.090]➜    Downloaded itertools v0.13.0
2025-08-20T22:02:51.0354304Z [00:02:17.095]➜    Downloaded serde v1.0.219
2025-08-20T22:02:51.0380674Z [00:02:17.098]➜    Downloaded syn v2.0.104
2025-08-20T22:02:51.0464644Z [00:02:17.106]➜    Downloaded regex v1.11.1
2025-08-20T22:02:51.0561134Z [00:02:17.116]➜    Downloaded libm v0.2.15
2025-08-20T22:02:51.0640611Z [00:02:17.124]➜    Downloaded hashbrown v0.15.4
2025-08-20T22:02:51.0682699Z [00:02:17.128]➜    Downloaded notify v8.2.0
2025-08-20T22:02:51.0699332Z [00:02:17.130]➜    Downloaded indexmap v2.10.0
2025-08-20T22:02:51.0732732Z [00:02:17.133]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:02:51.0794538Z [00:02:17.140]➜    Downloaded clap_derive v4.5.41
2025-08-20T22:02:51.0814793Z [00:02:17.142]➜    Downloaded rustix v0.38.44
2025-08-20T22:02:51.0995293Z [00:02:17.160]➜    Downloaded cargo_metadata v0.19.2
2025-08-20T22:02:51.1012405Z [00:02:17.161]➜    Downloaded cargo-platform v0.1.9
2025-08-20T22:02:51.1022963Z [00:02:17.162]➜    Downloaded static_assertions v1.1.0
2025-08-20T22:02:51.1034536Z [00:02:17.163]➜    Downloaded serde_spanned v1.0.0
2025-08-20T22:02:51.1046447Z [00:02:17.165]➜    Downloaded ratatui v0.29.0
2025-08-20T22:02:51.1194617Z [00:02:17.179]➜    Downloaded powerfmt v0.2.0
2025-08-20T22:02:51.1204919Z [00:02:17.180]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T22:02:51.1222219Z [00:02:17.182]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:02:51.1346375Z [00:02:17.195]➜    Downloaded once_cell v1.21.3
2025-08-20T22:02:51.1366449Z [00:02:17.197]➜    Downloaded notify-types v2.0.0
2025-08-20T22:02:51.1388016Z [00:02:17.199]➜    Downloaded itoa v1.0.15
2025-08-20T22:02:51.1398578Z [00:02:17.200]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:02:51.1408343Z [00:02:17.201]➜    Downloaded filedescriptor v0.8.3
2025-08-20T22:02:51.1416425Z [00:02:17.202]➜    Downloaded compact_str v0.8.1
2025-08-20T22:02:51.1442503Z [00:02:17.204]➜    Downloaded colorchoice v1.0.4
2025-08-20T22:02:51.1452451Z [00:02:17.205]➜    Downloaded strsim v0.11.1
2025-08-20T22:02:51.1462776Z [00:02:17.206]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T22:02:51.1472672Z [00:02:17.207]➜    Downloaded signal-hook v0.3.18
2025-08-20T22:02:51.1496121Z [00:02:17.210]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:02:51.1505752Z [00:02:17.211]➜    Downloaded same-file v1.0.6
2025-08-20T22:02:51.1516186Z [00:02:17.212]➜    Downloaded libc v0.2.174
2025-08-20T22:02:51.1721064Z [00:02:17.232]➜    Downloaded rustc_version v0.4.1
2025-08-20T22:02:51.1731739Z [00:02:17.233]➜    Downloaded paste v1.0.15
2025-08-20T22:02:51.1753564Z [00:02:17.235]➜    Downloaded inotify v0.11.0
2025-08-20T22:02:51.1768812Z [00:02:17.237]➜    Downloaded heck v0.5.0
2025-08-20T22:02:51.1778445Z [00:02:17.238]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:02:51.1788437Z [00:02:17.239]➜    Downloaded castaway v0.2.4
2025-08-20T22:02:51.1799565Z [00:02:17.240]➜    Downloaded cassowary v0.3.0
2025-08-20T22:02:51.1810656Z [00:02:17.241]➜    Downloaded thiserror v1.0.69
2025-08-20T22:02:51.1844515Z [00:02:17.244]➜    Downloaded strum v0.26.3
2025-08-20T22:02:51.1852347Z [00:02:17.245]➜    Downloaded simple-error v0.3.1
2025-08-20T22:02:51.1861367Z [00:02:17.246]➜    Downloaded signal-hook-registry v1.4.6
2025-08-20T22:02:51.1870890Z [00:02:17.247]➜    Downloaded semver v1.0.26
2025-08-20T22:02:51.1888292Z [00:02:17.249]➜    Downloaded rustversion v1.0.21
2025-08-20T22:02:51.1906734Z [00:02:17.251]➜    Downloaded lru v0.12.5
2025-08-20T22:02:51.1916060Z [00:02:17.252]➜    Downloaded indoc v2.0.6
2025-08-20T22:02:51.1936199Z [00:02:17.254]➜    Downloaded humansize v2.1.3
2025-08-20T22:02:51.1949164Z [00:02:17.255]➜    Downloaded foldhash v0.1.5
2025-08-20T22:02:51.1959319Z [00:02:17.256]➜    Downloaded fnv v1.0.7
2025-08-20T22:02:51.1966475Z [00:02:17.257]➜    Downloaded equivalent v1.0.2
2025-08-20T22:02:51.1975297Z [00:02:17.258]➜    Downloaded either v1.15.0
2025-08-20T22:02:51.1987064Z [00:02:17.259]➜    Downloaded clap_lex v0.7.5
2025-08-20T22:02:51.1997437Z [00:02:17.260]➜    Downloaded smallvec v1.15.1
2025-08-20T22:02:51.2014798Z [00:02:17.262]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:02:51.2035115Z [00:02:17.264]➜    Downloaded ryu v1.0.20
2025-08-20T22:02:51.2058178Z [00:02:17.266]➜    Downloaded quote v1.0.40
2025-08-20T22:02:51.2076409Z [00:02:17.268]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T22:02:51.2096562Z [00:02:17.270]➜    Downloaded option-ext v0.2.0
2025-08-20T22:02:51.2103977Z [00:02:17.270]➜    Downloaded num-conv v0.1.0
2025-08-20T22:02:51.2111038Z [00:02:17.271]➜    Downloaded lock_api v0.4.13
2025-08-20T22:02:51.2122660Z [00:02:17.272]➜    Downloaded inotify-sys v0.1.5
2025-08-20T22:02:51.2130564Z [00:02:17.273]➜    Downloaded ident_case v1.0.1
2025-08-20T22:02:51.2137165Z [00:02:17.274]➜    Downloaded errno v0.3.13
2025-08-20T22:02:51.2148907Z [00:02:17.275]➜    Downloaded darling_macro v0.20.11
2025-08-20T22:02:51.2154726Z [00:02:17.276]➜    Downloaded darling_core v0.20.11
2025-08-20T22:02:51.2190205Z [00:02:17.279]➜    Downloaded dirs-sys v0.5.0
2025-08-20T22:02:51.2199382Z [00:02:17.280]➜    Downloaded crossterm v0.28.1
2025-08-20T22:02:51.2247487Z [00:02:17.285]➜    Downloaded derive_builder_core v0.20.2
2025-08-20T22:02:51.2262281Z [00:02:17.286]➜    Downloaded derive_builder v0.20.2
2025-08-20T22:02:51.2296248Z [00:02:17.290]➜    Downloaded clap v4.5.43
2025-08-20T22:02:51.2356410Z [00:02:17.296]➜    Downloaded time v0.3.41
2025-08-20T22:02:51.2413735Z [00:02:17.301]➜    Downloaded toml v0.9.5
2025-08-20T22:02:51.2446009Z [00:02:17.305]➜    Downloaded autocfg v1.5.0
2025-08-20T22:02:51.2460349Z [00:02:17.306]➜    Downloaded vergen v9.0.6
2025-08-20T22:02:51.2475605Z [00:02:17.308]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T22:02:51.2488899Z [00:02:17.309]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:02:51.2531896Z [00:02:17.313]➜    Downloaded anyhow v1.0.98
2025-08-20T22:02:51.2560116Z [00:02:17.316]➜    Downloaded log v0.4.27
2025-08-20T22:02:51.2582973Z [00:02:17.318]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T22:02:51.4376200Z [00:02:17.498]➜     Compiling proc-macro2 v1.0.95
2025-08-20T22:02:51.4376666Z [00:02:17.498]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:02:51.4376984Z [00:02:17.498]➜     Compiling libc v0.2.174
2025-08-20T22:02:51.4377282Z [00:02:17.498]➜     Compiling rustversion v1.0.21
2025-08-20T22:02:51.4377592Z [00:02:17.498]➜     Compiling strsim v0.11.1
2025-08-20T22:02:51.4380271Z [00:02:17.498]➜       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.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.4385796Z [00:02:17.498]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.4390877Z [00:02:17.498]➜       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/rustversion-1.0.21/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a89adeb715f7449d -C extra-filename=-41f6fca0935e8c9e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.4395597Z [00:02:17.498]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=018cc62aa724e4fa -C extra-filename=-a9d3cbd7c8322457 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.4402646Z [00:02:17.499]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=277a193d464985dc -C extra-filename=-1a06cc513f7c6661 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.6940383Z [00:02:17.754]➜     Compiling ident_case v1.0.1
2025-08-20T22:02:51.6943305Z [00:02:17.754]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ident_case --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cab37c47dba5499c -C extra-filename=-3aff5cc603f2172f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.7862297Z [00:02:17.846]➜     Compiling fnv v1.0.7
2025-08-20T22:02:51.7865458Z [00:02:17.846]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=d29b54471c895a29 -C extra-filename=-92202d5b3ef7f31c --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.8550169Z [00:02:17.915]➜     Compiling serde v1.0.219
2025-08-20T22:02:51.8554115Z [00:02:17.915]➜       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.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.8743972Z [00:02:17.934]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T22:02:51.8816493Z [00:02:17.942]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build`
2025-08-20T22:02:51.9194676Z [00:02:17.979]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64934fdc9da4d36c -C extra-filename=-0d4b169a5d5fc745 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
2025-08-20T22:02:51.9267133Z [00:02:17.986]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build`
2025-08-20T22:02:51.9333593Z [00:02:17.993]➜     Compiling anyhow v1.0.98
2025-08-20T22:02:51.9337455Z [00:02:17.993]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=643e54d27fa0bcee -C extra-filename=-a15a6534729acd94 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:51.9640602Z [00:02:18.022]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a12968afa86827ff -C extra-filename=-77bcf768e5270e07 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:02:51.9920289Z [00:02:18.051]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.e2jTKPHcQ0/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:02:52.1073121Z [00:02:18.167]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build`
2025-08-20T22:02:52.1492100Z [00:02:18.209]➜     Compiling allocator-api2 v0.2.21
2025-08-20T22:02:52.1508501Z [00:02:18.210]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=a3263182688d7494 -C extra-filename=-f637d9d5d2560ff6 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:52.2424503Z [00:02:18.302]➜     Compiling memchr v2.7.5
2025-08-20T22:02:52.2442658Z [00:02:18.304]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=adcbe65f55031186 -C extra-filename=-cf453270fe03ac87 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:52.6654539Z [00:02:18.725]➜     Compiling quote v1.0.40
2025-08-20T22:02:52.6659419Z [00:02:18.725]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T22:02:52.8178495Z [00:02:18.878]➜     Compiling equivalent v1.0.2
2025-08-20T22:02:52.8183654Z [00:02:18.878]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217bc211937a897c -C extra-filename=-227a987576108267 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:52.8896857Z [00:02:18.949]➜     Compiling foldhash v0.1.5
2025-08-20T22:02:52.8915464Z [00:02:18.951]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53cf85acf560b28d -C extra-filename=-4166f2240ae6512f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:52.8969899Z [00:02:18.957]➜     Compiling autocfg v1.5.0
2025-08-20T22:02:52.8975988Z [00:02:18.957]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3245173c5ecca97 -C extra-filename=-dd487200042bcaa5 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:53.0377995Z [00:02:19.097]➜     Compiling syn v2.0.104
2025-08-20T22:02:53.0391917Z [00:02:19.098]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --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=6a7ec40ec04d020d -C extra-filename=-5b51ffd79fec4b56 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:02:53.1467837Z [00:02:19.205]➜     Compiling hashbrown v0.15.4
2025-08-20T22:02:53.1500817Z [00:02:19.209]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=463991b13e5af23b -C extra-filename=-9d9c4010f705c9a2 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta --extern equivalent=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern foldhash=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.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:02:53.2050554Z [00:02:19.265]➜     Compiling thiserror v1.0.69
2025-08-20T22:02:53.2054013Z [00:02:19.265]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:53.4524469Z [00:02:19.512]➜     Compiling lock_api v0.4.13
2025-08-20T22:02:53.4558628Z [00:02:19.514]➜       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.13/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=e7340397c1911356 -C extra-filename=-015ab0397ac11abb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T22:02:53.5067748Z [00:02:19.567]➜     Compiling signal-hook v0.3.18
2025-08-20T22:02:53.5077644Z [00:02:19.567]➜       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/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=395b7550dd28c483 -C extra-filename=-b088653347055bc4 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:53.5370553Z [00:02:19.597]➜     Compiling bitflags v2.9.1
2025-08-20T22:02:53.5379664Z [00:02:19.597]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0dc88ba410d74696 -C extra-filename=-4c8e325713496bbe --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:53.5984858Z [00:02:19.658]➜     Compiling cfg-if v1.0.1
2025-08-20T22:02:53.6013254Z [00:02:19.661]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c672f7f25b0ef390 -C extra-filename=-390245f0fda4ac0f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:53.6649710Z [00:02:19.725]➜     Compiling semver v1.0.26
2025-08-20T22:02:53.6658373Z [00:02:19.726]➜       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/semver-1.0.26/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4bd33e5577fe52aa -C extra-filename=-1cb0bcddacba8922 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:53.7135210Z [00:02:19.773]➜     Compiling log v0.4.27
2025-08-20T22:02:53.7146029Z [00:02:19.774]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=acf483ab946e21a2 -C extra-filename=-ca76cc5873df6a42 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:53.9302187Z [00:02:19.990]➜     Compiling parking_lot_core v0.9.11
2025-08-20T22:02:53.9305808Z [00:02:19.990]➜       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.11/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=02c535b543b60536 -C extra-filename=-f5c0b92260e92ead --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:53.9483330Z [00:02:20.008]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1eaafba2dbbbf3e7 -C extra-filename=-bc5d4db155a38dc4 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.0046887Z [00:02:20.064]➜     Compiling heck v0.5.0
2025-08-20T22:02:54.0049660Z [00:02:20.065]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.1401828Z [00:02:20.200]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build`
2025-08-20T22:02:54.1459906Z [00:02:20.206]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build`
2025-08-20T22:02:54.1839892Z [00:02:20.244]➜     Compiling mio v1.0.4
2025-08-20T22:02:54.1871207Z [00:02:20.245]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=62b8bd93a86f9c93 -C extra-filename=-2b276a4178543caf --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern log=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.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:02:54.1907551Z [00:02:20.251]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build`
2025-08-20T22:02:54.1972376Z [00:02:20.257]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build`
2025-08-20T22:02:54.2053438Z [00:02:20.265]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build`
2025-08-20T22:02:54.2257266Z [00:02:20.286]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T22:02:54.2843607Z [00:02:20.344]➜     Compiling signal-hook-registry v1.4.6
2025-08-20T22:02:54.2864680Z [00:02:20.346]➜       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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78ae27fde4aa1ac6 -C extra-filename=-19371e571ea22d4b --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.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:02:54.3213824Z [00:02:20.381]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build`
2025-08-20T22:02:54.3421199Z [00:02:20.402]➜     Compiling ryu v1.0.20
2025-08-20T22:02:54.3432722Z [00:02:20.402]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b9902fdd25376cbd -C extra-filename=-694316d3806572f1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:54.3458116Z [00:02:20.406]➜     Compiling serde_json v1.0.142
2025-08-20T22:02:54.3469378Z [00:02:20.406]➜       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/serde_json-1.0.142/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"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f12054b289eead60 -C extra-filename=-3d5439589800e3d3 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.5487096Z [00:02:20.609]➜     Compiling rustix v0.38.44
2025-08-20T22:02:54.5528074Z [00:02:20.612]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=913db1ae901e58d7 -C extra-filename=-7e5763f2ac3e04ae --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.6033683Z [00:02:20.663]➜     Compiling thiserror v2.0.12
2025-08-20T22:02:54.6064749Z [00:02:20.666]➜       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.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.9125563Z [00:02:20.972]➜     Compiling itoa v1.0.15
2025-08-20T22:02:54.9135230Z [00:02:20.973]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=c3bf566224b04325 -C extra-filename=-3f4442783b425d26 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:54.9203274Z [00:02:20.980]➜     Compiling camino v1.1.10
2025-08-20T22:02:54.9211776Z [00:02:20.981]➜       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/camino-1.1.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 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=853ffe5504b716aa -C extra-filename=-0946aa29943e13a5 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:55.0164083Z [00:02:21.076]➜     Compiling scopeguard v1.2.0
2025-08-20T22:02:55.0204649Z [00:02:21.080]➜       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.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:55.0615572Z [00:02:21.121]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b72576fbbfef2ada -C extra-filename=-26c7b81a28d259c5 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:55.0998374Z [00:02:21.160]➜     Compiling smallvec v1.15.1
2025-08-20T22:02:55.1021405Z [00:02:21.161]➜       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.15.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("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=d3771f81cc297ecc -C extra-filename=-cfdb221f4103d149 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:55.1042337Z [00:02:21.164]➜       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.13/src/lib.rs --error-format=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=06d6a05124d9d297 -C extra-filename=-48cc199fe365182e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.e2jTKPHcQ0/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 --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-20T22:02:55.1781645Z [00:02:21.238]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build-script-build`
2025-08-20T22:02:55.2076301Z [00:02:21.267]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T22:02:55.2201873Z [00:02:21.280]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build-script-build`
2025-08-20T22:02:55.2931881Z [00:02:21.353]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build-script-build`
2025-08-20T22:02:55.3027568Z [00:02:21.362]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2872bc8cafe5be8d -C extra-filename=-0839b2ad8dab0b28 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern signal_hook_registry=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-19371e571ea22d4b.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:02:55.3197904Z [00:02:21.378]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=55c5a45ca4f66fe2 -C extra-filename=-f5a22a76cd5f5173 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:02:55.3904285Z [00:02:21.449]➜       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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e7ccd1e62617c7e2 -C extra-filename=-87413a8e2683de9a --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern smallvec=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.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 --check-cfg 'cfg(tsan_enabled)'`
2025-08-20T22:02:55.4343636Z [00:02:21.494]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:02:55.4352833Z [00:02:21.495]➜       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=3b9011155f250a53 -C extra-filename=-26278da5437a0dbb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --cap-lints allow`
2025-08-20T22:02:55.7522361Z [00:02:21.812]➜     Compiling vergen-lib v0.1.6
2025-08-20T22:02:55.7532945Z [00:02:21.812]➜       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/vergen-lib-0.1.6/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="build"' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="rustc"' --cfg 'feature="si"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=c88021331d4e99fc -C extra-filename=-bf124eafded2ddde --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --cap-lints allow`
2025-08-20T22:02:55.9479973Z [00:02:22.008]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build`
2025-08-20T22:02:56.0957981Z [00:02:22.156]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:02:56.0966201Z [00:02:22.156]➜       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.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:56.1973791Z [00:02:22.257]➜     Compiling paste v1.0.15
2025-08-20T22:02:56.1981043Z [00:02:22.258]➜       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/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25a31c761650791f -C extra-filename=-86fbadf795b6fc2f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:56.5933747Z [00:02:22.653]➜     Compiling powerfmt v0.2.0
2025-08-20T22:02:56.5941981Z [00:02:22.654]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=0a01a0675c908c22 -C extra-filename=-6d922f90bbe2915e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:56.8252288Z [00:02:22.885]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3fbc5c0239c612a0 -C extra-filename=-0d829cae186aa981 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:56.9400694Z [00:02:23.000]➜     Compiling either v1.15.0
2025-08-20T22:02:56.9411270Z [00:02:23.001]➜       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 opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=91268b6e9cc393c4 -C extra-filename=-c8fbf191325a0dbc --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:57.2135298Z [00:02:23.273]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=d8abb441b71dd9a2 -C extra-filename=-a80d36219da43c14 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:57.4801016Z [00:02:23.540]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T22:02:57.4817026Z [00:02:23.541]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=9c0e85f6d39d643d -C extra-filename=-e7eb11401db10aa1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:02:57.8779177Z [00:02:23.938]➜     Compiling instability v0.3.9
2025-08-20T22:02:57.8783385Z [00:02:23.938]➜       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/instability-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e008995ceefc40c -C extra-filename=-0596458b5bd18a62 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:02:58.0317441Z [00:02:24.092]➜     Compiling darling_core v0.20.11
2025-08-20T22:02:58.0323948Z [00:02:24.092]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=4996ff06aaaa9e66 -C extra-filename=-dbf2601f1875005d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta --extern ident_case=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern strsim=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rmeta --cap-lints allow`
2025-08-20T22:02:58.2086814Z [00:02:24.269]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build-script-build`
2025-08-20T22:02:58.2143778Z [00:02:24.274]➜     Compiling itertools v0.13.0
2025-08-20T22:02:58.2155496Z [00:02:24.275]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=b1d45579143c4465 -C extra-filename=-60378145923995d7 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern either=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.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:02:58.5294602Z [00:02:24.588]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8460dc42dee18b14 -C extra-filename=-4a32e5a8ccaf711d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-e7eb11401db10aa1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:03:00.7017729Z [00:02:26.762]➜     Compiling regex-automata v0.4.9
2025-08-20T22:03:00.7030793Z [00:02:26.762]➜       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=87496dbfa539f8ee -C extra-filename=-431abf3406028730 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern regex_syntax=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:03:00.7922767Z [00:02:26.852]➜     Compiling deranged v0.4.0
2025-08-20T22:03:00.7943585Z [00:02:26.853]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde", "std"))' -C metadata=7aed7e458fb47b4c -C extra-filename=-88828b309ac2a6fe --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rmeta --cap-lints allow`
2025-08-20T22:03:01.2698152Z [00:02:27.330]➜     Compiling serde_derive v1.0.219
2025-08-20T22:03:01.2708747Z [00:02:27.330]➜       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=5fc681d9c40fafd8 -C extra-filename=-0fc691161be758fb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:02.0247980Z [00:02:28.085]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:03:02.0262311Z [00:02:28.086]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f834f6be217a8c7 -C extra-filename=-ee24479560931a02 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:02.7131585Z [00:02:28.773]➜     Compiling darling_macro v0.20.11
2025-08-20T22:03:02.7144158Z [00:02:28.774]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8982665eac6c998 -C extra-filename=-13e36ab231d0102b --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:03.4485421Z [00:02:29.508]➜     Compiling darling v0.20.11
2025-08-20T22:03:03.4504322Z [00:02:29.510]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=48f55a4e9cf05f04 -C extra-filename=-808d0e90e9f90585 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rmeta --extern darling_macro=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_macro-13e36ab231d0102b.so --cap-lints allow`
2025-08-20T22:03:03.5120152Z [00:02:29.572]➜     Compiling derive_builder_core v0.20.2
2025-08-20T22:03:03.5128513Z [00:02:29.572]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name derive_builder_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=a7052d04224056d7 -C extra-filename=-25ce24c3342b1c52 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rmeta --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rmeta --cap-lints allow`
2025-08-20T22:03:03.7497515Z [00:02:29.809]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edbc59202791b5a7 -C extra-filename=-b0530d14d7f3b752 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-ee24479560931a02.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T22:03:03.8493852Z [00:02:29.909]➜     Compiling thiserror-impl v2.0.12
2025-08-20T22:03:03.8509262Z [00:02:29.910]➜       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=3ee5fca778fc716b -C extra-filename=-cc613faa7d351a3a --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:05.0389672Z [00:02:31.099]➜     Compiling derive_builder_macro v0.20.2
2025-08-20T22:03:05.0404193Z [00:02:31.100]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name derive_builder_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/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="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=303577b071e91938 -C extra-filename=-44806e3e073e08fb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern derive_builder_core=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_core-25ce24c3342b1c52.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:05.1239039Z [00:02:31.184]➜     Compiling filedescriptor v0.8.3
2025-08-20T22:03:05.1268594Z [00:02:31.186]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filedescriptor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86e57d4dafb4181 -C extra-filename=-070c322e7879ca87 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern thiserror=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b0530d14d7f3b752.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:03:05.4827847Z [00:02:31.542]➜     Compiling derive_builder v0.20.2
2025-08-20T22:03:05.4837972Z [00:02:31.543]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name derive_builder --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=2686ca5a96020caa -C extra-filename=-9b01d9bec497cc24 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern derive_builder_macro=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_macro-44806e3e073e08fb.so --cap-lints allow`
2025-08-20T22:03:05.4918213Z [00:02:31.552]➜     Compiling strum_macros v0.26.4
2025-08-20T22:03:05.4928320Z [00:02:31.552]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4838d6a7509152f4 -C extra-filename=-5ee3171b2494cfea --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern rustversion=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:05.5710502Z [00:02:31.631]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build`
2025-08-20T22:03:05.6086284Z [00:02:31.668]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/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("backtrace", "default", "std"))' -C metadata=d1d05ac1463fb4ca -C extra-filename=-fa7c158af04fb8b1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:03:05.7010749Z [00:02:31.761]➜       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 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=db4f1fbdb688ae65 -C extra-filename=-32045e7c99e96565 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-cc613faa7d351a3a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:03:05.8133874Z [00:02:31.873]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build-script-build`
2025-08-20T22:03:05.8166467Z [00:02:31.877]➜     Compiling parking_lot v0.12.4
2025-08-20T22:03:05.8177662Z [00:02:31.877]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --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=e355f544958117ff -C extra-filename=-985715800ba3a6f3 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta --extern parking_lot_core=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-87413a8e2683de9a.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:03:06.1771292Z [00:02:32.237]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T22:03:06.1797072Z [00:02:32.239]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=fa47543afc16165f -C extra-filename=-07f838374405273f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern mio_1_0=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rmeta --extern signal_hook=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.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:03:06.2586330Z [00:02:32.319]➜     Compiling vergen v9.0.6
2025-08-20T22:03:06.2640371Z [00:02:32.324]➜       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/vergen-9.0.6/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="build"' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="si"' --cfg 'feature="sysinfo"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=ed1686a4b16a4695 -C extra-filename=-e6129a03ea051a67 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --cap-lints allow`
2025-08-20T22:03:06.2668174Z [00:02:32.326]➜       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=f812bbda3237eb51 -C extra-filename=-a92a2fc8e2ef613d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_derive-0fc691161be758fb.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:03:06.2961030Z [00:02:32.355]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=0c9e9e69ce2cf185 -C extra-filename=-62b6ac2d6ac25677 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_derive-0fc691161be758fb.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:03:06.4054967Z [00:02:32.465]➜     Compiling castaway v0.2.4
2025-08-20T22:03:06.4062739Z [00:02:32.466]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name castaway --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4f996e460c60aaba -C extra-filename=-71c3ecd0b8e8efea --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.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:03:06.5099131Z [00:02:32.570]➜     Compiling indoc v2.0.6
2025-08-20T22:03:06.5101995Z [00:02:32.570]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae76cc004dfdfd0d -C extra-filename=-7bb603fa97472ef8 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T22:03:06.7546158Z [00:02:32.814]➜     Compiling num_threads v0.1.7
2025-08-20T22:03:06.7558320Z [00:02:32.816]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_threads --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3b9ff1689ebca4f -C extra-filename=-d6a7277dd4f83271 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:06.8888707Z [00:02:32.949]➜     Compiling num-conv v0.1.0
2025-08-20T22:03:06.8924290Z [00:02:32.952]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19899e22d7342c20 -C extra-filename=-71dddd71ec9df857 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:07.0316502Z [00:02:33.091]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T22:03:07.0326351Z [00:02:33.092]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=92c91c08020cc0d2 -C extra-filename=-58a87eb00497feda --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:07.1108022Z [00:02:33.171]➜     Compiling utf8parse v0.2.2
2025-08-20T22:03:07.1145787Z [00:02:33.174]➜       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.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:07.1898253Z [00:02:33.250]➜     Compiling time-core v0.1.4
2025-08-20T22:03:07.1939854Z [00:02:33.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ac80ac7b47d099f -C extra-filename=-5aa39a0e927531be --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:07.3119983Z [00:02:33.372]➜     Compiling static_assertions v1.1.0
2025-08-20T22:03:07.3127423Z [00:02:33.372]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name static_assertions --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=035a7bc98e2f8f4a -C extra-filename=-924a51dd0a6b3770 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:07.3914359Z [00:02:33.451]➜     Compiling unicode-width v0.1.14
2025-08-20T22:03:07.3950806Z [00:02:33.451]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=34992fcb917c0a26 -C extra-filename=-ae29605e8bb5f11f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:07.7418888Z [00:02:33.801]➜     Compiling unicode-truncate v1.1.0
2025-08-20T22:03:07.7425728Z [00:02:33.801]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_truncate --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1f262efc25a19bb7 -C extra-filename=-2be729cf617b7e67 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rmeta --extern unicode_segmentation=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_width=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.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:03:07.7676090Z [00:02:33.827]➜     Compiling compact_str v0.8.1
2025-08-20T22:03:07.7686895Z [00:02:33.828]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name compact_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=cf47a75a46380c0f -C extra-filename=-3ef2045c9a9109b4 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-71c3ecd0b8e8efea.rmeta --extern cfg_if=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern itoa=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern rustversion=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --extern ryu=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern static_assertions=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.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:03:07.8795976Z [00:02:33.939]➜     Compiling time v0.3.41
2025-08-20T22:03:07.8827021Z [00:02:33.940]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=5080003ff1b1a095 -C extra-filename=-ca263efbfa96b4e9 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderanged-88828b309ac2a6fe.rmeta --extern itoa=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rmeta --extern num_conv=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rmeta --extern num_threads=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_threads-d6a7277dd4f83271.rmeta --extern powerfmt=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rmeta --extern time_core=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime_core-5aa39a0e927531be.rmeta --cap-lints allow`
2025-08-20T22:03:08.4103299Z [00:02:34.470]➜     Compiling strum v0.26.3
2025-08-20T22:03:08.4113673Z [00:02:34.471]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=7c90cec957e172e3 -C extra-filename=-019cfe9080b2d64f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrum_macros-5ee3171b2494cfea.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:03:08.5052526Z [00:02:34.565]➜     Compiling anstyle-parse v0.2.7
2025-08-20T22:03:08.5097100Z [00:02:34.568]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=0ad443505b3099c3 -C extra-filename=-6f2f0cbe09b57ffe --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.e2jTKPHcQ0/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:03:08.7578068Z [00:02:34.817]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name instability --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.9/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=cb6e6e09bf1e629e -C extra-filename=-e3ba62457f88d769 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rlib --extern indoc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow --check-cfg 'cfg(instability_disable_unstable_docs)'`
2025-08-20T22:03:09.1903141Z [00:02:35.250]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build-script-build`
2025-08-20T22:03:09.1952235Z [00:02:35.255]➜     Compiling crossterm v0.28.1
2025-08-20T22:03:09.1980869Z [00:02:35.257]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="filedescriptor"' --cfg 'feature="use-dev-tty"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=6a81bf4c464208f0 -C extra-filename=-93f60b3ba1c9656e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern filedescriptor=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-070c322e7879ca87.rmeta --extern mio=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rmeta --extern parking_lot=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-985715800ba3a6f3.rmeta --extern rustix=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-4a32e5a8ccaf711d.rmeta --extern signal_hook=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.rmeta --extern signal_hook_mio=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-07f838374405273f.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:03:09.5852977Z [00:02:35.645]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vergen_lib --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="build"' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="rustc"' --cfg 'feature="si"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=fd4d4f1ffc6d2e73 -C extra-filename=-29d291fca24bd1ea --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta --extern derive_builder=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rmeta --cap-lints allow --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
2025-08-20T22:03:10.1684897Z [00:02:36.228]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c4d466992e83fd -C extra-filename=-fbdf26ac509ef3cc --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
2025-08-20T22:03:10.8195187Z [00:02:36.879]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6cecbcfd2846360b -C extra-filename=-2c37b11017ac1d2b --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
2025-08-20T22:03:10.8253488Z [00:02:36.885]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name camino --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b79c0ceb19131c34 -C extra-filename=-2605b99f683cdd42 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
2025-08-20T22:03:10.9819006Z [00:02:37.042]➜     Compiling cargo-platform v0.1.9
2025-08-20T22:03:10.9846420Z [00:02:37.043]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cargo_platform --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a70554ff1107c6 -C extra-filename=-21e4baf072f34cb7 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta --cap-lints allow`
2025-08-20T22:03:11.2934581Z [00:02:37.353]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.142/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="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=36424fa2c4fd0ed7 -C extra-filename=-21316454fbdcea64 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern ryu=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T22:03:11.3736885Z [00:02:37.433]➜     Compiling rustc_version v0.4.1
2025-08-20T22:03:11.3741123Z [00:02:37.434]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustc_version --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd8af00d2874e343 -C extra-filename=-b3fefa0466a0767b --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rmeta --cap-lints allow`
2025-08-20T22:03:11.3926797Z [00:02:37.452]➜     Compiling regex v1.11.1
2025-08-20T22:03:11.3934413Z [00:02:37.453]➜       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=d7c718c3181c9a85 -C extra-filename=-1958bf3c21d4d9cb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern regex_automata=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta --extern regex_syntax=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:03:11.6731106Z [00:02:37.733]➜     Compiling sysinfo v0.34.2
2025-08-20T22:03:11.6766960Z [00:02:37.734]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sysinfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sysinfo-0.34.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="component"' --cfg 'feature="default"' --cfg 'feature="disk"' --cfg 'feature="network"' --cfg 'feature="system"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-app-store", "apple-sandbox", "c-interface", "component", "debug", "default", "disk", "linux-netdevs", "linux-tmpfs", "multithread", "network", "objc2-core-foundation", "serde", "system", "unknown-ci", "user", "windows"))' -C metadata=cc82486fc648d7bb -C extra-filename=-ce8ee03505a5ede7 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --cap-lints allow`
2025-08-20T22:03:11.8740888Z [00:02:37.934]➜     Compiling indexmap v2.10.0
2025-08-20T22:03:11.8768876Z [00:02:37.935]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=5f6b5555fbac71c8 -C extra-filename=-66e902bfbfda2faa --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.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:03:11.9770732Z [00:02:38.037]➜     Compiling lru v0.12.5
2025-08-20T22:03:11.9793548Z [00:02:38.038]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=b74fb3d895e711af -C extra-filename=-934c49cbcee3a906 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.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:03:12.0723285Z [00:02:38.132]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build`
2025-08-20T22:03:12.2112578Z [00:02:38.271]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:03:12.2136115Z [00:02:38.272]➜       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.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:12.2278820Z [00:02:38.288]➜     Compiling libm v0.2.15
2025-08-20T22:03:12.2286894Z [00:02:38.288]➜       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/libm-0.2.15/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(feature, values("compiler-builtins"))' -C debug-assertions=off --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=b0773cabda7f41e4 -C extra-filename=-0b4b51a62323dc63 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:12.2812252Z [00:02:38.341]➜     Compiling cassowary v0.3.0
2025-08-20T22:03:12.2826057Z [00:02:38.342]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cassowary --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=469125a03b3f297d -C extra-filename=-48d8304561d08d79 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:12.6026990Z [00:02:38.662]➜     Compiling anstyle v1.0.11
2025-08-20T22:03:12.6116272Z [00:02:38.667]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=552da419deaa66b4 -C extra-filename=-353d305c40d9cf94 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:12.9991993Z [00:02:39.059]➜     Compiling cargo_metadata v0.19.2
2025-08-20T22:03:12.9997855Z [00:02:39.059]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cargo_metadata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=0b89ee73f82d57ff -C extra-filename=-ec22d1e71eda00f3 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern camino=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcamino-2605b99f683cdd42.rmeta --extern cargo_platform=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_platform-21e4baf072f34cb7.rmeta --extern semver=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rmeta --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta --extern serde_json=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_json-21316454fbdcea64.rmeta --extern thiserror=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror-32045e7c99e96565.rmeta --cap-lints allow`
2025-08-20T22:03:13.0122169Z [00:02:39.072]➜     Compiling colorchoice v1.0.4
2025-08-20T22:03:13.0138881Z [00:02:39.072]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8be52b0c043045 -C extra-filename=-309e6b44748942cb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:13.1217654Z [00:02:39.181]➜     Compiling version_check v0.9.5
2025-08-20T22:03:13.1220397Z [00:02:39.181]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:13.1345575Z [00:02:39.194]➜     Compiling anstyle-query v1.1.4
2025-08-20T22:03:13.1404119Z [00:02:39.198]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae252be5324cefb -C extra-filename=-5594a4790e86bc18 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:13.1956706Z [00:02:39.256]➜     Compiling unicode-width v0.2.0
2025-08-20T22:03:13.1997256Z [00:02:39.259]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=69745e8fc4513b16 -C extra-filename=-7ded428ff597e470 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:13.4627945Z [00:02:39.523]➜     Compiling ratatui v0.29.0
2025-08-20T22:03:13.4682002Z [00:02:39.526]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ratatui --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=1d4dc5430899ea2b -C extra-filename=-7f6b5a5ea34f9132 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern cassowary=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta --extern compact_str=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-3ef2045c9a9109b4.rmeta --extern crossterm=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rmeta --extern indoc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so --extern instability=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libinstability-e3ba62457f88d769.so --extern itertools=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rmeta --extern lru=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta --extern paste=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern strum=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-019cfe9080b2d64f.rmeta --extern unicode_segmentation=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_truncate=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-2be729cf617b7e67.rmeta --extern unicode_width=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:13.5606826Z [00:02:39.620]➜     Compiling serde_yml v0.0.12
2025-08-20T22:03:13.5648769Z [00:02:39.624]➜       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/serde_yml-0.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 --deny=unused --deny=rust_2021_compatibility --deny=rust_2018_idioms --deny=keyword_idents --deny=future_incompatible --deny=variant_size_differences --deny=unused_qualifications --deny=unused_macro_rules --deny=unused_lifetimes --deny=unused_labels --deny=unused_import_braces --deny=unused_features --warn=unused_extern_crates --warn=unstable_features --allow=unsafe_code --forbid=unreachable_pub --deny=trivial_numeric_casts --deny=trivial_casts --allow=trivial_bounds --deny=single_use_lifetimes --deny=noop_method_call --allow=non_upper_case_globals --allow=non_camel_case_types --forbid=non_ascii_idents --deny=missing_fragment_specifier --warn=missing_docs --forbid=missing_debug_implementations --warn=missing_copy_implementations --deny=meta_variable_misuse --deny=macro_use_extern_crate --deny=explicit_outlives_requirements --deny=ellipsis_inclusive_range_patterns --allow=elided_lifetimes_in_paths --deny=deprecated_in_future --deny=dead_code --allow=bare_trait_objects -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=93c86f2d5de744d9 -C extra-filename=-83a1288bfeeea96c --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T22:03:13.6466798Z [00:02:39.706]➜     Compiling anstream v0.6.20
2025-08-20T22:03:13.6497320Z [00:02:39.708]➜       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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=1b59406f4551177c -C extra-filename=-33acc7f980437447 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rmeta --extern colorchoice=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.e2jTKPHcQ0/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:03:13.7403396Z [00:02:39.800]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build-script-build`
2025-08-20T22:03:13.7447401Z [00:02:39.804]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=e47945062cd9cea6 -C extra-filename=-f11b68badfe3486e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:03:13.8657847Z [00:02:39.925]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=65d1fd879177f11c -C extra-filename=-ac687c94e5902e2c --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:14.2804593Z [00:02:40.340]➜     Compiling inotify-sys v0.1.5
2025-08-20T22:03:14.2815207Z [00:02:40.341]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name inotify_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=610594676661cfe7 -C extra-filename=-2a13b0df0dbd7757 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.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:03:14.3627417Z [00:02:40.422]➜     Compiling option-ext v0.2.0
2025-08-20T22:03:14.3634821Z [00:02:40.423]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name option_ext --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=781fc09ff31a58b6 -C extra-filename=-2c8d17201dd91cfb --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:14.4443883Z [00:02:40.504]➜     Compiling clap_lex v0.7.5
2025-08-20T22:03:14.4458834Z [00:02:40.505]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=559cdef870894471 -C extra-filename=-db2338314c03aba7 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:14.5353684Z [00:02:40.594]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vergen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/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="build"' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="si"' --cfg 'feature="sysinfo"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=c789a38d4a957cb6 -C extra-filename=-eff9f4ccf65d6967 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta --extern cargo_metadata=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_metadata-ec22d1e71eda00f3.rmeta --extern derive_builder=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rmeta --extern regex=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta --extern rustc_version=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustc_version-b3fefa0466a0767b.rmeta --extern sysinfo=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsysinfo-ce8ee03505a5ede7.rmeta --extern time=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime-ca263efbfa96b4e9.rmeta --extern vergen_lib=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen_lib-29d291fca24bd1ea.rmeta --cap-lints allow --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
2025-08-20T22:03:14.8784059Z [00:02:40.938]➜     Compiling simple-error v0.3.1
2025-08-20T22:03:14.8793375Z [00:02:40.939]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name simple_error --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-error-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1747a10ff281c293 -C extra-filename=-d5a3616b68eb57b2 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:14.9842634Z [00:02:41.044]➜     Compiling winnow v0.7.12
2025-08-20T22:03:14.9858944Z [00:02:41.044]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=152f46c2b15fa616 -C extra-filename=-287d40780debb714 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:15.3356089Z [00:02:41.395]➜     Compiling same-file v1.0.6
2025-08-20T22:03:15.3365255Z [00:02:41.396]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d33aed99317f05c4 -C extra-filename=-68187b3b758edad5 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:15.5002909Z [00:02:41.560]➜       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.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:15.6743166Z [00:02:41.734]➜       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/serde_json-1.0.142/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="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b261aeede1ce2a81 -C extra-filename=-114ff997f6490ac1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1 -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:03:15.9158409Z [00:02:41.975]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:16.2064035Z [00:02:42.266]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build`
2025-08-20T22:03:16.2123965Z [00:02:42.272]➜     Compiling clap_builder v4.5.43
2025-08-20T22:03:16.2150276Z [00:02:42.273]➜       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.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=17f07e955dd56b10 -C extra-filename=-fa3431c6bec89a82 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta --extern anstyle=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.e2jTKPHcQ0/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:03:17.8527603Z [00:02:43.913]➜     Compiling toml_parser v1.0.2
2025-08-20T22:03:17.8544614Z [00:02:43.913]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=0631bc7cacaccb5d -C extra-filename=-92d2861a6b73e53c --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:18.1589738Z [00:02:44.219]➜     Compiling otree v0.5.1 (/tmp/tmp.e2jTKPHcQ0/TEMPREPO)
2025-08-20T22:03:18.1612774Z [00:02:44.221]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf962d77f12d793a -C extra-filename=-cdaeacf489365b8b --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern simple_error=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsimple_error-d5a3616b68eb57b2.rlib --extern vergen=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen-eff9f4ccf65d6967.rlib`
2025-08-20T22:03:19.0247654Z [00:02:45.084]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=784deb3eb61e4e8f -C extra-filename=-d9663f4437d8b563 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern regex_syntax=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:19.4076032Z [00:02:45.467]➜     Compiling walkdir v2.5.0
2025-08-20T22:03:19.4086567Z [00:02:45.468]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fcdd874244de7ed -C extra-filename=-a545e9a5ea7ecd80 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:20.2127254Z [00:02:46.272]➜     Compiling dirs-sys v0.5.0
2025-08-20T22:03:20.2149012Z [00:02:46.273]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name dirs_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3589302d6937cb5 -C extra-filename=-e0e18e97bc0dbb03 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern option_ext=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:20.8118863Z [00:02:46.872]➜     Compiling inotify v0.11.0
2025-08-20T22:03:20.8147800Z [00:02:46.874]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name inotify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-core", "stream", "tokio"))' -C metadata=5706320372188c48 -C extra-filename=-29b9eefc2e95469a --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern inotify_sys=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-2a13b0df0dbd7757.rmeta --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.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:03:21.7835284Z [00:02:47.843]➜     Compiling libyml v0.0.5
2025-08-20T22:03:21.7880085Z [00:02:47.847]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libyml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libyml-0.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --deny=unused --deny=rust_2021_compatibility --deny=rust_2018_idioms --deny=keyword_idents --deny=future_incompatible --deny=variant_size_differences --warn=unused_results --deny=unused_qualifications --deny=unused_macro_rules --deny=unused_lifetimes --deny=unused_labels --deny=unused_import_braces --deny=unused_features --warn=unused_extern_crates --allow=unused_crate_dependencies --warn=unstable_features --allow=unsafe_code --forbid=unreachable_pub --deny=trivial_numeric_casts --deny=trivial_casts --allow=trivial_bounds --deny=single_use_lifetimes --deny=noop_method_call --allow=non_upper_case_globals --allow=non_camel_case_types --forbid=non_ascii_idents --deny=missing_fragment_specifier --warn=missing_docs --forbid=missing_debug_implementations --warn=missing_copy_implementations --deny=meta_variable_misuse --deny=macro_use_extern_crate --deny=explicit_outlives_requirements --deny=ellipsis_inclusive_range_patterns --allow=elided_lifetimes_in_paths --deny=deprecated_in_future --deny=dead_code --warn=box_pointers --allow=bare_trait_objects --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "test-utils"))' -C metadata=83749736c0e1708f -C extra-filename=-dda0b8e9f7851871 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.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:03:21.9124598Z [00:02:47.972]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-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 --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=8b765508013b0ecc -C extra-filename=-0ba3efea135042a1 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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 arch_enabled --cfg optimizations_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
2025-08-20T22:03:22.5009980Z [00:02:48.560]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build-script-build`
2025-08-20T22:03:22.5410875Z [00:02:48.601]➜     Compiling toml_datetime v0.7.0
2025-08-20T22:03:22.5427186Z [00:02:48.601]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=6134bd897afc6855 -C extra-filename=-576f64a64e4f4509 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.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:03:23.1960970Z [00:02:49.256]➜     Compiling serde_spanned v1.0.0
2025-08-20T22:03:23.1986846Z [00:02:49.257]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=ec5a8dfe00c72777 -C extra-filename=-5a3a2465ec3b9759 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.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:03:23.3762273Z [00:02:49.436]➜     Compiling clap_derive v4.5.41
2025-08-20T22:03:23.3797543Z [00:02:49.436]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=30655c069800bf68 -C extra-filename=-6534ee89ede23f98 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:03:24.2256814Z [00:02:50.286]➜     Compiling toml_writer v1.0.2
2025-08-20T22:03:24.2273204Z [00:02:50.286]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b2bbad850e12d9cb -C extra-filename=-852893660fb8a3b6 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:24.3178180Z [00:02:50.378]➜     Compiling notify-types v2.0.0
2025-08-20T22:03:24.3211024Z [00:02:50.378]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name notify_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-types-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serialization-compat-6", "web-time"))' -C metadata=a7a3c5c340c3891e -C extra-filename=-b84feced8e5928e7 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:24.5617601Z [00:02:50.622]➜     Compiling notify v8.2.0
2025-08-20T22:03:24.5640251Z [00:02:50.623]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name notify --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-8.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="fsevent-sys"' --cfg 'feature="macos_fsevent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-channel", "default", "flume", "fsevent-sys", "kqueue", "macos_fsevent", "macos_kqueue", "mio", "serde", "serialization-compat-6"))' -C metadata=43f694d9ce3afb8d -C extra-filename=-8ff81c8c0bf7bc3f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern inotify=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-29b9eefc2e95469a.rmeta --extern libc=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern log=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern mio=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rmeta --extern notify_types=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify_types-b84feced8e5928e7.rmeta --extern walkdir=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:24.7575447Z [00:02:50.817]➜     Compiling toml v0.9.5
2025-08-20T22:03:24.7600184Z [00:02:50.818]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="preserve_order"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=b5d29b7fe43aadc4 -C extra-filename=-3122bbf687f9c680 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rmeta --extern serde_spanned=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-5a3a2465ec3b9759.rmeta --extern toml_datetime=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-576f64a64e4f4509.rmeta --extern toml_parser=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rmeta --extern toml_writer=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta --extern winnow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:25.2321082Z [00:02:51.292]➜     Compiling humansize v2.1.3
2025-08-20T22:03:25.2336372Z [00:02:51.293]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name humansize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("impl_style", "no_alloc"))' -C metadata=f79f824bfa29d12e -C extra-filename=-d6615a303e4b9e8d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern libm=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-0ba3efea135042a1.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:03:25.3959956Z [00:02:51.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_yml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yml-0.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 --deny=unused --deny=rust_2021_compatibility --deny=rust_2018_idioms --deny=keyword_idents --deny=future_incompatible --deny=variant_size_differences --deny=unused_qualifications --deny=unused_macro_rules --deny=unused_lifetimes --deny=unused_labels --deny=unused_import_braces --deny=unused_features --warn=unused_extern_crates --warn=unstable_features --allow=unsafe_code --forbid=unreachable_pub --deny=trivial_numeric_casts --deny=trivial_casts --allow=trivial_bounds --deny=single_use_lifetimes --deny=noop_method_call --allow=non_upper_case_globals --allow=non_camel_case_types --forbid=non_ascii_idents --deny=missing_fragment_specifier --warn=missing_docs --forbid=missing_debug_implementations --warn=missing_copy_implementations --deny=meta_variable_misuse --deny=macro_use_extern_crate --deny=explicit_outlives_requirements --deny=ellipsis_inclusive_range_patterns --allow=elided_lifetimes_in_paths --deny=deprecated_in_future --deny=dead_code --allow=bare_trait_objects --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=f0cc656cf10dfb29 -C extra-filename=-a129c31b40f2719d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta --extern itoa=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern libyml=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibyml-dda0b8e9f7851871.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern ryu=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.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:03:26.2363288Z [00:02:52.296]➜     Compiling clap v4.5.43
2025-08-20T22:03:26.2409673Z [00:02:52.299]➜       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.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=991306f2414a4f61 -C extra-filename=-ad34750f21beab4e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-fa3431c6bec89a82.rmeta --extern clap_derive=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libclap_derive-6534ee89ede23f98.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:03:26.3161261Z [00:02:52.374]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a57548381156538d -C extra-filename=-85599385fe90fff3 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern regex_automata=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta --extern regex_syntax=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:27.4795690Z [00:02:53.539]➜     Compiling dirs v6.0.0
2025-08-20T22:03:27.4811272Z [00:02:53.541]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name dirs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c45ba876f55a9ff0 -C extra-filename=-487ebd1f081fc638 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-e0e18e97bc0dbb03.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:03:27.6429549Z [00:02:53.703]➜       Running `/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build-script-build`
2025-08-20T22:03:27.8316663Z [00:02:53.891]➜     Compiling tui-textarea v0.7.0
2025-08-20T22:03:27.8333894Z [00:02:53.892]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_textarea --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-textarea-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="crossterm"' --cfg 'feature="default"' --cfg 'feature="ratatui"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "crossterm", "default", "no-backend", "ratatui", "search", "serde", "termion", "termwiz", "tuirs", "tuirs-crossterm", "tuirs-no-backend", "tuirs-termion"))' -C metadata=f3d2a094f3563c13 -C extra-filename=-ec4f86eb73bf130e --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern crossterm=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rmeta --extern ratatui=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rmeta --extern unicode_width=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:28.4817327Z [00:02:54.541]➜     Compiling tui-tree-widget v0.23.1 (https://github.com/fioncat/tui-rs-tree-widget?branch=main#407fd900)
2025-08-20T22:03:28.4835285Z [00:02:54.543]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_tree_widget --edition=2021 /root/.cargo/git/checkouts/tui-rs-tree-widget-078b545044d0604f/407fd90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=233ebc9c9e452162 -C extra-filename=-04154c2994289355 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern ratatui=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rmeta --extern unicode_width=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:03:28.5753258Z [00:02:54.634]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.142/src/lib.rs --error-format=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="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f609497ca648a750 -C extra-filename=-e67432ff5a77826d --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta --extern itoa=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern memchr=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta --extern ryu=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T22:03:28.6965761Z [00:02:54.756]➜     Compiling once_cell v1.21.3
2025-08-20T22:03:28.6977434Z [00:02:54.757]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=13d73f40cabf81f5 -C extra-filename=-bf549e27d6efb313 --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/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:03:30.8330103Z [00:02:56.892]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name otree --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904b526750d6ca0c -C extra-filename=-1637725a9676279f --out-dir /tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern clap=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-ad34750f21beab4e.rlib --extern crossterm=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rlib --extern dirs=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-487ebd1f081fc638.rlib --extern humansize=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumansize-d6615a303e4b9e8d.rlib --extern notify=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-8ff81c8c0bf7bc3f.rlib --extern once_cell=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib --extern paste=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern ratatui=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rlib --extern regex=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rlib --extern serde=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rlib --extern serde_json=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-e67432ff5a77826d.rlib --extern serde_yml=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yml-a129c31b40f2719d.rlib --extern toml=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-3122bbf687f9c680.rlib --extern tui_textarea=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_textarea-ec4f86eb73bf130e.rlib --extern tui_tree_widget=/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_tree_widget-04154c2994289355.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:04:13.2959479Z [00:03:39.356]➜      Finished `release` profile [optimized] target(s) in 1m 23s
2025-08-20T22:04:13.3508248Z [00:03:39.411]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:04:13.3516850Z [00:03:39.412]➜  ./target/aarch64-unknown-linux-musl/release/otree.d
2025-08-20T22:04:13.3517361Z [00:03:39.412]➜  ./target/aarch64-unknown-linux-musl/release/otree
2025-08-20T22:04:13.3517799Z [00:03:39.412]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:04:13.3522900Z [00:03:39.412]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:04:13.3527166Z [00:03:39.413]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:04:13.3531677Z [00:03:39.413]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:04:13.3532022Z [00:03:39.413]➜  + cut -d: -f1
2025-08-20T22:04:13.3541430Z [00:03:39.414]➜  + xargs realpath --no-symlinks
2025-08-20T22:04:13.3744070Z [00:03:39.434]➜  sending incremental file list
2025-08-20T22:04:13.3754267Z [00:03:39.435]➜  otree
2025-08-20T22:04:13.4190000Z [00:03:39.479]➜  
2025-08-20T22:04:13.4190385Z [00:03:39.479]➜  sent 2.72M bytes  received 35 bytes  5.44M bytes/sec
2025-08-20T22:04:13.4190788Z [00:03:39.479]➜  total size is 2.72M  speedup is 1.00
2025-08-20T22:04:13.5338352Z [00:03:39.594]➜  '/tmp/tmp.e2jTKPHcQ0/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:04:13.5485052Z [00:03:39.608]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:04:13.5573114Z [00:03:39.617]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:04:13.5578319Z [00:03:39.618]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:04:13.5884882Z [00:03:39.648]➜  copy from `/build-bins/otree' [elf64-littleaarch64] to `/build-bins/stoneDHJ' [elf64-littleaarch64]
2025-08-20T22:04:13.6348921Z [00:03:39.695]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:04:13.6379177Z [00:03:39.698]➜  
2025-08-20T22:04:13.6395992Z [00:03:39.700]➜  /build-bins/otree
2025-08-20T22:04:13.6439157Z [00:03:39.704]➜  There are 28 section headers, starting at offset 0x296de0:
2025-08-20T22:04:13.6440096Z [00:03:39.704]➜  
2025-08-20T22:04:13.6440426Z [00:03:39.704]➜  Section Headers:
2025-08-20T22:04:13.6440829Z [00:03:39.704]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:04:13.6441241Z [00:03:39.704]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:04:13.6441636Z [00:03:39.704]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:04:13.6442064Z [00:03:39.704]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:04:13.6442484Z [00:03:39.704]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:04:13.6442902Z [00:03:39.704]➜         000000000004bc60  0000000000000000   A       0     0     8
2025-08-20T22:04:13.6443325Z [00:03:39.704]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000024be98  0004be98
2025-08-20T22:04:13.6443758Z [00:03:39.704]➜         00000000000166fc  0000000000000000   A       0     0     4
2025-08-20T22:04:13.6444186Z [00:03:39.704]➜    [ 3] .gcc_except_table PROGBITS         0000000000262594  00062594
2025-08-20T22:04:13.6444616Z [00:03:39.704]➜         000000000001a7b4  0000000000000000   A       0     0     4
2025-08-20T22:04:13.6445034Z [00:03:39.704]➜    [ 4] .rodata           PROGBITS         000000000027cd80  0007cd80
2025-08-20T22:04:13.6445685Z [00:03:39.704]➜         000000000005b6dc  0000000000000000   A       0     0     128
2025-08-20T22:04:13.6446486Z [00:03:39.704]➜    [ 5] .rodata.cst16     PROGBITS         00000000002d8460  000d8460
2025-08-20T22:04:13.6446924Z [00:03:39.704]➜         0000000000000890  0000000000000010  AM       0     0     16
2025-08-20T22:04:13.6447356Z [00:03:39.704]➜    [ 6] .rodata.cst32     PROGBITS         00000000002d8cf0  000d8cf0
2025-08-20T22:04:13.6447785Z [00:03:39.704]➜         0000000000000660  0000000000000020  AM       0     0     16
2025-08-20T22:04:13.6448224Z [00:03:39.704]➜    [ 7] .rodata.cst4      PROGBITS         00000000002d9350  000d9350
2025-08-20T22:04:13.6448650Z [00:03:39.704]➜         00000000000029f4  0000000000000004  AM       0     0     4
2025-08-20T22:04:13.6449077Z [00:03:39.704]➜    [ 8] .rodata.cst8      PROGBITS         00000000002dbd48  000dbd48
2025-08-20T22:04:13.6449499Z [00:03:39.704]➜         0000000000000988  0000000000000008  AM       0     0     8
2025-08-20T22:04:13.6449929Z [00:03:39.704]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002dc6d0  000dc6d0
2025-08-20T22:04:13.6450366Z [00:03:39.704]➜         000000000000724a  0000000000000001 AMS       0     0     1
2025-08-20T22:04:13.6450797Z [00:03:39.704]➜    [10] .rodata.str1.2    PROGBITS         00000000002e391a  000e391a
2025-08-20T22:04:13.6451227Z [00:03:39.704]➜         0000000000000004  0000000000000001 AMS       0     0     2
2025-08-20T22:04:13.6451656Z [00:03:39.704]➜    [11] .rodata.str1.4    PROGBITS         00000000002e3920  000e3920
2025-08-20T22:04:13.6452092Z [00:03:39.704]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:04:13.6452522Z [00:03:39.704]➜    [12] .rodata.str1.8    PROGBITS         00000000002e41e8  000e41e8
2025-08-20T22:04:13.6452947Z [00:03:39.704]➜         0000000000002350  0000000000000001 AMS       0     0     8
2025-08-20T22:04:13.6453360Z [00:03:39.704]➜    [13] .fini             PROGBITS         00000000002f6538  000e6538
2025-08-20T22:04:13.6453770Z [00:03:39.704]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:04:13.6454194Z [00:03:39.704]➜    [14] .init             PROGBITS         00000000002f6548  000e6548
2025-08-20T22:04:13.6454612Z [00:03:39.704]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:04:13.6455022Z [00:03:39.704]➜    [15] .text             PROGBITS         00000000002f6560  000e6560
2025-08-20T22:04:13.6455711Z [00:03:39.704]➜         000000000017c100  0000000000000000  AX       0     0     32
2025-08-20T22:04:13.6456372Z [00:03:39.704]➜    [16] .tdata            PROGBITS         0000000000482660  00262660
2025-08-20T22:04:13.6456908Z [00:03:39.704]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:04:13.6457320Z [00:03:39.704]➜    [17] .tbss             NOBITS           0000000000482688  00262688
2025-08-20T22:04:13.6457727Z [00:03:39.704]➜         00000000000000e8  0000000000000000 WAT       0     0     8
2025-08-20T22:04:13.6458159Z [00:03:39.704]➜    [18] .data.rel.ro      PROGBITS         0000000000482688  00262688
2025-08-20T22:04:13.6458598Z [00:03:39.704]➜         0000000000033a48  0000000000000000  WA       0     0     8
2025-08-20T22:04:13.6459026Z [00:03:39.704]➜    [19] .fini_array       FINI_ARRAY       00000000004b60d0  002960d0
2025-08-20T22:04:13.6459449Z [00:03:39.704]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:04:13.6459867Z [00:03:39.704]➜    [20] .got.plt          PROGBITS         00000000004b60d8  002960d8
2025-08-20T22:04:13.6460287Z [00:03:39.704]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:04:13.6460708Z [00:03:39.704]➜    [21] .init_array       INIT_ARRAY       00000000004b60f0  002960f0
2025-08-20T22:04:13.6461132Z [00:03:39.704]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:04:13.6461537Z [00:03:39.704]➜    [22] .got              PROGBITS         00000000004b60f8  002960f8
2025-08-20T22:04:13.6461943Z [00:03:39.704]➜         00000000000000a0  0000000000000000  WA       0     0     8
2025-08-20T22:04:13.6462702Z [00:03:39.704]➜    [23] .relro_padding    NOBITS           00000000004b6198  00296198
2025-08-20T22:04:13.6463139Z [00:03:39.704]➜         0000000000009e68  0000000000000000  WA       0     0     1
2025-08-20T22:04:13.6463549Z [00:03:39.704]➜    [24] .data             PROGBITS         00000000004c6198  00296198
2025-08-20T22:04:13.6463964Z [00:03:39.704]➜         0000000000000b20  0000000000000000  WA       0     0     8
2025-08-20T22:04:13.6464382Z [00:03:39.704]➜    [25] .bss              NOBITS           00000000004c6cc0  00296cb8
2025-08-20T22:04:13.6464797Z [00:03:39.704]➜         00000000000018ec  0000000000000000  WA       0     0     16
2025-08-20T22:04:13.6465698Z [00:03:39.704]➜    [26] .common           NOBITS           00000000004c85b0  00296cb8
2025-08-20T22:04:13.6466139Z [00:03:39.704]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-20T22:04:13.6466568Z [00:03:39.704]➜    [27] .shstrtab         STRTAB           0000000000000000  00296cb8
2025-08-20T22:04:13.6466994Z [00:03:39.704]➜         0000000000000123  0000000000000000           0     0     1
2025-08-20T22:04:13.6467321Z [00:03:39.704]➜  Key to Flags:
2025-08-20T22:04:13.6467678Z [00:03:39.704]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:04:13.6468136Z [00:03:39.704]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:04:13.6468586Z [00:03:39.704]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:04:13.6468969Z [00:03:39.704]➜    D (mbind), p (processor specific)
2025-08-20T22:04:13.6469255Z [00:03:39.706]➜  
2025-08-20T22:04:13.6473138Z [00:03:39.707]➜  /build-bins/LICENSE
2025-08-20T22:04:13.6488450Z [00:03:39.709]➜  + file /build-bins/LICENSE /build-bins/otree
2025-08-20T22:04:13.6625258Z [00:03:39.722]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:04:13.6652923Z [00:03:39.725]➜  /build-bins/otree:   ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:04:13.6660111Z [00:03:39.726]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/otree
2025-08-20T22:04:13.6680696Z [00:03:39.728]➜  /build-bins/LICENSE:         1064 Bytes
2025-08-20T22:04:13.6681076Z [00:03:39.728]➜  /build-bins/otree:         2716896 Bytes
2025-08-20T22:04:13.6685221Z [00:03:39.729]➜  + du /build-bins/LICENSE /build-bins/otree --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:04:13.6697161Z [00:03:39.730]➜  1.1K	2025-08-20 22:04:13.531965514 +0000	/build-bins/LICENSE
2025-08-20T22:04:13.6697991Z [00:03:39.730]➜  2.6M	2025-08-20 22:04:13.590967424 +0000	/build-bins/otree
2025-08-20T22:04:13.6700874Z [00:03:39.730]➜  + popd
2025-08-20T22:04:13.7434223Z [00:03:39.803]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:04:13.7607258Z [00:03:39.821]➜  + '[' -s /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:04:13.7636660Z [00:03:39.824]➜  + cp -fv /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:04:13.7680454Z [00:03:39.828]➜  '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:04:13.7685879Z [00:03:39.829]➜  + find /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:04:13.7696349Z [00:03:39.830]➜  + cut -d: -f1
2025-08-20T22:04:13.7696834Z [00:03:39.830]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:04:13.7697266Z [00:03:39.830]➜  + xargs realpath --no-symlinks
2025-08-20T22:04:13.7697734Z [00:03:39.830]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:13.8830342Z [00:03:39.943]➜  sending incremental file list
2025-08-20T22:04:13.8840747Z [00:03:39.944]➜  otree
2025-08-20T22:04:13.9274090Z [00:03:39.987]➜  
2025-08-20T22:04:13.9274460Z [00:03:39.987]➜  sent 2.72M bytes  received 35 bytes  5.44M bytes/sec
2025-08-20T22:04:13.9274831Z [00:03:39.987]➜  total size is 2.72M  speedup is 1.00
2025-08-20T22:04:13.9288498Z [00:03:39.989]➜  
2025-08-20T22:04:14.5185485Z [00:03:40.578]➜  
2025-08-20T22:04:14.5286682Z [00:03:40.589]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.version' retained as runner:runner
2025-08-20T22:04:14.5288340Z [00:03:40.589]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:04:14.5289285Z [00:03:40.589]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/otree' retained as runner:runner
2025-08-20T22:04:14.5290136Z [00:03:40.589]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:04:14.5291177Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:04:14.5292326Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:04:14.5293475Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T22:04:14.5294681Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.json' from root:root to runner:runner
2025-08-20T22:04:14.5296310Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.jsonl' from root:root to runner:runner
2025-08-20T22:04:14.5297569Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.toml' from root:root to runner:runner
2025-08-20T22:04:14.5298809Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.yaml' from root:root to runner:runner
2025-08-20T22:04:14.5300378Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T22:04:14.5301631Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config/default.toml' from root:root to runner:runner
2025-08-20T22:04:14.5302912Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config/themes/catppuccin.toml' from root:root to runner:runner
2025-08-20T22:04:14.5304169Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config/themes' from root:root to runner:runner
2025-08-20T22:04:14.5305434Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config' from root:root to runner:runner
2025-08-20T22:04:14.5306642Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:04:14.5307845Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:04:14.5309132Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/cargo-check.yml' from root:root to runner:runner
2025-08-20T22:04:14.5310758Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/spell-check.yml' from root:root to runner:runner
2025-08-20T22:04:14.5312115Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/release-binary.yml' from root:root to runner:runner
2025-08-20T22:04:14.5313395Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:04:14.5314565Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:04:14.5316185Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:04:14.5317563Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/otree.d' from root:root to runner:runner
2025-08-20T22:04:14.5319169Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5320908Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5322590Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' from root:root to runner:runner
2025-08-20T22:04:14.5324475Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5327666Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-2a13b0df0dbd7757.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5329403Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5331125Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-e67432ff5a77826d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5332799Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-e0e18e97bc0dbb03.d' from root:root to runner:runner
2025-08-20T22:04:14.5334460Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5336320Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-5594a4790e86bc18.d' from root:root to runner:runner
2025-08-20T22:04:14.5338360Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5340055Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-e67432ff5a77826d.d' from root:root to runner:runner
2025-08-20T22:04:14.5341700Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' from root:root to runner:runner
2025-08-20T22:04:14.5343431Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5345201Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify-8ff81c8c0bf7bc3f.d' from root:root to runner:runner
2025-08-20T22:04:14.5346932Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-8ff81c8c0bf7bc3f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5348611Z [00:03:40.589]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5350331Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5352209Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-c8fbf191325a0dbc.d' from root:root to runner:runner
2025-08-20T22:04:14.5353962Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5355746Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-2be729cf617b7e67.d' from root:root to runner:runner
2025-08-20T22:04:14.5357492Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5359190Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5360920Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5362905Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5364594Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' from root:root to runner:runner
2025-08-20T22:04:14.5366443Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5368134Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5369844Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-576f64a64e4f4509.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5371535Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-60378145923995d7.d' from root:root to runner:runner
2025-08-20T22:04:14.5373202Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-20T22:04:14.5374892Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5376775Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5378621Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-487ebd1f081fc638.d' from root:root to runner:runner
2025-08-20T22:04:14.5380374Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-fa3431c6bec89a82.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5382052Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-62b6ac2d6ac25677.d' from root:root to runner:runner
2025-08-20T22:04:14.5383692Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5385460Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5387249Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify_types-b84feced8e5928e7.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5389205Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5390908Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-3ef2045c9a9109b4.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5392596Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5394249Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-71c3ecd0b8e8efea.d' from root:root to runner:runner
2025-08-20T22:04:14.5396124Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-985715800ba3a6f3.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5397826Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' from root:root to runner:runner
2025-08-20T22:04:14.5399478Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-3122bbf687f9c680.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5401173Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5402834Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yml-a129c31b40f2719d.d' from root:root to runner:runner
2025-08-20T22:04:14.5404667Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-29b9eefc2e95469a.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5406542Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-07f838374405273f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5408281Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5409947Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' from root:root to runner:runner
2025-08-20T22:04:14.5411622Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5413287Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-07f838374405273f.d' from root:root to runner:runner
2025-08-20T22:04:14.5415274Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' from root:root to runner:runner
2025-08-20T22:04:14.5417028Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5418700Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibyml-dda0b8e9f7851871.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5420413Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-87413a8e2683de9a.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5422103Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-66e902bfbfda2faa.d' from root:root to runner:runner
2025-08-20T22:04:14.5423773Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5425670Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-85599385fe90fff3.d' from root:root to runner:runner
2025-08-20T22:04:14.5427380Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5429234Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-ad34750f21beab4e.d' from root:root to runner:runner
2025-08-20T22:04:14.5430998Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-985715800ba3a6f3.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5432714Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-5a3a2465ec3b9759.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5434420Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5436306Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-4a32e5a8ccaf711d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5437956Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/otree-1637725a9676279f.d' from root:root to runner:runner
2025-08-20T22:04:14.5439619Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5441586Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T22:04:14.5443249Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-0839b2ad8dab0b28.d' from root:root to runner:runner
2025-08-20T22:04:14.5445000Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-070c322e7879ca87.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5446899Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5448566Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T22:04:14.5450207Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5451896Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b0530d14d7f3b752.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5453626Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5455816Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5457638Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5459381Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-07f838374405273f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5461153Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-19371e571ea22d4b.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5462868Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-3ef2045c9a9109b4.d' from root:root to runner:runner
2025-08-20T22:04:14.5464578Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-2be729cf617b7e67.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5466673Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5468367Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5470039Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5471698Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T22:04:14.5473369Z [00:03:40.590]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5475158Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-2a13b0df0dbd7757.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5476890Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyml-dda0b8e9f7851871.d' from root:root to runner:runner
2025-08-20T22:04:14.5478503Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-934c49cbcee3a906.d' from root:root to runner:runner
2025-08-20T22:04:14.5480165Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-576f64a64e4f4509.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5482048Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' from root:root to runner:runner
2025-08-20T22:04:14.5483801Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify_types-b84feced8e5928e7.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5485583Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' from root:root to runner:runner
2025-08-20T22:04:14.5487262Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-77bcf768e5270e07.d' from root:root to runner:runner
2025-08-20T22:04:14.5488921Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-e67432ff5a77826d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5490654Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-19371e571ea22d4b.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5492637Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-d9663f4437d8b563.d' from root:root to runner:runner
2025-08-20T22:04:14.5494353Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5496230Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-e7eb11401db10aa1.d' from root:root to runner:runner
2025-08-20T22:04:14.5497912Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5499554Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-7f6b5a5ea34f9132.d' from root:root to runner:runner
2025-08-20T22:04:14.5501255Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_tree_widget-04154c2994289355.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5502953Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5504657Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5506704Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5508438Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T22:04:14.5510105Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5511799Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5513509Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5515284Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/otree-1637725a9676279f' from root:root to runner:runner
2025-08-20T22:04:14.5517010Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-19371e571ea22d4b.d' from root:root to runner:runner
2025-08-20T22:04:14.5518961Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-e7eb11401db10aa1.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5520650Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' from root:root to runner:runner
2025-08-20T22:04:14.5522288Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-019cfe9080b2d64f.d' from root:root to runner:runner
2025-08-20T22:04:14.5523907Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' from root:root to runner:runner
2025-08-20T22:04:14.5525616Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-93f60b3ba1c9656e.d' from root:root to runner:runner
2025-08-20T22:04:14.5527338Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5529007Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-ac687c94e5902e2c.d' from root:root to runner:runner
2025-08-20T22:04:14.5530719Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5532612Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-71c3ecd0b8e8efea.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5534382Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5536185Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-2b276a4178543caf.d' from root:root to runner:runner
2025-08-20T22:04:14.5537846Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5539521Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify_sys-2a13b0df0dbd7757.d' from root:root to runner:runner
2025-08-20T22:04:14.5541161Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T22:04:14.5543058Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5544779Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T22:04:14.5546613Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-71c3ecd0b8e8efea.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5548306Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5549965Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-0d829cae186aa981.d' from root:root to runner:runner
2025-08-20T22:04:14.5551608Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_tree_widget-04154c2994289355.d' from root:root to runner:runner
2025-08-20T22:04:14.5553296Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5555003Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5556835Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-e7eb11401db10aa1.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5558747Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T22:04:14.5560516Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-0ba3efea135042a1.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5562224Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' from root:root to runner:runner
2025-08-20T22:04:14.5563951Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_textarea-ec4f86eb73bf130e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5565747Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' from root:root to runner:runner
2025-08-20T22:04:14.5567475Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5569402Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-29b9eefc2e95469a.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5571080Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5572759Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5574515Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5576498Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5578191Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5579849Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-20T22:04:14.5581537Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5583443Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5585323Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_textarea-ec4f86eb73bf130e.d' from root:root to runner:runner
2025-08-20T22:04:14.5587108Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5588822Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-b0530d14d7f3b752.d' from root:root to runner:runner
2025-08-20T22:04:14.5590515Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_textarea-ec4f86eb73bf130e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5592232Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-fa3431c6bec89a82.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5593923Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5595947Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumansize-d6615a303e4b9e8d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5597651Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' from root:root to runner:runner
2025-08-20T22:04:14.5599289Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-3ef2045c9a9109b4.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5600981Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-e0e18e97bc0dbb03.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5602634Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T22:04:14.5604236Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-3122bbf687f9c680.d' from root:root to runner:runner
2025-08-20T22:04:14.5606008Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b0530d14d7f3b752.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5607714Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-3122bbf687f9c680.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5609577Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-87413a8e2683de9a.d' from root:root to runner:runner
2025-08-20T22:04:14.5611352Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5613031Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9d9c4010f705c9a2.d' from root:root to runner:runner
2025-08-20T22:04:14.5614723Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5616544Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-576f64a64e4f4509.d' from root:root to runner:runner
2025-08-20T22:04:14.5618195Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humansize-d6615a303e4b9e8d.d' from root:root to runner:runner
2025-08-20T22:04:14.5620114Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5621822Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5623497Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-985715800ba3a6f3.d' from root:root to runner:runner
2025-08-20T22:04:14.5625284Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-2be729cf617b7e67.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5627055Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-019cfe9080b2d64f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5628738Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5630432Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5632143Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_tree_widget-04154c2994289355.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5633841Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5635785Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5637577Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5639245Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' from root:root to runner:runner
2025-08-20T22:04:14.5640883Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-4a32e5a8ccaf711d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5642553Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-8ff81c8c0bf7bc3f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5644289Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5646293Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5647999Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5649685Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5651370Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5653078Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5654808Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-070c322e7879ca87.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5656659Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5658362Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-019cfe9080b2d64f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5660252Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yml-a129c31b40f2719d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5661997Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-ad34750f21beab4e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5663666Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' from root:root to runner:runner
2025-08-20T22:04:14.5665424Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5667142Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-48cc199fe365182e.d' from root:root to runner:runner
2025-08-20T22:04:14.5668770Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify-29b9eefc2e95469a.d' from root:root to runner:runner
2025-08-20T22:04:14.5670471Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5672372Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libm-0ba3efea135042a1.d' from root:root to runner:runner
2025-08-20T22:04:14.5674010Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-ad34750f21beab4e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5675814Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5677623Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-e0e18e97bc0dbb03.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5679355Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5681085Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5682774Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yml-a129c31b40f2719d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5684453Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify_types-b84feced8e5928e7.d' from root:root to runner:runner
2025-08-20T22:04:14.5686490Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T22:04:14.5688256Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5689953Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filedescriptor-070c322e7879ca87.d' from root:root to runner:runner
2025-08-20T22:04:14.5691654Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5693359Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5695020Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T22:04:14.5696975Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5698642Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5700315Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5701972Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-33acc7f980437447.d' from root:root to runner:runner
2025-08-20T22:04:14.5703631Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibyml-dda0b8e9f7851871.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5705390Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-fa3431c6bec89a82.d' from root:root to runner:runner
2025-08-20T22:04:14.5707135Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5708811Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-92d2861a6b73e53c.d' from root:root to runner:runner
2025-08-20T22:04:14.5710433Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-20T22:04:14.5712267Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5713995Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-4a32e5a8ccaf711d.d' from root:root to runner:runner
2025-08-20T22:04:14.5715727Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-0ba3efea135042a1.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5717451Z [00:03:40.591]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5719444Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-487ebd1f081fc638.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5721119Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumansize-d6615a303e4b9e8d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5723025Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-cfdb221f4103d149.d' from root:root to runner:runner
2025-08-20T22:04:14.5724680Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-487ebd1f081fc638.rlib' from root:root to runner:runner
2025-08-20T22:04:14.5726530Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-5a3a2465ec3b9759.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5728217Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' from root:root to runner:runner
2025-08-20T22:04:14.5729897Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5731607Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5733353Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-87413a8e2683de9a.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5735132Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.5736870Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-5a3a2465ec3b9759.d' from root:root to runner:runner
2025-08-20T22:04:14.5738584Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:04:14.5740035Z [00:03:40.592]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/otree' retained as runner:runner
2025-08-20T22:04:14.5741442Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:04:14.5742914Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:04:14.5744581Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5746514Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5748526Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/out' from root:root to runner:runner
2025-08-20T22:04:14.5750277Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5752026Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' from root:root to runner:runner
2025-08-20T22:04:14.5753722Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T22:04:14.5755481Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5757263Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5758953Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/out' from root:root to runner:runner
2025-08-20T22:04:14.5760630Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5762310Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' from root:root to runner:runner
2025-08-20T22:04:14.5764116Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T22:04:14.5766102Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5767875Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5769599Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T22:04:14.5771300Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5773010Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T22:04:14.5774935Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:04:14.5776752Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5778481Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5780187Z [00:03:40.592]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/out' from root:root to runner:runner
2025-08-20T22:04:14.5781870Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5783563Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' from root:root to runner:runner
2025-08-20T22:04:14.5785300Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T22:04:14.5787030Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5788957Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5790757Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/out' from root:root to runner:runner
2025-08-20T22:04:14.5792461Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5794182Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/output' from root:root to runner:runner
2025-08-20T22:04:14.5795982Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-20T22:04:14.5797650Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5799575Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5801289Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/out' from root:root to runner:runner
2025-08-20T22:04:14.5802969Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5804654Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/output' from root:root to runner:runner
2025-08-20T22:04:14.5806450Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151' from root:root to runner:runner
2025-08-20T22:04:14.5808105Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5809808Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5811487Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/out' from root:root to runner:runner
2025-08-20T22:04:14.5813151Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5815016Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/output' from root:root to runner:runner
2025-08-20T22:04:14.5816866Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e' from root:root to runner:runner
2025-08-20T22:04:14.5818531Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5820287Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5822032Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/out' from root:root to runner:runner
2025-08-20T22:04:14.5823737Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5825769Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/output' from root:root to runner:runner
2025-08-20T22:04:14.5827514Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327' from root:root to runner:runner
2025-08-20T22:04:14.5829160Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5830855Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5832531Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/out' from root:root to runner:runner
2025-08-20T22:04:14.5834185Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5835954Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' from root:root to runner:runner
2025-08-20T22:04:14.5837594Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T22:04:14.5839219Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5841124Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5842931Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/out' from root:root to runner:runner
2025-08-20T22:04:14.5844666Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5846550Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/output' from root:root to runner:runner
2025-08-20T22:04:14.5848187Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47' from root:root to runner:runner
2025-08-20T22:04:14.5849818Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5851851Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5853558Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/out' from root:root to runner:runner
2025-08-20T22:04:14.5855323Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5857066Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' from root:root to runner:runner
2025-08-20T22:04:14.5858694Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T22:04:14.5860339Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/stderr' from root:root to runner:runner
2025-08-20T22:04:14.5862065Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5863860Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/out' from root:root to runner:runner
2025-08-20T22:04:14.5865807Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/root-output' from root:root to runner:runner
2025-08-20T22:04:14.5867583Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/output' from root:root to runner:runner
2025-08-20T22:04:14.5869260Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9' from root:root to runner:runner
2025-08-20T22:04:14.5870796Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:04:14.5872269Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:04:14.5873936Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:04:14.5875863Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5877898Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:04:14.5879714Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:04:14.5881464Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2' from root:root to runner:runner
2025-08-20T22:04:14.5883228Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/lib-notify.json' from root:root to runner:runner
2025-08-20T22:04:14.5885033Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5886959Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/dep-lib-notify' from root:root to runner:runner
2025-08-20T22:04:14.5888727Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/lib-notify' from root:root to runner:runner
2025-08-20T22:04:14.5890437Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f' from root:root to runner:runner
2025-08-20T22:04:14.5892375Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:04:14.5894271Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5896283Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:04:14.5898152Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:04:14.5899923Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82' from root:root to runner:runner
2025-08-20T22:04:14.5901801Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.5904070Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.5906161Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T22:04:14.5907924Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr' from root:root to runner:runner
2025-08-20T22:04:14.5909715Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5911516Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:04:14.5913296Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:04:14.5915012Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981' from root:root to runner:runner
2025-08-20T22:04:14.5917181Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.5919225Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.5921031Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T22:04:14.5922799Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/dep-lib-inotify_sys' from root:root to runner:runner
2025-08-20T22:04:14.5924647Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/lib-inotify_sys' from root:root to runner:runner
2025-08-20T22:04:14.5926628Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/lib-inotify_sys.json' from root:root to runner:runner
2025-08-20T22:04:14.5928710Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5930478Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757' from root:root to runner:runner
2025-08-20T22:04:14.5932201Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:04:14.5933942Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:04:14.5935807Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5937608Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-20T22:04:14.5939283Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-20T22:04:14.5941054Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:04:14.5943095Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:04:14.5945130Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5947069Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:04:14.5948886Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f' from root:root to runner:runner
2025-08-20T22:04:14.5950661Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5952445Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api' from root:root to runner:runner
2025-08-20T22:04:14.5954444Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:04:14.5956374Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:04:14.5958105Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e' from root:root to runner:runner
2025-08-20T22:04:14.5959905Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:04:14.5961814Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:04:14.5963700Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5965658Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:04:14.5967517Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a' from root:root to runner:runner
2025-08-20T22:04:14.5969400Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru' from root:root to runner:runner
2025-08-20T22:04:14.5971218Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5972975Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru.json' from root:root to runner:runner
2025-08-20T22:04:14.5974708Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/dep-lib-lru' from root:root to runner:runner
2025-08-20T22:04:14.5976561Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906' from root:root to runner:runner
2025-08-20T22:04:14.5978286Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-20T22:04:14.5980318Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5982152Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:04:14.5983989Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:04:14.5985849Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-20T22:04:14.5987678Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5989494Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:04:14.5991273Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:04:14.5993070Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T22:04:14.5994966Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03' from root:root to runner:runner
2025-08-20T22:04:14.5996907Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.5998812Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/lib-filedescriptor.json' from root:root to runner:runner
2025-08-20T22:04:14.6000729Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/dep-lib-filedescriptor' from root:root to runner:runner
2025-08-20T22:04:14.6002623Z [00:03:40.593]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/lib-filedescriptor' from root:root to runner:runner
2025-08-20T22:04:14.6004415Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87' from root:root to runner:runner
2025-08-20T22:04:14.6006527Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:04:14.6008365Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6010181Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:04:14.6011975Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec' from root:root to runner:runner
2025-08-20T22:04:14.6013697Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149' from root:root to runner:runner
2025-08-20T22:04:14.6015773Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6017845Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6019687Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:04:14.6021449Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:04:14.6023276Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6025394Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T22:04:14.6027269Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:04:14.6029006Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T22:04:14.6030783Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6032652Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:04:14.6034508Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:04:14.6036485Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:04:14.6038279Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c' from root:root to runner:runner
2025-08-20T22:04:14.6040200Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/lib-serde.json' from root:root to runner:runner
2025-08-20T22:04:14.6042083Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6043906Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:04:14.6045739Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/lib-serde' from root:root to runner:runner
2025-08-20T22:04:14.6047492Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677' from root:root to runner:runner
2025-08-20T22:04:14.6049268Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6051483Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' from root:root to runner:runner
2025-08-20T22:04:14.6053417Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T22:04:14.6055440Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T22:04:14.6057332Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770' from root:root to runner:runner
2025-08-20T22:04:14.6059198Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6061177Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6062994Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T22:04:14.6064744Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:04:14.6066860Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6068743Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:04:14.6070557Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/lib-itertools' from root:root to runner:runner
2025-08-20T22:04:14.6072288Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7' from root:root to runner:runner
2025-08-20T22:04:14.6074079Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6076094Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:04:14.6078174Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:04:14.6080056Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:04:14.6081857Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T22:04:14.6083627Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/dep-lib-inotify' from root:root to runner:runner
2025-08-20T22:04:14.6085517Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/lib-inotify.json' from root:root to runner:runner
2025-08-20T22:04:14.6087366Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/lib-inotify' from root:root to runner:runner
2025-08-20T22:04:14.6089155Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6090899Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a' from root:root to runner:runner
2025-08-20T22:04:14.6092857Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T22:04:14.6094771Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6096783Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' from root:root to runner:runner
2025-08-20T22:04:14.6098625Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T22:04:14.6100378Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6' from root:root to runner:runner
2025-08-20T22:04:14.6102149Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T22:04:14.6104218Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6106320Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser' from root:root to runner:runner
2025-08-20T22:04:14.6108156Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T22:04:14.6109945Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c' from root:root to runner:runner
2025-08-20T22:04:14.6111732Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T22:04:14.6113573Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6115503Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T22:04:14.6117405Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/lib-signal_hook' from root:root to runner:runner
2025-08-20T22:04:14.6119364Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28' from root:root to runner:runner
2025-08-20T22:04:14.6121222Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6123054Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:04:14.6124858Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/lib-thiserror' from root:root to runner:runner
2025-08-20T22:04:14.6126828Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:04:14.6128580Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752' from root:root to runner:runner
2025-08-20T22:04:14.6130655Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6132657Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6134486Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-20T22:04:14.6136430Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/lib-tui_tree_widget.json' from root:root to runner:runner
2025-08-20T22:04:14.6138320Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6140199Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/dep-lib-tui_tree_widget' from root:root to runner:runner
2025-08-20T22:04:14.6142082Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/lib-tui_tree_widget' from root:root to runner:runner
2025-08-20T22:04:14.6144093Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355' from root:root to runner:runner
2025-08-20T22:04:14.6146072Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T22:04:14.6147885Z [00:03:40.594]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/lib-ratatui.json' from root:root to runner:runner
2025-08-20T22:04:14.6149696Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6151488Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/lib-ratatui' from root:root to runner:runner
2025-08-20T22:04:14.6153206Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132' from root:root to runner:runner
2025-08-20T22:04:14.6155227Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:04:14.6157066Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6158811Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc' from root:root to runner:runner
2025-08-20T22:04:14.6160546Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc.json' from root:root to runner:runner
2025-08-20T22:04:14.6162238Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07' from root:root to runner:runner
2025-08-20T22:04:14.6163969Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:04:14.6165847Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6167707Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:04:14.6169681Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' from root:root to runner:runner
2025-08-20T22:04:14.6171528Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe' from root:root to runner:runner
2025-08-20T22:04:14.6173309Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6175307Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:04:14.6177267Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:04:14.6179154Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:04:14.6181184Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18' from root:root to runner:runner
2025-08-20T22:04:14.6183000Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:04:14.6184864Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6186871Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:04:14.6188733Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:04:14.6190500Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509' from root:root to runner:runner
2025-08-20T22:04:14.6192335Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-bb1e0f6e25ef7151/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6194305Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-bb1e0f6e25ef7151/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6196425Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-bb1e0f6e25ef7151' from root:root to runner:runner
2025-08-20T22:04:14.6198322Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-fce8737ada42316e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6200282Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-fce8737ada42316e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6202074Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-fce8737ada42316e' from root:root to runner:runner
2025-08-20T22:04:14.6203778Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/dep-lib-libm' from root:root to runner:runner
2025-08-20T22:04:14.6205638Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6207616Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/lib-libm.json' from root:root to runner:runner
2025-08-20T22:04:14.6209353Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/lib-libm' from root:root to runner:runner
2025-08-20T22:04:14.6211025Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1' from root:root to runner:runner
2025-08-20T22:04:14.6212851Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6214865Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6216851Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327' from root:root to runner:runner
2025-08-20T22:04:14.6218592Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/bin-otree.json' from root:root to runner:runner
2025-08-20T22:04:14.6220377Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6222309Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/dep-bin-otree' from root:root to runner:runner
2025-08-20T22:04:14.6224131Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/bin-otree' from root:root to runner:runner
2025-08-20T22:04:14.6225957Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f' from root:root to runner:runner
2025-08-20T22:04:14.6227697Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either.json' from root:root to runner:runner
2025-08-20T22:04:14.6229465Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either' from root:root to runner:runner
2025-08-20T22:04:14.6231240Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6233244Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/dep-lib-either' from root:root to runner:runner
2025-08-20T22:04:14.6234962Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc' from root:root to runner:runner
2025-08-20T22:04:14.6236911Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6238859Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6240661Z [00:03:40.595]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T22:04:14.6242397Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:04:14.6244225Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream' from root:root to runner:runner
2025-08-20T22:04:14.6246168Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6248237Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:04:14.6250056Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447' from root:root to runner:runner
2025-08-20T22:04:14.6251791Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/lib-castaway' from root:root to runner:runner
2025-08-20T22:04:14.6253593Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6255500Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/lib-castaway.json' from root:root to runner:runner
2025-08-20T22:04:14.6257384Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/dep-lib-castaway' from root:root to runner:runner
2025-08-20T22:04:14.6259315Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea' from root:root to runner:runner
2025-08-20T22:04:14.6261083Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:04:14.6262924Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6264789Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:04:14.6266800Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:04:14.6268588Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-20T22:04:14.6270365Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:04:14.6272202Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6274189Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:04:14.6276180Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:04:14.6277943Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T22:04:14.6279772Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-7bd06eb105ea9d47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6281739Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-7bd06eb105ea9d47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6283541Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-7bd06eb105ea9d47' from root:root to runner:runner
2025-08-20T22:04:14.6285702Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:04:14.6287695Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:04:14.6289591Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6291513Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T22:04:14.6293356Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67' from root:root to runner:runner
2025-08-20T22:04:14.6295185Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:04:14.6297008Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T22:04:14.6298789Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6300766Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:04:14.6302573Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T22:04:14.6304322Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T22:04:14.6306306Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' from root:root to runner:runner
2025-08-20T22:04:14.6308125Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6309920Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' from root:root to runner:runner
2025-08-20T22:04:14.6311883Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f' from root:root to runner:runner
2025-08-20T22:04:14.6313644Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:04:14.6315552Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:04:14.6317415Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap' from root:root to runner:runner
2025-08-20T22:04:14.6319221Z [00:03:40.596]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6320963Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa' from root:root to runner:runner
2025-08-20T22:04:14.6322721Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6324549Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T22:04:14.6326752Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' from root:root to runner:runner
2025-08-20T22:04:14.6328632Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' from root:root to runner:runner
2025-08-20T22:04:14.6330388Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79' from root:root to runner:runner
2025-08-20T22:04:14.6332144Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6333938Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:04:14.6335848Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T22:04:14.6337880Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:04:14.6339635Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T22:04:14.6341336Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:04:14.6343051Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' from root:root to runner:runner
2025-08-20T22:04:14.6344827Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6346765Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:04:14.6348452Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1' from root:root to runner:runner
2025-08-20T22:04:14.6350192Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/dep-lib-humansize' from root:root to runner:runner
2025-08-20T22:04:14.6352186Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/lib-humansize' from root:root to runner:runner
2025-08-20T22:04:14.6354067Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6356027Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/lib-humansize.json' from root:root to runner:runner
2025-08-20T22:04:14.6357851Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d' from root:root to runner:runner
2025-08-20T22:04:14.6359598Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/lib-crossterm' from root:root to runner:runner
2025-08-20T22:04:14.6361401Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T22:04:14.6363489Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6365421Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/lib-crossterm.json' from root:root to runner:runner
2025-08-20T22:04:14.6367233Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e' from root:root to runner:runner
2025-08-20T22:04:14.6368997Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:04:14.6370822Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6372624Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/lib-serde_json' from root:root to runner:runner
2025-08-20T22:04:14.6374438Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:04:14.6376293Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d' from root:root to runner:runner
2025-08-20T22:04:14.6378271Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:04:14.6380174Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:04:14.6382002Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:04:14.6383832Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6385697Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3' from root:root to runner:runner
2025-08-20T22:04:14.6387572Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6389770Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6391581Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T22:04:14.6393293Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:04:14.6395214Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6397119Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:04:14.6398914Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:04:14.6400640Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T22:04:14.6402423Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6404510Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:04:14.6406556Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:04:14.6408439Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:04:14.6410230Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563' from root:root to runner:runner
2025-08-20T22:04:14.6412034Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T22:04:14.6414179Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6416190Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:04:14.6418064Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:04:14.6419833Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759' from root:root to runner:runner
2025-08-20T22:04:14.6421624Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6423450Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' from root:root to runner:runner
2025-08-20T22:04:14.6425378Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T22:04:14.6427296Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' from root:root to runner:runner
2025-08-20T22:04:14.6429235Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb' from root:root to runner:runner
2025-08-20T22:04:14.6431030Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/lib-dirs.json' from root:root to runner:runner
2025-08-20T22:04:14.6432802Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6434569Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/dep-lib-dirs' from root:root to runner:runner
2025-08-20T22:04:14.6436451Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/lib-dirs' from root:root to runner:runner
2025-08-20T22:04:14.6438126Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638' from root:root to runner:runner
2025-08-20T22:04:14.6440024Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/lib-clap' from root:root to runner:runner
2025-08-20T22:04:14.6441784Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6443545Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:04:14.6445424Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/lib-clap.json' from root:root to runner:runner
2025-08-20T22:04:14.6447183Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e' from root:root to runner:runner
2025-08-20T22:04:14.6448946Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:04:14.6450788Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6452645Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:04:14.6454710Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:04:14.6456638Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba' from root:root to runner:runner
2025-08-20T22:04:14.6458370Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/dep-lib-toml' from root:root to runner:runner
2025-08-20T22:04:14.6460143Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6461891Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/lib-toml' from root:root to runner:runner
2025-08-20T22:04:14.6463622Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/lib-toml.json' from root:root to runner:runner
2025-08-20T22:04:14.6465629Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680' from root:root to runner:runner
2025-08-20T22:04:14.6467454Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/lib-tui_textarea.json' from root:root to runner:runner
2025-08-20T22:04:14.6469325Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6471166Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/lib-tui_textarea' from root:root to runner:runner
2025-08-20T22:04:14.6473023Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/dep-lib-tui_textarea' from root:root to runner:runner
2025-08-20T22:04:14.6474808Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e' from root:root to runner:runner
2025-08-20T22:04:14.6476709Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:04:14.6478537Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' from root:root to runner:runner
2025-08-20T22:04:14.6480502Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6482345Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:04:14.6484061Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e' from root:root to runner:runner
2025-08-20T22:04:14.6485981Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T22:04:14.6487956Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:04:14.6489839Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6491978Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:04:14.6493780Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f' from root:root to runner:runner
2025-08-20T22:04:14.6495672Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/lib-compact_str.json' from root:root to runner:runner
2025-08-20T22:04:14.6497575Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/lib-compact_str' from root:root to runner:runner
2025-08-20T22:04:14.6499411Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T22:04:14.6501254Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6503005Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4' from root:root to runner:runner
2025-08-20T22:04:14.6504716Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/lib-strum' from root:root to runner:runner
2025-08-20T22:04:14.6506768Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/lib-strum.json' from root:root to runner:runner
2025-08-20T22:04:14.6508623Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6510399Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:04:14.6512105Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f' from root:root to runner:runner
2025-08-20T22:04:14.6513902Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6515955Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:04:14.6518171Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T22:04:14.6520172Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:04:14.6522032Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda' from root:root to runner:runner
2025-08-20T22:04:14.6523868Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:04:14.6525825Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:04:14.6527727Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6529590Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:04:14.6531384Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1' from root:root to runner:runner
2025-08-20T22:04:14.6533324Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6535354Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/dep-lib-notify_types' from root:root to runner:runner
2025-08-20T22:04:14.6537306Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/lib-notify_types.json' from root:root to runner:runner
2025-08-20T22:04:14.6539170Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/lib-notify_types' from root:root to runner:runner
2025-08-20T22:04:14.6540957Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7' from root:root to runner:runner
2025-08-20T22:04:14.6542763Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:04:14.6544883Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:04:14.6546928Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6548806Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:04:14.6550603Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470' from root:root to runner:runner
2025-08-20T22:04:14.6552377Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:04:14.6554213Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:04:14.6556185Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6558048Z [00:03:40.597]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:04:14.6559998Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T22:04:14.6561818Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' from root:root to runner:runner
2025-08-20T22:04:14.6563585Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6565435Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' from root:root to runner:runner
2025-08-20T22:04:14.6567216Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' from root:root to runner:runner
2025-08-20T22:04:14.6568883Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42' from root:root to runner:runner
2025-08-20T22:04:14.6570820Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex' from root:root to runner:runner
2025-08-20T22:04:14.6572576Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:04:14.6574357Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6576294Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex.json' from root:root to runner:runner
2025-08-20T22:04:14.6578008Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3' from root:root to runner:runner
2025-08-20T22:04:14.6579748Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:04:14.6581578Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:04:14.6583395Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6585474Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T22:04:14.6587289Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T22:04:14.6589031Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6590789Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:04:14.6592505Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/lib-mio' from root:root to runner:runner
2025-08-20T22:04:14.6594225Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/lib-mio.json' from root:root to runner:runner
2025-08-20T22:04:14.6596246Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf' from root:root to runner:runner
2025-08-20T22:04:14.6598071Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:14.6600021Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:14.6601940Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6603889Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:14.6605815Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T22:04:14.6607641Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/lib-libyml.json' from root:root to runner:runner
2025-08-20T22:04:14.6609444Z [00:03:40.598]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6611403Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/lib-libyml' from root:root to runner:runner
2025-08-20T22:04:14.6613251Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/dep-lib-libyml' from root:root to runner:runner
2025-08-20T22:04:14.6614976Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871' from root:root to runner:runner
2025-08-20T22:04:14.6616941Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-0abdf33d57d770d9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6618925Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-0abdf33d57d770d9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.6620971Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-0abdf33d57d770d9' from root:root to runner:runner
2025-08-20T22:04:14.6622697Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:04:14.6624495Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6626387Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:04:14.6628151Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:04:14.6629861Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f' from root:root to runner:runner
2025-08-20T22:04:14.6631627Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6633508Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:04:14.6635632Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T22:04:14.6637601Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:04:14.6639404Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6' from root:root to runner:runner
2025-08-20T22:04:14.6641181Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:04:14.6642965Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T22:04:14.6644802Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6646967Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:04:14.6648702Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T22:04:14.6650430Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:04:14.6652217Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6654017Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:04:14.6655868Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/lib-rustix' from root:root to runner:runner
2025-08-20T22:04:14.6657628Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d' from root:root to runner:runner
2025-08-20T22:04:14.6659373Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/dep-lib-serde_yml' from root:root to runner:runner
2025-08-20T22:04:14.6661351Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6663237Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/lib-serde_yml.json' from root:root to runner:runner
2025-08-20T22:04:14.6665033Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/lib-serde_yml' from root:root to runner:runner
2025-08-20T22:04:14.6666907Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d' from root:root to runner:runner
2025-08-20T22:04:14.6668719Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6670675Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:04:14.6672875Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:04:14.6674856Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:04:14.6676913Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b' from root:root to runner:runner
2025-08-20T22:04:14.6678692Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:04:14.6680499Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6682289Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow' from root:root to runner:runner
2025-08-20T22:04:14.6684050Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:04:14.6685868Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714' from root:root to runner:runner
2025-08-20T22:04:14.6687624Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:04:14.6689119Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:04:14.6690527Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:04:14.6691905Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:04:14.6693258Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/syn-5b51ffd79fec4b56.d' from root:root to runner:runner
2025-08-20T22:04:14.6694689Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6696299Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/cargo_platform-21e4baf072f34cb7.d' from root:root to runner:runner
2025-08-20T22:04:14.6697978Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror_impl-ee24479560931a02.d' from root:root to runner:runner
2025-08-20T22:04:14.6699481Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6700982Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6702463Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6703985Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_platform-21e4baf072f34cb7.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6705549Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' from root:root to runner:runner
2025-08-20T22:04:14.6707048Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/vergen_lib-29d291fca24bd1ea.d' from root:root to runner:runner
2025-08-20T22:04:14.6708501Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6709951Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' from root:root to runner:runner
2025-08-20T22:04:14.6711425Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6713072Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' from root:root to runner:runner
2025-08-20T22:04:14.6714631Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen-eff9f4ccf65d6967.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6716325Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder_core-25ce24c3342b1c52.d' from root:root to runner:runner
2025-08-20T22:04:14.6717823Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6719317Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6720811Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6722284Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6723989Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime_core-5aa39a0e927531be.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6725623Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6727183Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling_macro-13e36ab231d0102b.d' from root:root to runner:runner
2025-08-20T22:04:14.6728660Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsysinfo-ce8ee03505a5ede7.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6730149Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex_automata-431abf3406028730.d' from root:root to runner:runner
2025-08-20T22:04:14.6731646Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6733136Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6734564Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libc-f5a22a76cd5f5173.d' from root:root to runner:runner
2025-08-20T22:04:14.6736130Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror_impl-cc613faa7d351a3a.d' from root:root to runner:runner
2025-08-20T22:04:14.6737771Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/instability-e3ba62457f88d769.d' from root:root to runner:runner
2025-08-20T22:04:14.6739322Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T22:04:14.6740760Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/anyhow-fa7c158af04fb8b1.d' from root:root to runner:runner
2025-08-20T22:04:14.6742211Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:04:14.6743700Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_threads-d6a7277dd4f83271.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6745412Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-cc613faa7d351a3a.so' from root:root to runner:runner
2025-08-20T22:04:14.6747009Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen_lib-29d291fca24bd1ea.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6748748Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderanged-88828b309ac2a6fe.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6750247Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/rustc_version-b3fefa0466a0767b.d' from root:root to runner:runner
2025-08-20T22:04:14.6751682Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T22:04:14.6753109Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6754561Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/powerfmt-6d922f90bbe2915e.d' from root:root to runner:runner
2025-08-20T22:04:14.6756202Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6757703Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime-ca263efbfa96b4e9.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6759183Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6760667Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6762280Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6763819Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' from root:root to runner:runner
2025-08-20T22:04:14.6765372Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime-ca263efbfa96b4e9.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6766910Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6768404Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/clap_derive-6534ee89ede23f98.d' from root:root to runner:runner
2025-08-20T22:04:14.6769938Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_macro-44806e3e073e08fb.so' from root:root to runner:runner
2025-08-20T22:04:14.6771454Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6773178Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsysinfo-ce8ee03505a5ede7.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6774652Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6776327Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/strum_macros-5ee3171b2494cfea.d' from root:root to runner:runner
2025-08-20T22:04:14.6777831Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror-32045e7c99e96565.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6779331Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' from root:root to runner:runner
2025-08-20T22:04:14.6780801Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcamino-2605b99f683cdd42.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6782302Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-ee24479560931a02.so' from root:root to runner:runner
2025-08-20T22:04:14.6783782Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/num_threads-d6a7277dd4f83271.d' from root:root to runner:runner
2025-08-20T22:04:14.6785323Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6786857Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6788519Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6790043Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T22:04:14.6791491Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrum_macros-5ee3171b2494cfea.so' from root:root to runner:runner
2025-08-20T22:04:14.6793015Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsimple_error-d5a3616b68eb57b2.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6794535Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_derive-0fc691161be758fb.so' from root:root to runner:runner
2025-08-20T22:04:14.6796154Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde-a92a2fc8e2ef613d.d' from root:root to runner:runner
2025-08-20T22:04:14.6797600Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling_core-dbf2601f1875005d.d' from root:root to runner:runner
2025-08-20T22:04:14.6799324Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6800821Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' from root:root to runner:runner
2025-08-20T22:04:14.6802259Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/deranged-88828b309ac2a6fe.d' from root:root to runner:runner
2025-08-20T22:04:14.6803738Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6805328Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/camino-2605b99f683cdd42.d' from root:root to runner:runner
2025-08-20T22:04:14.6806830Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde_json-21316454fbdcea64.d' from root:root to runner:runner
2025-08-20T22:04:14.6808293Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6809788Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6811274Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6812864Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror-32045e7c99e96565.d' from root:root to runner:runner
2025-08-20T22:04:14.6814410Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libinstability-e3ba62457f88d769.so' from root:root to runner:runner
2025-08-20T22:04:14.6816010Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' from root:root to runner:runner
2025-08-20T22:04:14.6817473Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6818969Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderanged-88828b309ac2a6fe.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6820424Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/num_conv-71dddd71ec9df857.d' from root:root to runner:runner
2025-08-20T22:04:14.6821887Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6823589Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_json-21316454fbdcea64.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6825040Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' from root:root to runner:runner
2025-08-20T22:04:14.6826600Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/time-ca263efbfa96b4e9.d' from root:root to runner:runner
2025-08-20T22:04:14.6828077Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_platform-21e4baf072f34cb7.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6829552Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex-1958bf3c21d4d9cb.d' from root:root to runner:runner
2025-08-20T22:04:14.6830956Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' from root:root to runner:runner
2025-08-20T22:04:14.6832380Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/sysinfo-ce8ee03505a5ede7.d' from root:root to runner:runner
2025-08-20T22:04:14.6833820Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' from root:root to runner:runner
2025-08-20T22:04:14.6835340Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling-808d0e90e9f90585.d' from root:root to runner:runner
2025-08-20T22:04:14.6836841Z [00:03:40.599]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6838478Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6840096Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_macro-13e36ab231d0102b.so' from root:root to runner:runner
2025-08-20T22:04:14.6841564Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/semver-2c37b11017ac1d2b.d' from root:root to runner:runner
2025-08-20T22:04:14.6842968Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' from root:root to runner:runner
2025-08-20T22:04:14.6844492Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_metadata-ec22d1e71eda00f3.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6846132Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/simple_error-d5a3616b68eb57b2.d' from root:root to runner:runner
2025-08-20T22:04:14.6847633Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder_macro-44806e3e073e08fb.d' from root:root to runner:runner
2025-08-20T22:04:14.6849448Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6850920Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/aho_corasick-26278da5437a0dbb.d' from root:root to runner:runner
2025-08-20T22:04:14.6852332Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' from root:root to runner:runner
2025-08-20T22:04:14.6853794Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6855440Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/cargo_metadata-ec22d1e71eda00f3.d' from root:root to runner:runner
2025-08-20T22:04:14.6857005Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' from root:root to runner:runner
2025-08-20T22:04:14.6858515Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6860011Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6861512Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6863168Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6864717Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6866366Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6867849Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/time_core-5aa39a0e927531be.d' from root:root to runner:runner
2025-08-20T22:04:14.6869331Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustc_version-b3fefa0466a0767b.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6870817Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde_derive-0fc691161be758fb.d' from root:root to runner:runner
2025-08-20T22:04:14.6872319Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_metadata-ec22d1e71eda00f3.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6874008Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/vergen-eff9f4ccf65d6967.d' from root:root to runner:runner
2025-08-20T22:04:14.6875566Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6877113Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6878590Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6880054Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6881567Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6883070Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcamino-2605b99f683cdd42.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6884507Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' from root:root to runner:runner
2025-08-20T22:04:14.6886153Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_core-25ce24c3342b1c52.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6887853Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen-eff9f4ccf65d6967.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6889422Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6890931Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_json-21316454fbdcea64.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6892457Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustc_version-b3fefa0466a0767b.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6893947Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T22:04:14.6895541Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6897120Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime_core-5aa39a0e927531be.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6898839Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6900339Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_threads-d6a7277dd4f83271.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6901834Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6903306Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder-9b01d9bec497cc24.d' from root:root to runner:runner
2025-08-20T22:04:14.6904810Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6906485Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libclap_derive-6534ee89ede23f98.so' from root:root to runner:runner
2025-08-20T22:04:14.6907990Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsimple_error-d5a3616b68eb57b2.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6909539Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_core-25ce24c3342b1c52.rmeta' from root:root to runner:runner
2025-08-20T22:04:14.6911072Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen_lib-29d291fca24bd1ea.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6912746Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6914315Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror-32045e7c99e96565.rlib' from root:root to runner:runner
2025-08-20T22:04:14.6915821Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:04:14.6917274Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:04:14.6918542Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:04:14.6920050Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build_script_build-e6129a03ea051a67' from root:root to runner:runner
2025-08-20T22:04:14.6921626Z [00:03:40.600]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build-script-build' retained as runner:runner
2025-08-20T22:04:14.6923228Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build_script_build-e6129a03ea051a67.d' from root:root to runner:runner
2025-08-20T22:04:14.6924762Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67' from root:root to runner:runner
2025-08-20T22:04:14.6926363Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' from root:root to runner:runner
2025-08-20T22:04:14.6927876Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6929371Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/out' from root:root to runner:runner
2025-08-20T22:04:14.6930831Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' from root:root to runner:runner
2025-08-20T22:04:14.6932489Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' from root:root to runner:runner
2025-08-20T22:04:14.6933999Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:04:14.6935656Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:04:14.6937283Z [00:03:40.600]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as runner:runner
2025-08-20T22:04:14.6938888Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' from root:root to runner:runner
2025-08-20T22:04:14.6940435Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:04:14.6942114Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/stderr' from root:root to runner:runner
2025-08-20T22:04:14.6943670Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6945337Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/out' from root:root to runner:runner
2025-08-20T22:04:14.6946908Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/root-output' from root:root to runner:runner
2025-08-20T22:04:14.6948436Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/output' from root:root to runner:runner
2025-08-20T22:04:14.6949903Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491' from root:root to runner:runner
2025-08-20T22:04:14.6951413Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6952980Z [00:03:40.600]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as runner:runner
2025-08-20T22:04:14.6954620Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' from root:root to runner:runner
2025-08-20T22:04:14.6956303Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T22:04:14.6957986Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6959649Z [00:03:40.600]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as runner:runner
2025-08-20T22:04:14.6961295Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' from root:root to runner:runner
2025-08-20T22:04:14.6962830Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:04:14.6964288Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/stderr' from root:root to runner:runner
2025-08-20T22:04:14.6965998Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6967729Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/out' from root:root to runner:runner
2025-08-20T22:04:14.6969228Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/root-output' from root:root to runner:runner
2025-08-20T22:04:14.6970742Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/output' from root:root to runner:runner
2025-08-20T22:04:14.6972196Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30' from root:root to runner:runner
2025-08-20T22:04:14.6973739Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6975539Z [00:03:40.600]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' from root:root to runner:runner
2025-08-20T22:04:14.6977301Z [00:03:40.600]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as runner:runner
2025-08-20T22:04:14.6978857Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T22:04:14.6980446Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build_script_build-0b4b51a62323dc63.d' from root:root to runner:runner
2025-08-20T22:04:14.6982228Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.6983868Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build_script_build-0b4b51a62323dc63' retained as runner:runner
2025-08-20T22:04:14.6985435Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63' from root:root to runner:runner
2025-08-20T22:04:14.6986969Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' from root:root to runner:runner
2025-08-20T22:04:14.6988543Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.6990158Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' from root:root to runner:runner
2025-08-20T22:04:14.6991694Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out' from root:root to runner:runner
2025-08-20T22:04:14.6993432Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' from root:root to runner:runner
2025-08-20T22:04:14.6994981Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' from root:root to runner:runner
2025-08-20T22:04:14.6996603Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T22:04:14.6998067Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/stderr' from root:root to runner:runner
2025-08-20T22:04:14.6999596Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7001103Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/out' from root:root to runner:runner
2025-08-20T22:04:14.7002583Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7004072Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/output' from root:root to runner:runner
2025-08-20T22:04:14.7005591Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a' from root:root to runner:runner
2025-08-20T22:04:14.7007328Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7009025Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' from root:root to runner:runner
2025-08-20T22:04:14.7010662Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as runner:runner
2025-08-20T22:04:14.7012161Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T22:04:14.7013754Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build_script_build-0596458b5bd18a62.d' from root:root to runner:runner
2025-08-20T22:04:14.7015536Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7017224Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build_script_build-0596458b5bd18a62' retained as runner:runner
2025-08-20T22:04:14.7019006Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62' from root:root to runner:runner
2025-08-20T22:04:14.7020479Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7022003Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7023501Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/out' from root:root to runner:runner
2025-08-20T22:04:14.7024992Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7026695Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/output' from root:root to runner:runner
2025-08-20T22:04:14.7028137Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63' from root:root to runner:runner
2025-08-20T22:04:14.7029607Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7031186Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7032979Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/out' from root:root to runner:runner
2025-08-20T22:04:14.7034587Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7036291Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/output' from root:root to runner:runner
2025-08-20T22:04:14.7037792Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478' from root:root to runner:runner
2025-08-20T22:04:14.7039396Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:04:14.7041118Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T22:04:14.7042737Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7044478Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:04:14.7046182Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build_script_build-3d5439589800e3d3.d' from root:root to runner:runner
2025-08-20T22:04:14.7047891Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build_script_build-3d5439589800e3d3' from root:root to runner:runner
2025-08-20T22:04:14.7049475Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7050936Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3' from root:root to runner:runner
2025-08-20T22:04:14.7052520Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86.d' from root:root to runner:runner
2025-08-20T22:04:14.7054205Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:04:14.7055892Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7057383Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:04:14.7059126Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build_script_build-7e5763f2ac3e04ae' from root:root to runner:runner
2025-08-20T22:04:14.7060884Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build_script_build-7e5763f2ac3e04ae.d' from root:root to runner:runner
2025-08-20T22:04:14.7062464Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7063903Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae' from root:root to runner:runner
2025-08-20T22:04:14.7065549Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build_script_build-cdaeacf489365b8b.d' from root:root to runner:runner
2025-08-20T22:04:14.7067290Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build_script_build-cdaeacf489365b8b' from root:root to runner:runner
2025-08-20T22:04:14.7069074Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7069815Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b' from root:root to runner:runner
2025-08-20T22:04:14.7070706Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build_script_build-83a1288bfeeea96c' from root:root to runner:runner
2025-08-20T22:04:14.7071484Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7072381Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build_script_build-83a1288bfeeea96c.d' from root:root to runner:runner
2025-08-20T22:04:14.7073135Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c' from root:root to runner:runner
2025-08-20T22:04:14.7074051Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' from root:root to runner:runner
2025-08-20T22:04:14.7074971Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T22:04:14.7076789Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7078452Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T22:04:14.7079986Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7081512Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7083011Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/out' from root:root to runner:runner
2025-08-20T22:04:14.7084502Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7086150Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/output' from root:root to runner:runner
2025-08-20T22:04:14.7087603Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2' from root:root to runner:runner
2025-08-20T22:04:14.7089393Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T22:04:14.7090998Z [00:03:40.601]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7092615Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1.d' from root:root to runner:runner
2025-08-20T22:04:14.7094175Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T22:04:14.7095715Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7097283Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7098759Z [00:03:40.601]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/out' from root:root to runner:runner
2025-08-20T22:04:14.7100227Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7101706Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/output' from root:root to runner:runner
2025-08-20T22:04:14.7103296Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b' from root:root to runner:runner
2025-08-20T22:04:14.7104932Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:04:14.7106673Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7108307Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T22:04:14.7109882Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:04:14.7111337Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7112841Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7114571Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/out' from root:root to runner:runner
2025-08-20T22:04:14.7116225Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7117721Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' from root:root to runner:runner
2025-08-20T22:04:14.7119148Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:04:14.7120616Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7122178Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7123718Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T22:04:14.7125326Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7126927Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T22:04:14.7128571Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:04:14.7130138Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7131679Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7133214Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/out' from root:root to runner:runner
2025-08-20T22:04:14.7134730Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7136399Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/output' from root:root to runner:runner
2025-08-20T22:04:14.7137861Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5' from root:root to runner:runner
2025-08-20T22:04:14.7139656Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build_script_build-0946aa29943e13a5' from root:root to runner:runner
2025-08-20T22:04:14.7141232Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7142817Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build_script_build-0946aa29943e13a5.d' from root:root to runner:runner
2025-08-20T22:04:14.7144407Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5' from root:root to runner:runner
2025-08-20T22:04:14.7145995Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/stderr' from root:root to runner:runner
2025-08-20T22:04:14.7147523Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7149021Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/out' from root:root to runner:runner
2025-08-20T22:04:14.7150497Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/root-output' from root:root to runner:runner
2025-08-20T22:04:14.7151992Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/output' from root:root to runner:runner
2025-08-20T22:04:14.7153601Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083' from root:root to runner:runner
2025-08-20T22:04:14.7155307Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7156992Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build_script_build-bf124eafded2ddde' retained as runner:runner
2025-08-20T22:04:14.7158686Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build_script_build-bf124eafded2ddde.d' from root:root to runner:runner
2025-08-20T22:04:14.7160267Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde' from root:root to runner:runner
2025-08-20T22:04:14.7161859Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:04:14.7163449Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-20T22:04:14.7165394Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-20T22:04:14.7167029Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:04:14.7168626Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4.d' from root:root to runner:runner
2025-08-20T22:04:14.7170284Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7171904Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4' retained as runner:runner
2025-08-20T22:04:14.7173433Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4' from root:root to runner:runner
2025-08-20T22:04:14.7174996Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' from root:root to runner:runner
2025-08-20T22:04:14.7176747Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7178312Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as runner:runner
2025-08-20T22:04:14.7179954Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T22:04:14.7181548Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7183198Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' from root:root to runner:runner
2025-08-20T22:04:14.7184822Z [00:03:40.602]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as runner:runner
2025-08-20T22:04:14.7186545Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T22:04:14.7187866Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:04:14.7189333Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:04:14.7190796Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7192401Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/dep-lib-sysinfo' from root:root to runner:runner
2025-08-20T22:04:14.7194002Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/lib-sysinfo.json' from root:root to runner:runner
2025-08-20T22:04:14.7195677Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/lib-sysinfo' from root:root to runner:runner
2025-08-20T22:04:14.7197265Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7' from root:root to runner:runner
2025-08-20T22:04:14.7198855Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:04:14.7200508Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7202171Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:04:14.7204008Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:04:14.7205858Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6' from root:root to runner:runner
2025-08-20T22:04:14.7207438Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7209130Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7210887Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7212618Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7214200Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67' from root:root to runner:runner
2025-08-20T22:04:14.7216135Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/lib-derive_builder_macro' from root:root to runner:runner
2025-08-20T22:04:14.7217920Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/lib-derive_builder_macro.json' from root:root to runner:runner
2025-08-20T22:04:14.7219645Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7221381Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/dep-lib-derive_builder_macro' from root:root to runner:runner
2025-08-20T22:04:14.7223025Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb' from root:root to runner:runner
2025-08-20T22:04:14.7224680Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7226572Z [00:03:40.602]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7228185Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:04:14.7229994Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:04:14.7231738Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:04:14.7233386Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7235034Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T22:04:14.7236755Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T22:04:14.7238285Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/lib-semver' from root:root to runner:runner
2025-08-20T22:04:14.7239854Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7241655Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/lib-semver.json' from root:root to runner:runner
2025-08-20T22:04:14.7243239Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/dep-lib-semver' from root:root to runner:runner
2025-08-20T22:04:14.7244855Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b' from root:root to runner:runner
2025-08-20T22:04:14.7246555Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7248219Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:04:14.7249872Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:04:14.7251515Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:04:14.7253097Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb' from root:root to runner:runner
2025-08-20T22:04:14.7254633Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:04:14.7256505Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' from root:root to runner:runner
2025-08-20T22:04:14.7258154Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7259756Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:04:14.7261281Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457' from root:root to runner:runner
2025-08-20T22:04:14.7262776Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/dep-lib-time' from root:root to runner:runner
2025-08-20T22:04:14.7264298Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/lib-time' from root:root to runner:runner
2025-08-20T22:04:14.7266170Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7267751Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/lib-time.json' from root:root to runner:runner
2025-08-20T22:04:14.7269249Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9' from root:root to runner:runner
2025-08-20T22:04:14.7270778Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7272470Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7274227Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7276087Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7277667Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:04:14.7279206Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:04:14.7280973Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' from root:root to runner:runner
2025-08-20T22:04:14.7282635Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7284240Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:04:14.7285918Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5' from root:root to runner:runner
2025-08-20T22:04:14.7287572Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-5cab8192c3a53491/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7289369Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-5cab8192c3a53491/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7291250Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-5cab8192c3a53491' from root:root to runner:runner
2025-08-20T22:04:14.7292792Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7294475Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7296364Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7298097Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7299677Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T22:04:14.7301216Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7302837Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:04:14.7304445Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/lib-thiserror' from root:root to runner:runner
2025-08-20T22:04:14.7306387Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:04:14.7308013Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565' from root:root to runner:runner
2025-08-20T22:04:14.7309587Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/dep-lib-darling_core' from root:root to runner:runner
2025-08-20T22:04:14.7311249Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/lib-darling_core.json' from root:root to runner:runner
2025-08-20T22:04:14.7312901Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7314530Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/lib-darling_core' from root:root to runner:runner
2025-08-20T22:04:14.7316376Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d' from root:root to runner:runner
2025-08-20T22:04:14.7317922Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7319609Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7321358Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7323081Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7324654Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:04:14.7326413Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-8b1032746192ad30/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7328200Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-8b1032746192ad30/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7329839Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-8b1032746192ad30' from root:root to runner:runner
2025-08-20T22:04:14.7331589Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7333446Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7335378Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7337235Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7338880Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T22:04:14.7340415Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' from root:root to runner:runner
2025-08-20T22:04:14.7342198Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7343794Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:04:14.7345524Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:04:14.7347090Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87' from root:root to runner:runner
2025-08-20T22:04:14.7348619Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7350286Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7352022Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7353731Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7355384Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63' from root:root to runner:runner
2025-08-20T22:04:14.7357185Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:04:14.7358953Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:04:14.7360650Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:04:14.7362354Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7363949Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a' from root:root to runner:runner
2025-08-20T22:04:14.7365608Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:04:14.7367402Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7368954Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/lib-libc' from root:root to runner:runner
2025-08-20T22:04:14.7370491Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/lib-libc.json' from root:root to runner:runner
2025-08-20T22:04:14.7371991Z [00:03:40.603]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173' from root:root to runner:runner
2025-08-20T22:04:14.7373624Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7375578Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7377300Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T22:04:14.7378836Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' from root:root to runner:runner
2025-08-20T22:04:14.7380412Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' from root:root to runner:runner
2025-08-20T22:04:14.7382192Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7383829Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' from root:root to runner:runner
2025-08-20T22:04:14.7385424Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8' from root:root to runner:runner
2025-08-20T22:04:14.7387025Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/dep-lib-time_core' from root:root to runner:runner
2025-08-20T22:04:14.7388652Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/lib-time_core.json' from root:root to runner:runner
2025-08-20T22:04:14.7390269Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7391869Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/lib-time_core' from root:root to runner:runner
2025-08-20T22:04:14.7393612Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be' from root:root to runner:runner
2025-08-20T22:04:14.7395267Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7396923Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T22:04:14.7398520Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/lib-powerfmt' from root:root to runner:runner
2025-08-20T22:04:14.7400120Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T22:04:14.7401664Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e' from root:root to runner:runner
2025-08-20T22:04:14.7403231Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7404894Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/lib-simple_error.json' from root:root to runner:runner
2025-08-20T22:04:14.7406679Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/lib-simple_error' from root:root to runner:runner
2025-08-20T22:04:14.7408518Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/dep-lib-simple_error' from root:root to runner:runner
2025-08-20T22:04:14.7410169Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2' from root:root to runner:runner
2025-08-20T22:04:14.7411754Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7413422Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/dep-lib-instability' from root:root to runner:runner
2025-08-20T22:04:14.7415148Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/lib-instability' from root:root to runner:runner
2025-08-20T22:04:14.7416856Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/lib-instability.json' from root:root to runner:runner
2025-08-20T22:04:14.7418679Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769' from root:root to runner:runner
2025-08-20T22:04:14.7420322Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2af61cbfece4b29a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7422098Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2af61cbfece4b29a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7423707Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2af61cbfece4b29a' from root:root to runner:runner
2025-08-20T22:04:14.7425363Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/lib-rustc_version' from root:root to runner:runner
2025-08-20T22:04:14.7427083Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7428745Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T22:04:14.7430416Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T22:04:14.7432008Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b' from root:root to runner:runner
2025-08-20T22:04:14.7433781Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/lib-cargo_metadata' from root:root to runner:runner
2025-08-20T22:04:14.7435595Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7437346Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/lib-cargo_metadata.json' from root:root to runner:runner
2025-08-20T22:04:14.7439047Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/dep-lib-cargo_metadata' from root:root to runner:runner
2025-08-20T22:04:14.7440642Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3' from root:root to runner:runner
2025-08-20T22:04:14.7442207Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7444152Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7446069Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7447818Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7449406Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T22:04:14.7450975Z [00:03:40.604]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7452710Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7454501Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7456391Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7458014Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62' from root:root to runner:runner
2025-08-20T22:04:14.7459850Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-0d31d10560ea0b63/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7461691Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-0d31d10560ea0b63/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7463303Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-0d31d10560ea0b63' from root:root to runner:runner
2025-08-20T22:04:14.7464863Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7466671Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:04:14.7468327Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:04:14.7470173Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:04:14.7471734Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T22:04:14.7473385Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-a94ab617f8607478/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7475311Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-a94ab617f8607478/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7477048Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-a94ab617f8607478' from root:root to runner:runner
2025-08-20T22:04:14.7478600Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:04:14.7480177Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' from root:root to runner:runner
2025-08-20T22:04:14.7481737Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' from root:root to runner:runner
2025-08-20T22:04:14.7483308Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7484992Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc' from root:root to runner:runner
2025-08-20T22:04:14.7486654Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:04:14.7488172Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' from root:root to runner:runner
2025-08-20T22:04:14.7489708Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7491260Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:04:14.7492731Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14' from root:root to runner:runner
2025-08-20T22:04:14.7494488Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7496390Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7498182Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7499943Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7501565Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:04:14.7503132Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:04:14.7504685Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7506366Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:04:14.7507891Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' from root:root to runner:runner
2025-08-20T22:04:14.7509528Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c' from root:root to runner:runner
2025-08-20T22:04:14.7511121Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7512832Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7514600Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7516560Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7518158Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3' from root:root to runner:runner
2025-08-20T22:04:14.7519982Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/dep-lib-derive_builder' from root:root to runner:runner
2025-08-20T22:04:14.7521692Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7523377Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/lib-derive_builder.json' from root:root to runner:runner
2025-08-20T22:04:14.7525144Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/lib-derive_builder' from root:root to runner:runner
2025-08-20T22:04:14.7526797Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24' from root:root to runner:runner
2025-08-20T22:04:14.7528389Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7530049Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/lib-darling_macro.json' from root:root to runner:runner
2025-08-20T22:04:14.7531715Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/dep-lib-darling_macro' from root:root to runner:runner
2025-08-20T22:04:14.7533369Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/lib-darling_macro' from root:root to runner:runner
2025-08-20T22:04:14.7535181Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b' from root:root to runner:runner
2025-08-20T22:04:14.7536957Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/lib-derive_builder_core.json' from root:root to runner:runner
2025-08-20T22:04:14.7538673Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7540379Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/lib-derive_builder_core' from root:root to runner:runner
2025-08-20T22:04:14.7542123Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/dep-lib-derive_builder_core' from root:root to runner:runner
2025-08-20T22:04:14.7543760Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52' from root:root to runner:runner
2025-08-20T22:04:14.7545701Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7547444Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/dep-lib-cargo_platform' from root:root to runner:runner
2025-08-20T22:04:14.7549143Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/lib-cargo_platform' from root:root to runner:runner
2025-08-20T22:04:14.7550857Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/lib-cargo_platform.json' from root:root to runner:runner
2025-08-20T22:04:14.7552474Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7' from root:root to runner:runner
2025-08-20T22:04:14.7554040Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7555783Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7557586Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7559311Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7561062Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:04:14.7562672Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:04:14.7564305Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7566046Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/lib-serde_json' from root:root to runner:runner
2025-08-20T22:04:14.7567673Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:04:14.7569220Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64' from root:root to runner:runner
2025-08-20T22:04:14.7570964Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T22:04:14.7572576Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv.json' from root:root to runner:runner
2025-08-20T22:04:14.7574165Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv' from root:root to runner:runner
2025-08-20T22:04:14.7575934Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7577516Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857' from root:root to runner:runner
2025-08-20T22:04:14.7579060Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7580747Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7582499Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7584241Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7586123Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae' from root:root to runner:runner
2025-08-20T22:04:14.7587777Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:04:14.7589466Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:04:14.7591165Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:04:14.7593099Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7594698Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02' from root:root to runner:runner
2025-08-20T22:04:14.7596581Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/dep-lib-vergen_lib' from root:root to runner:runner
2025-08-20T22:04:14.7598218Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7599857Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/lib-vergen_lib.json' from root:root to runner:runner
2025-08-20T22:04:14.7601482Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/lib-vergen_lib' from root:root to runner:runner
2025-08-20T22:04:14.7603031Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea' from root:root to runner:runner
2025-08-20T22:04:14.7604576Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7606433Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7608183Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7609911Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7611669Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b' from root:root to runner:runner
2025-08-20T22:04:14.7613295Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7614992Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7616911Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7618670Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7620266Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c' from root:root to runner:runner
2025-08-20T22:04:14.7622113Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7623857Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7625754Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7627581Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7629213Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T22:04:14.7630844Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7632609Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7634223Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2' from root:root to runner:runner
2025-08-20T22:04:14.7635858Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7637637Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/lib-vergen' from root:root to runner:runner
2025-08-20T22:04:14.7639270Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/dep-lib-vergen' from root:root to runner:runner
2025-08-20T22:04:14.7640858Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/lib-vergen.json' from root:root to runner:runner
2025-08-20T22:04:14.7642373Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967' from root:root to runner:runner
2025-08-20T22:04:14.7643945Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7645822Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:04:14.7647745Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:04:14.7649435Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:04:14.7651018Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730' from root:root to runner:runner
2025-08-20T22:04:14.7652586Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7654290Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7656247Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7658003Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7659600Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T22:04:14.7661215Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-b8df841a12a0223b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7663160Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-b8df841a12a0223b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7664829Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-b8df841a12a0223b' from root:root to runner:runner
2025-08-20T22:04:14.7666509Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7668220Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7669995Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7671750Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7673559Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:04:14.7675172Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:04:14.7676797Z [00:03:40.605]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow' from root:root to runner:runner
2025-08-20T22:04:14.7678371Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7679976Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:04:14.7681523Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1' from root:root to runner:runner
2025-08-20T22:04:14.7683132Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7684894Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7686647Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:04:14.7688325Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/lib-serde.json' from root:root to runner:runner
2025-08-20T22:04:14.7689980Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7691563Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:04:14.7693115Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/lib-serde' from root:root to runner:runner
2025-08-20T22:04:14.7694603Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d' from root:root to runner:runner
2025-08-20T22:04:14.7696293Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex' from root:root to runner:runner
2025-08-20T22:04:14.7697847Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:04:14.7699643Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7701232Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex.json' from root:root to runner:runner
2025-08-20T22:04:14.7702731Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb' from root:root to runner:runner
2025-08-20T22:04:14.7704215Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T22:04:14.7705927Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7707536Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:04:14.7709107Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T22:04:14.7710616Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T22:04:14.7712237Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7714196Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7716012Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:04:14.7717673Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7719470Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7721103Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5' from root:root to runner:runner
2025-08-20T22:04:14.7722638Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/lib-deranged' from root:root to runner:runner
2025-08-20T22:04:14.7724430Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7726197Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/dep-lib-deranged' from root:root to runner:runner
2025-08-20T22:04:14.7727810Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/lib-deranged.json' from root:root to runner:runner
2025-08-20T22:04:14.7729344Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe' from root:root to runner:runner
2025-08-20T22:04:14.7730900Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/lib-num_threads' from root:root to runner:runner
2025-08-20T22:04:14.7732528Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/lib-num_threads.json' from root:root to runner:runner
2025-08-20T22:04:14.7734158Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7735919Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/dep-lib-num_threads' from root:root to runner:runner
2025-08-20T22:04:14.7737545Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271' from root:root to runner:runner
2025-08-20T22:04:14.7739241Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:04:14.7740867Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:04:14.7742442Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7743982Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' from root:root to runner:runner
2025-08-20T22:04:14.7745596Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26' from root:root to runner:runner
2025-08-20T22:04:14.7747178Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7749067Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7750815Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7752541Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7754120Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5' from root:root to runner:runner
2025-08-20T22:04:14.7755822Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7757638Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7759247Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083' from root:root to runner:runner
2025-08-20T22:04:14.7760792Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7762516Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7764485Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7766437Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7768264Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde' from root:root to runner:runner
2025-08-20T22:04:14.7769804Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/lib-camino.json' from root:root to runner:runner
2025-08-20T22:04:14.7771372Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/lib-camino' from root:root to runner:runner
2025-08-20T22:04:14.7772942Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7774530Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/dep-lib-camino' from root:root to runner:runner
2025-08-20T22:04:14.7776185Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42' from root:root to runner:runner
2025-08-20T22:04:14.7777750Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7779400Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T22:04:14.7781051Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' from root:root to runner:runner
2025-08-20T22:04:14.7782851Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' from root:root to runner:runner
2025-08-20T22:04:14.7784508Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745' from root:root to runner:runner
2025-08-20T22:04:14.7786279Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7788012Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7789792Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7791542Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7793143Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:04:14.7794946Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7796862Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7798647Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7800420Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7802084Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4' from root:root to runner:runner
2025-08-20T22:04:14.7821699Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7823406Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:04:14.7825250Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:04:14.7827319Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:04:14.7828950Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98' from root:root to runner:runner
2025-08-20T22:04:14.7830501Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/lib-darling.json' from root:root to runner:runner
2025-08-20T22:04:14.7832102Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/dep-lib-darling' from root:root to runner:runner
2025-08-20T22:04:14.7833680Z [00:03:40.606]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/lib-darling' from root:root to runner:runner
2025-08-20T22:04:14.7835383Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7836973Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585' from root:root to runner:runner
2025-08-20T22:04:14.7838676Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/lib-syn' from root:root to runner:runner
2025-08-20T22:04:14.7840222Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7841774Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/lib-syn.json' from root:root to runner:runner
2025-08-20T22:04:14.7843310Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:04:14.7844840Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56' from root:root to runner:runner
2025-08-20T22:04:14.7846563Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:04:14.7848239Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7849920Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:04:14.7851585Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:04:14.7853353Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:04:14.7855002Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7856834Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:04:14.7858496Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:04:14.7860133Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:04:14.7861682Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea' from root:root to runner:runner
2025-08-20T22:04:14.7863436Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7865200Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7866995Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7868709Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7870275Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T22:04:14.7871806Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7873485Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:04:14.7875336Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7877125Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:04:14.7878885Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T22:04:14.7880521Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:04:14.7882170Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7883804Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:04:14.7885618Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:04:14.7887241Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb' from root:root to runner:runner
2025-08-20T22:04:14.7889005Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7890558Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T22:04:14.7892082Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T22:04:14.7893621Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:04:14.7895200Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T22:04:14.7896793Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' from root:root to runner:runner
2025-08-20T22:04:14.7898419Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:04:14.7900024Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' from root:root to runner:runner
2025-08-20T22:04:14.7901638Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' from root:root to runner:runner
2025-08-20T22:04:14.7903355Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f' from root:root to runner:runner
2025-08-20T22:04:14.7904812Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:04:14.7906220Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:04:14.7907449Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:04:14.7908614Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:04:14.7909737Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:04:14.7910866Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:04:14.7912006Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/tree.rs' from root:root to runner:runner
2025-08-20T22:04:14.7913359Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:04:14.7914544Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/types.rs' from root:root to runner:runner
2025-08-20T22:04:14.7915944Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/keys.rs' from root:root to runner:runner
2025-08-20T22:04:14.7917154Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/mod.rs' from root:root to runner:runner
2025-08-20T22:04:14.7918363Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/colors.rs' from root:root to runner:runner
2025-08-20T22:04:14.7919547Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config' from root:root to runner:runner
2025-08-20T22:04:14.7920725Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/live_reload.rs' from root:root to runner:runner
2025-08-20T22:04:14.7921920Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/clipboard.rs' from root:root to runner:runner
2025-08-20T22:04:14.7922703Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/array_of_objects_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7923421Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multidocs.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7924179Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multidocs_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7925190Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/arrays_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7926003Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/special_strings.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7926713Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/common.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7927442Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/nested_object.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7928182Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/array_of_objects.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7928884Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/empty.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7929601Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multilines.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7930517Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/nested_object_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7931283Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multilines_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7932020Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/common_highlight.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7932718Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/arrays.yaml' from root:root to runner:runner
2025-08-20T22:04:14.7933371Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml' from root:root to runner:runner
2025-08-20T22:04:14.7934157Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/complex_objects_highlight.json' from root:root to runner:runner
2025-08-20T22:04:14.7934902Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/complex_objects.jsonl' from root:root to runner:runner
2025-08-20T22:04:14.7935772Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/objects_highlight.json' from root:root to runner:runner
2025-08-20T22:04:14.7936538Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/objects.jsonl' from root:root to runner:runner
2025-08-20T22:04:14.7937385Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/csv.jsonl' from root:root to runner:runner
2025-08-20T22:04:14.7938154Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/csv_highlight.json' from root:root to runner:runner
2025-08-20T22:04:14.7938809Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl' from root:root to runner:runner
2025-08-20T22:04:14.7939597Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/array_of_objects_highlight.json' from root:root to runner:runner
2025-08-20T22:04:14.7940297Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/object.json' from root:root to runner:runner
2025-08-20T22:04:14.7941045Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/object_highlight.json' from root:root to runner:runner
2025-08-20T22:04:14.7941741Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/empty.json' from root:root to runner:runner
2025-08-20T22:04:14.7942473Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/array_of_objects.json' from root:root to runner:runner
2025-08-20T22:04:14.7943357Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/3d_array.json' from root:root to runner:runner
2025-08-20T22:04:14.7944130Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/2d_array.json' from root:root to runner:runner
2025-08-20T22:04:14.7944790Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json' from root:root to runner:runner
2025-08-20T22:04:14.7945654Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/multilines_highlight.toml' from root:root to runner:runner
2025-08-20T22:04:14.7946431Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/multilines.toml' from root:root to runner:runner
2025-08-20T22:04:14.7947176Z [00:03:40.607]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/basic_highlight.toml' from root:root to runner:runner
2025-08-20T22:04:14.7947871Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/basic.toml' from root:root to runner:runner
2025-08-20T22:04:14.7948615Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/2d_array_highlight.toml' from root:root to runner:runner
2025-08-20T22:04:14.7949352Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/array_of_objects.toml' from root:root to runner:runner
2025-08-20T22:04:14.7950211Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/2d_array.toml' from root:root to runner:runner
2025-08-20T22:04:14.7950881Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml' from root:root to runner:runner
2025-08-20T22:04:14.7951522Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases' from root:root to runner:runner
2025-08-20T22:04:14.7952149Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/json.rs' from root:root to runner:runner
2025-08-20T22:04:14.7952783Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/syntax.rs' from root:root to runner:runner
2025-08-20T22:04:14.7953408Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/yaml.rs' from root:root to runner:runner
2025-08-20T22:04:14.7954021Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/toml.rs' from root:root to runner:runner
2025-08-20T22:04:14.7954649Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/jsonl.rs' from root:root to runner:runner
2025-08-20T22:04:14.7955536Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/mod.rs' from root:root to runner:runner
2025-08-20T22:04:14.7956171Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse' from root:root to runner:runner
2025-08-20T22:04:14.7956774Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/edit.rs' from root:root to runner:runner
2025-08-20T22:04:14.7957393Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/footer.rs' from root:root to runner:runner
2025-08-20T22:04:14.7957994Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/app.rs' from root:root to runner:runner
2025-08-20T22:04:14.7958616Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/filter.rs' from root:root to runner:runner
2025-08-20T22:04:14.7959257Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/tree_overview.rs' from root:root to runner:runner
2025-08-20T22:04:14.7959889Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/data_block.rs' from root:root to runner:runner
2025-08-20T22:04:14.7960503Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/popup.rs' from root:root to runner:runner
2025-08-20T22:04:14.7961100Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/mod.rs' from root:root to runner:runner
2025-08-20T22:04:14.7961722Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/header.rs' from root:root to runner:runner
2025-08-20T22:04:14.7962294Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui' from root:root to runner:runner
2025-08-20T22:04:14.7963021Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/cmd.rs' from root:root to runner:runner
2025-08-20T22:04:14.7963681Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/debug.rs' from root:root to runner:runner
2025-08-20T22:04:14.7964265Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:04:14.7964865Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/typos.toml' from root:root to runner:runner
2025-08-20T22:04:14.7965607Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/assets/screenshot.png' from root:root to runner:runner
2025-08-20T22:04:14.7966230Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T22:04:14.7966845Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:04:14.7967813Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:04:14.7968519Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:04:14.7969191Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:04:14.7969868Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:04:14.7970523Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:04:14.7971173Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:04:14.7971853Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:04:14.7972543Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:04:14.7973211Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:04:14.7973888Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:04:14.7974569Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:04:14.7975455Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:04:14.7976229Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:04:14.7976935Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:04:14.7977532Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:04:14.7978122Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:04:14.7978732Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:04:14.7979598Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.promisor' from root:root to runner:runner
2025-08-20T22:04:14.7980641Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.rev' from root:root to runner:runner
2025-08-20T22:04:14.7981501Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.promisor' from root:root to runner:runner
2025-08-20T22:04:14.7982339Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.rev' from root:root to runner:runner
2025-08-20T22:04:14.7983172Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.pack' from root:root to runner:runner
2025-08-20T22:04:14.7984020Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.pack' from root:root to runner:runner
2025-08-20T22:04:14.7984867Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.idx' from root:root to runner:runner
2025-08-20T22:04:14.7985813Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.idx' from root:root to runner:runner
2025-08-20T22:04:14.7986484Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:04:14.7987107Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:04:14.7987706Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:04:14.7988462Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:04:14.7989147Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:04:14.7989768Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:04:14.7990380Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:04:14.7991030Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:04:14.7991663Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:04:14.7992354Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:04:14.7993024Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:04:14.7993828Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:04:14.7994435Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:04:14.7995023Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:04:14.7995739Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:04:14.7996359Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:04:14.7996984Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:04:14.7997606Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:04:14.7998272Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:04:14.7998915Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:04:14.7999538Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:04:14.8000119Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:04:14.8000838Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:04:14.8001529Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/actions.md' from root:root to runner:runner
2025-08-20T22:04:14.8002160Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/changelog.md' from root:root to runner:runner
2025-08-20T22:04:14.8002773Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/colors.md' from root:root to runner:runner
2025-08-20T22:04:14.8003341Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:04:14.8003898Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO' from root:root to runner:runner
2025-08-20T22:04:14.8004435Z [00:03:40.608]➜  changed ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0' from root:root to runner:runner
2025-08-20T22:04:14.8004848Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:04:14.8005538Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:04:14.8005929Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:04:14.8006296Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree' retained as runner:runner
2025-08-20T22:04:14.8006738Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.version' retained as runner:runner
2025-08-20T22:04:14.8007114Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:04:14.8007464Z [00:03:40.608]➜  ownership of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:04:14.8007926Z [00:03:40.616]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8008439Z [00:03:40.622]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8008836Z [00:03:40.628]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/otree' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8009390Z [00:03:40.633]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8009999Z [00:03:40.639]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8010600Z [00:03:40.645]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8011200Z [00:03:40.651]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8011855Z [00:03:40.657]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8012670Z [00:03:40.663]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8013371Z [00:03:40.669]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8014031Z [00:03:40.675]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/examples/example.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8014680Z [00:03:40.681]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config/default.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8015491Z [00:03:40.688]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/config/themes/catppuccin.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8016143Z [00:03:40.694]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8016797Z [00:03:40.700]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8017684Z [00:03:40.706]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/cargo-check.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8018377Z [00:03:40.713]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/spell-check.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8019092Z [00:03:40.719]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.github/workflows/release-binary.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8019741Z [00:03:40.725]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8020514Z [00:03:40.731]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/otree.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8021435Z [00:03:40.738]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8022356Z [00:03:40.744]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8023234Z [00:03:40.749]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8024138Z [00:03:40.755]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8025243Z [00:03:40.761]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-2a13b0df0dbd7757.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8026222Z [00:03:40.767]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8027132Z [00:03:40.773]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-e67432ff5a77826d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8028010Z [00:03:40.780]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-e0e18e97bc0dbb03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8028905Z [00:03:40.786]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:14.8029793Z [00:03:40.792]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-5594a4790e86bc18.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8030708Z [00:03:40.798]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8031750Z [00:03:40.804]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-e67432ff5a77826d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8032626Z [00:03:40.810]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8033532Z [00:03:40.816]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8034404Z [00:03:40.822]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify-8ff81c8c0bf7bc3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8035495Z [00:03:40.828]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-8ff81c8c0bf7bc3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8036440Z [00:03:40.834]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8037366Z [00:03:40.840]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8038247Z [00:03:40.846]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-c8fbf191325a0dbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8039324Z [00:03:40.852]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8040289Z [00:03:40.858]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-2be729cf617b7e67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8048784Z [00:03:40.865]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8107040Z [00:03:40.871]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8166333Z [00:03:40.877]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8228088Z [00:03:40.883]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8288754Z [00:03:40.889]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8347835Z [00:03:40.895]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8410077Z [00:03:40.901]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8471462Z [00:03:40.907]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-576f64a64e4f4509.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8531421Z [00:03:40.913]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-60378145923995d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8592631Z [00:03:40.919]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8651848Z [00:03:40.925]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8713588Z [00:03:40.931]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8773924Z [00:03:40.937]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-487ebd1f081fc638.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8834215Z [00:03:40.943]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-fa3431c6bec89a82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8896242Z [00:03:40.950]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-62b6ac2d6ac25677.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.8957005Z [00:03:40.956]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9014616Z [00:03:40.961]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9073660Z [00:03:40.967]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify_types-b84feced8e5928e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9133262Z [00:03:40.973]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9192245Z [00:03:40.979]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-3ef2045c9a9109b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9252283Z [00:03:40.985]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9310599Z [00:03:40.991]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-71c3ecd0b8e8efea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9373624Z [00:03:40.997]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-985715800ba3a6f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9436733Z [00:03:41.003]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9496628Z [00:03:41.010]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-3122bbf687f9c680.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9555775Z [00:03:41.015]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-60378145923995d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9615776Z [00:03:41.021]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yml-a129c31b40f2719d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9674007Z [00:03:41.027]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-29b9eefc2e95469a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9736342Z [00:03:41.033]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-07f838374405273f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9797903Z [00:03:41.040]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9856725Z [00:03:41.046]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9915386Z [00:03:41.051]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:14.9975329Z [00:03:41.057]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-07f838374405273f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0034174Z [00:03:41.063]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0095838Z [00:03:41.069]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0156694Z [00:03:41.076]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibyml-dda0b8e9f7851871.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0217105Z [00:03:41.082]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-87413a8e2683de9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0277847Z [00:03:41.088]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-66e902bfbfda2faa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0338804Z [00:03:41.094]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0401313Z [00:03:41.100]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-85599385fe90fff3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0464206Z [00:03:41.106]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0528758Z [00:03:41.113]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-ad34750f21beab4e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0591188Z [00:03:41.119]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-985715800ba3a6f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0655711Z [00:03:41.125]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-5a3a2465ec3b9759.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0716860Z [00:03:41.132]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0777611Z [00:03:41.138]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-4a32e5a8ccaf711d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0839112Z [00:03:41.144]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/otree-1637725a9676279f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.0900960Z [00:03:41.150]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.0978184Z [00:03:41.158]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1047687Z [00:03:41.165]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-0839b2ad8dab0b28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1111563Z [00:03:41.171]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-070c322e7879ca87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1173592Z [00:03:41.177]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1232146Z [00:03:41.183]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1291564Z [00:03:41.189]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1351962Z [00:03:41.195]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b0530d14d7f3b752.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1412952Z [00:03:41.201]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1471385Z [00:03:41.207]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1529870Z [00:03:41.213]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1588676Z [00:03:41.219]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-07f838374405273f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1650754Z [00:03:41.225]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-19371e571ea22d4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1712365Z [00:03:41.231]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-3ef2045c9a9109b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1774092Z [00:03:41.237]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-2be729cf617b7e67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1833959Z [00:03:41.243]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1894857Z [00:03:41.249]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.1955166Z [00:03:41.255]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2013430Z [00:03:41.261]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2072381Z [00:03:41.267]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2132790Z [00:03:41.273]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-2a13b0df0dbd7757.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2193963Z [00:03:41.279]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyml-dda0b8e9f7851871.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2255626Z [00:03:41.285]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-934c49cbcee3a906.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2317726Z [00:03:41.292]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-576f64a64e4f4509.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2376021Z [00:03:41.297]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2434229Z [00:03:41.303]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify_types-b84feced8e5928e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2493420Z [00:03:41.309]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2553979Z [00:03:41.315]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-77bcf768e5270e07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2615503Z [00:03:41.321]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-e67432ff5a77826d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2677072Z [00:03:41.328]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-19371e571ea22d4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2737741Z [00:03:41.334]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-d9663f4437d8b563.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2797302Z [00:03:41.340]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2856419Z [00:03:41.346]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-e7eb11401db10aa1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2917381Z [00:03:41.352]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.2978518Z [00:03:41.358]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-7f6b5a5ea34f9132.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3040328Z [00:03:41.364]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_tree_widget-04154c2994289355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3100026Z [00:03:41.370]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-0d829cae186aa981.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3160594Z [00:03:41.376]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3220878Z [00:03:41.382]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3280744Z [00:03:41.388]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.3340071Z [00:03:41.394]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3398793Z [00:03:41.400]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3457279Z [00:03:41.406]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3515280Z [00:03:41.411]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/otree-1637725a9676279f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3575574Z [00:03:41.417]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-19371e571ea22d4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3637948Z [00:03:41.424]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-e7eb11401db10aa1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3699706Z [00:03:41.430]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.3760463Z [00:03:41.436]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-019cfe9080b2d64f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3823731Z [00:03:41.442]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3885700Z [00:03:41.448]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-93f60b3ba1c9656e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.3947426Z [00:03:41.455]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4006776Z [00:03:41.460]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-ac687c94e5902e2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4067057Z [00:03:41.467]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4125335Z [00:03:41.472]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-71c3ecd0b8e8efea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4187177Z [00:03:41.479]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-d9663f4437d8b563.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4248302Z [00:03:41.485]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-2b276a4178543caf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4310089Z [00:03:41.491]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-7f6b5a5ea34f9132.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4371412Z [00:03:41.497]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify_sys-2a13b0df0dbd7757.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4434163Z [00:03:41.503]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4498079Z [00:03:41.510]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-85599385fe90fff3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4558652Z [00:03:41.516]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4619903Z [00:03:41.522]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-71c3ecd0b8e8efea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4681254Z [00:03:41.528]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4742474Z [00:03:41.534]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-0d829cae186aa981.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4805515Z [00:03:41.540]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_tree_widget-04154c2994289355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4869090Z [00:03:41.547]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-ac687c94e5902e2c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4932414Z [00:03:41.553]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.4994563Z [00:03:41.559]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-e7eb11401db10aa1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5061119Z [00:03:41.566]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.5121890Z [00:03:41.572]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-0ba3efea135042a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5182697Z [00:03:41.578]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5242452Z [00:03:41.584]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_textarea-ec4f86eb73bf130e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5301303Z [00:03:41.590]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5360929Z [00:03:41.596]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-2b276a4178543caf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5420782Z [00:03:41.602]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-29b9eefc2e95469a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5481491Z [00:03:41.608]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5543018Z [00:03:41.614]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5603430Z [00:03:41.620]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5663388Z [00:03:41.626]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5724756Z [00:03:41.632]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5788451Z [00:03:41.639]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5851547Z [00:03:41.645]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.5914283Z [00:03:41.651]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.5974122Z [00:03:41.657]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_textarea-ec4f86eb73bf130e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6034260Z [00:03:41.663]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.6095922Z [00:03:41.669]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-b0530d14d7f3b752.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6157587Z [00:03:41.676]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_textarea-ec4f86eb73bf130e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6219165Z [00:03:41.682]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-fa3431c6bec89a82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6282414Z [00:03:41.688]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.6342661Z [00:03:41.694]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumansize-d6615a303e4b9e8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6403381Z [00:03:41.700]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6465030Z [00:03:41.706]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-3ef2045c9a9109b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6526201Z [00:03:41.712]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-e0e18e97bc0dbb03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6588075Z [00:03:41.719]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.6650656Z [00:03:41.725]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-3122bbf687f9c680.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6713478Z [00:03:41.731]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b0530d14d7f3b752.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6774866Z [00:03:41.737]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-3122bbf687f9c680.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6838228Z [00:03:41.744]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-87413a8e2683de9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6900266Z [00:03:41.750]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.6961205Z [00:03:41.756]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9d9c4010f705c9a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7022683Z [00:03:41.762]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7083607Z [00:03:41.768]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-576f64a64e4f4509.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7145238Z [00:03:41.774]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humansize-d6615a303e4b9e8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7209092Z [00:03:41.781]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-0839b2ad8dab0b28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7270981Z [00:03:41.787]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7334398Z [00:03:41.793]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-985715800ba3a6f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7397484Z [00:03:41.800]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-2be729cf617b7e67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7457376Z [00:03:41.806]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-019cfe9080b2d64f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7519602Z [00:03:41.812]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7582466Z [00:03:41.818]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7645898Z [00:03:41.824]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_tree_widget-04154c2994289355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7707667Z [00:03:41.830]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7769679Z [00:03:41.837]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7831250Z [00:03:41.843]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7892277Z [00:03:41.849]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.7952889Z [00:03:41.855]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-4a32e5a8ccaf711d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8012017Z [00:03:41.861]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-8ff81c8c0bf7bc3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8072446Z [00:03:41.867]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8133342Z [00:03:41.873]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8190973Z [00:03:41.879]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8249841Z [00:03:41.885]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8308007Z [00:03:41.891]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.8366928Z [00:03:41.897]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8426887Z [00:03:41.903]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-070c322e7879ca87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8487328Z [00:03:41.909]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8548702Z [00:03:41.915]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-019cfe9080b2d64f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8608371Z [00:03:41.921]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yml-a129c31b40f2719d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8667199Z [00:03:41.927]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-ad34750f21beab4e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8726106Z [00:03:41.933]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8784698Z [00:03:41.938]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-62b6ac2d6ac25677.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8843708Z [00:03:41.944]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-48cc199fe365182e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8903922Z [00:03:41.950]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify-29b9eefc2e95469a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.8963407Z [00:03:41.956]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.9023571Z [00:03:41.962]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libm-0ba3efea135042a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9084575Z [00:03:41.968]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-ad34750f21beab4e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9146286Z [00:03:41.975]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9204903Z [00:03:41.980]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-e0e18e97bc0dbb03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9264182Z [00:03:41.986]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9322719Z [00:03:41.992]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:15.9382965Z [00:03:41.998]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yml-a129c31b40f2719d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9442125Z [00:03:42.004]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify_types-b84feced8e5928e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9503809Z [00:03:42.010]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9566043Z [00:03:42.016]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9626927Z [00:03:42.023]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filedescriptor-070c322e7879ca87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9686900Z [00:03:42.029]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-93f60b3ba1c9656e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9747489Z [00:03:42.035]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9808812Z [00:03:42.041]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9869810Z [00:03:42.047]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9932554Z [00:03:42.053]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:15.9995501Z [00:03:42.059]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0058926Z [00:03:42.066]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-33acc7f980437447.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0121764Z [00:03:42.072]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibyml-dda0b8e9f7851871.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0184237Z [00:03:42.078]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-fa3431c6bec89a82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0246546Z [00:03:42.084]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0307789Z [00:03:42.091]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-92d2861a6b73e53c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0369226Z [00:03:42.097]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0431156Z [00:03:42.103]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0495372Z [00:03:42.109]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-4a32e5a8ccaf711d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0558853Z [00:03:42.116]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-0ba3efea135042a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0621001Z [00:03:42.122]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0683534Z [00:03:42.128]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-487ebd1f081fc638.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0744012Z [00:03:42.134]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumansize-d6615a303e4b9e8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0804630Z [00:03:42.140]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-cfdb221f4103d149.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0865886Z [00:03:42.146]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-487ebd1f081fc638.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0926169Z [00:03:42.152]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-5a3a2465ec3b9759.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.0986368Z [00:03:42.158]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1045818Z [00:03:42.164]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1104873Z [00:03:42.170]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1167520Z [00:03:42.176]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-87413a8e2683de9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1229105Z [00:03:42.183]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1287381Z [00:03:42.189]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-5a3a2465ec3b9759.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1344718Z [00:03:42.194]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/otree' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1406942Z [00:03:42.201]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1465805Z [00:03:42.206]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1523813Z [00:03:42.212]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1583893Z [00:03:42.218]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1644944Z [00:03:42.224]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1707587Z [00:03:42.231]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1768877Z [00:03:42.237]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1829583Z [00:03:42.243]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1890444Z [00:03:42.249]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.1952195Z [00:03:42.255]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2014179Z [00:03:42.261]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2073750Z [00:03:42.267]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2134534Z [00:03:42.273]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2195465Z [00:03:42.279]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2255563Z [00:03:42.285]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2314342Z [00:03:42.291]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2374438Z [00:03:42.297]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2433452Z [00:03:42.303]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2491902Z [00:03:42.309]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2552548Z [00:03:42.315]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2611619Z [00:03:42.321]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2671142Z [00:03:42.327]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2731019Z [00:03:42.333]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2788538Z [00:03:42.339]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-bb1e0f6e25ef7151/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2847638Z [00:03:42.345]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2904930Z [00:03:42.350]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.2964857Z [00:03:42.356]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3024176Z [00:03:42.362]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-fce8737ada42316e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3083414Z [00:03:42.368]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3142973Z [00:03:42.374]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3203489Z [00:03:42.380]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3262772Z [00:03:42.386]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3321251Z [00:03:42.392]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3381631Z [00:03:42.398]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3442358Z [00:03:42.404]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3503863Z [00:03:42.410]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3565325Z [00:03:42.416]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3627899Z [00:03:42.423]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3691260Z [00:03:42.429]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3752847Z [00:03:42.435]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/otree-7bd06eb105ea9d47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3814860Z [00:03:42.441]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3874644Z [00:03:42.447]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3936257Z [00:03:42.454]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.3996285Z [00:03:42.460]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4056677Z [00:03:42.466]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4118406Z [00:03:42.472]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4178515Z [00:03:42.478]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4237128Z [00:03:42.484]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_yml-0abdf33d57d770d9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4298531Z [00:03:42.490]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4360171Z [00:03:42.496]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4418350Z [00:03:42.502]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4478035Z [00:03:42.508]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4538212Z [00:03:42.514]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4600408Z [00:03:42.520]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/lib-notify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4660139Z [00:03:42.526]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4718930Z [00:03:42.532]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/dep-lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4777566Z [00:03:42.538]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-8ff81c8c0bf7bc3f/lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4838366Z [00:03:42.544]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4897555Z [00:03:42.550]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.4954658Z [00:03:42.555]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5013316Z [00:03:42.561]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-fa3431c6bec89a82/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5071948Z [00:03:42.567]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5130836Z [00:03:42.573]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5193934Z [00:03:42.579]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5254554Z [00:03:42.585]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5317242Z [00:03:42.592]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5376446Z [00:03:42.597]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-0d829cae186aa981/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5436994Z [00:03:42.604]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5496535Z [00:03:42.609]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5557823Z [00:03:42.616]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/dep-lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5616012Z [00:03:42.621]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5674931Z [00:03:42.627]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/lib-inotify_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5737089Z [00:03:42.634]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-2a13b0df0dbd7757/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5807623Z [00:03:42.641]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5866648Z [00:03:42.647]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5924822Z [00:03:42.652]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.5981383Z [00:03:42.658]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6039818Z [00:03:42.664]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6098339Z [00:03:42.670]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6157456Z [00:03:42.676]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6216460Z [00:03:42.681]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6274775Z [00:03:42.687]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6332702Z [00:03:42.693]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6391533Z [00:03:42.699]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6450429Z [00:03:42.705]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6509928Z [00:03:42.711]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6568666Z [00:03:42.717]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6626945Z [00:03:42.723]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6687443Z [00:03:42.729]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-87413a8e2683de9a/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6748743Z [00:03:42.735]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6809049Z [00:03:42.741]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6870004Z [00:03:42.747]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6931368Z [00:03:42.753]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.6993561Z [00:03:42.759]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7053722Z [00:03:42.765]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7114388Z [00:03:42.771]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7173687Z [00:03:42.777]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7235459Z [00:03:42.783]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7315430Z [00:03:42.791]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7377431Z [00:03:42.798]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7436329Z [00:03:42.804]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-e0e18e97bc0dbb03/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7493855Z [00:03:42.809]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7553031Z [00:03:42.815]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/lib-filedescriptor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7610932Z [00:03:42.821]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/dep-lib-filedescriptor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7669043Z [00:03:42.827]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-070c322e7879ca87/lib-filedescriptor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7727824Z [00:03:42.833]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7786133Z [00:03:42.838]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7845595Z [00:03:42.844]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7905600Z [00:03:42.850]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.7963565Z [00:03:42.856]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8023303Z [00:03:42.862]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8083263Z [00:03:42.868]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8142608Z [00:03:42.874]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8201481Z [00:03:42.880]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8261418Z [00:03:42.886]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8321890Z [00:03:42.892]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8383070Z [00:03:42.898]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8443516Z [00:03:42.904]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8503457Z [00:03:42.910]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-ac687c94e5902e2c/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8564150Z [00:03:42.916]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8622926Z [00:03:42.922]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8683298Z [00:03:42.928]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8744317Z [00:03:42.934]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-62b6ac2d6ac25677/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8804589Z [00:03:42.940]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8864908Z [00:03:42.946]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8927025Z [00:03:42.953]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.8987548Z [00:03:42.959]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9052148Z [00:03:42.965]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9113120Z [00:03:42.971]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9173105Z [00:03:42.977]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9233531Z [00:03:42.983]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9292660Z [00:03:42.989]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9352012Z [00:03:42.995]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-60378145923995d7/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9412390Z [00:03:43.001]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9472992Z [00:03:43.007]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9559585Z [00:03:43.016]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9619645Z [00:03:43.022]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9680424Z [00:03:43.028]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/dep-lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9739598Z [00:03:43.034]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/lib-inotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9798637Z [00:03:43.040]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9859466Z [00:03:43.046]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-29b9eefc2e95469a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9921064Z [00:03:43.052]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:16.9982339Z [00:03:43.058]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0044748Z [00:03:43.064]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0104418Z [00:03:43.070]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0163221Z [00:03:43.076]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0221884Z [00:03:43.082]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0279358Z [00:03:43.088]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0336522Z [00:03:43.094]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0398842Z [00:03:43.100]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0461426Z [00:03:43.106]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0523285Z [00:03:43.112]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0583766Z [00:03:43.118]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-0839b2ad8dab0b28/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0646832Z [00:03:43.125]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0707818Z [00:03:43.131]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0769490Z [00:03:43.137]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0828797Z [00:03:43.143]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b0530d14d7f3b752/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0890206Z [00:03:43.149]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.0948632Z [00:03:43.155]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1006893Z [00:03:43.161]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/lib-tui_tree_widget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1067155Z [00:03:43.167]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1126979Z [00:03:43.173]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/dep-lib-tui_tree_widget' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1187478Z [00:03:43.179]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-tree-widget-04154c2994289355/lib-tui_tree_widget' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1248057Z [00:03:43.185]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1310133Z [00:03:43.191]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1371205Z [00:03:43.197]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1431524Z [00:03:43.203]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-7f6b5a5ea34f9132/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1494134Z [00:03:43.209]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1556043Z [00:03:43.215]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1618686Z [00:03:43.222]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1677625Z [00:03:43.228]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1738214Z [00:03:43.234]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1795722Z [00:03:43.239]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1854331Z [00:03:43.245]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1913175Z [00:03:43.251]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.1971819Z [00:03:43.257]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2030621Z [00:03:43.263]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2089730Z [00:03:43.269]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2149208Z [00:03:43.275]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2208654Z [00:03:43.281]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2266522Z [00:03:43.286]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2325973Z [00:03:43.292]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2383639Z [00:03:43.298]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-576f64a64e4f4509/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2443469Z [00:03:43.304]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-bb1e0f6e25ef7151/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2502076Z [00:03:43.310]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-bb1e0f6e25ef7151/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2560914Z [00:03:43.316]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-fce8737ada42316e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2620438Z [00:03:43.322]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-fce8737ada42316e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2681854Z [00:03:43.328]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/dep-lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2741456Z [00:03:43.334]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2802128Z [00:03:43.340]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/lib-libm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2861255Z [00:03:43.346]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-0ba3efea135042a1/lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2924038Z [00:03:43.352]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.2984665Z [00:03:43.358]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3046788Z [00:03:43.365]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/bin-otree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3108595Z [00:03:43.371]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3170628Z [00:03:43.377]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/dep-bin-otree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3231628Z [00:03:43.383]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-1637725a9676279f/bin-otree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3292670Z [00:03:43.389]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3353892Z [00:03:43.395]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3414993Z [00:03:43.401]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3476907Z [00:03:43.408]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3541296Z [00:03:43.414]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3604185Z [00:03:43.420]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3667500Z [00:03:43.427]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3733934Z [00:03:43.433]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3797844Z [00:03:43.440]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3861395Z [00:03:43.446]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3926357Z [00:03:43.453]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.3990829Z [00:03:43.459]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4052540Z [00:03:43.465]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4112517Z [00:03:43.471]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-71c3ecd0b8e8efea/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4177780Z [00:03:43.478]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4243622Z [00:03:43.484]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4306343Z [00:03:43.490]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4367972Z [00:03:43.497]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4430212Z [00:03:43.503]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.4492825Z [00:03:43.509]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.4554899Z [00:03:43.515]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.4616083Z [00:03:43.521]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.4676201Z [00:03:43.528]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-7bd06eb105ea9d47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4738418Z [00:03:43.534]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/otree-7bd06eb105ea9d47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4796375Z [00:03:43.539]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4853862Z [00:03:43.545]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4911990Z [00:03:43.551]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.4969248Z [00:03:43.557]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-2be729cf617b7e67/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5027087Z [00:03:43.563]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.5087266Z [00:03:43.569]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.5146537Z [00:03:43.575]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.5203324Z [00:03:43.580]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.5264582Z [00:03:43.586]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5322484Z [00:03:43.592]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5381275Z [00:03:43.598]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5439532Z [00:03:43.604]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5497558Z [00:03:43.610]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5555845Z [00:03:43.615]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5615502Z [00:03:43.621]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5673939Z [00:03:43.627]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5734771Z [00:03:43.633]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5794877Z [00:03:43.639]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5853447Z [00:03:43.645]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5910174Z [00:03:43.651]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.5969501Z [00:03:43.657]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6027305Z [00:03:43.663]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6092475Z [00:03:43.669]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6152603Z [00:03:43.675]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6214701Z [00:03:43.681]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6276577Z [00:03:43.687]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6335429Z [00:03:43.693]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6394520Z [00:03:43.699]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6455587Z [00:03:43.705]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/dep-lib-humansize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6514008Z [00:03:43.711]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/lib-humansize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6573285Z [00:03:43.717]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6632960Z [00:03:43.723]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humansize-d6615a303e4b9e8d/lib-humansize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6692684Z [00:03:43.729]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6753896Z [00:03:43.735]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6813062Z [00:03:43.741]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6873136Z [00:03:43.747]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-93f60b3ba1c9656e/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6933917Z [00:03:43.753]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.6992855Z [00:03:43.759]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7053973Z [00:03:43.765]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7115461Z [00:03:43.771]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-e67432ff5a77826d/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7178916Z [00:03:43.778]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7239397Z [00:03:43.784]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7298857Z [00:03:43.790]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7360006Z [00:03:43.796]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-985715800ba3a6f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7423876Z [00:03:43.802]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7484745Z [00:03:43.808]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7548040Z [00:03:43.815]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7608689Z [00:03:43.821]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7671044Z [00:03:43.827]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7732744Z [00:03:43.833]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7793786Z [00:03:43.839]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7854933Z [00:03:43.845]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7915364Z [00:03:43.851]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.7974142Z [00:03:43.857]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-d9663f4437d8b563/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8032127Z [00:03:43.863]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8092208Z [00:03:43.869]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8152531Z [00:03:43.875]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8211387Z [00:03:43.881]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-5a3a2465ec3b9759/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8269450Z [00:03:43.887]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8328478Z [00:03:43.893]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8388351Z [00:03:43.899]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8448403Z [00:03:43.905]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8507872Z [00:03:43.911]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8571380Z [00:03:43.917]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8630574Z [00:03:43.923]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8691943Z [00:03:43.929]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-487ebd1f081fc638/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8751833Z [00:03:43.935]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8811667Z [00:03:43.941]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8872821Z [00:03:43.947]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8934336Z [00:03:43.953]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-ad34750f21beab4e/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.8994434Z [00:03:43.959]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.9056448Z [00:03:43.965]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.9115913Z [00:03:43.971]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.9176642Z [00:03:43.977]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:17.9236673Z [00:03:43.983]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9298372Z [00:03:43.990]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9359900Z [00:03:43.996]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9420561Z [00:03:44.002]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-3122bbf687f9c680/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9482673Z [00:03:44.008]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/lib-tui_textarea.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9543905Z [00:03:44.014]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9607928Z [00:03:44.021]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/lib-tui_textarea' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9672589Z [00:03:44.027]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-textarea-ec4f86eb73bf130e/dep-lib-tui_textarea' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9737588Z [00:03:44.034]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9800867Z [00:03:44.040]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9864451Z [00:03:44.046]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9923597Z [00:03:44.052]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:17.9984843Z [00:03:44.058]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0045899Z [00:03:44.064]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0106298Z [00:03:44.070]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0166789Z [00:03:44.076]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-07f838374405273f/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0226233Z [00:03:44.082]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0285960Z [00:03:44.088]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0345608Z [00:03:44.094]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0406432Z [00:03:44.100]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-3ef2045c9a9109b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0469385Z [00:03:44.107]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0529401Z [00:03:44.113]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0590396Z [00:03:44.119]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0653899Z [00:03:44.125]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-019cfe9080b2d64f/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0715950Z [00:03:44.131]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0776184Z [00:03:44.137]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0839057Z [00:03:44.144]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0902899Z [00:03:44.150]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.0965382Z [00:03:44.156]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1025490Z [00:03:44.162]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1084752Z [00:03:44.168]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1144357Z [00:03:44.174]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-e7eb11401db10aa1/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1204273Z [00:03:44.180]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1264505Z [00:03:44.186]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/dep-lib-notify_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1324339Z [00:03:44.192]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/lib-notify_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1383978Z [00:03:44.198]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-types-b84feced8e5928e7/lib-notify_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1445480Z [00:03:44.204]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1507743Z [00:03:44.211]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1571484Z [00:03:44.217]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1634847Z [00:03:44.223]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1698747Z [00:03:44.230]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1761685Z [00:03:44.236]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1822798Z [00:03:44.242]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1883024Z [00:03:44.248]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.1942678Z [00:03:44.254]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2002005Z [00:03:44.260]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2055812Z [00:03:44.265]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2111513Z [00:03:44.271]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2170685Z [00:03:44.277]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2231680Z [00:03:44.283]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2291343Z [00:03:44.289]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2352683Z [00:03:44.295]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-85599385fe90fff3/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2413686Z [00:03:44.301]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2472544Z [00:03:44.307]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2532539Z [00:03:44.313]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2592860Z [00:03:44.319]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2654244Z [00:03:44.325]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2713220Z [00:03:44.331]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2773289Z [00:03:44.337]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2855257Z [00:03:44.345]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-2b276a4178543caf/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.2917526Z [00:03:44.352]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:18.2976869Z [00:03:44.357]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:18.3036148Z [00:03:44.364]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:18.3095921Z [00:03:44.369]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:18.3156268Z [00:03:44.375]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/lib-libyml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3217373Z [00:03:44.382]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3278999Z [00:03:44.388]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/lib-libyml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3338349Z [00:03:44.394]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libyml-dda0b8e9f7851871/dep-lib-libyml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3396130Z [00:03:44.399]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-0abdf33d57d770d9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3455517Z [00:03:44.405]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-0abdf33d57d770d9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3515378Z [00:03:44.411]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3577329Z [00:03:44.418]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3637174Z [00:03:44.424]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3697111Z [00:03:44.430]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3757387Z [00:03:44.436]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3815369Z [00:03:44.441]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3874283Z [00:03:44.447]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3935303Z [00:03:44.453]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.3997521Z [00:03:44.460]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4058040Z [00:03:44.466]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4118472Z [00:03:44.472]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4181516Z [00:03:44.478]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4243936Z [00:03:44.484]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4305309Z [00:03:44.490]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4364992Z [00:03:44.496]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4423750Z [00:03:44.502]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-4a32e5a8ccaf711d/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4485005Z [00:03:44.508]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/dep-lib-serde_yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4546391Z [00:03:44.515]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4607991Z [00:03:44.521]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/lib-serde_yml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4670559Z [00:03:44.527]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yml-a129c31b40f2719d/lib-serde_yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4733019Z [00:03:44.533]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4793079Z [00:03:44.539]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4852364Z [00:03:44.545]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4925149Z [00:03:44.552]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-19371e571ea22d4b/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.4989804Z [00:03:44.559]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5050708Z [00:03:44.565]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5111646Z [00:03:44.571]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5173551Z [00:03:44.577]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5234090Z [00:03:44.583]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5296018Z [00:03:44.590]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/syn-5b51ffd79fec4b56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5356973Z [00:03:44.596]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5416445Z [00:03:44.602]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/cargo_platform-21e4baf072f34cb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5474748Z [00:03:44.607]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror_impl-ee24479560931a02.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5533854Z [00:03:44.613]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5594210Z [00:03:44.619]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5657154Z [00:03:44.626]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5721963Z [00:03:44.632]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_platform-21e4baf072f34cb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5785671Z [00:03:44.638]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5848202Z [00:03:44.645]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/vergen_lib-29d291fca24bd1ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5909673Z [00:03:44.651]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.5973714Z [00:03:44.657]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6036111Z [00:03:44.664]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6099515Z [00:03:44.670]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6171185Z [00:03:44.677]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen-eff9f4ccf65d6967.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6232602Z [00:03:44.683]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder_core-25ce24c3342b1c52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6292491Z [00:03:44.689]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6352288Z [00:03:44.695]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6412019Z [00:03:44.701]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6482787Z [00:03:44.708]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6542533Z [00:03:44.714]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime_core-5aa39a0e927531be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6603089Z [00:03:44.720]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6665476Z [00:03:44.726]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling_macro-13e36ab231d0102b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6724841Z [00:03:44.732]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsysinfo-ce8ee03505a5ede7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6786325Z [00:03:44.739]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex_automata-431abf3406028730.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6847683Z [00:03:44.745]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6909774Z [00:03:44.751]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.6970862Z [00:03:44.757]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libc-f5a22a76cd5f5173.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7033391Z [00:03:44.763]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror_impl-cc613faa7d351a3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7109661Z [00:03:44.771]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/instability-e3ba62457f88d769.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7166932Z [00:03:44.777]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7225403Z [00:03:44.782]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/anyhow-fa7c158af04fb8b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7281365Z [00:03:44.788]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7341474Z [00:03:44.794]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_threads-d6a7277dd4f83271.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7401701Z [00:03:44.800]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-cc613faa7d351a3a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7461744Z [00:03:44.806]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen_lib-29d291fca24bd1ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7520353Z [00:03:44.812]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderanged-88828b309ac2a6fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7579036Z [00:03:44.818]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/rustc_version-b3fefa0466a0767b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7656027Z [00:03:44.826]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7722416Z [00:03:44.832]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7783626Z [00:03:44.838]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/powerfmt-6d922f90bbe2915e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7843061Z [00:03:44.844]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7951014Z [00:03:44.850]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime-ca263efbfa96b4e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.7957636Z [00:03:44.856]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8013421Z [00:03:44.861]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8069261Z [00:03:44.867]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8124586Z [00:03:44.872]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8181249Z [00:03:44.878]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime-ca263efbfa96b4e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8237782Z [00:03:44.884]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8296261Z [00:03:44.890]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/clap_derive-6534ee89ede23f98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8358139Z [00:03:44.896]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_macro-44806e3e073e08fb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8416177Z [00:03:44.902]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8473803Z [00:03:44.907]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsysinfo-ce8ee03505a5ede7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8531191Z [00:03:44.913]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8590952Z [00:03:44.919]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/strum_macros-5ee3171b2494cfea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8652515Z [00:03:44.925]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror-32045e7c99e96565.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8710177Z [00:03:44.931]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8770728Z [00:03:44.937]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcamino-2605b99f683cdd42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8830799Z [00:03:44.943]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror_impl-ee24479560931a02.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8889291Z [00:03:44.949]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/num_threads-d6a7277dd4f83271.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.8950812Z [00:03:44.955]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/liblibc-f5a22a76cd5f5173.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9011997Z [00:03:44.961]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9075327Z [00:03:44.967]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9139894Z [00:03:44.974]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9203377Z [00:03:44.980]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrum_macros-5ee3171b2494cfea.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9266087Z [00:03:44.987]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsimple_error-d5a3616b68eb57b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9328736Z [00:03:44.993]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_derive-0fc691161be758fb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9391788Z [00:03:44.999]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde-a92a2fc8e2ef613d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9454627Z [00:03:45.005]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling_core-dbf2601f1875005d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9518943Z [00:03:45.012]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9581969Z [00:03:45.018]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9648274Z [00:03:45.025]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/deranged-88828b309ac2a6fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9709150Z [00:03:45.031]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9771934Z [00:03:45.037]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/camino-2605b99f683cdd42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9831630Z [00:03:45.043]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde_json-21316454fbdcea64.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9894077Z [00:03:45.049]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:18.9958512Z [00:03:45.056]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0022088Z [00:03:45.062]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0082132Z [00:03:45.068]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/thiserror-32045e7c99e96565.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0142703Z [00:03:45.074]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libinstability-e3ba62457f88d769.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0201809Z [00:03:45.080]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0258234Z [00:03:45.086]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling-808d0e90e9f90585.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0315455Z [00:03:45.091]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderanged-88828b309ac2a6fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0373746Z [00:03:45.097]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/num_conv-71dddd71ec9df857.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0430920Z [00:03:45.103]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0487805Z [00:03:45.109]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_json-21316454fbdcea64.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0545835Z [00:03:45.114]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0603249Z [00:03:45.120]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/time-ca263efbfa96b4e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0660634Z [00:03:45.126]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_platform-21e4baf072f34cb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0720050Z [00:03:45.132]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex-1958bf3c21d4d9cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0781992Z [00:03:45.138]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0840504Z [00:03:45.144]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/sysinfo-ce8ee03505a5ede7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0898663Z [00:03:45.150]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.0957698Z [00:03:45.156]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/darling-808d0e90e9f90585.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1015852Z [00:03:45.162]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1073172Z [00:03:45.167]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1132604Z [00:03:45.173]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_macro-13e36ab231d0102b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1194961Z [00:03:45.179]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/semver-2c37b11017ac1d2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1255364Z [00:03:45.185]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1316233Z [00:03:45.191]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_metadata-ec22d1e71eda00f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1374640Z [00:03:45.197]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/simple_error-d5a3616b68eb57b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1434243Z [00:03:45.203]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder_macro-44806e3e073e08fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1494433Z [00:03:45.209]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1552608Z [00:03:45.215]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/aho_corasick-26278da5437a0dbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1614149Z [00:03:45.221]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1673772Z [00:03:45.227]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1734599Z [00:03:45.233]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/cargo_metadata-ec22d1e71eda00f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1794146Z [00:03:45.239]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1850596Z [00:03:45.245]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1908885Z [00:03:45.251]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_conv-71dddd71ec9df857.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.1966886Z [00:03:45.257]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libpowerfmt-6d922f90bbe2915e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2025498Z [00:03:45.262]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsyn-5b51ffd79fec4b56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2084258Z [00:03:45.268]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2143966Z [00:03:45.274]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2202592Z [00:03:45.280]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/time_core-5aa39a0e927531be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2259956Z [00:03:45.286]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustc_version-b3fefa0466a0767b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2316580Z [00:03:45.292]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/serde_derive-0fc691161be758fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2373849Z [00:03:45.297]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcargo_metadata-ec22d1e71eda00f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2432619Z [00:03:45.303]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/vergen-eff9f4ccf65d6967.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2492458Z [00:03:45.309]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsemver-2c37b11017ac1d2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2552959Z [00:03:45.315]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2611394Z [00:03:45.321]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2669310Z [00:03:45.327]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2727119Z [00:03:45.333]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder-9b01d9bec497cc24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2786081Z [00:03:45.338]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libcamino-2605b99f683cdd42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2843704Z [00:03:45.344]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2901253Z [00:03:45.350]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_core-25ce24c3342b1c52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.2960138Z [00:03:45.356]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen-eff9f4ccf65d6967.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3017226Z [00:03:45.362]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3074447Z [00:03:45.367]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde_json-21316454fbdcea64.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3130525Z [00:03:45.373]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/librustc_version-b3fefa0466a0767b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3186309Z [00:03:45.379]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3241712Z [00:03:45.384]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libdarling_core-dbf2601f1875005d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3297628Z [00:03:45.390]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libtime_core-5aa39a0e927531be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3354207Z [00:03:45.395]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3409751Z [00:03:45.401]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libnum_threads-d6a7277dd4f83271.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3465310Z [00:03:45.406]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libserde-a92a2fc8e2ef613d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3521484Z [00:03:45.412]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/derive_builder-9b01d9bec497cc24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3579423Z [00:03:45.418]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3636107Z [00:03:45.424]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libclap_derive-6534ee89ede23f98.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3691811Z [00:03:45.429]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libsimple_error-d5a3616b68eb57b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3749114Z [00:03:45.435]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libderive_builder_core-25ce24c3342b1c52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3806403Z [00:03:45.441]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libvergen_lib-29d291fca24bd1ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3864154Z [00:03:45.446]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3921574Z [00:03:45.452]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/deps/libthiserror-32045e7c99e96565.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.3980390Z [00:03:45.458]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build_script_build-e6129a03ea051a67' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4038028Z [00:03:45.464]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4097692Z [00:03:45.470]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-e6129a03ea051a67/build_script_build-e6129a03ea051a67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4154091Z [00:03:45.475]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4212898Z [00:03:45.481]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4272644Z [00:03:45.487]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4332386Z [00:03:45.493]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4390404Z [00:03:45.499]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4447770Z [00:03:45.505]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4507449Z [00:03:45.511]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4563675Z [00:03:45.516]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4621981Z [00:03:45.522]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4682121Z [00:03:45.528]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4742362Z [00:03:45.534]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-5cab8192c3a53491/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4806084Z [00:03:45.540]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4865527Z [00:03:45.546]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4924935Z [00:03:45.552]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.4982975Z [00:03:45.558]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5041495Z [00:03:45.564]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5102291Z [00:03:45.570]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5162464Z [00:03:45.576]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5220435Z [00:03:45.582]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5277226Z [00:03:45.588]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5334748Z [00:03:45.593]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-8b1032746192ad30/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5392890Z [00:03:45.599]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5452417Z [00:03:45.605]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5510976Z [00:03:45.611]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5570516Z [00:03:45.617]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build_script_build-0b4b51a62323dc63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5628388Z [00:03:45.623]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5685738Z [00:03:45.629]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libm-0b4b51a62323dc63/build_script_build-0b4b51a62323dc63' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5744257Z [00:03:45.634]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5804604Z [00:03:45.640]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5863133Z [00:03:45.646]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5924692Z [00:03:45.652]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.5983343Z [00:03:45.658]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6043520Z [00:03:45.664]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6100943Z [00:03:45.670]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6162885Z [00:03:45.676]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6219822Z [00:03:45.682]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-2af61cbfece4b29a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6279808Z [00:03:45.688]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6337295Z [00:03:45.694]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6397727Z [00:03:45.700]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6458562Z [00:03:45.706]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build_script_build-0596458b5bd18a62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6514433Z [00:03:45.711]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6575219Z [00:03:45.717]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-0596458b5bd18a62/build_script_build-0596458b5bd18a62' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6638187Z [00:03:45.723]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6691027Z [00:03:45.729]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6751389Z [00:03:45.735]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6809648Z [00:03:45.741]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-0d31d10560ea0b63/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6869448Z [00:03:45.747]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6929412Z [00:03:45.753]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.6989710Z [00:03:45.759]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7050171Z [00:03:45.765]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/instability-a94ab617f8607478/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7110307Z [00:03:45.771]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7170053Z [00:03:45.777]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7229515Z [00:03:45.783]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7287843Z [00:03:45.789]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build_script_build-3d5439589800e3d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7345665Z [00:03:45.794]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build_script_build-3d5439589800e3d3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7404231Z [00:03:45.800]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-3d5439589800e3d3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7461721Z [00:03:45.806]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:19.7519043Z [00:03:45.812]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7578647Z [00:03:45.818]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7637109Z [00:03:45.824]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build_script_build-7e5763f2ac3e04ae' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7695551Z [00:03:45.829]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build_script_build-7e5763f2ac3e04ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7753308Z [00:03:45.835]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustix-7e5763f2ac3e04ae/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7809815Z [00:03:45.841]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build_script_build-cdaeacf489365b8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7864510Z [00:03:45.846]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build_script_build-cdaeacf489365b8b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7920658Z [00:03:45.852]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/otree-cdaeacf489365b8b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.7976979Z [00:03:45.858]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build_script_build-83a1288bfeeea96c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8035661Z [00:03:45.863]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8091148Z [00:03:45.869]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_yml-83a1288bfeeea96c/build_script_build-83a1288bfeeea96c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8150906Z [00:03:45.875]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8209782Z [00:03:45.881]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8267406Z [00:03:45.887]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8326436Z [00:03:45.893]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8385570Z [00:03:45.898]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8442446Z [00:03:45.904]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8500879Z [00:03:45.910]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8560318Z [00:03:45.916]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8618243Z [00:03:45.922]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8697062Z [00:03:45.930]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8750514Z [00:03:45.935]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8808244Z [00:03:45.941]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8865560Z [00:03:45.946]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8922387Z [00:03:45.952]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-b8df841a12a0223b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.8981473Z [00:03:45.958]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9039256Z [00:03:45.964]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9094498Z [00:03:45.969]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9153016Z [00:03:45.975]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9209836Z [00:03:45.981]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9271518Z [00:03:45.987]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9331251Z [00:03:45.993]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9390647Z [00:03:45.999]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9450489Z [00:03:46.005]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9509966Z [00:03:46.011]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9568578Z [00:03:46.017]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9628169Z [00:03:46.023]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9681001Z [00:03:46.028]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9738042Z [00:03:46.034]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9793477Z [00:03:46.039]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9851730Z [00:03:46.045]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build_script_build-0946aa29943e13a5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9907940Z [00:03:46.051]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:19.9966767Z [00:03:46.057]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/camino-0946aa29943e13a5/build_script_build-0946aa29943e13a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0027130Z [00:03:46.063]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0104244Z [00:03:46.070]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0195306Z [00:03:46.079]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0255712Z [00:03:46.086]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/semver-188083a6a9f5f083/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0318774Z [00:03:46.092]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0380256Z [00:03:46.098]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build_script_build-bf124eafded2ddde' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0443620Z [00:03:46.104]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/vergen-lib-bf124eafded2ddde/build_script_build-bf124eafded2ddde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0506711Z [00:03:46.111]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0569504Z [00:03:46.117]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0635757Z [00:03:46.123]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:20.0713990Z [00:03:46.131]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0762490Z [00:03:46.136]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0822888Z [00:03:46.142]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0884364Z [00:03:46.148]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.0942705Z [00:03:46.154]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1000534Z [00:03:46.160]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1059574Z [00:03:46.166]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1118683Z [00:03:46.172]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1177519Z [00:03:46.178]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1238752Z [00:03:46.184]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1300616Z [00:03:46.190]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1360332Z [00:03:46.196]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/dep-lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1422550Z [00:03:46.202]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/lib-sysinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1484294Z [00:03:46.208]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/sysinfo-ce8ee03505a5ede7/lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1543704Z [00:03:46.214]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1602182Z [00:03:46.220]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1660483Z [00:03:46.226]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:20.1717688Z [00:03:46.232]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:20.1776484Z [00:03:46.238]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1833278Z [00:03:46.243]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1890004Z [00:03:46.249]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.1948710Z [00:03:46.255]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-e6129a03ea051a67/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2004925Z [00:03:46.260]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/lib-derive_builder_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2062091Z [00:03:46.266]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/lib-derive_builder_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2119871Z [00:03:46.272]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2178786Z [00:03:46.278]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_macro-44806e3e073e08fb/dep-lib-derive_builder_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2238350Z [00:03:46.284]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2300015Z [00:03:46.290]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2359771Z [00:03:46.296]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2419679Z [00:03:46.302]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2478487Z [00:03:46.308]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2538695Z [00:03:46.314]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2600970Z [00:03:46.320]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2664280Z [00:03:46.326]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2726016Z [00:03:46.333]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2786853Z [00:03:46.339]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-2c37b11017ac1d2b/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2848484Z [00:03:46.345]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2909095Z [00:03:46.351]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.2972048Z [00:03:46.357]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3035504Z [00:03:46.363]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3100575Z [00:03:46.370]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3166961Z [00:03:46.377]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3231025Z [00:03:46.383]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3291700Z [00:03:46.389]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3355593Z [00:03:46.395]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3416646Z [00:03:46.402]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3478498Z [00:03:46.408]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3540323Z [00:03:46.414]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-ca263efbfa96b4e9/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3600426Z [00:03:46.420]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3660239Z [00:03:46.426]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3720329Z [00:03:46.432]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3781666Z [00:03:46.438]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3843608Z [00:03:46.444]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3906472Z [00:03:46.450]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.3968734Z [00:03:46.457]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4029470Z [00:03:46.463]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4090547Z [00:03:46.469]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-5cab8192c3a53491/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4152415Z [00:03:46.475]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-5cab8192c3a53491/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4215288Z [00:03:46.481]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4274826Z [00:03:46.487]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4333132Z [00:03:46.493]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4393727Z [00:03:46.499]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4458132Z [00:03:46.506]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4520105Z [00:03:46.512]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4579820Z [00:03:46.518]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4637999Z [00:03:46.524]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-32045e7c99e96565/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4696395Z [00:03:46.530]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/dep-lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4755385Z [00:03:46.535]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/lib-darling_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4816326Z [00:03:46.542]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4881153Z [00:03:46.548]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_core-dbf2601f1875005d/lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.4944647Z [00:03:46.554]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5008006Z [00:03:46.561]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5067158Z [00:03:46.567]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5126993Z [00:03:46.573]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5185445Z [00:03:46.578]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-8b1032746192ad30/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5245547Z [00:03:46.584]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-8b1032746192ad30/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5304785Z [00:03:46.590]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5362417Z [00:03:46.596]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5422255Z [00:03:46.602]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5482022Z [00:03:46.608]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5538052Z [00:03:46.614]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5593451Z [00:03:46.619]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5649025Z [00:03:46.625]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5706959Z [00:03:46.631]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5765786Z [00:03:46.636]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5823728Z [00:03:46.642]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5883970Z [00:03:46.648]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.5942492Z [00:03:46.654]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libm-0b4b51a62323dc63/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6003221Z [00:03:46.660]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6064576Z [00:03:46.666]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6123261Z [00:03:46.672]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6183120Z [00:03:46.678]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-cc613faa7d351a3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6244835Z [00:03:46.684]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6304999Z [00:03:46.690]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6367520Z [00:03:46.697]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6431228Z [00:03:46.703]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-f5a22a76cd5f5173/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6493293Z [00:03:46.709]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6554474Z [00:03:46.715]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6615623Z [00:03:46.721]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6674565Z [00:03:46.727]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6733394Z [00:03:46.733]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6794287Z [00:03:46.739]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6854189Z [00:03:46.745]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6914700Z [00:03:46.751]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.6974654Z [00:03:46.757]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7036530Z [00:03:46.763]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/time-core-5aa39a0e927531be/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7100013Z [00:03:46.770]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7159996Z [00:03:46.776]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7219282Z [00:03:46.782]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7279774Z [00:03:46.788]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/powerfmt-6d922f90bbe2915e/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7341064Z [00:03:46.794]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7400433Z [00:03:46.800]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/lib-simple_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7460065Z [00:03:46.806]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/lib-simple_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7519650Z [00:03:46.812]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/simple-error-d5a3616b68eb57b2/dep-lib-simple_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7578053Z [00:03:46.818]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7647775Z [00:03:46.824]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/dep-lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7696626Z [00:03:46.829]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7755965Z [00:03:46.835]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-e3ba62457f88d769/lib-instability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7824704Z [00:03:46.842]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2af61cbfece4b29a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7882711Z [00:03:46.848]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2af61cbfece4b29a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7942148Z [00:03:46.854]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.7999926Z [00:03:46.860]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8060943Z [00:03:46.866]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8122385Z [00:03:46.872]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustc_version-b3fefa0466a0767b/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8181933Z [00:03:46.878]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/lib-cargo_metadata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8241338Z [00:03:46.884]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8298206Z [00:03:46.890]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/lib-cargo_metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8354230Z [00:03:46.895]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo_metadata-ec22d1e71eda00f3/dep-lib-cargo_metadata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8412819Z [00:03:46.901]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8473244Z [00:03:46.907]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8533519Z [00:03:46.913]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8591104Z [00:03:46.919]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8650301Z [00:03:46.925]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8709588Z [00:03:46.931]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8767844Z [00:03:46.937]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8825687Z [00:03:46.942]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-0596458b5bd18a62/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8884842Z [00:03:46.948]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-0d31d10560ea0b63/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.8942404Z [00:03:46.954]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-0d31d10560ea0b63/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9000460Z [00:03:46.960]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9059334Z [00:03:46.966]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9114596Z [00:03:46.971]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9172820Z [00:03:46.977]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9233319Z [00:03:46.983]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-a94ab617f8607478/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9295509Z [00:03:46.989]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/instability-a94ab617f8607478/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9355573Z [00:03:46.995]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9415415Z [00:03:47.001]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9474741Z [00:03:47.007]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9535167Z [00:03:47.013]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9594526Z [00:03:47.019]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9653219Z [00:03:47.025]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9713018Z [00:03:47.031]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9772103Z [00:03:47.037]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9833512Z [00:03:47.043]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9893622Z [00:03:47.049]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:20.9949768Z [00:03:47.055]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0006564Z [00:03:47.061]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0064225Z [00:03:47.066]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0123831Z [00:03:47.072]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0191442Z [00:03:47.079]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0251551Z [00:03:47.085]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0312606Z [00:03:47.091]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0371549Z [00:03:47.097]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0433105Z [00:03:47.103]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0492456Z [00:03:47.109]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-3d5439589800e3d3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0554028Z [00:03:47.115]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/dep-lib-derive_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0614296Z [00:03:47.121]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0674024Z [00:03:47.127]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/lib-derive_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0736271Z [00:03:47.134]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder-9b01d9bec497cc24/lib-derive_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0799163Z [00:03:47.140]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0859047Z [00:03:47.146]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/lib-darling_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0918198Z [00:03:47.152]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/dep-lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.0978150Z [00:03:47.158]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling_macro-13e36ab231d0102b/lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1039713Z [00:03:47.164]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/lib-derive_builder_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1099131Z [00:03:47.170]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1159117Z [00:03:47.176]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/lib-derive_builder_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1213842Z [00:03:47.181]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/derive_builder_core-25ce24c3342b1c52/dep-lib-derive_builder_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1272071Z [00:03:47.187]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1331617Z [00:03:47.193]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/dep-lib-cargo_platform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1390515Z [00:03:47.199]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/lib-cargo_platform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1447530Z [00:03:47.205]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/cargo-platform-21e4baf072f34cb7/lib-cargo_platform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1505836Z [00:03:47.211]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1562776Z [00:03:47.216]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.1620844Z [00:03:47.222]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.1678517Z [00:03:47.228]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.1736414Z [00:03:47.233]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1794631Z [00:03:47.239]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1853389Z [00:03:47.245]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1912532Z [00:03:47.251]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-21316454fbdcea64/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.1971940Z [00:03:47.257]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2030597Z [00:03:47.263]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2089536Z [00:03:47.269]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2146689Z [00:03:47.275]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num-conv-71dddd71ec9df857/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2204437Z [00:03:47.280]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2263506Z [00:03:47.286]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2322144Z [00:03:47.292]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2380649Z [00:03:47.298]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustix-7e5763f2ac3e04ae/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2441001Z [00:03:47.304]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2500134Z [00:03:47.310]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2559765Z [00:03:47.316]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2619545Z [00:03:47.322]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-impl-ee24479560931a02/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2681321Z [00:03:47.328]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/dep-lib-vergen_lib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2741170Z [00:03:47.334]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2800943Z [00:03:47.340]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/lib-vergen_lib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2861461Z [00:03:47.346]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-29d291fca24bd1ea/lib-vergen_lib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2920517Z [00:03:47.352]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.2979015Z [00:03:47.358]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3036981Z [00:03:47.364]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3092974Z [00:03:47.369]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/otree-cdaeacf489365b8b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3152030Z [00:03:47.375]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3209361Z [00:03:47.381]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3268384Z [00:03:47.387]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3325886Z [00:03:47.392]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_yml-83a1288bfeeea96c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3384882Z [00:03:47.398]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3442787Z [00:03:47.404]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3501698Z [00:03:47.410]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3560137Z [00:03:47.416]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3621130Z [00:03:47.422]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3679512Z [00:03:47.428]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3736850Z [00:03:47.434]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3795123Z [00:03:47.439]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/lib-vergen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3852437Z [00:03:47.445]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/dep-lib-vergen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3910686Z [00:03:47.451]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-eff9f4ccf65d6967/lib-vergen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.3970627Z [00:03:47.457]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4028948Z [00:03:47.463]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4085532Z [00:03:47.468]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4143558Z [00:03:47.474]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4202909Z [00:03:47.480]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4261976Z [00:03:47.486]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4320532Z [00:03:47.492]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4377076Z [00:03:47.498]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4433752Z [00:03:47.503]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-b8df841a12a0223b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4491940Z [00:03:47.509]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-b8df841a12a0223b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4548273Z [00:03:47.515]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4605454Z [00:03:47.520]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4667126Z [00:03:47.527]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4724708Z [00:03:47.532]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4784188Z [00:03:47.538]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4842034Z [00:03:47.544]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4901721Z [00:03:47.550]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.4960351Z [00:03:47.556]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5019067Z [00:03:47.562]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.5077211Z [00:03:47.568]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.5134808Z [00:03:47.573]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5193478Z [00:03:47.579]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5252312Z [00:03:47.585]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5310634Z [00:03:47.591]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde-a92a2fc8e2ef613d/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5372764Z [00:03:47.597]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5433267Z [00:03:47.603]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5492655Z [00:03:47.609]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5552740Z [00:03:47.615]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5612250Z [00:03:47.621]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5672543Z [00:03:47.627]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5730729Z [00:03:47.633]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5787441Z [00:03:47.639]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5847625Z [00:03:47.645]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5905981Z [00:03:47.650]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.5963657Z [00:03:47.656]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6022914Z [00:03:47.662]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6082220Z [00:03:47.668]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6141039Z [00:03:47.674]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6198655Z [00:03:47.680]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6256296Z [00:03:47.686]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/deranged-88828b309ac2a6fe/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6314657Z [00:03:47.691]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6373581Z [00:03:47.697]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/lib-num_threads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6432170Z [00:03:47.703]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6490599Z [00:03:47.709]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/num_threads-d6a7277dd4f83271/dep-lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6550548Z [00:03:47.715]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6612152Z [00:03:47.721]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6672687Z [00:03:47.727]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6731284Z [00:03:47.733]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6793809Z [00:03:47.739]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6857046Z [00:03:47.746]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6916218Z [00:03:47.752]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.6974729Z [00:03:47.757]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-0946aa29943e13a5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7032858Z [00:03:47.763]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7090272Z [00:03:47.769]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7152724Z [00:03:47.775]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7210991Z [00:03:47.781]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7272329Z [00:03:47.787]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7333011Z [00:03:47.793]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/vergen-lib-bf124eafded2ddde/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7392598Z [00:03:47.799]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/lib-camino.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7452049Z [00:03:47.805]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/lib-camino' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7512477Z [00:03:47.811]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7573893Z [00:03:47.817]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/camino-2605b99f683cdd42/dep-lib-camino' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7633809Z [00:03:47.823]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7693417Z [00:03:47.829]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7753456Z [00:03:47.835]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7814724Z [00:03:47.841]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7874697Z [00:03:47.847]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.7933823Z [00:03:47.853]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.7993512Z [00:03:47.859]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.8051400Z [00:03:47.865]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.8110267Z [00:03:47.871]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8167574Z [00:03:47.877]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8225760Z [00:03:47.882]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8284327Z [00:03:47.888]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8343093Z [00:03:47.894]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8401848Z [00:03:47.900]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8462198Z [00:03:47.906]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8519992Z [00:03:47.912]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/clap_derive-6534ee89ede23f98/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8578595Z [00:03:47.918]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/lib-darling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8638043Z [00:03:47.924]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/dep-lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8696779Z [00:03:47.930]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8754243Z [00:03:47.935]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/darling-808d0e90e9f90585/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8814521Z [00:03:47.941]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8873677Z [00:03:47.947]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8929948Z [00:03:47.953]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.8985513Z [00:03:47.958]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/syn-5b51ffd79fec4b56/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9042203Z [00:03:47.964]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.9101419Z [00:03:47.970]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9161274Z [00:03:47.976]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/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:04:21.9221003Z [00:03:47.982]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9282330Z [00:03:47.988]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9344671Z [00:03:47.994]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9404273Z [00:03:48.000]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9463024Z [00:03:48.006]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/strum_macros-5ee3171b2494cfea/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9522140Z [00:03:48.012]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9582728Z [00:03:48.018]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9644061Z [00:03:48.024]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9704505Z [00:03:48.030]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9768750Z [00:03:48.037]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9828764Z [00:03:48.043]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9888040Z [00:03:48.049]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:21.9947438Z [00:03:48.055]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0009107Z [00:03:48.061]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0069248Z [00:03:48.067]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0130497Z [00:03:48.073]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0191114Z [00:03:48.079]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/serde_derive-0fc691161be758fb/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0249953Z [00:03:48.085]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0309706Z [00:03:48.091]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0370032Z [00:03:48.097]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0430716Z [00:03:48.103]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0490318Z [00:03:48.109]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0549283Z [00:03:48.115]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0611173Z [00:03:48.121]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0670651Z [00:03:48.127]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0731756Z [00:03:48.133]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0793423Z [00:03:48.139]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0853056Z [00:03:48.145]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0913382Z [00:03:48.151]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.0975544Z [00:03:48.158]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1034539Z [00:03:48.163]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1093936Z [00:03:48.169]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/keys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1153265Z [00:03:48.175]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1214773Z [00:03:48.181]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/config/colors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1275940Z [00:03:48.187]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/live_reload.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1336035Z [00:03:48.193]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/clipboard.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1399238Z [00:03:48.200]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/array_of_objects_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1461464Z [00:03:48.206]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multidocs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1524832Z [00:03:48.212]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multidocs_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1586271Z [00:03:48.219]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/arrays_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1646140Z [00:03:48.224]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/special_strings.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1706486Z [00:03:48.231]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/common.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1765458Z [00:03:48.236]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/nested_object.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1826214Z [00:03:48.243]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/array_of_objects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1885993Z [00:03:48.249]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/empty.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.1946393Z [00:03:48.255]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multilines.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2006502Z [00:03:48.261]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/nested_object_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2067113Z [00:03:48.267]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/multilines_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2126288Z [00:03:48.272]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/common_highlight.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2185325Z [00:03:48.278]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/yaml/arrays.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2248173Z [00:03:48.285]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/complex_objects_highlight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2307660Z [00:03:48.291]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/complex_objects.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2367478Z [00:03:48.297]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/objects_highlight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2424119Z [00:03:48.302]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/objects.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2482628Z [00:03:48.308]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/csv.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2541663Z [00:03:48.314]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/jsonl/csv_highlight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2602743Z [00:03:48.320]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/array_of_objects_highlight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2662489Z [00:03:48.326]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2723433Z [00:03:48.332]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/object_highlight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2783335Z [00:03:48.338]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/empty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2846321Z [00:03:48.345]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/array_of_objects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2909191Z [00:03:48.351]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/3d_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.2972062Z [00:03:48.357]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/json/2d_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3035045Z [00:03:48.363]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/multilines_highlight.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3099831Z [00:03:48.370]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/multilines.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3163220Z [00:03:48.376]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/basic_highlight.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3227129Z [00:03:48.383]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/basic.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3290704Z [00:03:48.389]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/2d_array_highlight.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3356738Z [00:03:48.395]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/array_of_objects.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3419134Z [00:03:48.402]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/test_cases/toml/2d_array.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3485437Z [00:03:48.408]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3550157Z [00:03:48.415]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/syntax.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3611484Z [00:03:48.421]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3676338Z [00:03:48.428]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/toml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3734891Z [00:03:48.433]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/jsonl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3793268Z [00:03:48.439]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3851392Z [00:03:48.445]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/edit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3911828Z [00:03:48.451]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/footer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.3970719Z [00:03:48.457]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4028853Z [00:03:48.463]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4087157Z [00:03:48.469]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/tree_overview.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4144555Z [00:03:48.474]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/data_block.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4203269Z [00:03:48.480]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/popup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4262438Z [00:03:48.486]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4322207Z [00:03:48.492]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/ui/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4381911Z [00:03:48.498]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/cmd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4441814Z [00:03:48.504]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/src/debug.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4502040Z [00:03:48.510]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4562265Z [00:03:48.516]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/assets/screenshot.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4624863Z [00:03:48.522]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4690065Z [00:03:48.529]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4753723Z [00:03:48.535]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4815960Z [00:03:48.542]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4877346Z [00:03:48.548]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4935716Z [00:03:48.553]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.4994218Z [00:03:48.559]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5054268Z [00:03:48.565]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5113535Z [00:03:48.571]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5173169Z [00:03:48.577]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5233694Z [00:03:48.583]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5294812Z [00:03:48.589]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5364880Z [00:03:48.596]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5443621Z [00:03:48.604]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5508031Z [00:03:48.611]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5566729Z [00:03:48.617]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5627261Z [00:03:48.623]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5688328Z [00:03:48.629]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5747140Z [00:03:48.635]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5807552Z [00:03:48.641]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5870405Z [00:03:48.647]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5934259Z [00:03:48.653]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.5996318Z [00:03:48.660]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6068822Z [00:03:48.667]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-5c90bedaf38e296e07752a9598eb9de9ca9db85a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6132068Z [00:03:48.673]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/objects/pack/pack-9466d5428f3d1afcc089250ca149f2634ebe6541.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6194203Z [00:03:48.679]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6258041Z [00:03:48.686]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6321327Z [00:03:48.692]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6384773Z [00:03:48.698]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6447125Z [00:03:48.705]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6508890Z [00:03:48.711]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6571451Z [00:03:48.717]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6634214Z [00:03:48.723]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6694236Z [00:03:48.729]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/actions.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6753181Z [00:03:48.735]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/changelog.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6813419Z [00:03:48.741]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.e2jTKPHcQ0/TEMPREPO/docs/colors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6871992Z [00:03:48.747]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6931823Z [00:03:48.753]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree' retained as 0755 (rwxr-xr-x)
2025-08-20T22:04:22.6992852Z [00:03:48.759]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.7054077Z [00:03:48.765]➜  mode of '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:04:22.7514358Z [00:03:48.811]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:04:22.7521494Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:04:28.7621644Z 
2025-08-20T22:04:28.7622456Z [+] Sanitizing /tmp/pkgforge/mXMQUn4cq_SBUILD/BUILD.log ==> /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.log
2025-08-20T22:04:30.8795664Z '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.static.log' -> '/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/otree.log'
2025-08-20T22:04:30.8848512Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&download=otree.log
2025-08-20T22:04:30.8849407Z 
2025-08-20T22:04:30.8849820Z [+] Parsing/Uploading otree/otree --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fotree%2Fotree [aarch64-Linux]
2025-08-20T22:04:30.8875731Z {
2025-08-20T22:04:30.8875978Z   "_disabled": "false",
2025-08-20T22:04:30.8876181Z   "host": "aarch64-Linux",
2025-08-20T22:04:30.8876381Z   "rank": "",
2025-08-20T22:04:30.8876550Z   "pkg": "otree.static",
2025-08-20T22:04:30.8876743Z   "pkg_family": "otree",
2025-08-20T22:04:30.8876970Z   "pkg_id": "github.com.fioncat.otree",
2025-08-20T22:04:30.8877201Z   "pkg_name": "otree",
2025-08-20T22:04:30.8877385Z   "pkg_type": "static",
2025-08-20T22:04:30.8877744Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree",
2025-08-20T22:04:30.8878126Z   "app_id": "",
2025-08-20T22:04:30.8878290Z   "appstream": "",
2025-08-20T22:04:30.8878458Z   "category": [
2025-08-20T22:04:30.8878629Z     "ConsoleOnly",
2025-08-20T22:04:30.8878803Z     "Utility"
2025-08-20T22:04:30.8878954Z   ],
2025-08-20T22:04:30.8879241Z   "description": "A command line tool to view objects (JSON/YAML/TOML) in TUI tree widget",
2025-08-20T22:04:30.8879592Z   "desktop": "",
2025-08-20T22:04:30.8879755Z   "homepage": [
2025-08-20T22:04:30.8879940Z     "https://github.com/fioncat/otree"
2025-08-20T22:04:30.8880159Z   ],
2025-08-20T22:04:30.8880650Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&download=otree.png",
2025-08-20T22:04:30.8881201Z   "license": [
2025-08-20T22:04:30.8881360Z     "MIT"
2025-08-20T22:04:30.8881505Z   ],
2025-08-20T22:04:30.8881681Z   "maintainer": [
2025-08-20T22:04:30.8881886Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:04:30.8882125Z   ],
2025-08-20T22:04:30.8882267Z   "provides": [
2025-08-20T22:04:30.8882427Z     "otree"
2025-08-20T22:04:30.8882573Z   ],
2025-08-20T22:04:30.8882708Z   "note": [
2025-08-20T22:04:30.8883006Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fioncat/otree"
2025-08-20T22:04:30.8883350Z   ],
2025-08-20T22:04:30.8883495Z   "repology": [
2025-08-20T22:04:30.8883655Z     "otree"
2025-08-20T22:04:30.8883799Z   ],
2025-08-20T22:04:30.8883947Z   "screenshots": [],
2025-08-20T22:04:30.8884121Z   "src_url": [
2025-08-20T22:04:30.8884299Z     "https://github.com/fioncat/otree"
2025-08-20T22:04:30.8884517Z   ],
2025-08-20T22:04:30.8884657Z   "tag": [
2025-08-20T22:04:30.8884800Z     "json",
2025-08-20T22:04:30.8884951Z     "toml",
2025-08-20T22:04:30.8885720Z     "treeview",
2025-08-20T22:04:30.8885901Z     "yaml"
2025-08-20T22:04:30.8886040Z   ],
2025-08-20T22:04:30.8886201Z   "version": "HEAD-6131429-250820T103731",
2025-08-20T22:04:30.8886436Z   "version_upstream": "0.5.1",
2025-08-20T22:04:30.8886745Z   "bsum": "27e36dc259c8b8b3a7984f08670c7d112a4e7f64b6684d4787f21a6f91c0ee0f",
2025-08-20T22:04:30.8887079Z   "build_date": "2025-08-20T22:04:24Z",
2025-08-20T22:04:30.8887409Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108890108",
2025-08-20T22:04:30.8887747Z   "build_id": "17108890108",
2025-08-20T22:04:30.8888283Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&download=otree.log",
2025-08-20T22:04:30.8889070Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/otree/static.official.source.yaml",
2025-08-20T22:04:30.8889861Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&download=otree",
2025-08-20T22:04:30.8890606Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux",
2025-08-20T22:04:30.8891100Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/otree/official/otree",
2025-08-20T22:04:30.8891724Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&manifest",
2025-08-20T22:04:30.8892577Z   "shasum": "6a5278894254f7778895625b136ed3d9fbb9a3b54fcb7c97fc221e5d6bd2c834",
2025-08-20T22:04:30.8892902Z   "size": "2.6 MB",
2025-08-20T22:04:30.8893070Z   "size_raw": "2716896",
2025-08-20T22:04:30.8893249Z   "snapshots": [
2025-08-20T22:04:30.8893456Z     "HEAD-f354fea-241106T151744-aarch64-linux[0.3.0]",
2025-08-20T22:04:30.8893733Z     "HEAD-c8b2944-250121T110938-aarch64-linux",
2025-08-20T22:04:30.8894008Z     "HEAD-9c9b54f-250429T153048-aarch64-linux[0.4.0]",
2025-08-20T22:04:30.8894301Z     "HEAD-5a446a1-250703T104309-aarch64-linux[0.4.0]",
2025-08-20T22:04:30.8894588Z     "HEAD-3bf009a-250805T164635-aarch64-linux[0.4.1]",
2025-08-20T22:04:30.8894872Z     "HEAD-b193a61-250808T112105-aarch64-linux[0.5.0]"
2025-08-20T22:04:30.8895410Z   ]
2025-08-20T22:04:30.8895572Z }
2025-08-20T22:04:30.8895676Z 
2025-08-20T22:04:30.8895681Z 
2025-08-20T22:04:31.1681238Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux": ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux: not found
2025-08-20T22:04:31.1732158Z Uploading empty artifact
2025-08-20T22:04:31.1738654Z time=2025-08-20T22:04:31Z level=debug msg=Request #0
2025-08-20T22:04:31.1739370Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/otree/official/otree/manifests/sha256:0c57d0b22f2de50cc71de4670c62c76aaad3bd3026c9e6086e721e22810b0c5c"
2025-08-20T22:04:31.1740004Z > Request method: "HEAD"
2025-08-20T22:04:31.1740222Z > Request headers:
2025-08-20T22:04:31.1740396Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:04:31.1741313Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:04:31.2117772Z time=2025-08-20T22:04:31Z level=debug msg=Response #0
2025-08-20T22:04:31.2118158Z < Response Status: "401 Unauthorized"
2025-08-20T22:04:31.2118384Z < Response headers:
2025-08-20T22:04:31.2118568Z    "Content-Length": "73"
2025-08-20T22:04:31.2118819Z    "X-Github-Request-Id": "5C17:1910C7:589A7:608E2:68A6466F"
2025-08-20T22:04:31.2119108Z    "Content-Type": "application/json"
2025-08-20T22:04:31.2119980Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/otree/official/otree:pull\""
2025-08-20T22:04:31.2120476Z    "Date": "Wed, 20 Aug 2025 22:04:31 GMT"
2025-08-20T22:04:31.2121249Z time=2025-08-20T22:04:31Z level=debug msg=Request #1
2025-08-20T22:04:31.2121800Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fotree%2Fofficial%2Fotree%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:04:31.2122304Z > Request method: "GET"
2025-08-20T22:04:31.2122484Z > Request headers:
2025-08-20T22:04:31.2122658Z    "Authorization": "*****"
2025-08-20T22:04:31.2122857Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:04:31.4338241Z time=2025-08-20T22:04:31Z level=debug msg=Response #1
2025-08-20T22:04:31.4338579Z < Response Status: "200 OK"
2025-08-20T22:04:31.4338778Z < Response headers:
2025-08-20T22:04:31.4338973Z    "Content-Type": "application/json"
2025-08-20T22:04:31.4339246Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:04:31.4339629Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:04:31.4339982Z    "Date": "Wed, 20 Aug 2025 22:04:31 GMT"
2025-08-20T22:04:31.4340212Z    "Content-Length": "69"
2025-08-20T22:04:31.4340486Z    "X-Github-Request-Id": "5C17:1910C7:589AB:608E8:68A6466F"
2025-08-20T22:04:31.4340793Z time=2025-08-20T22:04:31Z level=debug msg=Request #2
2025-08-20T22:04:31.4341475Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/otree/official/otree/manifests/sha256:0c57d0b22f2de50cc71de4670c62c76aaad3bd3026c9e6086e721e22810b0c5c"
2025-08-20T22:04:31.4342099Z > Request method: "HEAD"
2025-08-20T22:04:31.4342289Z > Request headers:
2025-08-20T22:04:31.4343070Z    "Authorization": "*****"
2025-08-20T22:04:31.4343268Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:04:31.4344181Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:04:31.4942601Z time=2025-08-20T22:04:31Z level=debug msg=Response #2
2025-08-20T22:04:31.4942957Z < Response Status: "404 Not Found"
2025-08-20T22:04:31.4943213Z < Response headers:
2025-08-20T22:04:31.4943394Z    "Content-Length": "70"
2025-08-20T22:04:31.4943642Z    "X-Github-Request-Id": "5C17:1910C7:589F0:60931:68A6466F"
2025-08-20T22:04:31.4943934Z    "Content-Type": "application/json"
2025-08-20T22:04:31.4944204Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:04:31.4944588Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:04:31.4944957Z    "Date": "Wed, 20 Aug 2025 22:04:31 GMT"
2025-08-20T22:04:31.4945455Z time=2025-08-20T22:04:31Z level=debug msg=Request #3
2025-08-20T22:04:31.4946121Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/otree/official/otree/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:04:31.4946723Z > Request method: "HEAD"
2025-08-20T22:04:31.4946909Z > Request headers:
2025-08-20T22:04:31.4947082Z    "Authorization": "*****"
2025-08-20T22:04:31.4947282Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:04:31.5141253Z time=2025-08-20T22:04:31Z level=debug msg=Response #3
2025-08-20T22:04:31.5141591Z < Response Status: "200 OK"
2025-08-20T22:04:31.5141786Z < Response headers:
2025-08-20T22:04:31.5142078Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:04:31.5142433Z    "Date": "Wed, 20 Aug 2025 22:04:31 GMT"
2025-08-20T22:04:31.5142712Z    "X-Github-Request-Id": "5C17:1910C7:589FE:6093E:68A6466F"
2025-08-20T22:04:31.5142985Z    "Content-Length": "0"
2025-08-20T22:04:31.5143201Z    "Content-Type": ""
2025-08-20T22:04:31.5143577Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:04:31.5144035Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:04:31.5144429Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:04:31.5144818Z time=2025-08-20T22:04:31Z level=debug msg=Request #4
2025-08-20T22:04:31.5146051Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/otree/official/otree/manifests/HEAD-6131429-250820T103731-aarch64-linux"
2025-08-20T22:04:31.5146591Z > Request method: "PUT"
2025-08-20T22:04:31.5146774Z > Request headers:
2025-08-20T22:04:31.5146949Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:04:31.5147222Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:04:31.5147515Z    "Authorization": "*****"
2025-08-20T22:04:31.7197476Z time=2025-08-20T22:04:31Z level=debug msg=Response #4
2025-08-20T22:04:31.7197859Z < Response Status: "201 Created"
2025-08-20T22:04:31.7198065Z < Response headers:
2025-08-20T22:04:31.7198252Z    "Date": "Wed, 20 Aug 2025 22:04:31 GMT"
2025-08-20T22:04:31.7198487Z    "Content-Length": "0"
2025-08-20T22:04:31.7198731Z    "X-Github-Request-Id": "5C17:1910C7:58A06:60942:68A6466F"
2025-08-20T22:04:31.7199021Z    "Content-Type": "application/json"
2025-08-20T22:04:31.7199443Z    "Docker-Content-Digest": "sha256:0c57d0b22f2de50cc71de4670c62c76aaad3bd3026c9e6086e721e22810b0c5c"
2025-08-20T22:04:31.7199918Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:04:31.7200534Z    "Location": "/v2/pkgforge/bincache/otree/official/otree/manifests/sha256:0c57d0b22f2de50cc71de4670c62c76aaad3bd3026c9e6086e721e22810b0c5c"
2025-08-20T22:04:31.7201216Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:04:31.7201777Z Pushed [registry] ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:31.7202670Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:04:31.7203057Z Digest: sha256:0c57d0b22f2de50cc71de4670c62c76aaad3bd3026c9e6086e721e22810b0c5c
2025-08-20T22:04:33.9246498Z Uploading 6a5278894254 otree
2025-08-20T22:04:33.9275700Z Uploading a21f815f770d CHECKSUM.sig
2025-08-20T22:04:33.9287367Z Uploading f62bab633d4f CHECKSUM
2025-08-20T22:04:33.9322574Z Uploading 8bc98751ac09 otree.sig
2025-08-20T22:04:33.9466387Z Exists    c7dc85e2deab LICENSE
2025-08-20T22:04:33.9649956Z Uploading c86cb06d7137 LICENSE.sig
2025-08-20T22:04:34.8426222Z Uploaded  8bc98751ac09 otree.sig
2025-08-20T22:04:34.8606292Z Exists    8ff0341e4517 SBUILD
2025-08-20T22:04:34.8904963Z Uploaded  a21f815f770d CHECKSUM.sig
2025-08-20T22:04:34.9017479Z Uploaded  c86cb06d7137 LICENSE.sig
2025-08-20T22:04:34.9030388Z Uploaded  f62bab633d4f CHECKSUM
2025-08-20T22:04:34.9319931Z Uploading 18e2ffb83154 SBUILD.sig
2025-08-20T22:04:34.9475340Z Uploading eb6b9851b470 otree.json
2025-08-20T22:04:34.9621136Z Exists    11cf0313013e otree.png
2025-08-20T22:04:34.9823892Z Uploading 410d6dabb2a3 otree.json.sig
2025-08-20T22:04:35.0076115Z Uploading c68bc162f767 otree.log
2025-08-20T22:04:35.1444305Z Uploaded  6a5278894254 otree
2025-08-20T22:04:35.1713223Z Uploading 6087bc6ba9f0 otree.log.sig
2025-08-20T22:04:35.8647295Z Uploaded  18e2ffb83154 SBUILD.sig
2025-08-20T22:04:35.9074888Z Uploading 6b97a7bc40ee otree.version
2025-08-20T22:04:35.9607792Z Uploaded  eb6b9851b470 otree.json
2025-08-20T22:04:35.9881991Z Uploaded  410d6dabb2a3 otree.json.sig
2025-08-20T22:04:36.0194355Z Uploading 02610311b60c otree.version.sig
2025-08-20T22:04:36.0888528Z Uploaded  c68bc162f767 otree.log
2025-08-20T22:04:36.1479054Z Uploaded  6087bc6ba9f0 otree.log.sig
2025-08-20T22:04:36.9339663Z Uploaded  6b97a7bc40ee otree.version
2025-08-20T22:04:36.9427310Z Uploaded  02610311b60c otree.version.sig
2025-08-20T22:04:36.9427622Z Uploading 18b058c07478 otree
2025-08-20T22:04:37.2644407Z Uploaded  18b058c07478 otree
2025-08-20T22:04:37.2644937Z Pushed [registry] ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:37.2645625Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:04:37.2646036Z Digest: sha256:18b058c074783425cedd5f0a6031dfb256e47e3a4084b2572e4fe34e46f0238f
2025-08-20T22:04:42.4624713Z 
2025-08-20T22:04:42.4625685Z [+] Registry --> https://ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:42.4626762Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/otree/official/otree?tag=HEAD-6131429-250820T103731-aarch64-linux&manifest 
2025-08-20T22:04:42.4627247Z 
2025-08-20T22:04:44.6089183Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:04:46.0422329Z ./BUILD_ARTIFACTS.tar : 31.42%   (   282 MiB =>   88.6 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:04:46.0905409Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:04:46.0944592Z 
2025-08-20T22:04:46.0945345Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml :: 00(Hr):04(Min):13(Sec)
2025-08-20T22:04:46.0946002Z 
2025-08-20T22:04:46.0958789Z 
2025-08-20T22:04:46.0959016Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:04:46 PM) UTC
2025-08-20T22:04:46.0959259Z 
2025-08-20T22:04:46.4394143Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:04:46.4448186Z ##[group]Run ##Presets
2025-08-20T22:04:46.4448563Z [36;1m##Presets[0m
2025-08-20T22:04:46.4448741Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:46.4448929Z [36;1m#-------------#[0m
2025-08-20T22:04:46.4449109Z [36;1m##Debug?[0m
2025-08-20T22:04:46.4449322Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:46.4449589Z [36;1m  set -x[0m
2025-08-20T22:04:46.4449751Z [36;1mfi[0m
2025-08-20T22:04:46.4449906Z [36;1m#-------------#[0m
2025-08-20T22:04:46.4450088Z [36;1m##Set ENV[0m
2025-08-20T22:04:46.4450300Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:04:46.4451050Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-6131429-250820T103731-aarch64-linux"[0m
2025-08-20T22:04:46.4451562Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-6131429-250820T103731-aarch64-linux"[0m
2025-08-20T22:04:46.4452100Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108"[0m
2025-08-20T22:04:46.4452563Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:04:46.4452933Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:46.4453362Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:46.4453679Z [36;1m fi[0m
2025-08-20T22:04:46.4453832Z [36;1m##Push[0m
2025-08-20T22:04:46.4454032Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:04:46.4454291Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:04:46.4454639Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:04:46.4455311Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:04:46.4455762Z [36;1m     ls -sh "/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:04:46.4456084Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:04:46.4456277Z [36;1m       {[0m
2025-08-20T22:04:46.4456448Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:04:46.4456766Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:04:46.4457187Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:04:46.4457596Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:04:46.4458112Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-6131429-250820T103731-aarch64-linux")[0m
2025-08-20T22:04:46.4458796Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108890108")[0m
2025-08-20T22:04:46.4459369Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108890108")[0m
2025-08-20T22:04:46.4460021Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/otree/official/otree:HEAD-6131429-250820T103731-aarch64-linux")[0m
2025-08-20T22:04:46.4460695Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:04:24Z")[0m
2025-08-20T22:04:46.4461171Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-6131429-250820T103731")[0m
2025-08-20T22:04:46.4461669Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:04:24Z")[0m
2025-08-20T22:04:46.4462317Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/otree/official/otree")[0m
2025-08-20T22:04:46.4462950Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:04:46.4463454Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-6131429-250820T103731")[0m
2025-08-20T22:04:46.4464550Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-6131429-250820T103731")[0m
2025-08-20T22:04:46.4465436Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree")[0m
2025-08-20T22:04:46.4466109Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-otree")[0m
2025-08-20T22:04:46.4466633Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/fioncat/otree")[0m
2025-08-20T22:04:46.4467140Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:04:46.4467634Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-6131429-250820T103731")[0m
2025-08-20T22:04:46.4468271Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:04:46.4468752Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:04:46.4469169Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:04:46.4469399Z [36;1m         #Check[0m
2025-08-20T22:04:46.4469955Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:04:24Z" ]]; then[0m
2025-08-20T22:04:46.4470651Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:04:46.4470982Z [36;1m            break[0m
2025-08-20T22:04:46.4471169Z [36;1m          else[0m
2025-08-20T22:04:46.4471546Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:04:46.4471959Z [36;1m          fi[0m
2025-08-20T22:04:46.4472161Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:04:46.4472394Z [36;1m        done[0m
2025-08-20T22:04:46.4472564Z [36;1m       }[0m
2025-08-20T22:04:46.4472753Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:04:46.4472981Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:04:46.4473540Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:04:24Z" ]]; then[0m
2025-08-20T22:04:46.4474282Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:04:46.4474664Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:04:46.4474904Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:04:46.4475631Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:04:24Z" ]]; then[0m
2025-08-20T22:04:46.4476358Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:04:46.4476857Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:04:46.4477231Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:04:46.4477449Z [36;1m           fi[0m
2025-08-20T22:04:46.4477620Z [36;1m       fi[0m
2025-08-20T22:04:46.4477782Z [36;1m   fi[0m
2025-08-20T22:04:46.4477942Z [36;1m fi[0m
2025-08-20T22:04:46.4478109Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:04:46.4717437Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:46.4717663Z env:
2025-08-20T22:04:46.4717852Z   CROSS_COMPILING: NO
2025-08-20T22:04:46.4718043Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:46.4718254Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:46.4718471Z   ON_QEMU: NO
2025-08-20T22:04:46.4718625Z   DEBUG: 0
2025-08-20T22:04:46.4718784Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:46.4718996Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:46.4719253Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:46.4719747Z   KEEP_LOGS: YES
2025-08-20T22:04:46.4719938Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:46.4720134Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:46.4720326Z   SBUILD_REBUILD: false
2025-08-20T22:04:46.4720829Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:46.4721621Z   BUILD_SYS: docker://rust
2025-08-20T22:04:46.4721822Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:46.4722002Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:46.4722208Z   SYSTMP: /tmp
2025-08-20T22:04:46.4722371Z   GHA_MODE: MATRIX
2025-08-20T22:04:46.4722769Z   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:04:46.4723481Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:46.4723771Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:46.4724126Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:46.4724581Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:46.4724935Z   PKG_TYPE: static
2025-08-20T22:04:46.4725320Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:46.4725531Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:46.4725886Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:46.4726225Z   BUILD_ID: 17108890108
2025-08-20T22:04:46.4726403Z   PKG_NAME: otree
2025-08-20T22:04:46.4726573Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:46.4726788Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:46.4727022Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:46.4727300Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:46.4727626Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:46.4728032Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:46.4728442Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:46.4728693Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:46.4729100Z   GHCR_TOKEN: ***
2025-08-20T22:04:46.4729384Z   GITHUB_TOKEN: ***
2025-08-20T22:04:46.4729591Z   GITLAB_TOKEN: ***
2025-08-20T22:04:46.4730674Z   MINISIGN_KEY: ***
2025-08-20T22:04:46.4730845Z ##[endgroup]
2025-08-20T22:04:46.4802463Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:04:46.4810973Z 89M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:04:46.4822165Z total 4.7M
2025-08-20T22:04:46.4822326Z  4.0K CHECKSUM
2025-08-20T22:04:46.4822495Z  4.0K CHECKSUM.sig
2025-08-20T22:04:46.4822659Z  4.0K LICENSE
2025-08-20T22:04:46.4822816Z  4.0K LICENSE.sig
2025-08-20T22:04:46.4822998Z  8.0K SBUILD
2025-08-20T22:04:46.4823366Z  4.0K SBUILD.sig
2025-08-20T22:04:46.4823565Z  4.0K SBUILD_TEMP
2025-08-20T22:04:46.4823726Z  2.6M otree
2025-08-20T22:04:46.4823877Z  4.0K otree.json
2025-08-20T22:04:46.4824043Z  4.0K otree.json.sig
2025-08-20T22:04:46.4824208Z 1020K otree.log
2025-08-20T22:04:46.4824367Z  4.0K otree.log.sig
2025-08-20T22:04:46.4824547Z   40K otree.png
2025-08-20T22:04:46.4824705Z  4.0K otree.sig
2025-08-20T22:04:46.4824885Z 1020K otree.static.log
2025-08-20T22:04:46.4825178Z  4.0K otree.static.version
2025-08-20T22:04:46.4825382Z  4.0K otree.static.version.sig
2025-08-20T22:04:46.4825585Z  4.0K otree.version
2025-08-20T22:04:46.4825756Z  4.0K otree.version.sig
2025-08-20T22:04:46.6658022Z Uploading 6f1caa44259e BUILD_ARTIFACTS.zstd
2025-08-20T22:04:49.1863938Z Uploaded  6f1caa44259e BUILD_ARTIFACTS.zstd
2025-08-20T22:04:49.1864276Z Uploading 294cb039ab0e SRCBUILD-otree
2025-08-20T22:04:49.5779922Z Uploaded  294cb039ab0e SRCBUILD-otree
2025-08-20T22:04:49.5780528Z Pushed [registry] ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108:HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:49.5781119Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:04:49.5781498Z Digest: sha256:294cb039ab0e8cd6501c56357fc70341f7bc712145bed7f2d0845dca66e65cfb
2025-08-20T22:04:54.7275372Z 
2025-08-20T22:04:54.7276858Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:54.7277297Z 
2025-08-20T22:04:54.9420700Z ##[group]Run ##Presets
2025-08-20T22:04:54.9421025Z [36;1m##Presets[0m
2025-08-20T22:04:54.9421206Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:54.9421397Z [36;1m#-------------#[0m
2025-08-20T22:04:54.9421580Z [36;1m##Debug?[0m
2025-08-20T22:04:54.9421797Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:54.9422070Z [36;1m  set -x[0m
2025-08-20T22:04:54.9422235Z [36;1mfi[0m
2025-08-20T22:04:54.9422391Z [36;1m#-------------#[0m
2025-08-20T22:04:54.9422921Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:04:54.9423232Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:54.9455864Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:54.9456089Z env:
2025-08-20T22:04:54.9456251Z   CROSS_COMPILING: NO
2025-08-20T22:04:54.9456444Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:54.9456657Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:54.9456856Z   ON_QEMU: NO
2025-08-20T22:04:54.9457063Z   DEBUG: 0
2025-08-20T22:04:54.9457230Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:54.9457443Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:54.9457704Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:54.9457975Z   KEEP_LOGS: YES
2025-08-20T22:04:54.9458149Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:54.9458342Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:54.9458534Z   SBUILD_REBUILD: false
2025-08-20T22:04:54.9459043Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:54.9459591Z   BUILD_SYS: docker://rust
2025-08-20T22:04:54.9459791Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:54.9459975Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:54.9460157Z   SYSTMP: /tmp
2025-08-20T22:04:54.9460322Z   GHA_MODE: MATRIX
2025-08-20T22:04:54.9460723Z   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:04:54.9461210Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:54.9461505Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:54.9461864Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:54.9462319Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:54.9462680Z   PKG_TYPE: static
2025-08-20T22:04:54.9462859Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:54.9463064Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:54.9463424Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:54.9463767Z   BUILD_ID: 17108890108
2025-08-20T22:04:54.9463947Z   PKG_NAME: otree
2025-08-20T22:04:54.9464125Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:54.9464347Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:54.9464587Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:54.9464867Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:54.9465572Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:54.9466003Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:54.9466412Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:54.9466665Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:54.9466919Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:54.9467363Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:54.9467755Z ##[endgroup]
2025-08-20T22:04:54.9605552Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:04:54.9605920Z with:
2025-08-20T22:04:54.9606153Z   name: Bincache_otree_aarch64-Linux
2025-08-20T22:04:54.9606419Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:04:54.9606679Z   compression-level: 0
2025-08-20T22:04:54.9606864Z   retention-days: 30
2025-08-20T22:04:54.9607041Z   overwrite: true
2025-08-20T22:04:54.9607217Z   if-no-files-found: warn
2025-08-20T22:04:54.9607421Z   include-hidden-files: false
2025-08-20T22:04:54.9607618Z env:
2025-08-20T22:04:54.9607768Z   CROSS_COMPILING: NO
2025-08-20T22:04:54.9607956Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:54.9608166Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:54.9608362Z   ON_QEMU: NO
2025-08-20T22:04:54.9608517Z   DEBUG: 0
2025-08-20T22:04:54.9608679Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:54.9608889Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:54.9609149Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:54.9609807Z   KEEP_LOGS: YES
2025-08-20T22:04:54.9609984Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:54.9610175Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:54.9610369Z   SBUILD_REBUILD: false
2025-08-20T22:04:54.9610860Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:54.9611391Z   BUILD_SYS: docker://rust
2025-08-20T22:04:54.9611583Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:54.9611764Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:54.9611940Z   SYSTMP: /tmp
2025-08-20T22:04:54.9612101Z   GHA_MODE: MATRIX
2025-08-20T22:04:54.9612496Z   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:04:54.9612972Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:54.9613267Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:54.9613636Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:54.9614090Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:54.9614447Z   PKG_TYPE: static
2025-08-20T22:04:54.9614620Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:54.9614824Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:54.9615497Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:54.9615856Z   BUILD_ID: 17108890108
2025-08-20T22:04:54.9616038Z   PKG_NAME: otree
2025-08-20T22:04:54.9616214Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:54.9616425Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:54.9616658Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:54.9616927Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:54.9617249Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:54.9617657Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:54.9618074Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:54.9618322Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:54.9618573Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:54.9619018Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:54.9619404Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:54.9619610Z ##[endgroup]
2025-08-20T22:04:55.6445288Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:04:55.6449365Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:04:55.6450148Z With the provided path, there will be 2 files uploaded
2025-08-20T22:04:55.8474657Z Artifact name is valid!
2025-08-20T22:04:55.8478724Z Root directory input is valid!
2025-08-20T22:04:55.9096834Z Beginning upload of artifact content to blob storage
2025-08-20T22:04:56.3297113Z Uploaded bytes 8388608
2025-08-20T22:04:56.3627310Z Uploaded bytes 16777216
2025-08-20T22:04:56.4227409Z Uploaded bytes 25165824
2025-08-20T22:04:56.5763925Z Uploaded bytes 33554432
2025-08-20T22:04:56.5877743Z Uploaded bytes 41943040
2025-08-20T22:04:56.6386536Z Uploaded bytes 50331648
2025-08-20T22:04:56.6429381Z Uploaded bytes 58720256
2025-08-20T22:04:56.7201547Z Uploaded bytes 67108864
2025-08-20T22:04:56.7963546Z Uploaded bytes 75497472
2025-08-20T22:04:56.7973184Z Uploaded bytes 83886080
2025-08-20T22:04:56.8088550Z Uploaded bytes 92274688
2025-08-20T22:04:56.8782824Z Uploaded bytes 94241653
2025-08-20T22:04:56.9021539Z Finished uploading artifact content to blob storage!
2025-08-20T22:04:56.9034141Z SHA256 digest of uploaded artifact zip is 21ceb6a4b4bc1c7629601826225a80687122bbda7310452033f5b6058c621bc8
2025-08-20T22:04:56.9034595Z Finalizing artifact upload
2025-08-20T22:04:57.0087394Z Artifact Bincache_otree_aarch64-Linux.zip successfully finalized. Artifact ID 3813650331
2025-08-20T22:04:57.0088099Z Artifact Bincache_otree_aarch64-Linux has been successfully uploaded! Final size is 94241653 bytes. Artifact ID is 3813650331
2025-08-20T22:04:57.0107676Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108890108/artifacts/3813650331
2025-08-20T22:04:57.0380642Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:04:57.0380973Z with:
2025-08-20T22:04:57.0381247Z   subject-name: otree-17108890108-HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.0382042Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:04:57.0382734Z   show-summary: true
2025-08-20T22:04:57.0382926Z   push-to-registry: false
2025-08-20T22:04:57.0383294Z   github-token: ***
2025-08-20T22:04:57.0383465Z env:
2025-08-20T22:04:57.0383617Z   CROSS_COMPILING: NO
2025-08-20T22:04:57.0383808Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:57.0384049Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:57.0384253Z   ON_QEMU: NO
2025-08-20T22:04:57.0384408Z   DEBUG: 0
2025-08-20T22:04:57.0384576Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:57.0384793Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:57.0385372Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:57.0385706Z   KEEP_LOGS: YES
2025-08-20T22:04:57.0385882Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:57.0386080Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:57.0386274Z   SBUILD_REBUILD: false
2025-08-20T22:04:57.0386774Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:57.0387310Z   BUILD_SYS: docker://rust
2025-08-20T22:04:57.0387512Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:57.0387694Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:57.0387876Z   SYSTMP: /tmp
2025-08-20T22:04:57.0388040Z   GHA_MODE: MATRIX
2025-08-20T22:04:57.0388444Z   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:04:57.0388940Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:57.0389241Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:57.0389611Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:57.0390067Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:57.0390427Z   PKG_TYPE: static
2025-08-20T22:04:57.0390605Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:57.0390816Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:57.0391173Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:57.0391516Z   BUILD_ID: 17108890108
2025-08-20T22:04:57.0391697Z   PKG_NAME: otree
2025-08-20T22:04:57.0391875Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:57.0392097Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:57.0392336Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:57.0392624Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:57.0392961Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.0393380Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:57.0393794Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:57.0394052Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:57.0394309Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.0394760Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:57.0395366Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:57.0395586Z ##[endgroup]
2025-08-20T22:04:57.0476224Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:04:57.0476713Z env:
2025-08-20T22:04:57.0477059Z   CROSS_COMPILING: NO
2025-08-20T22:04:57.0494014Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:57.0494604Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:57.0494817Z   ON_QEMU: NO
2025-08-20T22:04:57.0494975Z   DEBUG: 0
2025-08-20T22:04:57.0495367Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:57.0495818Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:57.0496103Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:57.0496379Z   KEEP_LOGS: YES
2025-08-20T22:04:57.0496552Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:57.0496750Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:57.0496947Z   SBUILD_REBUILD: false
2025-08-20T22:04:57.0497449Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:57.0497983Z   BUILD_SYS: docker://rust
2025-08-20T22:04:57.0498185Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:57.0498367Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:57.0498549Z   SYSTMP: /tmp
2025-08-20T22:04:57.0498714Z   GHA_MODE: MATRIX
2025-08-20T22:04:57.0499116Z   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:04:57.0499615Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:57.0499924Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:57.0500287Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:57.0500744Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:57.0501106Z   PKG_TYPE: static
2025-08-20T22:04:57.0501283Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:57.0501495Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:57.0501853Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:57.0502199Z   BUILD_ID: 17108890108
2025-08-20T22:04:57.0502385Z   PKG_NAME: otree
2025-08-20T22:04:57.0502562Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:57.0502788Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:57.0503037Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:57.0503312Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:57.0503643Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.0504059Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:57.0504473Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:57.0504730Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:57.0504989Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.0505875Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:57.0506278Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:57.0506488Z ##[endgroup]
2025-08-20T22:04:57.4386770Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:04:57.4387091Z with:
2025-08-20T22:04:57.4387719Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:04:57.4388544Z   subject-name: otree-17108890108-HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.4388932Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:04:57.4391451Z   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/17108890108/attempts/1"}}}
2025-08-20T22:04:57.4394229Z   push-to-registry: false
2025-08-20T22:04:57.4394428Z   show-summary: true
2025-08-20T22:04:57.4394964Z   github-token: ***
2025-08-20T22:04:57.4395318Z env:
2025-08-20T22:04:57.4395481Z   CROSS_COMPILING: NO
2025-08-20T22:04:57.4395676Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:57.4395894Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:57.4396097Z   ON_QEMU: NO
2025-08-20T22:04:57.4396255Z   DEBUG: 0
2025-08-20T22:04:57.4396420Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:57.4396637Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:57.4396899Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:57.4397172Z   KEEP_LOGS: YES
2025-08-20T22:04:57.4397345Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:57.4397546Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:57.4397744Z   SBUILD_REBUILD: false
2025-08-20T22:04:57.4398239Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:57.4398787Z   BUILD_SYS: docker://rust
2025-08-20T22:04:57.4398989Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:57.4399181Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:57.4399365Z   SYSTMP: /tmp
2025-08-20T22:04:57.4399560Z   GHA_MODE: MATRIX
2025-08-20T22:04:57.4399970Z   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:04:57.4400460Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:57.4400763Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:57.4401132Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:57.4401598Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:57.4401965Z   PKG_TYPE: static
2025-08-20T22:04:57.4402146Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:57.4402368Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:57.4402729Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:57.4403077Z   BUILD_ID: 17108890108
2025-08-20T22:04:57.4403265Z   PKG_NAME: otree
2025-08-20T22:04:57.4403455Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:57.4403683Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:57.4403928Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:57.4404211Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:57.4404548Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.4404964Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:57.4405725Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:57.4405993Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:57.4406250Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:57.4406705Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:57.4407106Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:57.4407320Z ##[endgroup]
2025-08-20T22:04:58.6608131Z Attestation created for 18 subjects
2025-08-20T22:04:58.6612019Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:04:58.6612447Z -----BEGIN CERTIFICATE-----
2025-08-20T22:04:58.6612788Z MIIG7zCCBnSgAwIBAgIUb008bQmBLtGodLD5WGgAXfevpaMwCgYIKoZIzj0EAwMw
2025-08-20T22:04:58.6613251Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:04:58.6613715Z cm1lZGlhdGUwHhcNMjUwODIwMjIwNDU4WhcNMjUwODIwMjIxNDU4WjAAMFkwEwYH
2025-08-20T22:04:58.6614176Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEhGhLDwFrahZtRO0U77g16WHI40yyUNdjFA8o
2025-08-20T22:04:58.6614618Z 1NmJBcnDf6BR6LlbF/7PodNpuImplt/yYp0lwuSeHYI/yavlO6OCBZMwggWPMA4G
2025-08-20T22:04:58.6615052Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUq/Le
2025-08-20T22:04:58.6615716Z vHfuBUIZlN/hdRcH9I4t3powHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:04:58.6616542Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:04:58.6616985Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:04:58.6617589Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:04:58.6618049Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:04:58.6618486Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:04:58.6618933Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:04:58.6619393Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:04:58.6619855Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:04:58.6620308Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:04:58.6620747Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:04:58.6621202Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:04:58.6621662Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:04:58.6622114Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:04:58.6622562Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:04:58.6623025Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:04:58.6623488Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:04:58.6623947Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:04:58.6624401Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:04:58.6624861Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:04:58.6625575Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:04:58.6626037Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:04:58.6626510Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:04:58.6626971Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:04:58.6627427Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4ODkwMTA4L2F0
2025-08-20T22:04:58.6627886Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:04:58.6628353Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJg4tS
2025-08-20T22:04:58.6628798Z AAAEAwBGMEQCIGFvIXsb6tOk4O8+TTjZriyIEh/eZG6f1Ul6YIEEjQ4yAiBzMvMj
2025-08-20T22:04:58.6629228Z 8QcwUHLdRyOX4ycKM+LSVmG3S9SgnPyccZHO/DAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T22:04:58.6629659Z oHBmnH0eGFu0mwGimPR8VrIVW0xvJYT2n10uB8Zy0H3Qrw5S/1hjemOKTNaiDwdb
2025-08-20T22:04:58.6630088Z AjEAy6DQhrDHFi8cXGNppahp4QlgN/kqGrZXrcpKza+RgT5vIo7Hbbxfc8ceJ3oF
2025-08-20T22:04:58.6630404Z 1ycp
2025-08-20T22:04:58.6630566Z -----END CERTIFICATE-----
2025-08-20T22:04:58.6630704Z 
2025-08-20T22:04:58.6631207Z ##[endgroup]
2025-08-20T22:04:58.6631709Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:04:58.6632094Z https://search.sigstore.dev?logIndex=414486679
2025-08-20T22:04:58.6632437Z [36mAttestation uploaded to repository[39m
2025-08-20T22:04:58.6632758Z https://github.com/pkgforge/bincache/attestations/9875090
2025-08-20T22:04:58.7638235Z ##[group]Run ##Presets
2025-08-20T22:04:58.7638509Z [36;1m##Presets[0m
2025-08-20T22:04:58.7638692Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:58.7638888Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7639075Z [36;1m##Debug?[0m
2025-08-20T22:04:58.7639297Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:58.7639572Z [36;1m  set -x[0m
2025-08-20T22:04:58.7639740Z [36;1mfi[0m
2025-08-20T22:04:58.7639904Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7640215Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:04:58.7640701Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/otree/official"[0m
2025-08-20T22:04:58.7641313Z [36;1m exit 1[0m
2025-08-20T22:04:58.7641482Z [36;1mfi[0m
2025-08-20T22:04:58.7672167Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:58.7672390Z env:
2025-08-20T22:04:58.7672555Z   CROSS_COMPILING: NO
2025-08-20T22:04:58.7672805Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:58.7673029Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:58.7673235Z   ON_QEMU: NO
2025-08-20T22:04:58.7673395Z   DEBUG: 0
2025-08-20T22:04:58.7673560Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:58.7673780Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:58.7674053Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:58.7674333Z   KEEP_LOGS: YES
2025-08-20T22:04:58.7674512Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:58.7674713Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:58.7674913Z   SBUILD_REBUILD: false
2025-08-20T22:04:58.7675601Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:58.7676160Z   BUILD_SYS: docker://rust
2025-08-20T22:04:58.7676367Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:58.7676552Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:58.7676738Z   SYSTMP: /tmp
2025-08-20T22:04:58.7676907Z   GHA_MODE: MATRIX
2025-08-20T22:04:58.7677318Z   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:04:58.7677806Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:58.7678107Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:58.7678473Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:58.7678933Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:58.7679297Z   PKG_TYPE: static
2025-08-20T22:04:58.7679478Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:58.7679691Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7680057Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:58.7680409Z   BUILD_ID: 17108890108
2025-08-20T22:04:58.7680592Z   PKG_NAME: otree
2025-08-20T22:04:58.7680773Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:58.7681007Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7681253Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:58.7681534Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:58.7681867Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7682291Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:58.7682703Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:58.7682964Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:58.7683226Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7683679Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:58.7684076Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:58.7684289Z ##[endgroup]
2025-08-20T22:04:58.7755391Z ##[group]Run ##Presets
2025-08-20T22:04:58.7755679Z [36;1m##Presets[0m
2025-08-20T22:04:58.7755878Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:58.7756076Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7756266Z [36;1m##Debug?[0m
2025-08-20T22:04:58.7756493Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:58.7756772Z [36;1m  set -x[0m
2025-08-20T22:04:58.7756941Z [36;1mfi[0m
2025-08-20T22:04:58.7757103Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7757325Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:04:58.7757746Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/otree/official"[0m
2025-08-20T22:04:58.7758135Z [36;1m exit 1[0m
2025-08-20T22:04:58.7758303Z [36;1mfi[0m
2025-08-20T22:04:58.7784994Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:58.7785490Z env:
2025-08-20T22:04:58.7785930Z   CROSS_COMPILING: NO
2025-08-20T22:04:58.7786139Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:58.7786404Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:58.7786609Z   ON_QEMU: NO
2025-08-20T22:04:58.7786770Z   DEBUG: 0
2025-08-20T22:04:58.7786937Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:58.7787154Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:58.7787423Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:58.7787699Z   KEEP_LOGS: YES
2025-08-20T22:04:58.7787876Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:58.7788080Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:58.7788280Z   SBUILD_REBUILD: false
2025-08-20T22:04:58.7788783Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:58.7789322Z   BUILD_SYS: docker://rust
2025-08-20T22:04:58.7789526Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:58.7789715Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:58.7789902Z   SYSTMP: /tmp
2025-08-20T22:04:58.7790086Z   GHA_MODE: MATRIX
2025-08-20T22:04:58.7790499Z   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:04:58.7790991Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:58.7791295Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:58.7791663Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:58.7792124Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:58.7792497Z   PKG_TYPE: static
2025-08-20T22:04:58.7792679Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:58.7792897Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7793257Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:58.7793602Z   BUILD_ID: 17108890108
2025-08-20T22:04:58.7793786Z   PKG_NAME: otree
2025-08-20T22:04:58.7793969Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:58.7794201Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7794455Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:58.7794736Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:58.7795323Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7795771Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:58.7796188Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:58.7796443Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:58.7796707Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7797163Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:58.7797556Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:58.7797788Z ##[endgroup]
2025-08-20T22:04:58.7864171Z ##[group]Run ##Presets
2025-08-20T22:04:58.7864436Z [36;1m##Presets[0m
2025-08-20T22:04:58.7864627Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:58.7864835Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7865023Z [36;1m##Debug?[0m
2025-08-20T22:04:58.7865490Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:58.7865771Z [36;1m  set -x[0m
2025-08-20T22:04:58.7865941Z [36;1mfi[0m
2025-08-20T22:04:58.7866106Z [36;1m#-------------#[0m
2025-08-20T22:04:58.7866428Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:04:58.7866801Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:04:58.7867076Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:04:58.7867328Z [36;1mfi[0m
2025-08-20T22:04:58.7893254Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:58.7893478Z env:
2025-08-20T22:04:58.7893644Z   CROSS_COMPILING: NO
2025-08-20T22:04:58.7893916Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:58.7894137Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:58.7894347Z   ON_QEMU: NO
2025-08-20T22:04:58.7894769Z   DEBUG: 0
2025-08-20T22:04:58.7894941Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:58.7895484Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:58.7895771Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/otree/official
2025-08-20T22:04:58.7896056Z   KEEP_LOGS: YES
2025-08-20T22:04:58.7896233Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:58.7896433Z   PKG_FAMILY_LOCAL: otree
2025-08-20T22:04:58.7896631Z   SBUILD_REBUILD: false
2025-08-20T22:04:58.7897138Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/otree/static.official.source.yaml
2025-08-20T22:04:58.7897679Z   BUILD_SYS: docker://rust
2025-08-20T22:04:58.7897885Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:58.7898075Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:58.7898261Z   SYSTMP: /tmp
2025-08-20T22:04:58.7898429Z   GHA_MODE: MATRIX
2025-08-20T22:04:58.7898845Z   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:04:58.7899348Z   INPUT_SBUILD: /tmp/pkgforge/S64d00yq0_build.yaml
2025-08-20T22:04:58.7899655Z   BUILD_DIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml
2025-08-20T22:04:58.7900025Z   SBUILD_OUTDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:58.7900493Z   SBUILD_TMPDIR: /tmp/pkgforge/2VgFQKe_S64d00yq0_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:58.7900859Z   PKG_TYPE: static
2025-08-20T22:04:58.7901041Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:58.7901258Z   SBUILD_PKGVER: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7901619Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108890108
2025-08-20T22:04:58.7901969Z   BUILD_ID: 17108890108
2025-08-20T22:04:58.7902159Z   PKG_NAME: otree
2025-08-20T22:04:58.7902344Z   PKG_DATE: 2025-08-20T22:04:24Z
2025-08-20T22:04:58.7902582Z   PKG_VERSION: HEAD-6131429-250820T103731
2025-08-20T22:04:58.7902833Z   PKG_VERSION_UPSTREAM: 0.5.1
2025-08-20T22:04:58.7903113Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/otree/official/otree
2025-08-20T22:04:58.7903458Z   GHCRPKG_TAG: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7903874Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/otree/official/otree
2025-08-20T22:04:58.7904292Z   PKG_SRCURL: https://github.com/fioncat/otree
2025-08-20T22:04:58.7904558Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:58.7904820Z   GHCRPKG_TAG_SRCBUILD: HEAD-6131429-250820T103731-aarch64-linux
2025-08-20T22:04:58.7905501Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/otree/official/otree-srcbuild-17108890108
2025-08-20T22:04:58.7905910Z   UTC_TIME: 2025_08_20T10_04_54_PM
2025-08-20T22:04:58.7906121Z ##[endgroup]
2025-08-20T22:04:58.7959178Z EXITED
2025-08-20T22:04:58.8008012Z Cleaning up orphan processes
